04-25-2014 10:56 AM
Hi
I'm trying a autologin on UCCX by CiscoIPPhoneExecute
On the device I was associate a button and works fine
See details at:
I send a xml to the device
<CiscoIPPhoneExecute><ExecuteItem Priority="0" URL="http://XXXXXXX:YYYY/ipphone/jsp/sciphonexml/IPAgentLogin.jsp"/></CiscoIPPhoneExecute>
The device response "Sucess", but on the device Screen show "Internal Error" and don't work.
Another CiscoIPPhoneExecute works fine, for example:
<CiscoIPPhoneExecute><ExecuteItem Priority="0" URL="http://XXXXXXXYYYY/ipphone/jsp/sciphonexml/IPAgentChangeState.jsp?State=4"/></CiscoIPPhoneExecute>
¿Any Ideas?
Best Regards Kandy
Solved! Go to Solution.
05-05-2014 04:46 AM
Hi
I Solved It.
I had two problems.
Works for me this xml, I tryed with Poster (Mozilla Firefox)
Request:
Url: http://(phoneIP)/CGI/Execute
Content-Type=xml/txt
Parameter
XML=<CiscoIPPhoneExecute><ExecuteItem Priority="0" URL="http://XXXX:YYYY/ipphone/jsp/sciphonexml/IPAgentLogin.jsp?Ext=12345%26amp%3BID=dummy%26amp%3BPwd=dummyPasword"/></CiscoIPPhoneExecute>
Response:
<?xml version="1.0" encoding="utf-8"?>
<CiscoIPPhoneResponse>
<ResponseItem URL="http://UCCXIP:UCCXPPORT/ipphone/jsp/sciphonexml/IPAgentLogin.jsp?Ext=12345&ID=dummy&Pwd=dummyPasword" Data="Success" Status="0" />
</CiscoIPPhoneResponse>
I Attached Screen Shots
Best Regards Kandy
Request Poster
Response Poster
05-02-2014 03:11 AM
Hi Kandy,
Request you to refer this url Push->Execute - what's wrong? for related information.
Also please refer
[cisco-voip] IP Phone Agent - Ed Leatherman - net.nether.puck.cisco-voip - MarkMail
Thanks and Regards,
Geevarghese
05-05-2014 04:46 AM
Hi
I Solved It.
I had two problems.
Works for me this xml, I tryed with Poster (Mozilla Firefox)
Request:
Url: http://(phoneIP)/CGI/Execute
Content-Type=xml/txt
Parameter
XML=<CiscoIPPhoneExecute><ExecuteItem Priority="0" URL="http://XXXX:YYYY/ipphone/jsp/sciphonexml/IPAgentLogin.jsp?Ext=12345%26amp%3BID=dummy%26amp%3BPwd=dummyPasword"/></CiscoIPPhoneExecute>
Response:
<?xml version="1.0" encoding="utf-8"?>
<CiscoIPPhoneResponse>
<ResponseItem URL="http://UCCXIP:UCCXPPORT/ipphone/jsp/sciphonexml/IPAgentLogin.jsp?Ext=12345&ID=dummy&Pwd=dummyPasword" Data="Success" Status="0" />
</CiscoIPPhoneResponse>
I Attached Screen Shots
Best Regards Kandy
Request Poster
Response Poster
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide