Dispatch Notify
Notify officers of incoming calls, allow them to attach to them, notify the caller, and route units via GPS in real-time to calls and the lead pursuit officer...all in one!
This submodule utilizes API endpoints that require the plus version of Sonoran CAD or higher. For more information, view our pricing page.
Looking for VPS, web, or dedicated hosting? Check out our official server hosting!
This submodule:
Notifies officers of incoming calls
Automatically routes attached units to the postal code
Unit GPS routing is updated whenever the dispatch postal is updated
Notifies the civilian making the emergency call when an officer is en-route.
Video Showcase
Check out our video showcase of this submodule here.
Activation Guide
1. Download and Install the Core
If you haven't already, be sure to install and configure the SonoranCAD Core first.
2. Activate the Submodule and all Dependencies
Dispatch Notify requires you to enable the following submodules:
callcommands
locations
postals
3. Add your Game Server IP and Port
Be sure to have your game server IP and port set in the admin panel under Advanced
> In-Game Integration
> Server Events and Integrated Live Map
4. Set Your API ID
Don't forget to set your account API ID to properly link your in-game user to the CAD.
5. Configuration
Review the dispatchnotify_config.lua
file to configure the submodule to behave how you like. The file is well documented. Please review all the settings!
Commands
Configuration
Dispatch Call Responding
1. Civilian Places a 911 Call
This call can be placed from the Civilian menu of the CAD, or via the /911
command in-game, supplied by the callcommands submodule.
2. Officer Attaches to the Call
All on-duty officers get a notification (if configured) and can use the attach command to respond to the call.
A. Call Attach Command
By default, this command is /rcall <callid>
, where callid is the ID shown in the call notification.
B. GPS Toggle Command
Units can optionally choose to disable the postal updating when dispatch updates the call (or primary unit tracking) by using the /togglegps
command. This is a toggle and will be shown in chat what it gets changed to. This is ON
by default.
Primary Unit Tracking (Pursuit)
Dispatch notify can also be used to track the primary unit on a call. This will auto route attached units via GPS to the primary unit in real-time. Additionally, the postal code on the call will be continually updated for dispatchers to easily view. This is highly useful for pursuits, where additional units need to catch up and join the chase.
1. Toggle Unit Tracking for the Primary Unit
A. Via the CAD UI:
Dispatchers can set the primary unit to any unit currently attached to the call. The slider next to the Primary Unit box will toggle tracking mode. When enabled, the postal will automatically update based on the primary unit's location and be sent to all attached units.
A unit can also designate themselves as primary, but only if Self Dispatch is enabled.
Troubleshooting
No notifications for 911 calls
Units must be logged into the CAD (by default) or meeting the requirements depending on how the submodule is configured.
If using pNotify notifications, ensure that resource is running.
Units do not automatically attach to calls
Ensure their API ID is set so the server knows who they are.
Caller is not notified when units attach to the call
If the caller ever leaves the server and rejoins, this feature does not work.
If dispatch created the call within the CAD, there is no way to notify a caller.
Ensure you are not overriding the 911 command (default
/911
) with another resource.
Last updated