Displaying 1 result from an estimated 1 matches for "serviceinterruption".
2007 Jul 11
2
Pass Dialed number to a script
...autodialer to dial a list of numbers
and play a message. One of the options I want to give them is a way to
"dial X to have a customer service representative call you"
Looking for a simple way to pass the number that I dialed to a script in
extensions.conf... something like this:
[serviceinterruption]
exten => s,1,Set(TIMEOUT(response)=10)
exten => s,2,Answer
exten => s,3,Playback(outboundmsgs/serviceinterrupt)
exten => s,4,Playback(outboundmsgs/choice)
exten => s,5,wait(3)
exten => 1,1,Goto(s,3) ; replay message
exten => 2,1,Goto(msgack,s,1) ; acknowledge me...