<?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>addGatewaySccpEndpoints with errors</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8881770" />
  <subtitle>addGatewaySccpEndpoints with errors</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8881770</id>
  <updated>2013-06-19T08:35:10Z</updated>
  <dc:date>2013-06-19T08:35:10Z</dc:date>
  <entry>
    <title>Automatic reply: New Message from Ludwig Balke in Administration XML (AXL)</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8882682" />
    <author>
      <name>Gabriel Zicarelli</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8882682</id>
    <updated>2012-11-28T11:32:50Z</updated>
    <published>2012-11-28T11:32:50Z</published>
    <summary type="html">Me encuentro de vacaciones.

Por cuestiones urgentes:

Gracias.

----

On vacation.

Urgent matters contact:

Thank you.

----

 Jhonathan Correa (jhonathan.correa@desca.com) / Claudio Esposito (claudio.esposito@desca.com).</summary>
    <dc:creator>Gabriel Zicarelli</dc:creator>
    <dc:date>2012-11-28T11:32:50Z</dc:date>
  </entry>
  <entry>
    <title>addGatewaySccpEndpoints with errors</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8881769" />
    <author>
      <name>Ludwig Balke</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8881769</id>
    <updated>2012-11-28T11:31:40Z</updated>
    <published>2012-11-28T11:31:40Z</published>
    <summary type="html">&lt;pre&gt;[color=#666666]We need assistance in providing analog phones as endpoints of VGx gateways. The problem arises when a security profile with secure mode is used.[/color]&lt;/pre&gt;
&lt;pre&gt;[color=#666666]Without secure mode, the method addGatewaySccpEndpoints works as expected.[/color]&lt;/pre&gt;
&lt;pre&gt;[color=#666666]
[/color]&lt;/pre&gt;
&lt;pre&gt;[color=#666666]Steps to reproduce the error:[/color]&lt;/pre&gt;
&lt;pre&gt;precondition:
- VG202 Gateway configured in CUCM
- Security Profile with secure mode configured for analog phones
- at least one port of gateway configured with analog phone and secure security profile

action:
- add a phone to a free port on this gateway with AXL webservice using method
addGatewaySccpEndpoints using same (secure) profile which is used
for the configured ports

result:
errorcode 432, Device does not support security encryption


example AXL requests and responses find below.


POST https://185.47.245.36:8443/axl/ HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "CUCM:DB ver=9.0 addGatewaySccpEndpoints"
User-Agent: Jakarta Commons-HttpClient/3.1
Content-Length: 1643
Authorization: Basic QldJLUFYTC1Vc2VyLUNTVG9vbHM6TmdOIzIxYldp
Host: 185.47.245.36:8443

&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.cisco.com/AXL/API/9.0"&gt;
   &lt;soapenv:Header/&gt;
   &lt;soapenv:Body&gt;
      &lt;ns:addGatewaySccpEndpoints&gt;
         &lt;gatewaySccpEndpoints&gt;
            &lt;!--You have a CHOICE of the next 2 items at this level--&gt;
            &lt;domainName&gt;SKIGW1FCAC425B0&lt;/domainName&gt;
            &lt;unit&gt;0&lt;/unit&gt;
            &lt;subunit&gt;0&lt;/subunit&gt;
            &lt;endpoint&gt;
               &lt;index&gt;1&lt;/index&gt;
               &lt;name&gt;AN1FCAC425B0002&lt;/name&gt;
               &lt;!--Optional:--&gt;
               &lt;description&gt;90829021&lt;/description&gt;
               &lt;product&gt;Analog Phone&lt;/product&gt;
               &lt;class&gt;Phone&lt;/class&gt;
               &lt;protocol&gt;SCCP&lt;/protocol&gt;
               &lt;protocolSide&gt;User&lt;/protocolSide&gt;
               &lt;!--Optional:--&gt;
           &lt;callingSearchSpaceName&gt;Device_HNR1427_CSS&lt;/callingSearchSpaceName&gt;
               &lt;devicePoolName&gt;HNR1427_Muenchen-TIC_DP_1&lt;/devicePoolName&gt;
               &lt;locationName&gt;HNR1427_Muenchen-TIC_LOC&lt;/locationName&gt;
               &lt;phoneTemplateName&gt;Standard Analog&lt;/phoneTemplateName&gt; 
&lt;securityProfileName&gt;Analog Phone - BWI SCCP Secure
Profile&lt;/securityProfileName&gt;
               &lt;deviceMobilityMode&gt;Default&lt;/deviceMobilityMode&gt;
        &lt;commonPhoneConfigName&gt;Standard Common Profile&lt;/commonPhoneConfigName&gt;
               &lt;alwaysUsePrimeLine&gt;Default&lt;/alwaysUsePrimeLine&gt;
               &lt;alwaysUsePrimeLineForVM&gt;Default&lt;/alwaysUsePrimeLineForVM&gt;
            &lt;/endpoint&gt;
         &lt;/gatewaySccpEndpoints&gt;
      &lt;/ns:addGatewaySccpEndpoints&gt;
   &lt;/soapenv:Body&gt;
&lt;/soapenv:Envelope&gt;


HTTP/1.1 500 Internal Server Error
Set-Cookie: JSESSIONIDSSO=D6C2AA9F86E51046CDED3D0936EBDCC4; Path=/; Secure; HttpOnly
Set-Cookie: JSESSIONID=519C48F8D0B3F66842A6A706096A89E5; Path=/axl/; Secure; HttpOnly
Content-Type: text/xml;charset=UTF-8
Content-Length: 470
Date: Sun, 25 Nov 2012 14:25:26 GMT
Connection: close
Server: 

&lt;?xml version='1.0' encoding='UTF-8'?&gt;&lt;soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;soapenv:Body&gt;&lt;soapenv:Fault &gt; 
&lt;faultcode&gt;soapenv:Client&lt;/faultcode&gt;&lt;faultstring&gt;Device
does not support security
encryption&lt;/faultstring&gt;&lt;detail&gt;&lt;axlError&gt;&lt;axlcode&gt;432&lt;/axlcode&gt; &lt;axlmessage&gt;Device does not support security
encryption&lt;/axlmessage&gt;&lt;request&gt;addGatewaySccpEndpoints&lt;/request&gt;&lt;/axlError &gt;
&lt;/detail&gt;&lt;/soapenv:Fault&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;

&lt;/pre&gt;</summary>
    <dc:creator>Ludwig Balke</dc:creator>
    <dc:date>2012-11-28T11:31:40Z</dc:date>
  </entry>
</feed>

