You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to be able to merge contacts from a CSV (Feature codes, external numbers etc).
I've got as far as reading from the file and inserting into the list returned to the phones, but I need to filter them based on the search query.
Could you provide any insight on the various filters in the code? In my mind it would be almost exclusively ((&(telephoneNumber=*)(displayName=%))) AND but the current code supports GE, LE etc. What are these used for?
Thanks
The text was updated successfully, but these errors were encountered:
I believe the Polycom phones we had on site sent queries with GE/LE rather than = or with a limit.
Honestly, it's been a while since we've used this ourselves, so I'm only going from memory, as we've since switched away from FreePBX & desk phones to Teams & G Voice.
I wonder if you'd have any luck importing the CSV into an in-memory SQLite DB on startup, or if there is a way to insert dummy extensions into the FreePBX DB so they can be looked up alongside the other extensions?
Hi,
I'd love to be able to merge contacts from a CSV (Feature codes, external numbers etc).
I've got as far as reading from the file and inserting into the list returned to the phones, but I need to filter them based on the search query.
Could you provide any insight on the various filters in the code? In my mind it would be almost exclusively (
(&(telephoneNumber=*)(displayName=%))
) AND but the current code supports GE, LE etc. What are these used for?Thanks
The text was updated successfully, but these errors were encountered: