<br><font size=2 face="sans-serif">Wondering if you might be able to shed
some light on an issue I am having. 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 but
the new CM is running 6.x software which is Linus based. 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. cltpub
is the new CM running the Linux based 6.1 version.. 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. 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. 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
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"> //
just make sure to start with index 0 and keep them consecutive.</font>
<br><font size=2 face="sans-serif"> //
Syntax: new Directory(<DisplayName>, <LdapServer>, <LdapSearchBase>,
<LdapPort>, <LdapUserId>, <LdapPassword>, <PrependDigits>);</font>
<br>
<br><font size=2 face="sans-serif"> var
dirs = new Array();</font>
<br><font size=2 face="sans-serif"> dirs[0]
= new Directory("Bismarck Directory", "bmkqpub", "ou=users,
o=cisco.com", "8404", "cn=administrator,ou=Users,o=cisco.com",
"qwe$t", "");</font>
<br><font size=2 face="sans-serif"> dirs[1]
= new Directory("Gwinner Directory", "gwnqpub", "ou=users,
o=cisco.com", "8404", "cn=administrator,ou=Users,o=cisco.com",
"qwe$t", "");</font>
<br><font size=2 face="sans-serif"> dirs[2]
= new Directory("Fargo Directory", "frgqpub", "ou=users,
o=cisco.com", "8404", "cn=administrator,ou=Users,o=cisco.com",
"qwe$t", "");</font>
<br><font size=2 face="sans-serif"> dirs[3]
= new Directory("Litchfield/CLL Directory", "lchqpub",
"ou=users, o=cisco.com", "8404", "cn=administrator,ou=Users,o=cisco.com",
"qwe$t", "");</font>
<br><font size=2 face="sans-serif"> dirs[4]
= new Directory("Charlotte Directory", "cltqpub", "ou=users,
o=cisco.com", "8404", "cn=ccmadministrator,ou=Users,o=cisco.com",
"Qwe$t1", "");</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 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> 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> 701-222-5737</font>
<br><font size=3 face="Times New Roman"> </font>
<br><font size=3 face="Times New Roman"> </font>