[asterisk-users] Trouble getting feature codes to work

Kevin P. Fleming kpfleming at digium.com
Fri Jan 22 08:44:32 CST 2010


hugolivude wrote:

> I have this in features.conf:
> 
> [applicationmap]
> testfeature1 => #9,caller,Playback,tt-monkeys
> testfeature2 => #8,callee,Playback,tt-monkeys
> 
> and this in the context where the dial takes place:
> 
> include => featuremap
> include => applicationmap

You need to re-read the sample features.conf; the categories of features
defined there are *not* dialplan contexts, so using "include =>" for
them in the dialplan is not going to accomplish anything except to
generate a warning message when the dialplan is parsed.

Immediately below the [applicationmap] category heading in the sample
features.conf it describes exactly how to enable the features you have
defined in that category.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpfleming at digium.com
Check us out at www.digium.com & www.asterisk.org



More information about the asterisk-users mailing list