SBC to query DB for adding display name of incoming calls
Hi community,
I'm analyzing the possibility of adding the Display name in From header for incoming calls. This name should be added (preferably) querying a database that contains customers' info, thus, we would be adding the name for known callers only.
One way that I know it could be achieved is by means of LRT, so I load all the info in a table and I query against From header. However, this method would require periodic changes as the database will be changing and not controlled by us.
Another possibility that I've been looking at, is using LDAP, however I'm not sure if the display name can bee added in these transactions.