<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: UCM Error ! in Management</title>
    <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442830#M434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then following is the code that I get the routePartitionName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;soapenv:Envelope xmlns:soapenv=\"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;\" xmlns:ns=\"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/AXL/API/8.0" rel="nofollow" target="_blank"&gt;http://www.cisco.com/AXL/API/8.0&lt;/A&gt;&lt;SPAN&gt;\"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;soapenv:Header/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;soapenv:Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ns:listLine sequence=\"?\"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;searchCriteria&amp;gt;&amp;lt;pattern&amp;gt;" + phoneNum + "&amp;lt;/pattern&amp;gt;&amp;lt;/searchCriteria&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;returnedTags&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;routePartitionName/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/returnedTags&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ns:listLine&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/soapenv:Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 01:49:59 GMT</pubDate>
    <dc:creator>chao guo</dc:creator>
    <dc:date>2014-06-20T01:49:59Z</dc:date>
    <item>
      <title>UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442822#M426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;I am using the axl interface method of 'updateline" to update the info of call manager in order to configure the "call forward" function on the phone,I can be configured successfully on call manager 8.6 and 9.1.1, but when I configure this on call manager 9.1.2.10000, I get the error of&amp;nbsp; "&lt;SPAN style="color: #ff0000;"&gt;The specified Directory Number was not found&lt;/SPAN&gt;". I check the configuration of this phone directory number, I don't find any problems.&lt;/P&gt;&lt;P&gt;the following is the code I used :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"POST /axl/ HTTP/1.0\r\n";&lt;BR /&gt;"Host:" + Global.CCM_IP + ":8443\r\n";&lt;BR /&gt;"Authorization: Basic " + authorization + "\r\n";&lt;BR /&gt;"Accept: text/*\r\n";&lt;BR /&gt;"Content-type: text/xml\r\n";&lt;BR /&gt;"SOAPAction: \"CUCM:DB ver=8.0\"\r\n";&lt;BR /&gt;"Content-length: ";&lt;BR /&gt;"&amp;lt;soapenv:Envelope xmlns:soapenv=\"&lt;A href="http://schemas.xmlsoap.org/soap/envelope/\&amp;quot; rel="&gt;http://schemas.xmlsoap.org/soap/envelope/\&lt;/A&gt;" xmlns:ns=\"&lt;A href="http://www.cisco.com/AXL/API/8.0\"&gt;http://www.cisco.com/AXL/API/8.0\&lt;/A&gt;"&amp;gt;";&lt;BR /&gt;" &amp;lt;soapenv:Header/&amp;gt;";&lt;BR /&gt;"&amp;lt;soapenv:Body&amp;gt;";&lt;BR /&gt;"&amp;lt;ns:updateLine sequence=\"?\"&amp;gt;";&lt;BR /&gt;"&amp;lt;pattern&amp;gt;" + phoneNum + "&amp;lt;/pattern&amp;gt;";&lt;BR /&gt;"&amp;lt;routePartitionName&amp;gt;" + pattern + "&amp;lt;/routePartitionName&amp;gt;";&lt;BR /&gt;"&amp;lt;callForwardAll&amp;gt;";&lt;BR /&gt;"&amp;lt;destination&amp;gt;" + forwardNum + "&amp;lt;/destination&amp;gt;";&lt;BR /&gt;"&amp;lt;/callForwardAll&amp;gt;";&lt;BR /&gt;"&amp;lt;/ns:updateLine&amp;gt;";&lt;BR /&gt;"&amp;lt;/soapenv:Body&amp;gt;";&lt;BR /&gt;"&amp;lt;/soapenv:Envelope&amp;gt;";&lt;/P&gt;&lt;P&gt;it is emergency for me,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 01:09:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442822#M426</guid>
      <dc:creator>chao guo</dc:creator>
      <dc:date>2014-04-02T01:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442823#M427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now, I get the successfully response from the CUCM, like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTTP/1.1 200 OK&lt;BR /&gt;Set-Cookie: JSESSIONIDSSO=343B0FC5ABF602EF5F7EA3CD2ABC4FF9; Path=/; Secure; HttpOnly&lt;BR /&gt;Set-Cookie: JSESSIONID=B6EBCC3FCD00275E3224C78BF7A4C00B; Path=/axl/; Secure; HttpOnly&lt;BR /&gt;Content-Type: text/xml;charset=UTF-8&lt;BR /&gt;Content-Length: 321&lt;BR /&gt;Date: Thu, 03 Apr 2014 07:48:57 GMT&lt;BR /&gt;Connection: close&lt;BR /&gt;Server:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;soapenv:Body&amp;gt;&amp;lt;ns:updateLineResponse sequence="?" xmlns:ns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/AXL/API/8.0" rel="nofollow" target="_blank"&gt;http://www.cisco.com/AXL/API/8.0&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;return&amp;gt;{FD7B72A8-3334-DDE7-FF14-25DD3759FDFB}&amp;lt;/return&amp;gt;&amp;lt;/ns:updateLineResponse&amp;gt;&amp;lt;/soapenv:Body&amp;gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but on cisco IP Phone of 9951, we can not see the call forward setup successfully.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 08:38:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442823#M427</guid>
      <dc:creator>chao guo</dc:creator>
      <dc:date>2014-04-03T08:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442824#M428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you double check the API call?&lt;/P&gt;&lt;P&gt;Also, check on the CUCM UI to see if the destination has been updated after perform AXL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is mine that works&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;" xmlns:axl="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/AXL/API/8.5" rel="nofollow" target="_blank"&gt;http://www.cisco.com/AXL/API/8.5&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;soapenv:Header/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;soapenv:Body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;axl:updateLine sequence="?"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;pattern&amp;gt;9971&amp;lt;/pattern&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;callForwardAll&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;destination&amp;gt;9951&amp;lt;/destination&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/callForwardAll&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/axl:updateLine&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/soapenv:Body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Howard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 21:13:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442824#M428</guid>
      <dc:creator>tinghche</dc:creator>
      <dc:date>2014-04-09T21:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442825#M429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your advice, the problem have been resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 01:12:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442825#M429</guid>
      <dc:creator>chao guo</dc:creator>
      <dc:date>2014-04-10T01:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442826#M430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chao guo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got same issue "directory number is not found". My CCM is 9.1.1 and using compatible AXL. I tried several different DN but nothing works. What's your solution to fix the problem? Thanks a lot for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My XML is configured as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14028915647999911" jivemacro_uid="_14028915647999911"&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;" xmlns:ns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/AXL/API/9.1" rel="nofollow" target="_blank"&gt;http://www.cisco.com/AXL/API/9.1&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;soapenv:Header/&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;soapenv:Body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ns:updateLine sequence="?"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--You have a CHOICE of the next 2 items at this level--&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;pattern&amp;gt;31726&amp;lt;/pattern&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--Optional:--&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;autoAnswer&amp;gt;Auto Answer with Speakerphone&amp;lt;/autoAnswer&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--Optional:--&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ns:updateLine&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/soapenv:Body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 04:06:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442826#M430</guid>
      <dc:creator>hxmengmetro</dc:creator>
      <dc:date>2014-06-16T04:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442827#M431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can using the Howard who provide the AXL Request Info. and also please check the info of "&amp;lt;pattern&amp;gt;" have add &lt;/P&gt;&lt;P&gt;in the CUCM--&amp;gt;Call Routing--&amp;gt;Directory Number; and then check the whether you should add the tag of "&amp;lt;routePartitionName&amp;gt;"&amp;nbsp; in your request.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;the following is my coding of updateline:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;soapenv:Envelope xmlns:soapenv=\"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;\" xmlns:ns=\"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/AXL/API/8.0" rel="nofollow" target="_blank"&gt;http://www.cisco.com/AXL/API/8.0&lt;/A&gt;&lt;SPAN&gt;\"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;soapenv:Header/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;soapenv:Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ns:updateLine sequence=\"?\"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;pattern&amp;gt;" + phoneNum + "&amp;lt;/pattern&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;routePartitionName&amp;gt;" + pattern + "&amp;lt;/routePartitionName&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;callForwardAll&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;destination&amp;gt;" + forwardNum + "&amp;lt;/destination&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/callForwardAll&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ns:updateLine&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/soapenv:Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 06:41:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442827#M431</guid>
      <dc:creator>chao guo</dc:creator>
      <dc:date>2014-06-19T06:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442828#M432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Chao Guo. I will try this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the pattern for in routePartitionName? Is it just the partition name for the extension number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 16:01:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442828#M432</guid>
      <dc:creator>hxmengmetro</dc:creator>
      <dc:date>2014-06-19T16:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442829#M433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chao Guo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried yours but still no luck. The directory number is configured in CallManager like you mentioned above. From the example given by Cisco, I don't have to put routePartitionName there. It's pretty odd, This should be very basic function which should work. Scratching my head now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lou.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 19:45:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442829#M433</guid>
      <dc:creator>hxmengmetro</dc:creator>
      <dc:date>2014-06-19T19:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442830#M434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then following is the code that I get the routePartitionName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;soapenv:Envelope xmlns:soapenv=\"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;\" xmlns:ns=\"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/AXL/API/8.0" rel="nofollow" target="_blank"&gt;http://www.cisco.com/AXL/API/8.0&lt;/A&gt;&lt;SPAN&gt;\"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;soapenv:Header/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;soapenv:Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ns:listLine sequence=\"?\"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;searchCriteria&amp;gt;&amp;lt;pattern&amp;gt;" + phoneNum + "&amp;lt;/pattern&amp;gt;&amp;lt;/searchCriteria&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;returnedTags&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;routePartitionName/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/returnedTags&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ns:listLine&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/soapenv:Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 01:49:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442830#M434</guid>
      <dc:creator>chao guo</dc:creator>
      <dc:date>2014-06-20T01:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442831#M435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;你是中国的不？你们俩都是中国的不？对话不能用中文啊&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 09:47:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442831#M435</guid>
      <dc:creator>bticshare</dc:creator>
      <dc:date>2014-06-25T09:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442832#M436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you Chiners?Why you have to talk in english?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 09:48:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442832#M436</guid>
      <dc:creator>bticshare</dc:creator>
      <dc:date>2014-06-25T09:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442833#M437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Howard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to this AXL forum and not totally sure where to start, but I have a request from a user to try to automate a query for the current call forward information for a specific line.&amp;nbsp; Following your reply post, it appears that I could do this with some AXL code, but I'm also not sure if there's a way to dump the Call Forward destination to a file for an end user's retrieval.&amp;nbsp; Any help would be greatly appreciated.&amp;nbsp; We are currently running CUCM 9.1(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arras&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:19:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442833#M437</guid>
      <dc:creator>ampm_25</dc:creator>
      <dc:date>2015-06-19T19:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: UCM Error !</title>
      <link>https://community.cisco.com/t5/management/ucm-error/m-p/3442834#M438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you'd do it with the AXL getLine API.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you dump it to a file depends on the language or product you use to run the AXL command.&amp;nbsp; Saving the results to a file doesn't have anything to do with AXL.&amp;nbsp; You can write a program in PHP or Java or Python or C# or some other language that gets the results and saves them to a file.&amp;nbsp; Or you could use SoapUI (&lt;A href="http://www.soapui.org/" title="http://www.soapui.org/"&gt;SoapUI - The Home of Functional Testing&lt;/A&gt;) and just copy and paste the results from the results window.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 20:10:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/ucm-error/m-p/3442834#M438</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2015-06-19T20:10:04Z</dc:date>
    </item>
  </channel>
</rss>

