cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1971
Views
0
Helpful
4
Replies

vxml gateway TCL CVP ringtone.tcl

Hello I need help! I need to know why I get this message of vxml gateway.

%IVR-6-APP_INFO: TCL CVP ringtone.tcl: ******* Zombie timer expired - call cleared ******* CallID = A6AC5B3B.28BD11E0.9691DF26.60ABA5BE

Thanks

4 Replies 4

miburt
Cisco Employee
Cisco Employee

This info can be found in the Configuration and Administration Guide for Cisco Unified Customer Voice Portal Release 8.0(1) page 356


Session Timer RFC 4028 support in Unified CVP. Unified CVP, acting as a Back-to-Back User Agent (b2bua) will transparently pass thru the headers for Supported, Session Expires, and Min-SE on the call legs. However, since the IOS gateway does not set a Session Expires header by itself, it will not request session refreshing. By default, Unified CVP adds a Session-Expires: 1800;refresher=uac value to the 200OK response on the initial invite sent into Unified CVP by the caller, if the Session Expires header is not already present in the 200OK of the outbound leg. This value will cause the gateway, as UAC, to send the refesher invites in mid call every 1800 seconds. This configuration allows the gateway to clean up a zombie call, due to a failed refresher reinvite, if the Unified Call Server is taken down in mid call. The setting on Unified CVP to disable adding a Session Expires header is configurable.


In plain English: The Sip subsystem runs a check to make sure there are no stale calls ever left up. These types of calls can tie up resources. This feature then tears down calls where there are no keepalive response receieved during a given interval. If you are seeing this and it is a legitimate call being torn down, (there are siuations while playing a prompt there may not be a repsonse for the keep alive interval) the call could be mistaken for a zombie call. In these instances you can change the timer and increase it just above the longest anticipated call duration. That will typically address that outlier example. The setting can be found below.


in $CVP_HOME/conf/sip.properties. Change/Add SIP.ZombieCheckCallLength=180 (180 sec. to start)

Hello, Thanks for this information, do you know where can I found the same information for cvp 7.0.2 version?

Best Regards.

Dealing with zombies has been in CVP since 4.0 added SIP. Perhaps the underlying algorithms have been tweaked over the years, but the problem was recognized in the first implementation. I recall hearing about this at the CVP4 TOI in Brussels in Dec 2006.

Regards,

Geoff

Santiago, what Geoff states is accurate. This has been in place since 4.x. The functionalilty is the exact same in 7.x from what I recall and it can be modified in the exact same way. This info is typically found in the Config and Admin guide for CVP. All CVP documnetation can be found here for your convenience: http://www.cisco.com/en/US/partner/products/sw/custcosw/ps1006/tsd_products_support_series_home.html