Take a look at the new perl module. You can implement the LDAP lookup in
perl. I think there is an example using LDAP with perl.
regards
klaus
That exactly what I need thank !!
But I behind another problem ... how to build this alias DB with LDAP
informations .... :'(
Thank a lot !
I think what you need are aliases. An alias maps
from one SIP URI to
another.
e.g. sip:kd@domain.com --> sip:klaus.darilion@domain.com
sip:+4315056416@domain.com --> sip:klaus.darilion@domain.com.
Thus, if openser receives a request, you first lookup the alias and
then lookup the
location table. You can either use the >aliases table
and use lookup("aliases") or use the ALIAS_DB module.
regards
klaus