On Wed, Oct 27, 2021 at 01:09:47PM +0000, Paul Littlefield via Linphone-users wrote: > What I want to know is... which OpenLDAP attribute can be used to > correctly parse the data to fill the 'Companies' field in the > Linphone Contact?
From looking at the linphone code I think this is currently impossible because the LDAP contact internally is just modelled as a pair of a name and a SIP phone number. That would first have to be extended to loop through the information into Linphone's internal contact data structures. Until that gets added a work-around could be to use a Rewrite/Remap overlay[0] and append the value of 'o' to 'cn' on-the-fly. This way the 'o' value would at least show up somewhere. Regards, Dennis. -- 0: https://www.openldap.org/doc/admin26/overlays.html#Rewrite/Remap _______________________________________________ Linphone-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/linphone-users
