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.
Hello everyone,
Now that 15.2 is in an 'M' state I took a look at the release notes and the new e164-pattern-map feature caught my eye. Ostensibly, you can use a single dial-peer in CUBE to match a whole list of potential destination-patterns by po...
Hello everyone,The UCCX compatability guide for UCCX 8.5(1)SU2 lists the following three Nuance 9 combinations as supported. Does anyone have an informed opinion as to which of these three combinations work best?Nuance 9.0:Nuance Speech Server 5.0.2...
Everyone,I have a CUCM 8.0(3) cluster with PhoneVPN enabled. The ASA 5510 hosting the AnyConnect VPN service is running 8.3(2). The 7975G phone using the VPN client is running 9.0(3) software.FYI, the 7975G phone connects up just fine to the AnyConn...
All,I am running into an issue with the Play Prompt step on UCCX 5.0(2)SR1. I am trying catch a PromptException when I try to play a non-existent prompt using the es_US (US Spanish) language. A prompt with the same name does exist in the en_US (U...
All,Has Cisco removed the ability to upload prompts in bulk as a ZIP file in UCCX 7.0(1)_Build168? The upload screen in the prompt repository says you can upload a ZIP file, there is even a direct link on the root of the repository page, but I get a...
Sam,Once you've built your fully qualified prompt path and filename you can just assign your string variable to the prompt variable directly. You don't need to encapsulate it with P[]. You'll find the UCCX editor will automatically ask you if it is...
To expand on what Chris said, the 'url source' seems to be any valid source in IOS which could be TFTP, FTP, or HTTP, as well as referencing local flash. This means that the file containing the destination-patterns could be centralized if you have ...
You are running the baseline version of UCCX 8.5(1) which is a bad idea. There were several nasty bugs in the original 8.5 release. Install 8.5(1)SU4 (8.5.1.11004-25), update the CAD clients and try again. Also check for any firewalls between your...
Therein lies the rub, doesn't it? Use the built-in classes or use a custom class. If you take the original code I wrote above with the new 'DO' code it comes out to twelve lines. You accomplish the same in fourteen. Both acomplish the same task i...