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 am using CUCM 8.5, and I am trying to retrieve the user device IP address from his/her extension number. I have called the AXLAPIService.executeSQLQuery(), using this function and the following SQL query, I can successfully retrieve the device name...
I am using CUCM 8.5, trying to retrieve the user device IP address from his/her extension number. I have called the AXLAPIService.executeSQLQuery(), using this function and the following SQL query, I can successfully retrieve the device name (d.name)...
I'm trying to pass a CiscoIPPhoneExecute XML object to my Cisco IP Phone, so far I have succeed to dial a local number. The problem comes when I dial an IDD number, and I cannot pass the PIN (DTMF) by using the SendDigits command. Following is part o...
Thanks for pointing out the right direction dstaudt. I have programmed some code on Risport, but I encountered a new problem. When I try to post the https://mycucmip:8443/realtimeservice/services/RisPort, I keep receiving a 505 error: "HTTP version n...
Thank you both. I'm picking up the terminologies and hopefully can describe my question more effectively. I also have a related issue at [CUCM] How to retrieve the IP Address of user's device?, I appreciate if you are advice me on that related issue ...
Hi mstover,dstaudt's reply is correct for most situations. My case is a bit unusual because when user inputs the PIN, the IDD call has not been made. The IDD is made only when CUCM has checked the PIN is valid.Using Dial with commaAs far as I observe...
HI Martin,Have you got your questions solved? I am experiencing a similar issue as you did, you can find the information about my case here: How to send PIN when making a call using SendDigits?The difference is that I receive a "No Active Call" respo...
Hi dstaudt,Thank you for your advice. I amended the code to pass the two CiscoIPPhoneExecute objects separately. The first object has an execute item to "Dial" a number, the second object has an execute item to pass the PIN number by "SendDigits". I ...