woop Report post Posted 11/08/2006 08:20 AM Hi My problem is that im using voice guide for the purpose of validating Caller ID from different lines, consisting of PABX as well. I look for the Caller ID in my database and the one I receive when receiveing a call. But how can I manage in the case of PABX, where i can expect any number of 20 to be calling. How can Ihandle this case without inserting all the numbers associated with the PABX in my databas? Share this post Link to post
SupportTeam Report post Posted 11/08/2006 08:36 AM If the PBX numbers are continuous then you could get a bit clever with the way the database is structured and use it to store number ranges, and not just individual numbers... Otherwise you'd need to insert all numbers associated with a particular PBX individually... Share this post Link to post