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 But, if, inside the room, I press *123* the sound file tt-monkeys it's not executed. If a put DYNAMIC_FEATURES in a Dial string it works.. Any idea of how to use dtmf in the meetme app??? Thanx!! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100726/d3d5b695/attachment.htm
>From: asterisk-users-bounces at lists.digium.com[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Felipe Figueiredo>Subject: [asterisk-users] MeetMetoca_macaco => 123, peer, Playback,tt-monkeys But, if, inside the room, I press 123 the sound file tt-monkeys it's not executed. Thanx!! As I recall, the DTMF feature in Meetme is Single-Digit; therefore if you change 123 to 9 (or some other single digit), you should get the desired result. (change 123 to 9 in features.conf). -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100726/61b23cd9/attachment.htm
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-monkeys1) 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