Guest Guest Report post Posted 05/20/2004 09:20 AM Hi all, I have a simple question for you. I'm using VG 5.2.1a and I'm trying to made an outBound Calls application. I create this "OutDial_New.xml" <OutDialEntry> <PhoneNumber>numberToCall</PhoneNumber> <CallTime>20/05/2004 10:00</CallTime> <DayTimeStart>0000</DayTimeStart> <DayTimeStop>2359</DayTimeStop> <dayCallAllowed>MoTuWeThFrSaSu</dayCallAllowed> <LineSelection>dxxxB1C1</LineSelection> <AnnounceMessage>none</AnnounceMessage> <OnAnswer>C:\BSMOutbound\scriptVoice.vgs</OnAnswer> <OnAnswerMachine>C:\BSMOutbound\scriptVoice.vgs</OnAnswerMachine> <AnswerTimeout>30</AnswerTimeout> <CallRetries>0</CallRetries> <RetryDelay>0</RetryDelay> <RV>[CostID]{1435}</RV> <OnNotConnected>C:\BSMOutbound\scriptSenzaRisposta.vbs</OnNotConnected> <Escalation></Escalation> </OutDialEntry> When <OnNotConnected> path is found, VG starts "scriptSenzaRisposta.vbs"; In this script I need to use the CustID result variable, but I did not find the rigth sintax to use it... Always VBS returns me a different error...can you help me with some examples? Thanks a lot for your help. Share this post Link to post
SupportTeam Report post Posted 05/20/2004 11:43 AM Please see: http://voiceguide.com/forums/index.php?showtopic=1588 - you will need to update your v5.2.2 install with a patch to get "OnNotConnected" to work. Share this post Link to post