-
- | Setting |
- Description |
-
-
- | InputDevice |
-
- The Audio Input device that system will listen to. It's recommend this is a hard Line In or Stereo Mix input and not a Mic input
- |
-
-
- | AudioLength |
-
- Time of time in SECONDS to record the dispatch audio for
- |
-
-
- | ApiUrl |
-
- The URL to talk to the Resgrid API (Services) for our hosted production system this is "https://api.resgrid.com"
- |
-
-
- | Username |
-
- Resgrid system login Username that can create calls
- |
-
-
- | Password |
-
- Resgrid system login Password for the Username above
- |
-
-
- | Multiple |
-
- Once a tone is Detected, do you want 1 call created and the Groups dispatched for it, or a call created in Resgrid for each watcher. If Multiple is false, one call will only be created and each Group (per watcher) will be dispatched as part of that call, if Multiple is true each watcher creates a call in Resgrid.
- |
-
-
- | Tolerance |
-
- The relative power of the tone frequency to trigger. This value should be between 50 and 250, ideally at or around 100 (the default). If your getting false triggers try increasing this value.
- |
-
-
- | Threshold |
-
- Decibel dB value for silence detection, default is -40. Depending on how loud the background audio or static is this value may need to be raised to cut out the static.
- |
-
-
- | Debug |
-
- Enable or Disable debug mode. Debug should only be enabled when trying to analyze an issue.
- |
-
-
- | Watchers |
-
- An Array of Watcher Objects
- |
-
-
-
-### Watcher Settings Values
-
-
- | Setting |
- Description |
-
-
- | Id |
-
- Unique GUID\UUID for the watcher, this value is used to queue and dequeue watchers and verify if one is already running. This value must be unique for every Watcher in the array.
- |
-
-
- | Name |
-
- Name of the group that this watcher is for. Seeming Watchers are tied to Resgrid groups it's usually best to just put the group name in here.
- |
-
-
- | Active |
-
- Can be true or false. Determines if this watcher is active and it's triggers should be monitored.
- |
-
-
- | Code |
-
- Your department groups dispatch code. For a Type of 2 (Group) You get this value from the Stations & Groups section of the website, and it's the alphanumeric code in front of @groups.resgrid.com. For a Type of 1 (Department) you get this from the Calls Import Settings screen excluding @dispatch.resgrid.com. Do not include anything other then the 6 character code.
- |
-
-
- | Type |
-
- 1 = Department, 2 = Group
- |
-
-
- | Triggers |
-
- Array of triggers
- |
-
-
-
-### Triggers Settings Values
-