[asterisk-users] Re: Additional commands for MeetMeAdmin

Tony Mountifield tony at softins.clara.co.uk
Thu May 24 09:19:14 MST 2007


In article <d203d8330705240732o2d65ee9kad2717d707304020 at mail.gmail.com>,
Henry Cobb <henry.cobb at gmail.com> 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: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org


More information about the asterisk-users mailing list