« Back to Administration XML Questions

Jabber for tablet phone add results in DND Option not supported error

Combination View Flat View Tree View
Threads [ Previous | Next ]
The following AXL call to addPhone of device type Cisco Jabber for Tablet fails with the Device does not support selected DND Option error
 
Using AXL 7.0 against  8.6.2.23064-1
 
Looks like AXL 7.0 needs some augmentation to support Jabber for tablet espcially while using non dual mode COP file.
 
Has anyone come across this? is there a work around?
 
REQUEST
 
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <soapenv:Body>
                                <addPhone xmlns="http://www.cisco.com/AXL/API/7.0">
                                                <newPhone xmlns="">
                                                                <name>TABBJEEVARA</name>
                                                                <description>Balaji Jeevan iPad</description>
                                                                <product>Cisco Jabber for Tablet</product>
                                                                <model>Cisco Jabber for Tablet</model>
                                                                <class>Phone</class>
                                                                <protocol>SIP</protocol>
                                                                <protocolSide>User</protocolSide>
                                                                <callingSearchSpaceName>Remote Emergency North America</callingSearchSpaceName>
                                                                <devicePoolName>RTP Remote Phones VideoHigh RTP341-RTP342</devicePoolName>
                                                                <commonPhoneConfigName>Standard Common Phone Profile</commonPhoneConfigName>
                                                                <locationName>Hub_None</locationName>
                                                                <vendorConfig>
                                                                                <videoCapability>1</videoCapability>
                                                                </vendorConfig>
                                                                <retryVideoCallAsAudio>true</retryVideoCallAsAudio>
                                                                <securityProfileName>Cisco Jabber for Tablet - Standard SIP Non-Secure Profile</securityProfileName>
                                                                <sipProfileName>iPad SIP Profile</sipProfileName>
                                                                <phoneTemplateName>Standard Jabber for Tablet</phoneTemplateName>
                                                                <enableExtensionMobility>false</enableExtensionMobility>
                                                                <ownerUserId>bjeevara</ownerUserId>
                                                                <subscribeCallingSearchSpaceName>Core 8Digit</subscribeCallingSearchSpaceName>
                                                </newPhone>
                                </addPhone>
                </soapenv:Body>
</soapenv:Envelope>
 
 
RESPONSE
 
 
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Header/>




<SOAP-ENV:Body>




<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>Device does not support selected DND Option.</faultstring>




<detail>




<axl:Error>
<axl:code>445</axl:code>
<axl:message>Device does not support selected DND Option.</axl:message>
<request>addPhone</request>
</axl:Error>




</detail>




</SOAP-ENV:Fault>




</SOAP-ENV:Body>




</SOAP-ENV:Envelope>