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.
Hi,
I've been working to achieve SIP REFER transfer with attached data over User-to-User SIP Header by two approaches:
1. Using Subdialog Return as described in Configuration Guide but I was not able to get working SIP REFER with the described method...
I'm actually developing an application and trying to use the floorPlan information to position the image into a map. But I have these questions:- How is related corners Lat and Lng to width and height?- Also, how is related to image size?- How can I ...
I'm trying to use a nonreturnable handoff, but after doing the handoff is not releasing the VXML License until the session timedout. I tried to capture the event disconnect.com.cisco.handoff to tell the VXML Server to Hangup and release the VXML port...
Hi,I'm currently trying to send custom headers over SIP, so in Accordance to Cisco VoiceXML Programmer’s Guide it's possible to send custom header during SIP (Invite while transferring a call), but I can get this to work. Has anyone faced this issue?...
Hi Jimmy,
I achived it by using GetSIPHeader, refer to this post:
https://community.cisco.com/t5/contact-center/vxml-app-to-parse-all-sip-headers/m-p/4520440/highlight/true#M12566
Greetings, Vladimir
Hi Alessandro,
I think an option can be modifying or removing throught a SIP Translation Profile: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/cube/configuration/cube-book/voi-sip-param-mod.html#task_0DC87B03479A4DD9A81AD2E405CA8EC9
Greet...
Add the folowing libraries: log4j-api-x.y.x.jar and log4j-core-x.y.z.jar to callstudio_project/deploy/java/util/lib folder. Then try the following snipped:
public class MyElement extends ActionElementBase implements ElementInterface {
static {
S...
Hi Paul, Tank you for your support. I'm attaching the gateway debugs and the wireshark capture I made in CVP Server. I'm thinking is because the Dialed Number Pattern in CVP Call Server is not allowing to arrive sip messages to the gateway (and the g...
Thanks Paul, After doing the suggested adjustments I noted the next:- Still doesn't appear the IVR-Handoff modified header at the gateway debugs.- tclref arrives empty and I'm not seen the header for UserToUserInfo in the gateway debugs.- I'm not wat...