[Asterisk-Users] Send flash through zap channel
Ira
ira at extrasensory.com
Tue Feb 21 10:20:37 MST 2006
At 07:24 AM 02/21/2006, you wrote:
>* Using Flash() in dialplan - doesn't work since channel is
>Dial()-ed and doesn't allow applications at that very moment
>* Typing *0 on phone => zap channel doc says this should send flash,
>but doesn't seem to work in bridged scenarios (ZAP=>*=>ZAP or SIP=>*=>ZAP)
>* Typing # on phone => as of documentation, this sometimes emulates
>flash => not in my setup
>* Tried the above from snom sip phone, sip ata with analogue phone
>and flash-key, mobile phone called in via another zap channel => no
>difference between the incomings
Transfer to this extension works. This example flashes and then calls
back 1XX if you send it to 6XX.
exten => _6[0-2][0-4],1,Flash()
exten => _6[0-2][0-4],2,Dial(SIP/1${EXTEN:1},,rtT)
OR you can try this:
in features.conf:
[applicationmap]
zapflash=>*3,callee,flash
if you put any spaces in the above line, it will not work!!!
in extensions.conf add this line right before the dial commands where
you want this to work:
exten => s,12, set(DYNAMIC_FEATURES=zapflash)
Then *3 should flash the line.
Ira
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.375 / Virus Database: 267.15.12/265 - Release Date: 02/20/2006
More information about the asterisk-users
mailing list