mehdi_h Report post Posted 03/10/2009 02:36 PM Hi, I'm using a Mysql database to manage outgoing calls. I would like to use a database (Mysql) that is hosted on a remote server. So my question is: Is they any issue using a remote database or is it mandatory to have the database and VG insalled on the same machine. When I say remote server I mean on an ISP provider keeping VG installed on my local server.. Tkx Mh Share this post Link to post
SupportTeam Report post Posted 03/10/2009 07:49 PM There are no issues with having the outgoing calls database on another server. It is a common way to setup larger systems. You just need to specify the connect string to your database in the <Dialer> section of the Config.xml file. Share this post Link to post
mehdi_h Report post Posted 03/12/2009 10:06 PM Hello I have made VG point on a remote database but callasare not placed. Could you please have a look on the attached logs and let me know what's wrong. Thank you Mh log.zip Share this post Link to post
mehdi_h Report post Posted 03/12/2009 10:58 PM Please consider these logs. log.zip Share this post Link to post
SupportTeam Report post Posted 03/12/2009 11:07 PM vgEngine trace shows the database connection is established. When you load the calls using the Telephone Number Loader do the calls appear in the call list table - on the last tab in the Telephone Number Loader application ? Also try specifying Disable for the <OutDialQue_PortToUse_LinkField> field in the Config.xml file. Add this to the <Dialer> section of Config.xml: <OutDialQue_PortToUse_LinkField>Disable</OutDialQue_PortToUse_LinkField> Share this post Link to post
mehdi_h Report post Posted 03/13/2009 09:19 AM Hi, Yes when using the VG loader I see the entry in the database and the entry appears also in the database panel within the loader application. please see the logs. Still not working. Tkx Mh log.zip Share this post Link to post
SupportTeam Report post Posted 03/13/2009 11:02 AM Trace shows that the <OutDialQue_PortToUse_LinkField> value was not set to Disabled. Please set this in the Config.xml file as instructed in previous post. Also it's be good if you could update to the latest version of VoiceGuide v7 so that we can see the tracing as reporting by the latest version of VoiceGuide. 101925.296 5 db config OutDialQue_PortToUse_LinkField = Share this post Link to post
mehdi_h Report post Posted 03/13/2009 11:28 AM setting up OutDialQue_PortToUse_LinkField to Disable it works. But I need to speicfy the lines on witch I'm making calls so can leave it to Disable . Share this post Link to post
SupportTeam Report post Posted 03/13/2009 11:56 AM Please do the following:1. stop and uninstall VoiceGuide.2. delete all the tables in the MySQL database created for VoiceGuide3. update to this latest version of VoiceGuide: [old link removed]4. change the Config.xml to point to MySQL6. restart VG.7. start the Telephone Number Loader8. Load one callthen .ZIP up all the traces in VoiceGuide's \log\ directory and post them here. Share this post Link to post
mehdi_h Report post Posted 03/13/2009 02:02 PM Hi, Here is thel og that I have generated folling your requierements. Thank you Mh log.zip Share this post Link to post
mehdi_h Report post Posted 03/13/2009 02:57 PM for information when setting up "Disabled" it works, when emply, does not work. Thkx Mh Share this post Link to post
mehdi_h Report post Posted 03/14/2009 02:59 AM any help please , I'm a bit blocked .:-) tkx Mh Share this post Link to post
SupportTeam Report post Posted 03/14/2009 08:57 AM We will look at this trace on Monday. In the meantime as a workaround maybe you can set the <OutDialQue_PortToUse_LinkField> value to Disabled and specify which lines you do not want used to send outgoing calls out on using the <AllowDialOut> setting in the Config.xml file. Set <AllowDialOut>0</AllowDialOut> for ports that you do not want outbound calls to be made out on. Share this post Link to post
mehdi_h Report post Posted 03/16/2009 01:12 PM Ok thank you I can give you access on the machine if needed (logmein) Share this post Link to post
SupportTeam Report post Posted 03/17/2009 07:46 AM (edited) Please use a setting of ID for the OutDialQue_PortToUse_LinkField field. like this: <OutDialQue_PortToUse_LinkField>ID</OutDialQue_PortToUse_LinkField> If using MySQL this options needs to be set to ID. It used to default to ID beforehand and we'll have it default to ID in future releases if MySQL is used. Looks like the settings of GUID and Disable do not work with MySQL. Edited 03/17/2009 11:59 PM by SupportTeam OutDialQue_PortToUse_LinkField setting in example was incorrect Share this post Link to post
mehdi_h Report post Posted 03/17/2009 05:38 PM not sure. In fact I'm already usgin a mysql database to do my outgoing calls and it works . The point is that I have juste moved to another hosted mysql server ans I meet the probleme now. But on my local Mysql server it works fine including using the PortTouse table. so let me do some further tests an come back to you. Tks Share this post Link to post