Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Unified Routing Rules XML Interface (CURRI) Developer Center
Overview
Documentation
Community
Testing
Everything
This Site
Blogs
9.1 XML Developer Guide Now Available
Smita Upadhya
09 Jan 2013
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
21 Sep 2012
Unified CM 9.0(1) Developer Guides
George Gary
26 Aug 2012
Developer Partner 2012 US Update Presentations Available
George Gary
29 Jun 2012
Developer Partner 2012 London Update Presentations Available
George Gary
10 Feb 2012
Showing 1 - 5 of 16 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
of 4
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Routing Rules API Questions
Could not receive Call Routing Request on .NET Web Application ?
Threads [
Previous
|
Next
]
Julien GIRARD
Posts:
2
Join Date:
5/17/10
Recent Posts
Could not receive Call Routing Request on .NET Web Application ?
curri
invalid uri
eccp
Answer
1/28/11 12:41 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi,
I¿m just trying to play with External Call Control Profile (ECCP).
I set up an ECCP that points a .NET Web application running on IIS (HTTP / 80) and then assigned it to a Translation Pattern.
I think this application meets the prerequisites:
· HTTP 1.1 for persistent connection
· Support thread pool for multiple persistent connections
· Support HTTP KeepAlive header
· Support HTTP POST
· Ready to parse XACML Call Routing request and push response
However, no request arrives at destination¿
First I installed Wireshark on my Web server and saw that nothing came from CUCM.
Then I picked up SDI and SDL traces from CUCM. Below what I found:
>> ConnectionFailureToPDP - A connection request from Unified CM to the policy decision point failed Policy Decision Point:http://10.0.50.5/TestCURRI/Default.aspx <strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;">The cause of the connection failure:Invalid URI is specified in the External Call Control profile
So I tried several URL syntaxes that give me all the same failed result:
· http://10.0.50.5/TestCURRI/Default.aspx
· http://10.0.50.5:80/TestCURRI/Default.aspx
· http://10.0.50.5/TestCURRI/
· http://10.0.50.5:80/TestCURRI/
· http://10.0.50.5/TestCURRI
· http://10.0.50.5:80/TestCURRI
· ¿
Does anyone have an idea to solve this problem?
Regards
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Stefan Slominski
Posts:
11
Join Date:
2/24/10
Recent Posts
RE: Could not receive Call Routing Request on .NET Web Application ?
Answer
1/28/11 1:02 PM as a reply to Julien GIRARD.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
had the same problem...
1) try changing the IP of your webserver to one without a 0
2) wait for next update-release where the issue should be fixed
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Chris Pearce
Posts:
13
Join Date:
7/25/09
Recent Posts
RE: Could not receive Call Routing Request on .NET Web Application ?
Answer
1/28/11 4:38 PM as a reply to Julien GIRARD.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Julien,
Stefan's comment is right, but let me provide a little more detail.
There's a bit of IP-address screening code in the release that is overzealous about checking the validity of IP addresses. (This is already fixed in development branches and should be a part of subsequent maintenance releases.)
If the second, third, or fourth octet in the Web Server is 0, CUCM considers the address invalid (i.e., 10.0.x.x, 10.x.0.x, 10.x.x.0). Best we can tell, this was a flawed attempt to screen out network addresses and, unfortunately, it slipped through QA since the servers they tested against didn't happen to have zeroes in the appropriate positions.
Is it possible for you to renumber the IP address of your PDP?
Chris Pearce
Cisco Distinguished Engineer
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Julien GIRARD
Posts:
2
Join Date:
5/17/10
Recent Posts
RE: Could not receive Call Routing Request on .NET Web Application ?
Answer
1/31/11 7:10 PM as a reply to Chris Pearce.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Chris & Stefan,
Thank you both for your reply.
It works by changing the WebServer IP address in 10.10.10.35 (instead of 10.0.50.5).
I get the "keep-alive" and my first "HTML/XML POST" from CUCM.
Now I have to parse this Call Routing Request and return a well formatted response.
Bye.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
PRANJOL SAIKIA
Posts:
4
Join Date:
4/15/09
Recent Posts
RE: Could not receive Call Routing Request on .NET Web Application ?
Answer
3/23/11 1:18 PM as a reply to Julien GIRARD.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi
I addedd a .Net based Web Service i.e. (Service.asmx) but it is not getting invoked on my web server and also my web server address does not contain '0' in its IP Address.
But when I tried with Default.aspx page it is getting invoked but i m always receiving a "Head" request if i get a call on the configured Translation Pattern.
Please reply for my both of the queries.
Regards
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Chris Pearce
Posts:
13
Join Date:
7/25/09
Recent Posts
RE: Could not receive Call Routing Request on .NET Web Application ?
Answer
3/31/11 9:31 PM as a reply to PRANJOL SAIKIA.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi,
The fact that you are getting a HEAD request implies that UCM is able to forge the connection to your server. Cisco UC Manager uses periodic HEAD requests as a keep-alive mechanism to ensure that the server is present. Could the HEAD request be confusing your server?
Chris Pearce
Cisco Distinguished Engineer
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Jeremy Sanders
Posts:
1
Join Date:
10/8/08
Recent Posts
RE: Could not receive Call Routing Request on .NET Web Application ?
Answer
8/26/11 3:45 PM as a reply to Chris Pearce.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Chris,
Do you have the Bug ID for this issue?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available