Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Created by: dan turner on 02-03-2010 03:16:51 PM Hey guys, I dont know if this is the right forum... i figured it was the closest to what im after! I need to export the person address books and fast dials from CCM 4.1.3 i'm trying to do it through the LDAP API using code along these lines (im just trying to grab my -10014535 address book before i move onto trying to get everyones... am in on the right lines as it just seems to hang on the s.searchall(); command at the moment....
Subject: RE: address book Replied by: Simon Machielse on 22-11-2010 02:42:03 PM
Hey guys,
I dont know if this is the right forum... i figured it was the closest to what im after!
I need to export the person address books and fast dials from CCM 4.1.3
i'm trying to do it through the LDAP API using code along these lines (im just trying to grab my -10014535 address book before i move onto trying to get everyones...
am in on the right lines as it just seems to hang on the s.searchall(); command at the moment....
LDAPSearchList s = new LDAPSearchList(); s.Server="10.0.200.10"; s.Port = 8405; s.AuthName = "Directory Manager"; s.AuthPasswd="p1tpass3";
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: