I believe the better API for doing something like that is going to be a CTI interface - TAPI or JTAPI. CTI provides real-time call events with full data about calling/called party DNs. Developing to TAPI/JTAPI is more complex, however - this is a b...
In case you're still working on this, I created a sample app to demonstrate Agent Greeting, in this fork of the DevNet jtapi-samples repo: https://github.com/davidstaudt/jtapi-samplesAt one point I did run into the same problem you describe, where ad...
The way you are specifying the wsa:ReplyTo indicates you are making the request for asynchronous execution. As such, PAWS affirmatively accepts the request and returns HTTP 202 Accepted, and would then send the reply to the specified wsa:PortType UR...
My interpretation of the quoted passage is that the end user interacting with an IPPS/XSI application in the phone UI is taking a positive action to request receiving media streaming, and so expects/accepts that the incoming Rx/MRx stream will be mix...
1. It's a feature of CUCM...'IVR call' is mentioned as that is an easy way of implenting the agent greeting, i.e. having a unique IVR number per agent which auto answers and plays the desired audio file. However, anything that can answer the call, p...