Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bobfindlay

Pages: [1]
1
SIP On Mitel / 6900 LDAP import working but ignoring my settings
« on: March 24, 2022, 05:42:57 AM »
as title, I have my LDAP directory appearing on my phone, but we have our external numbers on "telephoneNumber" and our internal is on "otherTelephone" I've tried

Code: [Select]
ldap business phone 1 attribute list: otherTelephone
ldap business phone 2 attribute list: telephoneNumber

but it seems to ignore that and still presents the external number as primary. 

We also have some placeholder numbers that I want to exclude, but my custom search filter -

Code: [Select]
ldap search filter: (&(objectCategory=Person)(objectClass=User)(!(msExchHideFromAddressLists=TRUE))(!(userAccountControl:1.2.840.113556.1.4.803:=2))(displayname=%)(!(telephonenumber=*1632*450000*) (mobile=*) (homephone=*)))
is also being ignored.

the manual says "When a 6800/6900 Series SIP phone detects it is connected to an Active Directory service of Exchange server through the LDAP interface, the following field mapping, scope, and search filters are used to perform the requests:"

is there any way to convince it to do as I want rather than what it wants to do?!

thanks

2
try this in your config file instead.

sip register blocking: 0  # necessary to connect to 3rd party

do you have any more secret settings you can share?  Is there one that stops a phone from DHCPing to anything but a Mitel DHCP server?  I have a 6920 that refuses to DHCP, not matter what options I use.  I've replicated exactly what our Mitel provides using isc-dhcpd, but it still doesn't work

3
try this in your config file instead.

sip register blocking: 0  # necessary to connect to 3rd party

you Sir are a forking genius.  I've spent 2 days trying to figure out why these phones wouldn't register!

Pages: [1]