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 have a fairly simple UCCX script that is supposed to call a subflow. I'm using the UCCX editor to actively debug the script. When it gets to the step where it is supposed to call the subflow it throws a script exception with the text: Uknown host: ...
I have a UCCX script that is calling a subflow. Within the subflow script, it creates a prompt and then sends it as a menu for the current contact. For some reason, I'm running into an issue where the subflow fails. It rings, then says "I'm sorry, we...
FYI, I was able to fix this issue. In regard to debugging, what I ended up doing was modifying the script a bit to allow me to use active debugging. I essentially used a java step and set some custom parameters that would normally be passed in and re...