Displaying 1 result from an estimated 1 matches for "getfare".
Did you mean:
getfame
2005 Feb 23
0
Newbie Help - Auto Fallthrough
...; play menu
msg (press 1..., press 2... press 3...), wait for response
include => TimeOut ; include
timeout handler
exten => 1,1,Goto(DoTransaction,s,1) ; submit
transaction
exten => 2,1,Goto(GetFare,s,1) ; send user
back to re-enter fare, tip and cab #
exten => 3,1,Goto(s,1) ; replay
confirmation msg
[TimeOut]
; user timed out, so see if TimeOut flag set. If set, then this is the
second time in a row that user has...