[asterisk-dev] Zaptel DTMF regeneration

Matt Florell astmattf at gmail.com
Wed Sep 17 12:11:51 CDT 2008


On 9/17/08, Tony Mountifield <tony at softins.clara.co.uk> wrote:
> 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.

Well, the menu is not enabled and is still happens. Also, on zap to
zap in meetme, the DTMF audio does pass through. It's only on non-Zap
channels is the DTMF audio muted. I think the muting is happening
somewhere else, but I have not been able to track it down.

Thanks,

MATT---



More information about the asterisk-dev mailing list