working bidding
This commit is contained in:
@@ -739,7 +739,13 @@ same => n,GotoIf($[ "${input}" == "2" ]?take-question,s,1)
|
|||||||
same => n,Goto(start)
|
same => n,Goto(start)
|
||||||
|
|
||||||
[record-bid]
|
[record-bid]
|
||||||
exten => s,1,Playback(vm-goodbye)
|
exten => s,1,Playback(something-terribly-wrong)
|
||||||
|
same => n(start),Read(money,sorry-youre-having-problems,,,1,12)
|
||||||
|
same => n,GotoIf($[ "${money}" == "" ]?start)
|
||||||
|
same => n,GotoIf($[ ${money} > 0 & ${money} < 10000 ]?:start)
|
||||||
|
same => n,Set(FILE(/tmp/money.txt,,,al,u)=${money} ${CALLERID(num)})
|
||||||
|
same => n,Playback(queue-thankyou)
|
||||||
|
same => n,Playback(vm-goodbye)
|
||||||
same => n,Hangup()
|
same => n,Hangup()
|
||||||
|
|
||||||
[take-question]
|
[take-question]
|
||||||
|
|||||||
Reference in New Issue
Block a user