Guest Jonah Report post Posted 09/12/2008 07:37 PM 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
Guest TheyCalled Paul Report post Posted 09/12/2008 09:34 PM 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