<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: LDAP Based Corporate Directory via Cisco IP Phone Services SDK</title>
	<atom:link href="http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/</link>
	<description>Tips and Video Tutorials - Cisco .:. Linux .:. VOIP</description>
	<lastBuildDate>Mon, 08 Mar 2010 05:48:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nonton</title>
		<link>http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/comment-page-1/#comment-33317</link>
		<dc:creator>nonton</dc:creator>
		<pubDate>Fri, 05 Mar 2010 11:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=798#comment-33317</guid>
		<description>Hey,
Is it possible to configure localizeddirectory.asp for openldap Linux version in that same way like AD Windows?</description>
		<content:encoded><![CDATA[<p>Hey,<br />
Is it possible to configure localizeddirectory.asp for openldap Linux version in that same way like AD Windows?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/comment-page-1/#comment-33157</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 13 Jan 2010 07:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=798#comment-33157</guid>
		<description>Niamor,
Thanks for sharing your experience. I am sure this will help someone along the way.

Rob,
I do not know how to automatically manipulate the digits. I am sure you could edit the .asp code.

Yann, Mark &amp; Jason,
I am not sure how to search the ipPhone instead of the Phone Number field. I am also not sure about searching the root.

Josh</description>
		<content:encoded><![CDATA[<p>Niamor,<br />
Thanks for sharing your experience. I am sure this will help someone along the way.</p>
<p>Rob,<br />
I do not know how to automatically manipulate the digits. I am sure you could edit the .asp code.</p>
<p>Yann, Mark &#038; Jason,<br />
I am not sure how to search the ipPhone instead of the Phone Number field. I am also not sure about searching the root.</p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/comment-page-1/#comment-32832</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 09 Nov 2009 17:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=798#comment-32832</guid>
		<description>Seconded on the &quot;awesome tutorial&quot;, great job and very helpful. I&#039;m also curious to know the answer to Mark&#039;s question above (#7). I can&#039;t find a way to do that within the framework provided by cisco.

Also, I&#039;m having an issue querying for users in my environment since we don&#039;t have an OU that contains all users. Basically my AD structure has 46 OUs off the root. I can&#039;t specify only &quot;DC=company,DC=com&quot; as the value for ldapsearchbase, as I get an &quot;Operations error&quot; exception every time I try. It appears to me that the cisco dll requires a string like  &quot;OU=xyz,DC=company,DC=com&quot; and will not work without at least one OU specified. Can anyone confirm this or point me in a different direction? I have also used the SetSearchOption method provided by the dll to specify 0 (no limit) for search results with no success. (Although I confirmed that it works as the documentation specified and gave me 1000 results back on a query against a specific OU instead of the 320 I was getting previously.)

Thanks!
Jason</description>
		<content:encoded><![CDATA[<p>Seconded on the &#8220;awesome tutorial&#8221;, great job and very helpful. I&#8217;m also curious to know the answer to Mark&#8217;s question above (#7). I can&#8217;t find a way to do that within the framework provided by cisco.</p>
<p>Also, I&#8217;m having an issue querying for users in my environment since we don&#8217;t have an OU that contains all users. Basically my AD structure has 46 OUs off the root. I can&#8217;t specify only &#8220;DC=company,DC=com&#8221; as the value for ldapsearchbase, as I get an &#8220;Operations error&#8221; exception every time I try. It appears to me that the cisco dll requires a string like  &#8220;OU=xyz,DC=company,DC=com&#8221; and will not work without at least one OU specified. Can anyone confirm this or point me in a different direction? I have also used the SetSearchOption method provided by the dll to specify 0 (no limit) for search results with no success. (Although I confirmed that it works as the documentation specified and gave me 1000 results back on a query against a specific OU instead of the 320 I was getting previously.)</p>
<p>Thanks!<br />
Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/comment-page-1/#comment-32813</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 04 Nov 2009 14:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=798#comment-32813</guid>
		<description>Hi,

First off awesome tutorial.  It&#039;s working for me, but has anyone been able to modify the ldap query so that it only displays objects with an entry in the IpPhone field?

I was looking at running a script that would do the query and create the objects in a new ou, but I would definitely prefer it to be a one stop shop.

Thanks,
Mark</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First off awesome tutorial.  It&#8217;s working for me, but has anyone been able to modify the ldap query so that it only displays objects with an entry in the IpPhone field?</p>
<p>I was looking at running a script that would do the query and create the objects in a new ou, but I would definitely prefer it to be a one stop shop.</p>
<p>Thanks,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yann</title>
		<link>http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/comment-page-1/#comment-32785</link>
		<dc:creator>Yann</dc:creator>
		<pubDate>Wed, 28 Oct 2009 13:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=798#comment-32785</guid>
		<description>Hey,

Thanks a lot for this nice tutorial, it helped me A LOT !
The connection with the AD is working fine, if I perform a search I get the list of users with their phone numbers, I also modified the asp file to get the ipPhone field instead of the telephonenumber field, everything is OK.
Nevertheless, if I perform a search by Phone Number, it will always try to look into the telephonenumber field, and not the ipPhone field.
Does anybody know how I could change this ?
Thanks in advance for your reply.
Yann</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Thanks a lot for this nice tutorial, it helped me A LOT !<br />
The connection with the AD is working fine, if I perform a search I get the list of users with their phone numbers, I also modified the asp file to get the ipPhone field instead of the telephonenumber field, everything is OK.<br />
Nevertheless, if I perform a search by Phone Number, it will always try to look into the telephonenumber field, and not the ipPhone field.<br />
Does anybody know how I could change this ?<br />
Thanks in advance for your reply.<br />
Yann</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/comment-page-1/#comment-32520</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 29 Jul 2009 04:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=798#comment-32520</guid>
		<description>Hi,

Does anyone know of a way to insert a &quot;0&quot; prefix onto the returned numbers. I&#039;d have got a mobile number directory working but can&#039;t dial because AD doesn&#039;t include 0 for an outside line.

Great tutorial, Thanks,

Rob.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Does anyone know of a way to insert a &#8220;0&#8243; prefix onto the returned numbers. I&#8217;d have got a mobile number directory working but can&#8217;t dial because AD doesn&#8217;t include 0 for an outside line.</p>
<p>Great tutorial, Thanks,</p>
<p>Rob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niamor</title>
		<link>http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/comment-page-1/#comment-32511</link>
		<dc:creator>Niamor</dc:creator>
		<pubDate>Tue, 28 Jul 2009 11:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=798#comment-32511</guid>
		<description>Hi Josh!
It works now.

issue was AD users properties:
I filled only the firstname. The application needs firstname, name and display name.

Thanks for your help and for your website!</description>
		<content:encoded><![CDATA[<p>Hi Josh!<br />
It works now.</p>
<p>issue was AD users properties:<br />
I filled only the firstname. The application needs firstname, name and display name.</p>
<p>Thanks for your help and for your website!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niamor</title>
		<link>http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/comment-page-1/#comment-32510</link>
		<dc:creator>Niamor</dc:creator>
		<pubDate>Tue, 28 Jul 2009 09:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=798#comment-32510</guid>
		<description>Hi josh,

when i enter the URL on my web browser, it returns the xml file:

**URL**
http://172.20.27.50/CiscoIPServices/LocalizedDirectory/directory.xml

**XML File**
- 
  Select a directory 
- 
  CCM Directory 
http://172.31.12.67/CCMCIP/xmldirectoryinput.asp 
  
- 
  AD Directory 
http://172.20.27.50/CiscoIPServices/LocalizedDirectory/localizeddirectory2.asp?action=search 
  
  


* When i choose &quot;CCM Directory&quot; it is ok. But when i choose AD directory it returns “Records 0 to 0 of 0″.

I was thinking it was an admin acount issue. What kind of administrator account do you use?
If i browse my AD with Softera Ldap browser and my admin account it works.
do I use  LDAPSearch COM server?

**localizeddirectory2.asp***
var ldapserver = &quot;172.20.27.50&quot;;
var ldapsearchbase = &quot;OU=Dev_users,DC=DEV,DC=lan&quot;;
	var ldapport = &quot;389&quot;;
	var ldapuserid = &quot;Admin&quot;;
	var ldappassword = &quot;cisco123$&quot;;

Thanks


172.20.27.50 = IIS, SDK and  AD

172.31.12.67 = CCM 4</description>
		<content:encoded><![CDATA[<p>Hi josh,</p>
<p>when i enter the URL on my web browser, it returns the xml file:</p>
<p>**URL**<br />
<a href="http://172.20.27.50/CiscoIPServices/LocalizedDirectory/directory.xml" rel="nofollow">http://172.20.27.50/CiscoIPServices/LocalizedDirectory/directory.xml</a></p>
<p>**XML File**<br />
-<br />
  Select a directory<br />
-<br />
  CCM Directory<br />
<a href="http://172.31.12.67/CCMCIP/xmldirectoryinput.asp" rel="nofollow">http://172.31.12.67/CCMCIP/xmldirectoryinput.asp</a> </p>
<p>-<br />
  AD Directory<br />
<a href="http://172.20.27.50/CiscoIPServices/LocalizedDirectory/localizeddirectory2.asp?action=search" rel="nofollow">http://172.20.27.50/CiscoIPServices/LocalizedDirectory/localizeddirectory2.asp?action=search</a> </p>
<p>* When i choose &#8220;CCM Directory&#8221; it is ok. But when i choose AD directory it returns “Records 0 to 0 of 0″.</p>
<p>I was thinking it was an admin acount issue. What kind of administrator account do you use?<br />
If i browse my AD with Softera Ldap browser and my admin account it works.<br />
do I use  LDAPSearch COM server?</p>
<p>**localizeddirectory2.asp***<br />
var ldapserver = &#8220;172.20.27.50&#8243;;<br />
var ldapsearchbase = &#8220;OU=Dev_users,DC=DEV,DC=lan&#8221;;<br />
	var ldapport = &#8220;389&#8243;;<br />
	var ldapuserid = &#8220;Admin&#8221;;<br />
	var ldappassword = &#8220;cisco123$&#8221;;</p>
<p>Thanks</p>
<p>172.20.27.50 = IIS, SDK and  AD</p>
<p>172.31.12.67 = CCM 4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/comment-page-1/#comment-32502</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 27 Jul 2009 17:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=798#comment-32502</guid>
		<description>Niamor,

Does the XML page show up when you enter the URL in your PC&#039;s web browser? 

Josh</description>
		<content:encoded><![CDATA[<p>Niamor,</p>
<p>Does the XML page show up when you enter the URL in your PC&#8217;s web browser? </p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niamor</title>
		<link>http://www.blindhog.net/ldap-based-corporate-directory-via-cisco-ip-phone-services-sdk/comment-page-1/#comment-32501</link>
		<dc:creator>Niamor</dc:creator>
		<pubDate>Mon, 27 Jul 2009 16:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/?p=798#comment-32501</guid>
		<description>Hi,
i tried it but it didn&#039;t work :(

when i submit a request from my ip communicator, it doesn&#039;t return anything:
&quot;Records 0 to 0 of 0&quot;

of course i checked many times, but i didn&#039;t find anything.

CCM 4.1

thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i tried it but it didn&#8217;t work <img src='http://www.blindhog.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>when i submit a request from my ip communicator, it doesn&#8217;t return anything:<br />
&#8220;Records 0 to 0 of 0&#8243;</p>
<p>of course i checked many times, but i didn&#8217;t find anything.</p>
<p>CCM 4.1</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
