I am getting (with older image): RFC3389 support incomplete. Turn off on client if possible How do I turn that off for the DG104s? Or if I can't how do I tweak asterisk? I see posts about ATA-186's having an audiomode, but the closet I came to was inbanddtmf. I tried =0 and =1, no effect. Thanks! -- Zot O'Connor <zot@zotconsulting.com> White Knight Hackers, Inc.
Its silence supression. Turn that off and it will stop doing that. bkw On Fri, 23 Jan 2004, Zot O'Connor wrote:> I am getting (with older image): > > RFC3389 support incomplete. Turn off on client if possible > > > How do I turn that off for the DG104s? Or if I can't how do I tweak > asterisk? > > I see posts about ATA-186's having an audiomode, but the closet I came > to was inbanddtmf. I tried =0 and =1, no effect. > > Thanks! > > > -- > Zot O'Connor <zot@zotconsulting.com> > White Knight Hackers, Inc. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
At 5:35 PM -0800 1/23/04, Zot O'Connor wrote:> >I am getting (with older image): > >RFC3389 support incomplete. Turn off on client if possible > >How do I turn that off for the DG104s? Or if I can't how do I tweak >asterisk? > >I see posts about ATA-186's having an audiomode, but the closet I came >to was inbanddtmf. I tried =0 and =1, no effect. > >Thanks! > >-- >Zot O'Connor <zot@zotconsulting.com> >White Knight Hackers, Inc.Zot - Good to see you're getting around to installing * finally! The error messages you're seeing are probably unavoidable, as many ATA devices do not allow the user to turn on/off the VAD comfort noise stuff. I would suggest that an ugly method to solve the problem is just to find that debug line in the source code and comment it out, since you will have no significant degradation during calls, but you'll see a lot of noisy error messages. JT
Zot O'Connor wrote:>I am getting (with older image): > >RFC3389 support incomplete. Turn off on client if possible > > >How do I turn that off for the DG104s? Or if I can't how do I tweak >asterisk? > >I see posts about ATA-186's having an audiomode, but the closet I came >to was inbanddtmf. I tried =0 and =1, no effect. > >Thanks! > > > >ggdbg>set coding set coding CODING PROFILE RELATED: set coding [prof_id] coding_type [tx|rx] [g711_mu,g711_a,a16,a24,a32,a40,g729ab,g723_53,g723_63,fax,fax_t38,clear_chan,clear_chan,pktsig] set coding [prof_id] usage <voice | fax | modem | data> <on | off> set coding [prof_id] vif [rx|tx] <Voice Information Field size (in bits)> set coding [prof_id] encap [t3|frf11|rtp|udp|aal2] set coding [prof_id] vad [on|off] set coding [prof_id] vad_thresh <value -20 to +10, 32767 for adaptive VAD> ... Turn vad off