Hi Felipe, Glad to know that it worked , could you kindly post the complete dialplan you wrote to achieve it.
I would also love to test it. Thanks in Advance Shiju V.Joseph From: Felipe Figueiredo <[email protected]> To: Asterisk Users Mailing List - Non-Commercial Discussion <[email protected]> Date: 07/28/2010 01:27 AM Subject: Re: [asterisk-users] MeetMe Sent by: [email protected] Guys, I put the option X and used the MEETME_EXIT_CONTEXT and it's working thanks for the help!!! =) On Tue, Jul 27, 2010 at 9:07 AM, Felipe Figueiredo < [email protected]> wrote: 1) Ok, I'm using now self/peer on the feature map 2) there's no space in features.conf. toca_macaco => 1,self/caller,Playback,tt-monkeys But it's not working yet. On Mon, Jul 26, 2010 at 11:33 PM, Tilghman Lesher <[email protected]> wrote: 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 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users ---------------------------------------------------------- The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. It may contain confidential or legally privileged information. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system. Ernst & Young is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt.
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
