VoiceGuide IVR Software Main Page
Jump to content

Search the Community

Showing results for tags 'read from text file'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 1 result

  1. Hello, My company has been using VoiceGuide with a 4-line Professional Version license, I was asked to develop a script to read from a text file and proceed depending on the values of the file. I took an example script that resides on "OpenClosedOrHolidays" project in the VoiceGuide directory, I made some changes to adapt it to our necessities. For testing, I used the DIALOGIC HMP driver and installed VoiceGuide as VOIP service, once developed, installed and tested the script ran all right. Now when I tried installing the same script on the PC hosting the VoiceGuide with the license, the script wouldn't run, it would just stay "On Hold". One difference I can mention is that this PC is running VoiceGuide 4 and with a dialer service, meaning I can call it from a Phone. Can you help me understand why this happens and if there’s anything I can do to make it work? This is the Call_Event log I get when I call: { "call": { "crn": "1000000a", "port": "2", "direction": "in", "time_start": "2021-08-23 11:15:42", "events": " 111541.996|callstate|DE_RINGS|||||0|2|8|0 111541.997|event|DE_RINGS|||||2|0|8|0 111541.998|event|EV_RING|||||1|0|0|0 111541.998|command|cmd_AnswerCall|||||0|0|0|0 111541.999|event|TDX_CST|DE_RINGS|ET_RON|||0|0|0|0 111542.546|event|TDX_SETHOOK|DX_OFFHOOK|CALL_INBOUND|||0|0|0|0 111542.546|callstate|TDX_SETHOOK_DX_OFFHOOK|||||0|256|4|0 111542.547|state|Ring 1 connected|||||0|0|0|0 111542.549|state|[Clear retries counter] Evaluate [0]|||||0|0|0|0 111542.551|state|[Welcome] Playing wav (C:\Program Files\VoiceGuide\Scripts\Vac\Wav\welcome.wav)|||||0|0|0|0 111542.551|event|TDX_SETHOOK_DX_OFFHOOK|||||256|1|4|0 111542.551|command|cmd_PlayStart|||||117366|0|0|0 111542.551|event|TDX_CST|DE_LCON||||3189|0|0|0 111545.068|state|[Check System Online] RunScript vbs, onhold=|||||0|0|0|0 111600.212|event|FAX|DE_TONEON|FAX|||1005|0|0|0 111600.213|event|TDX_CST|DE_TONEON|FAX|||1005|0|0|0 111603.789|event|DISCONNECT|DE_TONEON|DISCONNECT_USER_2|||1004|0|0|0 111603.789|event|DISCONNECT_USER_2|DE_TONEON|DISCONNECT_USER_2|||1004|0|0|0 111603.789|event|TDX_CST|DE_TONEON|DISCONNECT_USER_2|||1004|0|0|0 111603.789|callstate|LINECALLSTATE_DISCONNECTED-DISCONNECT_USER_2|||||0|16384|64|0 111603.795|event|LINECALLSTATE_DISCONNECTED-DISCONNECT_USER_2|||||16384|0|64|0 111603.795|command|cmd_DropCall|||||0|0|0|0 111603.839|event|TDX_SETHOOK|DX_ONHOOK||||0|0|0|0 111603.840|callstate|TDX_SETHOOK_DX_ONHOOK|||||0|1|32|0 111603.844|event|TDX_SETHOOK_DX_ONHOOK|||||1|0|32|0 111603.844|callstate|GCEV_RELEASECALL|GCST_NULL||||2137|0|0|0 ", "length": "21.848" }}, The painted line is the VBScript it’s trying to run but it won’t continue to the next modules. Thanks.
×