Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
IP Phone Services (IPPS) Developer Center
Overview
Documentation
Community
Wiki
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to IP Phone Services Questions
IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
Threads [
Previous
|
Next
]
IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
John CHOI
5/30/12 6:37 PM
RE: IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
David Staudt
9/4/12 10:09 PM
RE: IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
David Staudt
9/11/12 5:52 PM
RE: IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
Robert Brown
5/9/13 4:11 PM
RE: IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
David Staudt
5/9/13 5:59 PM
RE: IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
Robert Brown
5/9/13 7:42 PM
John CHOI
Posts:
1
Join Date:
5/30/12
Recent Posts
IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
Answer
5/30/12 6:37 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi,
I was download the IP Phone SDK7.1.2 and testing the push2phone feature with CUCM8.6 but I get HTTP 404 error from wireshark trace which I captured on IIS server side,
1) HTTP client requests HTTP POST to IIS server
2) IIS server response 200 OK
3) HTTP client requests HTTP GET to IIS server
4) IIS server requests HTTP POST to CUCM
5) CUCM response HTTP 404 not found
I have CUCM8.6 and guess this issue caused the ASP files not updated for CUCM Linux platform. I'm not familar to the programming and just want to test the functionality in the LAB with default provisioning script,
Anyone can share the push2phone ASP files with reflect CUCM linux platform?
Thanks in advance,
John
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
396
Join Date:
6/4/08
Recent Posts
RE: IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
Answer
9/4/12 10:09 PM as a reply to John CHOI.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Unfortunately the ASP push2phone sample was not updated for UCM 5+ (linux.) At least two changes would need to be made:
in the /ASP/includes/axlquery.asp file, the AXL URL needs to be updated for https://ip_address:8443/axl/
xmlhttp.Open("POST", "http://" + cm + "/CCMApi/AXL/V1/soapisapi.dll", false);
As well, AXL only supports HTTPS connections, so you would need to modify the code to use HTTPS (and either validate or ignore the UCM self-signed certificate.)
Other minor changes might be needed as well...
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
396
Join Date:
6/4/08
Recent Posts
RE: IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
Answer
9/11/12 5:52 PM as a reply to David Staudt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
If you are interested, I created an unofficial sample app which updates push2phone.asp to work with UCM 8.5 and Windows 2008 Server. See attached, feedback appreciated.
Attachments:
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Robert Brown
Posts:
2
Join Date:
4/4/13
Recent Posts
RE: IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
Answer
5/9/13 4:11 PM as a reply to David Staudt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I would love to get a copy of your unofficial sample app update for push2phone. I don't see it as an attachment anymore, and the push2phone wiki in the developers section doesn't have it as an attachment to download (
http://developer.cisco.com/web/ipps/wiki?p_p_id=1_WAR_wikinavigationportlet_INSTANCE_V33b&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=1&p_r_p_185834411_nodeId=803203&p_r_p_185834411_title=Push2Phone
)
If you can't post it, can you send me a download link or possibley email it to me?
Thanks!
Ted Walker
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
396
Join Date:
6/4/08
Recent Posts
RE: IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
Answer
5/9/13 5:59 PM as a reply to Robert Brown.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Re-attached to the wiki, should be working now...hope it helps!
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Robert Brown
Posts:
2
Join Date:
4/4/13
Recent Posts
RE: IP Phone SDK7.1.2 - Push2Phone HTTP 404 error
Answer
5/9/13 7:42 PM as a reply to David Staudt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thank you so much!!!!
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top