Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
IP Phone Services (IPPS) Developer Center
Overview
Documentation
Community
Wiki
Testing
Everything
This Site
Blogs
9.1 IP Phone Services Documentation Now Available
Adrienne Moherek
10 Jan 2013
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
21 Sep 2012
Developer Partner 2012 Update Presentations Available
George Gary
10 Feb 2012
Unified Communication 8.6 NFR Bundle Now Orderable
George Gary
22 Aug 2011
Cisco Live! London - Jan 29/Feb 2, 2011
David Staudt
14 Dec 2010
Cisco Live! London - Jan. 31-Feb 3, 2011
David Staudt
01 Nov 2010
Showing 6 results.
Items per Page 20
Page
(Changing the value of this field will reload the page.)
1
of 1
First
Previous
Next
Last
Forums
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
]
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:
394
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:
394
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:
394
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
Collateral
No files available