<br><font size=2 face="sans-serif">Wondering if you might be able to shed
some light on an issue I am having. &nbsp;We currently have 4 Call Managers
that are running CM 4.1</font>
<br><font size=2 face="sans-serif">in which we have setup a server running
the Cisco IP Phone Services SDK to provide the Directory Lookup across
all CM's. This works great but now I am trying</font>
<br><font size=2 face="sans-serif">to add another CM to the list &nbsp;but
the new &nbsp;CM is running 6.x software which is Linus based. &nbsp;I
am curious to know if I might need to change</font>
<br><font size=2 face="sans-serif">our syntax below in order for it to
work. </font>
<br>
<br><font size=2 face="sans-serif">Below is the syntax we are using. &nbsp;cltpub
is the new CM running the Linux based 6.1 version.. &nbsp;Question I would
have is on the syntax I would need to use</font>
<br><font size=2 face="sans-serif">for the Linux based CM verses the Windows
based servers. &nbsp;Not sure if you have ever used but figured I would
ask.</font>
<br>
<br><font size=2 face="sans-serif">I have contacted Cisco TAC but they
state the SDK is not supported by TAC. &nbsp;So I am looking for anyone
that might be able to shed some light.</font>
<br>
<br><font size=2 face="sans-serif">Some one has suggested to use </font><font size=3>CM
&nbsp;AXL-SOAP API but not sure on how to use.</font>
<br>
<br><font size=2 face="sans-serif">Is anyone using different versions of
CM and providing a Corporate Directory to the mutliple sites?</font>
<br>
<br><font size=2 face="sans-serif">// Define directories below - you can
use any number of directories,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; //
just make sure to start with index 0 and keep them consecutive.</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; //
Syntax: &nbsp;new Directory(&lt;DisplayName&gt;, &lt;LdapServer&gt;, &lt;LdapSearchBase&gt;,
&lt;LdapPort&gt;, &lt;LdapUserId&gt;, &lt;LdapPassword&gt;, &lt;PrependDigits&gt;);</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; var
dirs = new Array();</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; dirs[0]
= new Directory(&quot;Bismarck Directory&quot;, &quot;bmkqpub&quot;, &quot;ou=users,
o=cisco.com&quot;, &quot;8404&quot;, &quot;cn=administrator,ou=Users,o=cisco.com&quot;,
&quot;qwe$t&quot;, &quot;&quot;);</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; dirs[1]
= new Directory(&quot;Gwinner Directory&quot;, &quot;gwnqpub&quot;, &quot;ou=users,
o=cisco.com&quot;, &quot;8404&quot;, &quot;cn=administrator,ou=Users,o=cisco.com&quot;,
&quot;qwe$t&quot;, &quot;&quot;);</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; dirs[2]
= new Directory(&quot;Fargo Directory&quot;, &quot;frgqpub&quot;, &quot;ou=users,
o=cisco.com&quot;, &quot;8404&quot;, &quot;cn=administrator,ou=Users,o=cisco.com&quot;,
&quot;qwe$t&quot;, &quot;&quot;);</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; dirs[3]
= new Directory(&quot;Litchfield/CLL Directory&quot;, &quot;lchqpub&quot;,
&quot;ou=users, o=cisco.com&quot;, &quot;8404&quot;, &quot;cn=administrator,ou=Users,o=cisco.com&quot;,
&quot;qwe$t&quot;, &quot;&quot;);</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; dirs[4]
= new Directory(&quot;Charlotte Directory&quot;, &quot;cltqpub&quot;, &quot;ou=users,
o=cisco.com&quot;, &quot;8404&quot;, &quot;cn=ccmadministrator,ou=Users,o=cisco.com&quot;,
&quot;Qwe$t1&quot;, &quot;&quot;);</font>
<br>
<br>
<br><font size=2 face="sans-serif">Thank You,</font>
<br>
<br><font size=2 face="sans-serif">Dave<br>
</font><font size=3 color=#004080 face="Arial">_________________________________</font>
<br><font size=2 color=#004080 face="Arial"><b>Dave Landsiedel</b></font>
<br>
<br><font size=2 color=#004080 face="Arial"><b>Doosan Infracore International</b></font>
<br><font size=2 color=#004080 face="Arial">521 S 22nd St </font>
<br><font size=2 color=#004080 face="Arial">PO Box 5556</font>
<br><font size=2 color=#004080 face="Arial">Bismarck, ND &nbsp;58504</font>
<br><font size=2 color=#004080 face="Arial"><b>E-Mail:</b> </font><a href=mailto:Dave_Landsiedel@dii.doosan.com><font size=2 color=#004080 face="Arial"><u>Dave_Landsiedel@dii.doosan.com</u></font></a>
<br><font size=2 color=#004080 face="Arial"><b>Office:</b> &nbsp;701-222-5957</font>
<br><font size=2 color=#004080 face="Arial"><b>Mobile:</b> 701-220-5809</font>
<br><font size=2 color=#004080 face="Arial"><b>FAX:</b> &nbsp; &nbsp; 701-222-5737</font>
<br><font size=3 face="Times New Roman">&nbsp;</font>
<br><font size=3 face="Times New Roman">&nbsp;</font>