mehdi_h Report post Posted 02/05/2008 02:44 PM Hi - I would like to know if there is a simple way to read outdialing call information using web access? tkx Share this post Link to post
SupportTeam Report post Posted 02/05/2008 11:26 PM You would need to look into how the information stored in your database of choice can be accessed over the web. You can find web access tools/apps for some databases. Which database are you using to store your outdial information and what type of changes do you need to make over the web? Share this post Link to post
mehdi_h Report post Posted 02/06/2008 04:21 PM Well I guess I will use Mysql wich is well designed for such web access ? What I would like to do is add entries to the CallQue table, modify the CallRetriesLeft and ome others basic actions As Mysql database has to be stored in a pecific folder to be reached through the web, how can I parameter the system to take into account this new path with is different than /data/ tkx MZ Share this post Link to post
SupportTeam Report post Posted 02/06/2008 11:05 PM This is more of an MySQL related question rather then a VoiceGuide related questions. Please contact MySQL to see what Web access tools/apps they offer and what is required to deploy them. VoiceGuide can use any database as an external source of outgoing calls, so you may want to evaluate different databases to see which now would be most suitable to use in conjunction with a Web interface that you desire, or come with Web interfaces built in. Share this post Link to post
mehdi_h Report post Posted 02/07/2008 09:19 AM Sorry I was not clear, what I mean is that I undestand that I can user Mysql as outdialing DB and the the question was: How do I specify a path that is different that /Data/? Endeed to be accessed from the web the mysql has to be in a specific folder . Tkx Share this post Link to post
SupportTeam Report post Posted 02/07/2008 11:23 AM Instructions which detail how to configure VoiceGuide v7 to read data from MySQL (or any other external DB) can be found here: http://www.voiceguide.com/vghelp/source/ht...ialque_odbc.htm Share this post Link to post
mehdi_h Report post Posted 02/11/2008 05:44 PM Sorry to come back again, but finally I'll keep the Acces DB provided by default, is it possible to move this DB to another path than VG/DATA/ ? tkx Share this post Link to post
SupportTeam Report post Posted 02/11/2008 10:40 PM Sounds like you must be using v5 of v6 of VoiceGuide. v7 does not use MSAccess in any of it's internal Databases. It is not possible to change the DB location. If you must have it changed pleas email sales@voiceguide.com with your requirements and a quote on making a modified version for you will be supplied. Share this post Link to post
mehdi_h Report post Posted 02/11/2008 11:29 PM If I use an external database like Mysql for instance, does this new database will have the same behaviour that an msacces in V6? tkx Share this post Link to post
SupportTeam Report post Posted 02/11/2008 11:37 PM You can use an external OutDial DB Source in v6. Instructions on how to set it up are in the Help file. (online copy: http://www.voiceguide.com/vghelp/source/ht...ialdbsetup.htm) You would need to load the calls into the DB yourself. The external DB duplicates the fields that the internal DB has, and VG works the same regardless of which DB the call was read in from. Share this post Link to post