Hi, <br>&nbsp;I have debian etch 4.0 machine (2.6.18) with two TW-ISDN PCI (Hfc) cards. I use bristuff-0.3.0-PRE-1y-e (asterisk-1.2.17,libpri-1.2.4,zaptel-1.2.16). I also have patched zaphfc with zaphfc_0.4.0-test1_florz-13.diff.gz
&nbsp; (I load module: insmod /usr/src/bristuff-0.3.0-PRE-1y-e/zaphfc/zaphfc.ko modes=1 debug=1). &nbsp; So i want to test two cards and make loop between them. So one card would be NT, another TE. My configurations:<br>/etc/zaptel.conf:
<br><br>loadzone=lt<br>defaultzone=lt<br>span=1,1,3,ccs,ami<br>bchan=1-2<br>dchan=3<br>span=2,0,3,ccs,ami<br>bchan=4-5<br>dchan=6<br><br>/etc/asterisk/zapata.conf<br>[channels]<br><br>switchtype = euroisdn<br>; p2mp NT mode
<br>signalling = bri_net_ptmp<br><br>echocancel=yes<br>echotraining = 100<br>echocancelwhenbridged=yes<br><br>immediate=yes<br>group = 1<br>context=from-internal<br>channel =&gt; 1-2<br><br>signalling = bri_cpe_ptmp<br>group = 2
<br>context=from-internal<br>channel =&gt; 4-5<br><br><br>So I get this from asterisk logs:<br><br>Aug 12 03:08:23 DEBUG[2997] chan_sip.c: build_route: Contact hop: &lt;<a href="mailto:sip:100@192.168.0.1">sip:100@192.168.0.1
</a>&gt;<br>Aug 12 03:08:23 VERBOSE[3046] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Executing Dial(&quot;SIP/100-081c6668&quot;, &quot;ZAP/g1/52040004|60&quot;) in new stack<br>Aug 12 03:08:23 VERBOSE[3046] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Requested transfer capability: 0x00 - SPEECH
<br>Aug 12 03:08:23 VERBOSE[3046] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Called g1/52040004<br>Aug 12 03:08:25 DEBUG[3046] chan_zap.c: Set option AUDIO MODE, value: ON(1) on Zap/1-1<br>Aug 12 03:08:25 DEBUG[3046] chan_zap.c: Hangup: channel: 1 index = 0, normal = 17, callwait = -1, thirdcall = -1
<br>Aug 12 03:08:25 DEBUG[3046] chan_zap.c: Not yet hungup...&nbsp; Calling hangup once with icause, and clearing call<br>Aug 12 03:08:25 DEBUG[3046] chan_zap.c: disabled echo cancellation on channel 1<br>Aug 12 03:08:25 DEBUG[3046] chan_zap.c: Set option TDD MODE, value: OFF(0) on Zap/1-1
<br>Aug 12 03:08:25 DEBUG[3046] chan_zap.c: Updated conferencing on 1, with 0 conference users<br>Aug 12 03:08:25 DEBUG[3046] chan_zap.c: Set option AUDIO MODE, value: OFF(0) on Zap/1-1<br>Aug 12 03:08:25 DEBUG[3046] chan_zap.c: disabled echo cancellation on channel 1
<br>Aug 12 03:08:25 VERBOSE[3046] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Hungup &#39;Zap/1-1&#39;<br>Aug 12 03:08:25 DEBUG[3046] app_dial.c: Exiting with DIALSTATUS=CANCEL.<br><br><br><br>And kernel log:<br>Aug 12 03:08:25 pbx kernel: zaphfc[1]: b channel buffer underrun: 1, 0
<br>Aug 12 03:08:25 pbx kernel: zaphfc[1]: b channel buffer overflow: 24, 24<br><br><br>Any ideas , how to fix this problem? Thanks<br>