Re: Contacts: LDAP access to contacts on App-Platform
This just worked for me to search for all external numbers (starting with +):
ldapsearch -x -H ldap://apps.example.com -D 'apps.example.com\contacts' -W -b dc=entries '(metaSearchNumber=+*)'
(and another LDAP client that supports specifying a custom filter worked, too)