<?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>Jabber for tablet phone add results in DND Option not supported error</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12164132" />
  <subtitle>Jabber for tablet phone add results in DND Option not supported error</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12164132</id>
  <updated>2013-06-18T07:05:48Z</updated>
  <dc:date>2013-06-18T07:05:48Z</dc:date>
  <entry>
    <title>Jabber for tablet phone add results in DND Option not supported error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12164131" />
    <author>
      <name>Balaji Jeevan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12164131</id>
    <updated>2013-02-20T15:37:13Z</updated>
    <published>2013-02-20T15:37:13Z</published>
    <summary type="html">The following AXL call to addPhone of device type [color=#1f497d]Cisco Jabber for Tablet fails with the [/color][color=#1f497d]Device does not support selected DND Option error[/color]
[color=#1f497d] [/color]
[color=#1f497d]Using AXL 7.0 against  8.6.2.23064-1[/color]
[color=#1f497d] [/color]
[color=#1f497d]Looks like AXL 7.0 needs some augmentation to support Jabber for tablet espcially while using non dual mode COP file.[/color]
 
Has anyone come across this? is there a work around?
[color=#1f497d] [/color]
[color=#993300]REQUEST[/color]
 
[color=#1f497d]&lt;?xml version="1.0" encoding="UTF-8"?&gt;[/color]
[color=#1f497d]&lt;soapenv:Envelope xmlns:soapenv="[url=http://schemas.xmlsoap.org/soap/envelope/]http://schemas.xmlsoap.org/soap/envelope/[/url]" xmlns:xsd="[url=http://www.w3.org/2001/XMLSchema]http://www.w3.org/2001/XMLSchema[/url]" xmlns:xsi="[url=http://www.w3.org/2001/XMLSchema-instance]http://www.w3.org/2001/XMLSchema-instance[/url]"&gt;[/color]
[color=#1f497d]                &lt;soapenv:Body&gt;[/color]
[color=#1f497d]                                &lt;addPhone xmlns="[url=http://www.cisco.com/AXL/API/7.0]http://www.cisco.com/AXL/API/7.0[/url]"&gt;[/color]
[color=#1f497d]                                                &lt;newPhone xmlns=""&gt;[/color]
[color=#1f497d]                                                                &lt;name&gt;TABBJEEVARA&lt;/name&gt;[/color]
[color=#1f497d]                                                                &lt;description&gt;Balaji Jeevan iPad&lt;/description&gt;[/color]
[color=#1f497d]                                                                &lt;product&gt;Cisco Jabber for Tablet&lt;/product&gt;[/color]
[color=#1f497d]                                                                &lt;model&gt;Cisco Jabber for Tablet&lt;/model&gt;[/color]
[color=#1f497d]                                                                &lt;class&gt;Phone&lt;/class&gt;[/color]
[color=#1f497d]                                                                &lt;protocol&gt;SIP&lt;/protocol&gt;[/color]
[color=#1f497d]                                                                &lt;protocolSide&gt;User&lt;/protocolSide&gt;[/color]
[color=#1f497d]                                                                &lt;callingSearchSpaceName&gt;Remote Emergency North America&lt;/callingSearchSpaceName&gt;[/color]
[color=#1f497d]                                                                &lt;devicePoolName&gt;RTP Remote Phones VideoHigh RTP341-RTP342&lt;/devicePoolName&gt;[/color]
[color=#1f497d]                                                                &lt;commonPhoneConfigName&gt;Standard Common Phone Profile&lt;/commonPhoneConfigName&gt;[/color]
[color=#1f497d]                                                                &lt;locationName&gt;Hub_None&lt;/locationName&gt;[/color]
[color=#1f497d]                                                                &lt;vendorConfig&gt;[/color]
[color=#1f497d]                                                                                &lt;videoCapability&gt;1&lt;/videoCapability&gt;[/color]
[color=#1f497d]                                                                &lt;/vendorConfig&gt;[/color]
[color=#1f497d]                                                                &lt;retryVideoCallAsAudio&gt;true&lt;/retryVideoCallAsAudio&gt;[/color]
[color=#1f497d]                                                                &lt;securityProfileName&gt;Cisco Jabber for Tablet - Standard SIP Non-Secure Profile&lt;/securityProfileName&gt;[/color]
[color=#1f497d]                                                                &lt;sipProfileName&gt;iPad SIP Profile&lt;/sipProfileName&gt;[/color]
[color=#1f497d]                                                                &lt;phoneTemplateName&gt;Standard Jabber for Tablet&lt;/phoneTemplateName&gt;[/color]
[color=#1f497d]                                                                &lt;enableExtensionMobility&gt;false&lt;/enableExtensionMobility&gt;[/color]
[color=#1f497d]                                                                &lt;ownerUserId&gt;bjeevara&lt;/ownerUserId&gt;[/color]
[color=#1f497d]                                                                &lt;subscribeCallingSearchSpaceName&gt;Core 8Digit&lt;/subscribeCallingSearchSpaceName&gt;[/color]
[color=#1f497d]                                                &lt;/newPhone&gt;[/color]
[color=#1f497d]                                &lt;/addPhone&gt;[/color]
[color=#1f497d]                &lt;/soapenv:Body&gt;[/color]
[color=#1f497d]&lt;/soapenv:Envelope&gt;[/color]
 
 
[color=#993300]RESPONSE[/color]
 
 
&lt;SOAP-ENV:Envelope SOAP-ENV:encodingStyle="[url=http://schemas.xmlsoap.org/soap/encoding/]http://schemas.xmlsoap.org/soap/encoding/[/url]"&gt;
&lt;SOAP-ENV:Header/&gt;




&lt;SOAP-ENV:Body&gt;




&lt;SOAP-ENV:Fault&gt;
&lt;faultcode&gt;SOAP-ENV:Client&lt;/faultcode&gt;
&lt;faultstring&gt;Device does not support selected DND Option.&lt;/faultstring&gt;




&lt;detail&gt;




&lt;axl:Error&gt;
&lt;axl:code&gt;445&lt;/axl:code&gt;
&lt;axl:message&gt;Device does not support selected DND Option.&lt;/axl:message&gt;
&lt;request&gt;addPhone&lt;/request&gt;
&lt;/axl:Error&gt;




&lt;/detail&gt;




&lt;/SOAP-ENV:Fault&gt;




&lt;/SOAP-ENV:Body&gt;




&lt;/SOAP-ENV:Envelope&gt;
 </summary>
    <dc:creator>Balaji Jeevan</dc:creator>
    <dc:date>2013-02-20T15:37:13Z</dc:date>
  </entry>
</feed>

