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
Tweet
Check out the new content on the Cisco Developer Network reflecting the New & Enhanced features in Cisco Unified Communication Manager 9.1.
See the
9.1 XML Developer Guide
...Read More
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
| 21 Sep 2012
Tweet
The Unified Communications 9.0 Partner Bundle packages Cisco’s Collaboration application software for our Collaboration partner community to leverage for their internal lab or demonstration systems. The 9.0 version is now available for order.
Learn More >>
...Read More
Unified CM 9.0(1) Developer Guides
George Gary
| 26 Aug 2012
Tweet
Cisco Routing Rule Developers:
Check out the new content on the Cisco Developer Network reflecting the New & Enhanced features in Cisco Unified Communication Manager 9.0(1).
Click here to find the
...Read More
Developer Partner 2012 US Update Presentations Available
George Gary
| 29 Jun 2012
Tweet
Developer Partners,
Cisco announces the availability of our 2012 Developer Partner presentations shared at CiscoLive San Diego.
Please log into the Cisco Developer Network using your Partner UserID to download this content.
Access these presentations here:
http://developer.cisco.com/web/cdc/devforumpreso
PARTNER LOGIN REQUIRED
...Read More
Developer Partner 2012 London Update Presentations Available
George Gary
| 10 Feb 2012
Tweet
Developer Partners,
Cisco announces the availability of our 2012 Developer Partner presentations shared at CiscoLive London.
Please log into the Cisco Developer Network using your Partner UserID to download this content.
Access these presentations here:
http://developer.cisco.com/web/cdc/devforumpreso
PARTNER LOGIN REQUIRED
...Read More
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
cixml deny not working!
Threads [
Previous
|
Next
]
Izik Shtayman
Posts:
1
Join Date:
8/7/08
Recent Posts
cixml deny not working!
Answer
2/7/11 9:00 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
hi,
My cURRI interface is up and running but when dialing from ext 5009 to 1000 which trigger it, the webservice sends the following response to call-manager:
<?xml encoding="UTF-8" version="1.0"?><Response><Result><Decision>Deny</Decision><Obligations><Obligation FulfillOn="Den
y" ObligationId="continue.simple"><AttributeAssignmentAttributeId="Route:continue.simple"<AttributeValueDataType="http:/
/www.w3.org/2001/XMLSchema#string"<cixmlversion="1.0"><reject><announce identification="ANN_2" /></reject></cixml></Attr
ibuteValue></AttributeAssignment></Obligation></Obligations></Result></Response>
The Announcement isn't being played why ? what is wrong with the response I am sending CM ?
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: cixml deny not working!
Answer
3/10/11 11:35 PM as a reply to Izik Shtayman.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Izik,
I don't know why I didn't get a notification about your post. Sorry for the slow reply.
A couple of points.
First, it's hard to read the reply that your server is sending... these forums have messed up the word wrapping and possibly spacing.
Next, there are a few tricks:
* Cisco UCManager really only cares about the contents of the <Decision> tags and the contents of the <cixml> tags for its operations, but the rest does have to be well-formatted XACML for the results to pass the XML parser.
*
The actual CIXML obligation needs to be an 'escaped' string.
So replace any left bracket in the <cixml>...</cixml> block with < and any right bracket in the <cixml>...</cixml> with &rt;. This includes the brackets for the <cixml> tag itself.
* The UCM configuration still has to be set up to enable UCM to play the announcement. This means that the announcement needs to be put on the announcement server, it needs to be named, the announcement server needs to be in a media resource group and the media resource group needs to be including in the media resource group list of the calling device.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available