VoiceGuide IVR Software Main Page
Jump to content

Onnotconnected Vbscript

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×