<?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: addSipTrunk returns - MLPP Domain Id cannot have a null value in Management</title>
    <link>https://community.cisco.com/t5/management/addsiptrunk-returns-mlpp-domain-id-cannot-have-a-null-value/m-p/3592049#M2575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does work! Would help to read the documentation. Lesson learned. I had actually already tried 0 and 1 since the 'Id' part of the field name had me thinking an integer would work. And it did work in the sense that it assigned some MLPP Domain to my trunk, just not the &amp;lt;None&amp;gt; value I wanted to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2016 16:55:59 GMT</pubDate>
    <dc:creator>alangfor</dc:creator>
    <dc:date>2016-05-24T16:55:59Z</dc:date>
    <item>
      <title>addSipTrunk returns - MLPP Domain Id cannot have a null value</title>
      <link>https://community.cisco.com/t5/management/addsiptrunk-returns-mlpp-domain-id-cannot-have-a-null-value/m-p/3592047#M2573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message 'MLPP Domain Id cannot have a null value' comes back from CUCM in an AXL 5003 message when trying to create new trunks. The MLPP Domain Id can actually be null though from a CUCM DB standpoint, and if you issue a getTrunk via AXL you get a null XPATH value back for any trunk that has this field set to &amp;lt;None&amp;gt; in CUCMAdmin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone come across this and find a way around it? I'm changing it to null after assigning a bogus MLPP ID in the initial creation of the trunk. Not very clean, especially when any given integration can have dozens of trunks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 20:49:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/addsiptrunk-returns-mlpp-domain-id-cannot-have-a-null-value/m-p/3592047#M2573</guid>
      <dc:creator>alangfor</dc:creator>
      <dc:date>2016-05-23T20:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: addSipTrunk returns - MLPP Domain Id cannot have a null value</title>
      <link>https://community.cisco.com/t5/management/addsiptrunk-returns-mlpp-domain-id-cannot-have-a-null-value/m-p/3592048#M2574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The WSDL/doc for &amp;lt;addSipTrunk&amp;gt;/&amp;lt;mlppDomainId&amp;gt; has a small note to use '-1' to indicate null.&amp;nbsp; Any chance you tried that..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN class="textElement"&gt;xsd:element&lt;/SPAN&gt;&lt;SPAN class="textAttr"&gt; name&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="textContents"&gt;"mlppDomainId&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;"&lt;/SPAN&gt;&lt;SPAN class="textAttr"&gt; type&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="textContents"&gt;"axlapi:String128&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;"&lt;/SPAN&gt;&lt;SPAN class="textAttr"&gt; nillable&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="textContents"&gt;"true&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;"&lt;/SPAN&gt;&lt;SPAN class="textAttr"&gt; minOccurs&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="textContents"&gt;"0&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;"&lt;/SPAN&gt;&lt;SPAN class="textAttr"&gt; maxOccurs&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="textContents"&gt;"1&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;"&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="textContents"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="textElement"&gt;xsd:annotation&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="textContents"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="textElement"&gt;xsd:documentation&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="textContents"&gt;&lt;STRONG&gt;Use -1 to set to null&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="textElement"&gt;xsd:documentation&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="textContents"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="textElement"&gt;xsd:annotation&lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="textContents"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN class="textOperator"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="textElement"&gt;xsd:element&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 16:17:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/addsiptrunk-returns-mlpp-domain-id-cannot-have-a-null-value/m-p/3592048#M2574</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2016-05-24T16:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: addSipTrunk returns - MLPP Domain Id cannot have a null value</title>
      <link>https://community.cisco.com/t5/management/addsiptrunk-returns-mlpp-domain-id-cannot-have-a-null-value/m-p/3592049#M2575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does work! Would help to read the documentation. Lesson learned. I had actually already tried 0 and 1 since the 'Id' part of the field name had me thinking an integer would work. And it did work in the sense that it assigned some MLPP Domain to my trunk, just not the &amp;lt;None&amp;gt; value I wanted to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 16:55:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/addsiptrunk-returns-mlpp-domain-id-cannot-have-a-null-value/m-p/3592049#M2575</guid>
      <dc:creator>alangfor</dc:creator>
      <dc:date>2016-05-24T16:55:59Z</dc:date>
    </item>
  </channel>
</rss>

