Guest sss1019 Report post Posted 01/30/2009 03:41 AM I'm new to voiceguide and have been having pretty good success with my script but have gotten to a stumbling block when it comes to updating the callque table and the escalationcalls field. I want to be able to call another number after exhausting retries. After my retries nothing happens. I guess I'm confused on what exactly do I place in this escalationcalls field if I'm using SQL. The below SQL statement works fine. Its the last "none" where the EscalationCalls data would go where I don't know what to put in to it. Lets say I wanted to run script99 and call phone number 5551212 if the original number never answered after 3 tries, how would I replace the "none" with the right syntax. Thanks for any help you can provide and I love the software. Scott insert into callque (PhoneNumber,ActivateTime,DaytimeStart,daytimestop,dayscallallowed,priority,anno uncemessage,script,OnAnswerMachine,RV,answertimeout,callretriesleft,DelayBetweenR etries,escalationcalls) values ('$RV_CIDNUMBER',"$RV[ActivateTime]",1,2359,"MoTuWeThFrSaSu",1,"NONE","C:\script1.vgs","NONE","none",15,2,5,"none") Share this post Link to post
SupportTeam Report post Posted 01/30/2009 06:11 AM Which version of VoiceGuide are you using? The call details saved in the Escalation field need to be expressed in XML format. Same as used for the "OutDial" file, see: http://www.voiceguide.com/vghelp/source/ht...iallistinto.htm If you have any problems please post traces capturing the system operation when the outbound calls are made. Share this post Link to post
Guest sss1019 Report post Posted 01/30/2009 02:30 PM I'm using VoiceGuide for TAPI v5.2.5049 and a Way2call Hi-Phone Desktop USB. Share this post Link to post
SupportTeam Report post Posted 01/30/2009 07:49 PM There should be examples of call escalation in the v5 Help file installed on your system. That is a different Help file then the online one. The online help file only has information about configuring outbound calls for v6 and v7 versions. v5 call escalation is only very basic and you cannot specify many options. For outbound calls you should use a Dialogic card (and v7 of VoiceGuide). Only a Dialogic card can tell when the outgoing call has been answered and start playing the outgoing script automatically when the person answering the call says "Hello...". Share this post Link to post