<pre>
We need assistance in providing analog phones as endpoints of VGx gateways. The problem arises when a security profile with secure mode is used.</pre>
<pre>
Without secure mode, the method addGatewaySccpEndpoints works as expected.</pre>
<pre>
</pre>
<pre>
Steps to reproduce the error:</pre>
<pre>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

B ver=9.0 addGatewaySccpEndpoints"
User-Agent: Jakarta Commons-HttpClient/3.1
Content-Length: 1643
Authorization: Basic QldJLUFYTC1Vc2VyLUNTVG9vbHM6TmdOIzIxYldp
Host: 185.47.245.36:8443
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.cisco.com/AXL/API/9.0">
<soapenv:Header/>
<soapenv:Body>
<ns:addGatewaySccpEndpoints>
<gatewaySccpEndpoints>
<!--You have a CHOICE of the next 2 items at this level-->
<domainName>SKIGW1FCAC425B0</domainName>
<unit>0</unit>
<subunit>0</subunit>
<endpoint>
<index>1</index>
<name>AN1FCAC425B0002</name>
<!--Optional:-->
<description>90829021</description>
<product>Analog Phone</product>
<class>Phone</class>
<protocol>SCCP</protocol>
<protocolSide>User</protocolSide>
<!--Optional:-->
<callingSearchSpaceName>Device_HNR1427_CSS</callingSearchSpaceName>
<devicePoolName>HNR1427_Muenchen-TIC_DP_1</devicePoolName>
<locationName>HNR1427_Muenchen-TIC_LOC</locationName>
<phoneTemplateName>Standard Analog</phoneTemplateName>
<securityProfileName>Analog Phone - BWI SCCP Secure
Profile</securityProfileName>
<deviceMobilityMode>Default</deviceMobilityMode>
<commonPhoneConfigName>Standard Common Profile</commonPhoneConfigName>
<alwaysUsePrimeLine>Default</alwaysUsePrimeLine>
<alwaysUsePrimeLineForVM>Default</alwaysUsePrimeLineForVM>
</endpoint>
</gatewaySccpEndpoints>
</ns:addGatewaySccpEndpoints>
</soapenv:Body>
</soapenv:Envelope>
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:
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault >
<faultcode>soapenv:Client</faultcode><faultstring>Device
does not support security
encryption</faultstring><detail><axlError><axlcode>432</axlcode> <axlmessage>Device does not support security
encryption</axlmessage><request>addGatewaySccpEndpoints</request></axlError >
</detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
</pre>