Hi,<br><br>While this question does not directly concern Asterisk, it certainly relates to CTI applications.<br><br>When building CTI application, you can meet 3 data types :<br>- LDAP data, for employee data,<br>- SQL data, for customer or structured data,<br>
- vCards-like, for various contacts mostly stored in Email&#39;s address books.<br><br>It is very common to deal with LDAP or SQL databases, from a program.<br><br>I would be very curious for learning purpose, to write a (Java, PHP, or other) program able to query a vCards-like data source to find caller&#39;s name, from caller id.<br>
<br>I looked at <a href="http://carddav.calconnect.org/implementations.html">http://carddav.calconnect.org/implementations.html</a>.<br>What would you suggest to use as :<br>- query language and library<br>- vCards server <br>
<br>Regards<br>