[Asterisk-Users] Re: Has anyone tried using flash() in
features.conf (applicationmap) - RESOLVED
John Voss
johnvoss at tech-center.com
Thu Jan 5 14:47:13 MST 2006
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 at 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/
More information about the asterisk-users
mailing list