Guest npeiman@smill.com Report post Posted 12/17/2003 10:39 PM I am just getting started with VoiceGuide. I have purchase a dialogic D41/H and I want to be able to capture the caller ID sent by the telco to the dialogic board. I'm looking at the getnumber module and I see it will play a sound file and get input from the caller. I wan to be able to get the caller ID and then do a database query to determine if the calling number will be permitted access to the system. If the CID is not in the database then I want to hangup and simply announce "goodbye". What function/module is appropriate in this case. Thanks, N. Peiman npeiman@smill.com Share this post Link to post
SupportTeam Report post Posted 12/17/2003 10:59 PM Just use a "DB Query" module to run a search on your database to see if the Caller ID is in it... if number of entries returned is 1 (or more) then the Caller ID has been found... Please read the Help file's section on the Database Query module... Share this post Link to post