In article <[EMAIL PROTECTED]>,
Henry Cobb <[EMAIL PROTECTED]> wrote:
> Would anybody mind if the the following command options where added to
> MeetMeAdmin?

I'm sure no-one minds what you do to your own copies of Asterisk! :-)

> 0 - 9, * and #

Rather than create that many commands, why not have a d or D command
(for digit, or dtmf), and then the 0-9, *, #, A-D as a parameter to
that command?

> I'm considering hacking the code to add these commands to play the
> DTMFs to the specified user as tones and hope that the SIP or IAX
> channels then work with these correctly.

Hmmm, what problem are you trying to solve?

In Asterisk 1.4 and Trunk, there is an option to MeetMe for passing DTMF
frames through the conference. Your command should not generate tones, but
should use conf_queue_dtmf() to queue the dtmf into the conference. That way,
the DTMF is delivered to each participant channel as an asterisk DTMF frame,
and the channel can then handle it in a way appropriate to the technology
(e.g. Zap channels would re-generate tones, VoIP channels would deliver
DTMF control packets, etc).

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-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to