In article <[EMAIL PROTECTED]>, Kevin P. Fleming <[EMAIL PROTECTED]> wrote: > ----- Jeremy McNamara <[EMAIL PROTECTED]> wrote: > > It seems we could add a flag to MeetMe to pass thru all DTMF instead > > of attempting to process it for commands. > > As was discussed on this last week, doing so will be non-trivial. The > way MeetMe audio is mixed does not allow for DTMF frames to be passed > through the conference.
More specifically, you can pass DTMF through a conference if the source and destination channels in the conference are Zap channels, and Meetme has not been told to listen for keypresses itself, (we have a customer doing so), but you can't (yet) do it when VoIP channels are involved. To reply to the original question about transferring the channels into the Meetme, define a dialplan extension which will enter the Meetme conference, and then in your app, look at using ast_async_goto() on the relevant channels. Cheers Tony -- Tony Mountifield Work: [EMAIL PROTECTED] - http://www.softins.co.uk Play: [EMAIL PROTECTED] - http://tony.mountifield.org _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
