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?
3 thoughts on - What Conditions Allow The Use Of Dahdi Native Bridge?
Native bridging cannot happen if Asterisk has an interest in the audio stream. Remove the tTkK flags in the Dial command.
Richard
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:
Hi all,
I found the answer about it. First, I must turn off callwaiting & callwaitingcallerid from chan_dahdi.conf. Second, I can’t add tTkK parameters after dial(related with DTMF). Third, I can’t add DYNAMIC_FEATURES before dial.
By this way, I can get Native Bridge.
Best regards, Charles
2015-01-30 9:16 GMT+08:00 Charles Wang: