[asterisk-dev] Zaptel DTMF regeneration

Tony Mountifield tony at softins.clara.co.uk
Wed Sep 17 12:01:56 CDT 2008


In article <61575c810809170841u1c7d9322h7003bbf8b7a28b55 at mail.gmail.com>,
Matt Florell <astmattf at gmail.com> wrote:
> 
> I have not spent much time looking in the code, but is there an easy
> way to remove the mute dtmf feature from meetme?

It is turned on with the following lines:

/*  Set CONFMUTE mode on Zap channel to mute DTMF tones when the menu is enabled */
x = 1;
ast_channel_setoption(chan, AST_OPTION_TONE_VERIFY, &x, sizeof(char), 0);

which are only called when the star menu is enabled.

I have some old conferencing systems on Asterisk 1.0 that only use Zaptel
PRI channels (no VoIP), and do not enable the start menu in Meetme.
They pass DTMF tones straight through the conferences with no trouble.

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-dev mailing list