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.
According to TCL developer guide, for leg senddigit, "Digit transmission fails if the leg senddigit verb is executed and the negotiated DTMF relay is either rtp-nte or cisco-rtp"Here is what I referenced:www.n-cg.net/ncgpdf/Cisco_TCL-IVRv2_Programmin...
I have configured two paritions, VAL_SiteXform_PT and VAL_Dummy_PT. I want to add them to a new CSS. However the code only adds VAL_Dummy_PT. What am I missing? Code is below:
"use-strict";
const soap = require("strong-soap").soap;
const reque...
I have a customer that currently has CUCM/CUC in the cloud (ie HCS) and jabber in the cloud (ie Webex Messenger). Customer only wants to move CUCM/CUC on-prem and keep jabber in the cloud.
Question: is there any special config needed for jabber ...
I'm a UCCX scripting newbie and want to understand the select resource step. I have set connect to yes (thus there are two branches: connected and queued).
1. With connect set to yes, does it automatically connect the call to the agent (in ready ...
That's not it. I figured out the problem. I'm using duplicate keys in the object. Javascript will use the last one that's why I only see "VAL_Dummy_PT." I had to change requestArg3 to:
const requestArgs3 = {
css: {
name: "VAL_Devic...
You're right, it would be failed branch. My bad. From your sample script it, the next step would be it goes to SelectAgent label, which does Select Resource again. At this point, if there are no more agents in ready state, would it not hit the que...
OK, let me try again.
Say we have connect set to no, and our CSQ only has 1 agent (to keep it simple). The agent is logged in and in ready state. I call the queue, the agent's phone rings but does not answer. At this point wouldn't I be in the q...
I'm a bit confused. With connect set to yes, didn't you say if the agent is RNA, it keeps hitting the connected branch until it finds an agent? If no other agent is in ready state then it'll go to the queued branch.
Let me know what I'm missing.