John Voss
2006-Jan-05 14:47 UTC
[Asterisk-Users] Re: Has anyone tried using flash() in features.conf (applicationmap) - RESOLVED
Problem resolved. This makes it nice and simple to 'flash' an incoming POTS line (ZAP channel) as opposed to the dialplan scripts that I have seen that require tranferring the call, hanging up, and waiting for a call back. That was too confusing for my wife. Now all she has to do is pres *3 and it is done. No transfers. No hanging up. No dial back. extensions.conf [context] exten => s,n,Set(DYNAMIC_FEATURES=zapflash) exten => s,n,Dial(SIP/xxxx,15,tw) features.conf [applicationmap] zapflash => *3,caller,flash,() <<<<<<<<<< needed a comma between flash an the () ----- Original Message ----- From: "John Voss" To: asterisk-users@lists.digium.com Subject: Has anyone tried using flash() in features.conf (applicationmap) Date: Wed, 04 Jan 2006 22:51:59 -0500 I have the sample application working and the flash applications executes but I get the following error on the console. Feature Found: zapflash exten: zapflash WARNING[32164]: res_features.c:948 feature_exec_app: Could not find application (flash()) Flash works within the dialplan so the application does exist. Any Ideas what I have done wrong? (or if this is possible) extensions.conf exten => s,n,Set(DYNAMIC_FEATURES=testfeature#zapflash) exten => s,n,Dial(SIP/xxxx,15,tWw) features.conf [applicationmap] testfeature => *9,caller,Playback,tt-monkeys zapflash => *3,caller,flash() -- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ -- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/
Wilson Pickett
2006-Jan-11 09:21 UTC
[Asterisk-Users] Re: Has anyone tried using flash() in features.conf (applicationmap) - RESOLVED
> extensions.conf > [context] > exten => s,n,Set(DYNAMIC_FEATURES=zapflash) > > exten => s,n,Dial(SIP/xxxx,15,tw) > > features.conf > [applicationmap] > zapflash => *3,caller,flash,() <<<<<<<<<< needed a comma between flash an the ()I Wonder (aloud) if there'd be a way to send the incoming call to another phone? IOW, Talking on phone1, call waiting beeps from FXO Flash send to phone2 Flash? recover original caller on phone1