search for: ginger3

Displaying 3 results from an estimated 3 matches for "ginger3".

Did you mean: ginger
2010 Jan 17
1
Dial String command after audio background
exten => s,1,Answer() exten => s,n,Background(astcc-please-enter-your) exten => s,n,Background(zip-code) exten => s,n,WaitExten(5) exten => s,n,Read(NUMBER,,5) exten => s,n,SayDigits(${NUMBER}) exten => 22042,n,Dial(SIP/sipvendor/11111111111,120,A(ginger3)) exten => 22601,n,Dial(SIP/sipvendor/11111111111,120,A(ginger3)) ; xxxxx/ winchester exten => 21230,n,Dial(SIP/sipvendor/11111111111,120,A(ginger3)) ; Mobile/Baltimore I want to background to play "please enter your zip code" Then say the digits pressed (5 digits) Then map the...
2009 Dec 06
1
sequential dialing preferences
...want another number to try to get connected Then, if second number does not answer I want the third to be tried i only list the scenario for the first two numbers Here is what I have now which works fine for the one and only number........... exten => s,n,Dial(SIP/callwithus/12135551212,120,A(ginger3)) ; Service line so, will this work ........... ???? .......... exten => s,n,Dial(SIP/callwithus/12135551212[&SIP/callwithus/12145551212],120,A(ginger3)) ; Service line Please send comments to make this work. Thanks
2010 Jan 30
8
MATH
I want to create a script for IVR that compiles responses, aggregates them to a total number. Then, run an equation based on the result. Press 1 for X (X is a positive number 500) Press 2 for Y (Y is a positive number 200) Press 3 for Z (Z is a positive number 300) Press 20 to calculate the results = 500+200+300 =1000 then, exten => s,n,Read(NUMBER,,1000) exten => s,n,SayDigits(${NUMBER})