VoiceGuide IVR Software Main Page
Jump to content

Ani And Dnis

Recommended Posts

Hi: Very simple question -- Is is possible to determine the DNIS within a VGScript to determine which path to go to? If so, are there examples available?

Share this post


Link to post

You can do this several ways

 

Use the evaluate expression module and put this in the expression to evaluate box..

 

 

$RV_DNIS

 

Then, under paths put this

 

on {6666} goto [CSStart]

 

Or like this to start a new script

 

on {1000} goto [c:\Program Files\VoiceGuide\scripts\meiotic\MEIOTIC_PAUL.vgs|Transfer]

on {1003} goto [c:\Program Files\VoiceGuide\scripts\meiotic\MEIOTIC_MO.vgs|Transfer]

on {1004} goto [c:\Program Files\VoiceGuide\scripts\meiotic\MEIOTIC_IAN.vgs|Transfer]

on {1005} goto [c:\Program Files\VoiceGuide\scripts\C3\C3.vgs|Start]

on {9783} goto [c:\Program Files\VoiceGuide\scripts\TheyCalled\TC_v1.vgs|Start]

on {9781} goto [c:\Program Files\VoiceGuide\scripts\ntv_1.vgs|Start]

on {9784} goto [c:\Program Files\VoiceGuide\scripts\MI_1.vgs|CallForward]

on {9788} goto [c:\Program Files\VoiceGuide\scripts\meiotic\ns_sales.vgs|Start]

on {9790} goto [c:\Program Files\VoiceGuide\scripts\ns_french_cc.vgs|Start]

on {9793} goto [c:\Program Files\VoiceGuide\scripts\ns_canadian_english.vgs|Start]

on {9792} goto [c:\Program Files\VoiceGuide\scripts\canada_both.vgs|Start]

on {9791} goto [c:\Program Files\VoiceGuide\scripts\ntv_french.vgs|Start]

on {9786} goto [c:\Program Files\VoiceGuide\scripts\meiotic\ns3_V1.vgs|Start]

on {9780} goto [c:\Program Files\VoiceGuide\scripts\meiotic\ns3_V2.vgs|Start]

 

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
×