Make plans now to attend XMPP integration with CVP 2012/06/14 @ 10:00 AM at Cisco Live! in San Diego. ...Read More

 



Cisco Developer Network will be presenting a CDN Developer Track at Cisco Live! London the week of January 31, 2011.

We are presenting technical sessions which highlight Application Programming interfaces (APIs) and Software Developer Kits (SDKs) for Cisco technologies such as Unified Communications, IOS, and Access Routing Technologies ¿ including the new Cisco Cius ...Read More

 

Recently noticed that there have been repeated questions from our developer community complaining that they can't seem to get the beep to work with <record>. They have set the beep attribute to "true" alright, and the reference guide even says this is supported but why doesn't it work?
...Read More

 

August 01, 2006
Earlier today, as I was typing a comment in our internal issuing-tracking system, I hit backspace to correct a typo. WHAM! I go back to the previous page, and my long-winded comment is gone. Apparently I somehow left the context of the text area (did I tab, or spuriously click, or??), which causes backspace to act as a hotkey for "Back". The web browser was not very forgiving of my mistake.

Are your IVR applications forgiving? They should be.
...Read More

 

Mark Gibbs over at Network World has put together a spiffy little scoring system for customer service systems (including many criteria for IVR systems). How would callers score your IVR using Mark's guidelines? Place a call and find out, you may be surprised.
...Read More

 

If you're using JNDI to connect to your database through Tomcat, then it's possible you've had to deal with database connection pool leaks. Your code tests fine, it's been reviewed, but in load tests or in production your app is unable to acquire database connections, the pool is empty!

Fear not, there are some handy parameters which can be set in your application's XML configuration file (in tomcat/conf/Catalina/YOUR_IP/YOUR_APP.xml):
...Read More

 

Showing 6 results.
Items per Page 50
of 1

CVP Forum

Combination View Flat View Tree View
Threads [ Previous | Next ]
Another for you

If you have one hotlinks to catch hash fine.

If you put another one in but orphan it (so its disabled) this causes the application to fall over. with a grammar error (in the case of Cisco CVP - Regex error)

Admittedly you should not do that but if you have one global hotlinks handler with the same grammar value surely you should barr another one being created and tell the designer only one global instance should be allowed particularly in the case of short cuts like hash, zero etc.

This also reaffirms the suggestion of a local hotlink handler on a page by page basis which should be there as its supported in the W3C Specification.

Hi Karl,

Regarding the scenario you described about orphaned Hotlinks, it was not clear how you disabled the Hotlink element. The correct way to disable it would be by right-clicking on it and choosing the Skip And->Orphan option, which grays the entire element out and prevents it from being deployed. Having Hotlinks in the call flow without an exit state is valid, since Hotlinks can also be used to generate events.

Regards,
Harish

Folks,

Listen, we are writing a lot of Audium Applications, and doing a ton of complex stuff (custom components) and heavy workarounds so we know most things inside and out of this tool. Even down to hacking all the XML which can be faster than using the GUI tools at times.

I know about disabling hotlinks, but if you disable a hotlink (orphaned) and create another hotlink (enabled) with the same settings elsewhere in the call flow, the application falls over. You might expect since the first hotlink is disabled that is all fine. I was surprised too. Other element types are not a problem in these situations but hotlinks seem to be.

There is some conflict here. That is what I saw, the moment I deleted the orphaned hotlink (which was floating totally on its own), the application worked again fine.

My point still stands. I would look a little closer at this.
Cheers

Hi Karl,

Thanks for bringing this to our attention, however we were unable to replicate the issue in our lab.

Attached is a simple application we created in Studio 5.2 and Call Services 3.6. It contains two identical hotlinks, one enabled and the other orphaned. When tested against the CVP VXML gateway, the application worked as expected. Pressing 0 anywhere in the call flow correctly triggered the active hotlink and brought us back to the Welcome audio. No error was logged in Call Services logs.

If the attached application works fine in your lab, but the same issue still persists with your application, please provide detailed steps to help us replicate the issue.

Regards,
Rachel

admittedly this was prior to 5 so maybe the issue has resolved, but another developer had this issue too.

Cheers