We have Server 2008 with LDAP and am trying to integrate the LDAP into the PABX telephone directory. All telephone numbers are standard 10 digit numbers (Australia) however the PABX requires a 0 to dial out.
I have worked out the search string but need help on how I can add a 0 to the telephone numbers.
Search DN = DC=domain,DC=com,DC=au
Filter = (|(telephonenumber=*)(mobile=*))
Attributes = mobile, telephoneNumber
I have worked out the search string but need help on how I can add a 0 to the telephone numbers.
Search DN = DC=domain,DC=com,DC=au
Filter = (|(telephonenumber=*)(mobile=*))
Attributes = mobile, telephoneNumber
Comment