<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Routing Rules API Questions</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=1890838" />
  <subtitle />
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=1890838</id>
  <updated>2013-05-20T02:08:09Z</updated>
  <dc:date>2013-05-20T02:08:09Z</dc:date>
  <entry>
    <title>RE: need help with rules for dns servers</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14772227" />
    <author>
      <name>Mark Stover</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14772227</id>
    <updated>2013-04-29T20:48:01Z</updated>
    <published>2013-04-29T20:48:01Z</published>
    <summary type="html">I think you are posting to the wrong spot. This is a forum for the Unified Routing Rules Interface on Unified Communications Manager. Sorry.</summary>
    <dc:creator>Mark Stover</dc:creator>
    <dc:date>2013-04-29T20:48:01Z</dc:date>
  </entry>
  <entry>
    <title>need help with rules for dns servers</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14770328" />
    <author>
      <name>Jeff Jennings</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14770328</id>
    <updated>2013-04-29T19:58:42Z</updated>
    <published>2013-04-29T19:32:58Z</published>
    <summary type="html">we have  some caching dns servers behind our firewall and last week dyn.net changed theor dns servers and stopped allowing dns lookups on prt 53 and now require us to use ports 1028 or higher.   We run isc bind on windows for our dns servers and they told me to uncomment this line which I did in my named.conf file: query-source address * port 53;   now I have to change the rules in the cisco 3600 router that filters all inbound and outbound traffic. can someone tell me what I need to change in order to alloq ports 1028 and high to do the dns queries?   here's what I have now.    Allow return UDP DNS traffic to the DNS Servers. permit udp any eq 53 host xx.36.241.201 eq 53 permit udp any eq 53 host xx.36.241.202 eq 53 permit udp any eq 53 host xx.36.241.203 eq 53 permit udp any eq 53 host xx.36.241.204 eq 53 permit udp any eq 53 host xx.36.241.205 eq 53 permit udp any eq 53 host xx.36.241.206 eq 53   thanks in advance.</summary>
    <dc:creator>Jeff Jennings</dc:creator>
    <dc:date>2013-04-29T19:32:58Z</dc:date>
  </entry>
  <entry>
    <title>RE: CURRI - throttling?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12922152" />
    <author>
      <name>Mark Stover</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12922152</id>
    <updated>2013-03-12T14:40:03Z</updated>
    <published>2013-03-12T14:40:03Z</published>
    <summary type="html">There is no outbound throttling of requests to the policy server. You should plan for an overall reduction in the BHCA of your cluster if you route a majority of your calls through an ECCP. Make sure you enable features like load-balancing of requests and use multiple policy servers. Also, try to keep the policy servers in proximity to the cluster to reduce the request response times.
 
Mark</summary>
    <dc:creator>Mark Stover</dc:creator>
    <dc:date>2013-03-12T14:40:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: Cannot get XACML to parse using PHP</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12620486" />
    <author>
      <name>Mark Stover</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12620486</id>
    <updated>2013-03-04T22:37:16Z</updated>
    <published>2013-03-04T22:37:16Z</published>
    <summary type="html">The only difference I see in the responses is this "HEAD /speeddial/ecp.php HTTP/1.1". Guessing that this might just be remanent of your pasting.
Are you running Version 8.6 of CUCM? There is a defect (fixed in 9.0 and later) that impacts the changing of the application URL in the ECP profile. It will work when you first configure it, but when you change the URL of the profile, it doesn't get reloaded properly and your application will fail. You can work around it by restarting the CUCM service. You can also try having two profiles (one for the Python and another for the PHP) and switching between them. 
There shouldn't be anything inherent in PHP that stops you.

Mark</summary>
    <dc:creator>Mark Stover</dc:creator>
    <dc:date>2013-03-04T22:37:16Z</dc:date>
  </entry>
  <entry>
    <title>Cannot get XACML to parse using PHP</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12602811" />
    <author>
      <name>Marcus Mitchell</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12602811</id>
    <updated>2013-03-04T18:54:21Z</updated>
    <published>2013-03-04T18:30:26Z</published>
    <summary type="html">I am unable to get PHP to work with XAXML/ECP profiles. I read a previous post from Stefan and tried to correct my issues using the info in that post but was not successful. I am able to get the python app to work. Would strongly prefer to use PHP.  
 
I simply copied the python message and substitude some hard coded values.
 
//********************
 
$response = '&lt;?xml encoding="UTF-8" version="1.0"?&gt;&lt;Response&gt;&lt;Result&gt;&lt;Decision&gt;Permit&lt;/Decision&gt;&lt;Status&gt;&lt;/Status&gt;&lt;Obligations&gt;&lt;Obligation FulfillOn="Permit" ObligationId="urn:cisco:xacml:policy-attribute"&gt;&lt;AttributeAssignment AttributeId="Policy:simplecontinue"&gt;&lt;AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"&gt;&amp;lt;cixml ver="1.0"&amp;gt;&amp;lt;continue&amp;gt;&amp;lt;modify callingnumber="3688" callednumber="3689"/&amp;gt;&amp;lt;/continue&amp;gt; &amp;lt;/cixml&amp;gt;&lt;/AttributeValue&gt;&lt;/AttributeAssignment&gt;&lt;/Obligation&gt;&lt;/Obligations&gt;&lt;/Result&gt;&lt;/Response&gt;';
echo $response;
 
//*************************  
 
 
Here is the wireshark capture of the request/response between my Apache server and the CUCM POST 
 
POST /speeddial/ecp.php HTTP/1.1

Host: *****:8090

Accept: */*

Content-type: text/xml; charset=ISO-8859-1

methodName: isRoleAccessAllowed

User-Agent: CiscoUCM-HttpClient/1.0

Connection:Keep-Alive

Content-Length: 1682



&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;Request xmlns="urn:oasis:names:tc:xacml:2.0:context:schema:os"&gt;
&lt;Subject SubjectCategory="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject"&gt;
&lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:subject:role-id"
DataType="http://www.w3.org/2001/XMLSchema#string" Issuer="requestor"&gt;
&lt;AttributeValue&gt;CISCO:UC:UCMPolicy&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;Attribute AttributeId="urn:Cisco:uc:1.0:callingnumber"
DataType="http://www.w3.org/2001/XMLSchema#string"&gt;
&lt;AttributeValue&gt;3654&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;Attribute AttributeId="urn:Cisco:uc:1.0:callednumber"
DataType="http://www.w3.org/2001/XMLSchema#string"&gt;
&lt;AttributeValue&gt;**63654&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;Attribute AttributeId="urn:Cisco:uc:1.0:transformedcgpn"
DataType="http://www.w3.org/2001/XMLSchema#string"&gt;
&lt;AttributeValue&gt;3654&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;Attribute AttributeId="urn:Cisco:uc:1.0:transformedcdpn"
DataType="http://www.w3.org/2001/XMLSchema#string"&gt;
&lt;AttributeValue&gt;6000&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;/Subject&gt;
&lt;Resource&gt;
&lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id"
DataType="http://www.w3.org/2001/XMLSchema#anyURI"&gt;
&lt;AttributeValue&gt;CISCO:UC:VoiceOrVideoCall&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;/Resource&gt;
&lt;Action&gt;
&lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id"
DataType="http://www.w3.org/2001/XMLSchema#anyURI"&gt;
&lt;AttributeValue&gt;any&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;/Action&gt;
&lt;Environment&gt;
&lt;Attribute AttributeId="urn:Cisco:uc:1.0:triggerpointtype"
DataType="http://www.w3.org/2001/XMLSchema#string"&gt;
&lt;AttributeValue&gt;translationpattern&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;/Environment&gt;
&lt;/Request&gt;
HTTP/1.1 200 OK

Date: Mon, 04 Mar 2013 18:50:56 GMT

Server: Apache

Content-Length: 525

Content-type: text/xml; charset="utf-8"

Keep-Alive: timeout=15, max=100

Connection: Keep-Alive

&lt;?xml encoding="UTF-8" version="1.0"?&gt;&lt;Response&gt;&lt;Result&gt;&lt;Decision&gt;Permit&lt;/Decision&gt;&lt;Status&gt;&lt;/Status&gt;&lt;Obligations&gt;&lt;Obligation FulfillOn="Permit" ObligationId="urn:cisco:xacml:policy-attribute"&gt;&lt;AttributeAssignment AttributeId="Policy:simplecontinue"&gt;&lt;AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"&gt;&amp;lt;cixml ver="1.0"&amp;gt;&amp;lt;continue&amp;gt;&amp;lt;modify callingnumber="3688" callednumber="3689"/&amp;gt;&amp;lt;/continue&amp;gt; &amp;lt;/cixml&amp;gt;&lt;/AttributeValue&gt;&lt;/AttributeAssignment&gt;&lt;/Obligation&gt;&lt;/Obligations&gt;&lt;/Result&gt;&lt;/Response&gt;HEAD /speeddial/ecp.php HTTP/1.1


//*********
Here is a wireshark for my Python server
 
POST /ecp.py HTTP/1.1

Host: *******:8080

Accept: */*

Content-type: text/xml; charset=ISO-8859-1

methodName: isRoleAccessAllowed

User-Agent: CiscoUCM-HttpClient/1.0

Connection:Keep-Alive

Content-Length: 1682



&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;Request xmlns="urn:oasis:names:tc:xacml:2.0:context:schema:os"&gt;
&lt;Subject SubjectCategory="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject"&gt;
&lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:subject:role-id"
DataType="http://www.w3.org/2001/XMLSchema#string" Issuer="requestor"&gt;
&lt;AttributeValue&gt;CISCO:UC:UCMPolicy&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;Attribute AttributeId="urn:Cisco:uc:1.0:callingnumber"
DataType="http://www.w3.org/2001/XMLSchema#string"&gt;
&lt;AttributeValue&gt;3654&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;Attribute AttributeId="urn:Cisco:uc:1.0:callednumber"
DataType="http://www.w3.org/2001/XMLSchema#string"&gt;
&lt;AttributeValue&gt;**53654&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;Attribute AttributeId="urn:Cisco:uc:1.0:transformedcgpn"
DataType="http://www.w3.org/2001/XMLSchema#string"&gt;
&lt;AttributeValue&gt;3654&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;Attribute AttributeId="urn:Cisco:uc:1.0:transformedcdpn"
DataType="http://www.w3.org/2001/XMLSchema#string"&gt;
&lt;AttributeValue&gt;6000&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;/Subject&gt;
&lt;Resource&gt;
&lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id"
DataType="http://www.w3.org/2001/XMLSchema#anyURI"&gt;
&lt;AttributeValue&gt;CISCO:UC:VoiceOrVideoCall&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;/Resource&gt;
&lt;Action&gt;
&lt;Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id"
DataType="http://www.w3.org/2001/XMLSchema#anyURI"&gt;
&lt;AttributeValue&gt;any&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;/Action&gt;
&lt;Environment&gt;
&lt;Attribute AttributeId="urn:Cisco:uc:1.0:triggerpointtype"
DataType="http://www.w3.org/2001/XMLSchema#string"&gt;
&lt;AttributeValue&gt;translationpattern&lt;/AttributeValue&gt;
&lt;/Attribute&gt;
&lt;/Environment&gt;
&lt;/Request&gt;
HTTP/1.0 200 OK

Server: BaseHTTP/0.3 Python/2.7.3

Date: Mon, 04 Mar 2013 18:52:17 GMT

Content-type: text/xml; charset="utf-8"

Content-Length: 529

Connection: Keep-Alive

Keep-Alive: timeout = 20000   max = 100



&lt;?xml encoding="UTF-8" version="1.0"?&gt;&lt;Response&gt;&lt;Result&gt;&lt;Decision&gt;Permit&lt;/Decision&gt;&lt;Status&gt;&lt;/Status&gt;&lt;Obligations&gt;&lt;Obligation FulfillOn="Permit" ObligationId="urn:cisco:xacml:policy-attribute"&gt;&lt;AttributeAssignment AttributeId="Policy:simplecontinue"&gt;&lt;AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"&gt;&amp;lt;cixml ver="1.0"&amp;gt;&amp;lt;continue&amp;gt;&amp;lt;modify callingnumber="3688" callednumber="3689"/&amp;gt;&amp;lt;/continue&amp;gt; &amp;lt;/cixml&amp;gt;&lt;/AttributeValue&gt;&lt;/AttributeAssignment&gt;&lt;/Obligation&gt;&lt;/Obligations&gt;&lt;/Result&gt;&lt;/Response&gt;</summary>
    <dc:creator>Marcus Mitchell</dc:creator>
    <dc:date>2013-03-04T18:30:26Z</dc:date>
  </entry>
  <entry>
    <title>RE: Possible Format Problem</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12432573" />
    <author>
      <name>Mark Stover</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12432573</id>
    <updated>2013-02-27T13:03:31Z</updated>
    <published>2013-02-27T13:03:31Z</published>
    <summary type="html">Hi Yaohua,
 
Yes, it can be tricky to get that right so they you don't create the loop. Try keeping the TP in a partition that is separate from the phones. That makes it a bit easier to manage.
 
Mark</summary>
    <dc:creator>Mark Stover</dc:creator>
    <dc:date>2013-02-27T13:03:31Z</dc:date>
  </entry>
  <entry>
    <title>RE: Possible Format Problem</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12418003" />
    <author>
      <name>yaohua wang</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12418003</id>
    <updated>2013-02-27T01:47:53Z</updated>
    <published>2013-02-27T01:47:53Z</published>
    <summary type="html">Hi Mark;
i have found the reason. because of the translation pattern is same to the route pattern, the continue call becomes a loop call. the cucm always send xml http request to my external call server.
when using the simply continue call that does not  modiy the callednumber, you must pay attention to the css and partition of translation pattern and route pattern.
tks</summary>
    <dc:creator>yaohua wang</dc:creator>
    <dc:date>2013-02-27T01:47:53Z</dc:date>
  </entry>
  <entry>
    <title>RE: Possible Format Problem</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12355395" />
    <author>
      <name>Mark Stover</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12355395</id>
    <updated>2013-02-25T17:06:09Z</updated>
    <published>2013-02-25T17:06:09Z</published>
    <summary type="html">Yaohua.
 
What version of CUCM are you running, and what called number element are you adding? Just trying to identify if there is some problem here that needs to be addressed.
 
Can you post the non-working and the working responses you are returning to CUCM?
 
Thanks, Mark</summary>
    <dc:creator>Mark Stover</dc:creator>
    <dc:date>2013-02-25T17:06:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: CUCM recieve the http response,but not work</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12355356" />
    <author>
      <name>Mark Stover</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12355356</id>
    <updated>2013-02-25T17:03:37Z</updated>
    <published>2013-02-25T17:03:37Z</published>
    <summary type="html">Yaohua,
 
The CIXML looks fine. Can you post the entire response?
 
Mark</summary>
    <dc:creator>Mark Stover</dc:creator>
    <dc:date>2013-02-25T17:03:37Z</dc:date>
  </entry>
  <entry>
    <title>RE: Possible Format Problem</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12328655" />
    <author>
      <name>yaohua wang</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12328655</id>
    <updated>2013-02-25T02:31:15Z</updated>
    <published>2013-02-25T02:31:15Z</published>
    <summary type="html">Hi Mark，
My resonpse xml format is same as you.but the cm is not working and refusing continue call.
But after i add element that is a callednumber, the cm work as i expect.
why</summary>
    <dc:creator>yaohua wang</dc:creator>
    <dc:date>2013-02-25T02:31:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: CUCM recieve the http response,but not work</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12252851" />
    <author>
      <name>yaohua wang</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12252851</id>
    <updated>2013-02-22T09:00:51Z</updated>
    <published>2013-02-22T09:00:51Z</published>
    <summary type="html">Hi Mark;
i want the call routes simply normally continue. according to the xml developer guide, the cixml is below:
&amp;lt;cixml version="1.0"&amp;gt;&amp;lt;continue&amp;gt;&amp;lt;/continue&amp;gt;&amp;lt;/cixml&amp;gt;

but the cucm can't work correctly. the call fails.
help me check the cixml formt.</summary>
    <dc:creator>yaohua wang</dc:creator>
    <dc:date>2013-02-22T09:00:51Z</dc:date>
  </entry>
  <entry>
    <title>RE: CUCM recieve the http response,but not work</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11106658" />
    <author>
      <name>Mark Stover</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11106658</id>
    <updated>2013-01-24T19:09:03Z</updated>
    <published>2013-01-24T19:09:03Z</published>
    <summary type="html">Yes, it is an annoying bug. It is fixed in 9.0. The good news is that it only happens if you make changes to an inservice profile; Running services aren't impacted.
Mark</summary>
    <dc:creator>Mark Stover</dc:creator>
    <dc:date>2013-01-24T19:09:03Z</dc:date>
  </entry>
  <entry>
    <title>RE: CURRI - Traceback</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11106599" />
    <author>
      <name>Mark Stover</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11106599</id>
    <updated>2013-01-24T19:05:33Z</updated>
    <published>2013-01-24T19:05:33Z</published>
    <summary type="html">Clay,

There is a defect in 8.6 that if you change the ECC Profile of a working connection, it will fail to pick up the change correctly from the DB, and subsequent responses from the routing server will be ignored. Try restarting the CallManager Service (you don't have to reboot the entire server), and see if that will get your responses to work again.</summary>
    <dc:creator>Mark Stover</dc:creator>
    <dc:date>2013-01-24T19:05:33Z</dc:date>
  </entry>
  <entry>
    <title>RE: CUCM recieve the http response,but not work</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11075180" />
    <author>
      <name>yaohua wang</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11075180</id>
    <updated>2013-01-24T02:47:39Z</updated>
    <published>2013-01-24T02:47:39Z</published>
    <summary type="html">Thanks gery and mark.
I hit a bug at CUCM 8.6.2-20000-2. the bug ID is [color=windowtext][url=https://cdetsng.cisco.com/webui/#view=CSCtx40767]CSCtx40767[/url]. the workaround is reset CM service every time when making change to ECC profile.[/color]</summary>
    <dc:creator>yaohua wang</dc:creator>
    <dc:date>2013-01-24T02:47:39Z</dc:date>
  </entry>
  <entry>
    <title>RE: CURRI - Traceback</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11060842" />
    <author>
      <name>Clay Butzke Curvelo</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11060842</id>
    <updated>2013-01-23T23:07:50Z</updated>
    <published>2013-01-23T23:05:34Z</published>
    <summary type="html">[quote=Mark Stover]I just tried this on 12.10, and it seems to run okay for me. Can you double-check that you have a clean python install? It looks like issues in Python library; have you installed any custom Python libraries?   Mark[/quote] Hi Mark, You were right, I tried on ubuntu 12.10 and all errors messages stopped, but now I have a different issue: The ECC profile is configured to block call on failures. When I place a call to a DN that is expected to be forwarded, the CUCM gets response "Permit", and the call is blocked. When I place another call to a DN that is expected to be blocked, the CUCM gets "DENY", and the call is blocked too. But when I change ECC profile to forward calls on failures, the two previous calls are forwarded, It seems that is something wrong on CUCM or the response messages are in wrong format.</summary>
    <dc:creator>Clay Butzke Curvelo</dc:creator>
    <dc:date>2013-01-23T23:05:34Z</dc:date>
  </entry>
  <entry>
    <title>RE: CURRI - Traceback</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11032343" />
    <author>
      <name>Clay Butzke Curvelo</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11032343</id>
    <updated>2013-01-23T14:01:21Z</updated>
    <published>2013-01-23T14:01:21Z</published>
    <summary type="html">Hi, Mark. Thanks for your help.
I'm using the python that comes with ubuntu 12.04, made ​​no installation.</summary>
    <dc:creator>Clay Butzke Curvelo</dc:creator>
    <dc:date>2013-01-23T14:01:21Z</dc:date>
  </entry>
  <entry>
    <title>RE: CURRI - Traceback</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11031264" />
    <author>
      <name>Mark Stover</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11031264</id>
    <updated>2013-01-23T13:31:56Z</updated>
    <published>2013-01-23T13:31:56Z</published>
    <summary type="html">I just tried this on 12.10, and it seems to run okay for me. Can you double-check that you have a clean python install? It looks like issues in Python library; have you installed any custom Python libraries?
 
Mark</summary>
    <dc:creator>Mark Stover</dc:creator>
    <dc:date>2013-01-23T13:31:56Z</dc:date>
  </entry>
  <entry>
    <title>CURRI - Traceback</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10913238" />
    <author>
      <name>Clay Butzke Curvelo</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10913238</id>
    <updated>2013-01-21T00:17:20Z</updated>
    <published>2013-01-21T00:16:22Z</published>
    <summary type="html">Hi all,   I'm trying to run sampplePolicyApp, on Ubunto 12.04, and I realized when CUCM send "HttpConnection - processRetry count=912, threadId=14825/11893648 ACTIVE/REQ URL http://5.45.200.17:8080/samplePolicyApp|*^*^*" I got on Ubuntu server these two messages, that goes attached. The CUCM's version is 8.6.2.22900-9. so, when I place a call that suppose to be forwarded, due to these errors, I got: HttpHandler - wait_RoutingReq no connection available/in service or handler not in active, send back routing rej |1,100,13,807.724^5.45.200.8^SEP0012D9BB2950 I only changed the DNs on original code, from 1000 to 203, due to my lab enviroment. thanks in advance.</summary>
    <dc:creator>Clay Butzke Curvelo</dc:creator>
    <dc:date>2013-01-21T00:16:22Z</dc:date>
  </entry>
  <entry>
    <title>RE: CUCM recieve the http response,but not work</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10831156" />
    <author>
      <name>Mark Stover</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10831156</id>
    <updated>2013-01-18T14:02:30Z</updated>
    <published>2013-01-18T14:02:30Z</published>
    <summary type="html">Does the TP that triggers the ECC have a CSS that allows you to reach the number you're attempting to Divert to?</summary>
    <dc:creator>Mark Stover</dc:creator>
    <dc:date>2013-01-18T14:02:30Z</dc:date>
  </entry>
  <entry>
    <title>RE: CUCM recieve the http response,but not work</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10822165" />
    <author>
      <name>yaohua wang</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10822165</id>
    <updated>2013-01-18T07:51:01Z</updated>
    <published>2013-01-18T07:51:01Z</published>
    <summary type="html">Hi Gery
thanks for your answer as first.
i have change the cixml fomat as your suggestion. the response message is below:
&lt;Response&gt;
   &lt;Result ResourceId="CISCO:UC:VoiceOrVideoCall"&gt;
     &lt;Decision&gt;Permit&lt;/Decision&gt;
     &lt;Obligations&gt;
       &lt;Obligation FulfillOn="Permit" ObligationId="urn:cisco:cepm:3.3:xacml:policy-attribute"&gt;
         &lt;AttributeAssignment AttributeId="Policy:continue.simple"&gt;
           &lt;AtributeValue DataType="http://www.w3.org/2001/XMLSchema#string"&gt;
              &amp;lt;cixml version="1.0"&amp;gt;
                &amp;lt;divert&amp;gt;
                 &amp;lt;destination&amp;gt;
                   81130110
                 &amp;lt;/destination&amp;gt;
                &amp;lt;/divert&amp;gt;
             &amp;lt;/cixml&amp;gt;
        &lt;/AtributeValue&gt;
      &lt;/AttributeAssignment&gt;
    &lt;/Obligation&gt;
   &lt;/Obligations&gt;
  &lt;/Result&gt;
&lt;/Response&gt;
i use RTMT to confirm that cucm recieved the response, but cucm does't divert the call what i expect and reject the call as i configure.
[color=#ff0000]|HttpHandler - processHttpRes response from url (http://10.20.4.170:8080/eri), directive (1), routing result code (0x1), Tid (16777228)|0,0,0,0.0^*^*[/color]
[color=#ff0000]above is SDI Log[/color]
so i don't know how to fix the issue.
please</summary>
    <dc:creator>yaohua wang</dc:creator>
    <dc:date>2013-01-18T07:51:01Z</dc:date>
  </entry>
</feed>

