linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Ldap search


From: German Cancio
Subject: Re: [Linphone-developers] Ldap search
Date: Mon, 24 Jan 2022 20:49:05 +0100

John,

I also hit that problem - you should be able to use something like

Filter: (|(displayName=*%1$s*)(mobile=*%1$s*)(telephoneNumber=*%1$s*)) 

See this link to get more information and on the notation used here (positional parameters)

Cheers, Germán


On 24 Jan 2022, at 15:36, John <ajohnmail@gmail.com> wrote:

Hello

I own a grandstream pbx (ucm6202) and i download LinPhone and connect it as a softphone on it.
It works fine but i have a problem with ldap.
On Linphone ldap configuration on 'filter' when i put (AccountNumber=%s) is working fine.
But when i put (|(AccountNumber=%s)(HomeNumber=%s)) linphone is crashing after the first digit in search field.
Linphone dont work with more than one filter?
In my ldap phonebook (Grandstream) i have 4 filters that i need to search for each contact.
The filters are: (|(AccountNumber=%s)(MobileNumber=%s)(HomeNumber=%s)(Fax=%s))
Thanks

_______________________________________________
Linphone-developers mailing list
Linphone-developers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

[Prev in Thread] Current Thread [Next in Thread]