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 developers and expertsI did create IVR callflow and tested it perfectly.also I did create custome JAVA project to query from MS SQL server And working fine.so, please tell me how to make voice element - digits check the entered number by caller...
Hi !how can I extract user login ID and add it to the XML file in this function :
<script type="text/javascript">
// initialize the gadget running the init handler defined in EmbeddedWebApp.js
gadgets.HubSettings.onCo...
Hi !I am trying to change sample gadget height but no luck unfortunately.I had tried the following ideas :var html = '<iframe src="' + _urlToLoad + '" id="displayFrame" height="650"></iframe>'; gadgets.window.adjustHeight(650); please help ..
Hi !I am using Finesse API to change agent state, I facing error when try to change agent state to NOT_READY :
<ApiErrors>
<ApiError>
<ErrorType>Parameter Missing</ErrorType>
<ErrorData>finesse.api.reasoncode.require_reasoncode</ErrorData>...
Hi !I am trying to change agent state using REST API. I am using C# as a programming language.here is the code that I wrote :ServicePointManager.ServerCertificateValidationCallback = new System.Net.Security.RemoteCertificateValidationCallback(AcceptA...
HI Denise,thank you so much, it works after adding WIDTH But when I look to DOM i didi not find the width and height.anyway it works so thank you dear.