[asterisk-users] MeetMe

Tilghman Lesher tlesher at digium.com
Mon Jul 26 21:33:47 CDT 2010


On Monday 26 July 2010 15:20:26 Felipe Figueiredo wrote:
> Hi guys,
> i'm trying to use the "featuremap" of features.conf inside the app meetme,
> but it's no working.
> like:
> _5XXX =>  {
>           Set(DYNAMIC_FEATURES=toca_macaco);
>           MeetMe(${EXTEN},F); //F forces the meetme to pass DTMF
>           Hangup();
> };
>
> in features.conf:
> toca_macaco => 123, peer, Playback,tt-monkeys

1) There is no peer when you invoke MeetMe.  There is only a single call leg.
You therefore want "self" or "caller".
2) Kill the spaces on this line.  All of them.  Note that " self", " caller",
or " peer" do not match anything and will thus signal "Invalid 'ActivateOn'
specification for feature..." at boot or reload.  Similarly, there is a
dialplan application named "Playback", but there is no dialplan application
named " Playback".

-- 
Tilghman Lesher
Digium, Inc. | Senior Software Developer
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)
Check us out at: www.digium.com & www.asterisk.org



More information about the asterisk-users mailing list