VoiceGuide IVR Software Main Page
Jump to content

external DB

Recommended Posts

 kindly assit, 

we creating an external db to capture and store some filed,   and  "subscriber type"  i.e. calling prefix , a data we want to capture ,   what API can we use . 

Share this post


Link to post

thanks, 

how about for outbound calls,  were we want to be capturing the prefix of out bound call numbers , to our external data base ... ?

Share this post


Link to post

You want to save the prefix of the outgoing number into your own database?

Sounds like you could just have that written to your database by the same process that will be loading the outbound numbers into VoiceGuide... no?

Share this post


Link to post

Are you going to be loading outgoing calls manually using the Outbound Call Loader app?

The prefixes added to the loading numbers can be set on the "Rules" tab of the Outbound Call Loader app:

image.png.6e12baee42cf7469ed20bcd00ab9920d.png

Share this post


Link to post

 

- depends on the number of subscribers to call,  else we  load numbers via am excel sheet 

- so with the  attache the data keeps the prefix ?  and which API do we use to retrieve that and store in our own data base?

 

thanks

Share this post


Link to post

After loading the numbers but before the loaded numbers start being dialed you can retrieve the prefix used for each number from VoiceGuide's internal database callque table.

callque table has a column PhoneNumberPrefix that stores the prefix.

More information on the database used by the callque table can be found here: https://www.voiceguide.com/vghelp/source/html/dial_vgdb_external_config.htm

The contents of the callque table can also be seen using the "SQL" tab of the Outbound Call Loader app:

image.png.0f2780febb193ce639022888ff24a3e3.png

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×