Stuck Calls Flashcards
Stuck Call
Information about a call being released(Switch) in the communications system fails to reach one or more components of the CTI Solutions. Possible cause is the CTI application and device temporary loss communication. CTI continue to treat the call as active due to missing this information.
Detection of Stuck Calls
v7.1 and 8+ is Automatic through T-Sever Options
Deletion of Stuck Calls
v7.1 and 8+ can do manually or automatic it via T-Sever Options, SNMP Interface, and Management Layer Script
T-Server Switch Specific Functionality
Offers simple stuck call timeout based detection and deletion built in the T-Server. Setup for individual T-Server only through CME and does not have automatic reaction when stuck calls are detected since it does not make use of Management Layer.
SNMP Interface
The method relies on SNMP aware application to monitor and detect stuck calls in T-server that require SNMP license. It is customizable and can be manage multiple T-server but does not use Management Layer to monitor and respond to alarm events.
Management Layer Script
Highly customizable and Integrated with the Management Layer that can be configured and reacted upon to stuck calls event when SCS receives the corresponding logs. Does not need a license and generated a XML file that summarizes the call from T-server.
Notify-Idle-Tout
Option in call-clean up section in T-server that tells how long for it to wait for a update from the last one on a call before its consider as a stick call.
Cleanup-Idle-Tout
Option in call-clean up section in T-server that clears up a call if no updates is received from the last one. It either deletes the call information from memory or querying the switch(Through CTI if viable). Value for this option must be longer than the maximum call duration.
Periodic-Idle-Tout
Time interval for periodic checks for stuck calls by the T-Server checking its own information regarding the call currently available in the switch. Does not verify if other options are expired.
SNMP Interface Method
Filters calls based on creation time and last update. It make uses of two tables tsCallInfoTable and tsCallFilterTable. Calls are release by their ConnID
gstuckcalls
CML Utility included with SCS that connects with T-server via the management ports. It can retrieve active/stuck or clear stuck calls including removing any with a specific ConnID.
gstuckcalls command parameters
./gstuckcalls -h -p -a -ca -f
./gstuckcalls -h -p -a -cb -c
Before v 7.1
detection and deletion were done manually and had to recreate DN, manual change state through softphone, and restart T-server.