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.I use JTAPI library to receive CallEvents in my application. Everithing works fine, but when one CUCM user calls another, I receive events only from caller number, not from called number.But when CUCM user receives call from outside (PSTN, for ...
HelloI wrote a program with Qt to work with cisco ip phone services. I'm using QNetworkAccessManager to post XML objects to phones and QTcpServer's socket with QTextStream to respond to authentication requests (simply writing http headers with "AUTHO...
HelloI wrote a program with Qt to work with cisco ip phone services. I'm using QNetworkAccessManager to post XML objects to phones and QTcpServer's socket with QTextStream to respond to authentication requests (simply writing http headers with "AUTHO...
Solved that.The problem was the "Secure Authentication URL" field was set along with "Authentication url". And what I thought to be GET from phone was "Client hello"...Cleared "Secure Authentication URL" in CUCM and it works now