Notification When Radio ID is active on Calls System or SDRtrunk

justinwb86

Newbie
Joined
Jun 26, 2009
Messages
2
Location
Morristown, Ohio
Looking for a solution to notify me when a radio ID is active on on Calls System. This may use Calls itself to notify or interface with SDRtrunk. Specifically when someone turns on or off their radio SDRtrunk logs this as register and deregister. As well as when some one transmits, the event shows as a type of call on SDRtrunk, is it possible to get notification based on these. I would also be fine with just getting a notification using the Calls system when a user is transmitting. I have been a Feeds provider for many years and currently am providing for 5 counties and multiple systems to Calls as well as several Feeds. If this belongs somewhere else please let move to the appropriate section, I was not sure where this would fit.
 

DSheirer

Member
Premium Subscriber
Joined
Feb 15, 2010
Messages
611
Location
Fulton, NY
Create an alias and add the radio id. Add an alias action and use the scripting action. Set the action to trigger every time.

Create a script to perform the notification and specify the script location in the alias action.

This may get you halfway there. You'll have to figure out the alerting mechanism from the script.

Denny
 

justinwb86

Newbie
Joined
Jun 26, 2009
Messages
2
Location
Morristown, Ohio
Create an alias and add the radio id. Add an alias action and use the scripting action. Set the action to trigger every time.

Create a script to perform the notification and specify the script location in the alias action.

This may get you halfway there. You'll have to figure out the alerting mechanism from the script.

Denny


Thanks for answering , I am struggling with the scripting and was hoping you had a setup you could share or had found a rough guide. I’m a little confused at what format to use, is it python or is like writing a .bat file. Do you know of any groups or resources on the web that would have examples that would help me with this?
 
Top