[Asterisk-Users] Extensions Flash Command
Kevin
Asterisk at gtcus.com
Sun Dec 21 16:42:13 MST 2003
I am trying to use an application that will flash on a ZAP and transfer
a call on the FXO line. When I use example "1", the command SendDTMF is
never invoked and the call is disconnected. When I remove the Flash
comman(as in example '2') the SendDTMF works. Any suggestions as to
what if anything I'm missing here?
Thanks
Example '1'
exten => 2701,1,Playback,transfer
exten => 2701,2,Flash
exten => 2701,3,Wait(1)
exten => 2701,4,SendDTMF(12125551212#)
exten => 2701,5,Hangup
Example '2'
exten => 2701,1,Playback,transfer
;exten => 2701,2,Flash
exten => 2701,2,Wait(1)
exten => 2701,3,SendDTMF(12125551212#)
exten => 2701,4,Hangup
More information about the asterisk-users
mailing list