Archive for July, 2024

AutoBridge for 911 Emergency Call

Posted: July 27, 2024 in News

AutoBridge now supports bridging of 911 emergency calls with security officers immediately when user places a 911 call. The security officer can join the call or dispatch a team to assist the user if needed. AutoBridge uses DMCC to monitor a virtual station configured with Crisis Alert button. When user dials 911, the extension which dial the call is reported via the Crisis Alert button and the bridging process can be triggered automatically by the AutoBridge program. The AutoBridge can also use OSSI interface to get the caller who makes emergency call and trigger the process automatically.

The parameters that are specific for Crisis Alert are explained in more details as follows

ab_crisisalertdevice: The virtual station extension number that configured with crisis alert button
ab_crisisalertbridgedestination: The bridge destination after crisis alert is received. Normally, it is VDN or an extension of a security officer.
ab_crisisalertcancelbutton: The button number for the crisis alert. It is for cancellation of the crisis alert
ab_crisisalertcancelbuttonautopress: true or false to auto press the crisis alert button
ab_crisisalertringpattern: The ring pattern for crisis alert which is for determination if the virtual station is in crisis alert.
ab_ossilink: The OSSI link, you can setup by the tcpgate console “setup ossi”
ab_ossitrace: true or false to turn on the tracing.
ab_cmtenant: The CM tenant number to compare for the Auto-Bridging process.

upDialer 1.2.0 Released

Posted: July 3, 2024 in News, TSAPI

upDialer 1.2.0 just released, this version has the following updates:

1. Add “setup”, “setup database”, “setup API” and “setup splunk” commands for program configuration.
2. Add “add dialeruser”, “delete dialeruser” and “disp dialeruser” commands. Before that, the users are defined in the tcpgate admin user database table.
3. A role is associated with each dialeruser. Four standard user roles are defined, they are agent, supervisor, manager and admin. Some functions are limited to supervisor privilege or above only.
4. Add cancelcallitems API to cancel call items of a job.
5. Add listcallcitems API to list call items of a job. The listing supports “active” or “all” call item listing.
6. Add WebSocket “call back start” and “call back cancel” events notification during dialer callback.
7. Support add call items with specific schedule calling time. The dialling will be started after the schedule time (UNIX time stamp).