Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I was wondering if there was a way via AXL (or sqlExecute cmd) to enable Emergency Location (ELIN) Support in CUCM? basically checking the box under Call Routing > Emergency Location > Emergency Location Configurationthanks,Sebastien Michelet
When I try a getUcService to get details of a UC service with new type "Jabber Configuration", I get the following error: <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Body><ns0:getUcService xmlns:ns0="http:/...
Anybody else noticed that DRS backups from CUCM 9.1.2 to a Windows SFTP server (ex: OpenSSH) takes up to 6-7 hours to complete?Backup to a Linux SFTP server runs fine. All backup worked fine on Windows or Linux with CUCM 9.1.1.
When trying to upgrade vmware tools in either CUCM or Connection 8.6.2SU1 using automatic method (according to http://docwiki.cisco.com/wiki/VMware_Tools), I get the following error in Vsphere: "Error upgrading Vmware tools"Running on C210, ESXi 4.1 ...
Using CUCM 6 or 7, when a call is reverted from park, 79XX phones will only display "callpark reversion" after a very long time (4 or more rings) or after the user answers the phone. Does anybody know how to get the callpark reversion display immedia...
I recently came across an interesting case which was a result of CUCM not correctly representing the AS bandwidth:for a G729 call, it will show b=AS:8 instead of b=AS:24 to account for the 16kbps of IP/UDP/RTP overhead as mentioned in your article. (...
I know it's an old post but I was looking for the same thing so this might help somebody else, here is the query to find all phones not associated with an enduser:run sql SELECT name FROM device WHERE tkclass = 1 AND fkEndUser IS NULLor if you want t...
I had the same issue until I found the release notes, new header 'User-Agent: REST API Agent' is required:https://www.cisco.com/c/en/us/td/docs/security/asa/api/13/asa-api-rn-13.html#pgfId-142754
Thanks for looking into this Raghavendra,Do you think there is an alternative to using the handoff command that would be supported with wsapi?Basically, the TCL script just need to play an announcement to the caller before handing off the call.