Charles Wang
2015-Jan-29 02:27 UTC
[asterisk-users] What conditions allow the use of dahdi native bridge?
Hi all, I want to test the Native Bridge mode of DAHDI (FXS/FXO). I use asterisk 11.14.2 and DAHDI 2.8.0. I try to set callwaiting = no AND callwaitingcallerid = no in chan_dahdi.conf. But I can't find native bridging information from CLI(opened debug mode in logger.conf). How can I test the dahdi_bridge in native bridge mode? I use normal dial command ex: Dial(DAHDI/2,30,tTkK) to dial from FXS1 to FXS2. Does anyone kind to help me solve it? -- Best Regards Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150129/79a619e0/attachment.html>
Richard Mudgett
2015-Jan-29 16:34 UTC
[asterisk-users] What conditions allow the use of dahdi native bridge?
On Wed, Jan 28, 2015 at 8:27 PM, Charles Wang <lazy.charles at gmail.com> wrote:> Hi all, > > I want to test the Native Bridge mode of DAHDI (FXS/FXO). I use asterisk > 11.14.2 and DAHDI 2.8.0. > > I try to set callwaiting = no AND callwaitingcallerid = no in > chan_dahdi.conf. > But I can't find native bridging information from CLI(opened debug mode in > logger.conf). How can I test the dahdi_bridge in native bridge mode? > > I use normal dial command ex: Dial(DAHDI/2,30,tTkK) to dial from FXS1 to > FXS2. > > Does anyone kind to help me solve it? >Native bridging cannot happen if Asterisk has an interest in the audio stream. Remove the tTkK flags in the Dial command. Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150129/f62f28e9/attachment.html>
Charles Wang
2015-Jan-30 01:16 UTC
[asterisk-users] What conditions allow the use of dahdi native bridge?
Hi Richard, Thank you for your response. But after I remove the parameters of dial command (tTkK). The call was still not native bridge. Let me know if you have any suggestion. Best regards, Charles 2015-01-30 0:34 GMT+08:00 Richard Mudgett <rmudgett at digium.com>:> > > On Wed, Jan 28, 2015 at 8:27 PM, Charles Wang <lazy.charles at gmail.com> > wrote: > >> Hi all, >> >> I want to test the Native Bridge mode of DAHDI (FXS/FXO). I use asterisk >> 11.14.2 and DAHDI 2.8.0. >> >> I try to set callwaiting = no AND callwaitingcallerid = no in >> chan_dahdi.conf. >> But I can't find native bridging information from CLI(opened debug mode >> in logger.conf). How can I test the dahdi_bridge in native bridge mode? >> >> I use normal dial command ex: Dial(DAHDI/2,30,tTkK) to dial from FXS1 to >> FXS2. >> >> Does anyone kind to help me solve it? >> > > Native bridging cannot happen if Asterisk has an interest in the audio > stream. > Remove the tTkK flags in the Dial command. > > Richard > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Best Regards Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150130/d705f758/attachment.html>