Trunk Recorder Conventional & Calls

WItrunk

Member
Feed Provider
Joined
Jan 29, 2013
Messages
15
Reaction score
0
Location
Wisconsin
So I have Trunk recorder setup ingesting a few different systems. I added some conventional P25 and the set up shows the two channels with a slot number is there somewhere that needs to be entered. Right now both channels are uploading to the same RR frequency.

In my JSON file I have the frequencies entered as different systems.
 

WItrunk

Member
Feed Provider
Joined
Jan 29, 2013
Messages
15
Reaction score
0
Location
Wisconsin
My question is how do you differentiate the frequencies being ingested by Trunk Recorder and uploaded to broadcastify? There seems to be no documentation on this issue.

When setting up a new node I entered two conventional P25 frequencies in order. In the node setup area it gives me one API Key and Node ID number. Then the frequencies are listed below with a slot number, is this slot number supposed to be entered somewhere?

If I setup up the API and Node number on both entries int eh JSON file, both frequencies are getting uploaded to the first frequency.
 

blantonl

Founder and CEO
Staff member
Super Moderator
Joined
Dec 9, 2000
Messages
11,686
Reaction score
6,935
Location
Dallas, TX
My question is how do you differentiate the frequencies being ingested by Trunk Recorder and uploaded to broadcastify? There seems to be no documentation on this issue.

When setting up a new node I entered two conventional P25 frequencies in order. In the node setup area it gives me one API Key and Node ID number. Then the frequencies are listed below with a slot number, is this slot number supposed to be entered somewhere?

If I setup up the API and Node number on both entries int eh JSON file, both frequencies are getting uploaded to the first frequency.
Either in order n+1 or in your conventional cab file you specify a talkgroup and we map it to slots.
either way it’s done by slots, and normally n+1
 

WItrunk

Member
Feed Provider
Joined
Jan 29, 2013
Messages
15
Reaction score
0
Location
Wisconsin
Thanks, I got it working now, you have to put both frequencies in the same JSON group

"shortName": "WASHBURN",
"modulation": "fsk4",
"squelch": -45.0,
"audioArchive": false,
"channels": [154445000,154092500],
"delayCreateOutput": true,
"type": "conventionalP25",
"broadcastifyApiKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"broadcastifySystemId": xxxx
 

blantonl

Founder and CEO
Staff member
Super Moderator
Joined
Dec 9, 2000
Messages
11,686
Reaction score
6,935
Location
Dallas, TX
You can setup a csv file and specify the tgs (slots) for each if you want

Code:
“systems": [{
"type": "conventional",
"talkgroupsFile": "Chanlist.csv",
 

blantonl

Founder and CEO
Staff member
Super Moderator
Joined
Dec 9, 2000
Messages
11,686
Reaction score
6,935
Location
Dallas, TX
Thanks, I got it working now, you have to put both frequencies in the same JSON group

"shortName": "WASHBURN",
"modulation": "fsk4",
"squelch": -45.0,
"audioArchive": false,
"channels": [154445000,154092500],
"delayCreateOutput": true,
"type": "conventionalP25",
"broadcastifyApiKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"broadcastifySystemId": xxxx
I've been trying to contact you via email - your emails are all bouncing
 
Top