<?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: updateRemoteDestination request problem with attributes isMobilePhone and enableMobileConnect in 10.0 and later release in Management</title>
    <link>https://community.cisco.com/t5/management/updateremotedestination-request-problem-with-attributes/m-p/3425942#M123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jung,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you'd think it would be one of the getRemoteDestination tags, but it's not.&amp;nbsp; I don't know the minds of the developers, but I suspect it's taken for granted if isMobilePhone and/or enableMobileConnect are true, since these two settings only matter if enableUnifiedMobility is also set to true.&amp;nbsp; Perhaps you're right that it's derived, then. &lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;I'll ping the developers on this and see if they need to add that tag to getRemoteDestination.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2015 14:02:02 GMT</pubDate>
    <dc:creator>npetrele</dc:creator>
    <dc:date>2015-09-29T14:02:02Z</dc:date>
    <item>
      <title>updateRemoteDestination request problem with attributes isMobilePhone and enableMobileConnect in 10.0 and later release</title>
      <link>https://community.cisco.com/t5/management/updateremotedestination-request-problem-with-attributes/m-p/3425939#M120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;updateRemoteDestination request problem with attributes isMobilePhone and enableMobileConnect in 10.0 and later release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having problem setting the fields using the following request. Looks like the fields are not setting in the database when you use AXL request. Is this a problem for anyone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;axl:updateRemoteDestination xmlns:axl="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/AXL/API/10.0" rel="nofollow" target="_blank"&gt;http://www.cisco.com/AXL/API/10.0&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;destination&amp;gt;222&amp;lt;/destination&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;isMobilePhone&amp;gt;false&amp;lt;/isMobilePhone&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;enableMobileConnect&amp;gt;false&amp;lt;/enableMobileConnect&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/axl:updateRemoteDestination&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 20:25:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updateremotedestination-request-problem-with-attributes/m-p/3425939#M120</guid>
      <dc:creator>jdrinkwater</dc:creator>
      <dc:date>2015-09-25T20:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: updateRemoteDestination request problem with attributes isMobilePhone and enableMobileConnect in 10.0 and later release</title>
      <link>https://community.cisco.com/t5/management/updateremotedestination-request-problem-with-attributes/m-p/3425940#M121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jung,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should probably be giving you an error message (I don't get one either), but you need to add this tag (which is the category tag in the Web UI):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;enableUnifiedMobility&amp;gt;true&amp;lt;/enableUnifiedMobility&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it will set both isMobilePhone and enableMobileConnect to false for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 21:56:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updateremotedestination-request-problem-with-attributes/m-p/3425940#M121</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2015-09-28T21:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: updateRemoteDestination request problem with attributes isMobilePhone and enableMobileConnect in 10.0 and later release</title>
      <link>https://community.cisco.com/t5/management/updateremotedestination-request-problem-with-attributes/m-p/3425941#M122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer!!&lt;/P&gt;&lt;P&gt;When I add the tag &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;enableUnifiedMobility&amp;gt; it does the values. When I issue getRemoteDestination request, I don't see this tag. How do I know the current state of this tag? Or is this value derived from other tags. Am I missing something?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 12:38:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updateremotedestination-request-problem-with-attributes/m-p/3425941#M122</guid>
      <dc:creator>jdrinkwater</dc:creator>
      <dc:date>2015-09-29T12:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: updateRemoteDestination request problem with attributes isMobilePhone and enableMobileConnect in 10.0 and later release</title>
      <link>https://community.cisco.com/t5/management/updateremotedestination-request-problem-with-attributes/m-p/3425942#M123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jung,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you'd think it would be one of the getRemoteDestination tags, but it's not.&amp;nbsp; I don't know the minds of the developers, but I suspect it's taken for granted if isMobilePhone and/or enableMobileConnect are true, since these two settings only matter if enableUnifiedMobility is also set to true.&amp;nbsp; Perhaps you're right that it's derived, then. &lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: arial; color: #3d3d3d;"&gt;I'll ping the developers on this and see if they need to add that tag to getRemoteDestination.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 14:02:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updateremotedestination-request-problem-with-attributes/m-p/3425942#M123</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2015-09-29T14:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: updateRemoteDestination request problem with attributes isMobilePhone and enableMobileConnect in 10.0 and later release</title>
      <link>https://community.cisco.com/t5/management/updateremotedestination-request-problem-with-attributes/m-p/3425943#M124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nick as always!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 14:05:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/updateremotedestination-request-problem-with-attributes/m-p/3425943#M124</guid>
      <dc:creator>jdrinkwater</dc:creator>
      <dc:date>2015-09-29T14:05:58Z</dc:date>
    </item>
  </channel>
</rss>

