Hi all,<br><br>Try all echo cancelers available and choice the best one. If you have a digium board, try to install HPEC. There are a OSLEC that is good too (for some cases).<br><br>Regards<br><br><div class="gmail_quote">
On Wed, Oct 29, 2008 at 4:13 PM, Tiago Durante <span dir="ltr">&lt;<a href="mailto:tiagodurante@gmail.com">tiagodurante@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thank you Alexandre, worked like a charm!<br>
<br>
Also I added the line: &quot;echocanceller=mg2,1-15,17-31&quot; to system.conf<br>
and the echo is lighter now, but still there...<br>
<br>
I&#39;ll study a little about this tag, echocanceller, to see if I can<br>
improve my system...<br>
<br>
<br>
Best regards,<br>
<font color="#888888"><br>
<br>
Tiago Durante<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Wed, Oct 29, 2008 at 1:46 PM, Alexandre Cavalcante Alencar<br>
&lt;<a href="mailto:alexandre.alencar@gmail.com">alexandre.alencar@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Oct 28, 2008 at 12:35 PM, Tiago Durante &lt;<a href="mailto:tiagodurante@gmail.com">tiagodurante@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi all!<br>
&gt;&gt;<br>
&gt;<br>
&gt; &lt;snip&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; All righ, lets go by steps. First I&#39;m having this error when I start<br>
&gt;&gt; Asterisk:<br>
&gt;&gt;<br>
&gt;&gt; ERROR[32631]: codec_dahdi.c:432 find_transcoders: Failed to open<br>
&gt;&gt; /dev/dahdi/transcode: No such file or directory<br>
&gt;<br>
&gt;<br>
&gt; You are using DAHDI and you should load the dahdi_transcode module into the<br>
&gt; kernel. To do so, issue<br>
&gt;<br>
&gt; # modprobe dahdi_transcode<br>
&gt; # /etc/init.d/asterisk stop<br>
&gt; # /etc/init.d/asterisk start<br>
&gt;<br>
&gt; You must edit the /etc/dahdi/modules and add a line to make DAHDI load the<br>
&gt; dahdi_transcode before the cards modules. Just add a line to look like this<br>
&gt;<br>
&gt; # Contains the list of modules to be loaded / unloaded by /etc/init.d/dahdi.<br>
&gt; #<br>
&gt; # NOTE: &nbsp;Please add/edit /etc/modprobe.d/dahdi or /etc/modprobe.conf if you<br>
&gt; # &nbsp; &nbsp; &nbsp; &nbsp;would like to add any module parameters.<br>
&gt; #<br>
&gt; # Format of this file: list of modules, each in its own line.<br>
&gt; # Anything after a &#39;#&#39; is ignore, likewise trailing and leading<br>
&gt; # whitespaces and empty lines.<br>
&gt;<br>
&gt; # DAHDI Transcode Module<br>
&gt; dahdi_transcode<br>
&gt;<br>
&gt; # Digium TE205P/TE207P/TE210P/TE212P: PCI dual-port T1/E1/J1<br>
&gt; # Digium TE405P/TE407P/TE410P/TE412P: PCI quad-port T1/E1/J1<br>
&gt; # Digium TE220: PCI-Express dual-port T1/E1/J1<br>
&gt; # Digium TE420: PCI-Express quad-port T1/E1/J1<br>
&gt; wct4xxp<br>
&gt;<br>
&gt; ....<br>
&gt;<br>
&gt;<br>
&gt; Best regards<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; And this warning when I call a extension at Siemens:<br>
&gt;&gt;<br>
&gt;&gt; WARNING[32744]: chan_dahdi.c:1938 dahdi_enable_ec: Unable to enable<br>
&gt;&gt; echo cancellation on channel 1 (No such device)<br>
&gt;&gt;<br>
&gt;&gt; Every time I call a extension on Siemens I&#39;ve some mute moments for<br>
&gt;&gt; some of the call parts. It&#39;s quick, 4 to 8 seconds, but makes<br>
&gt;&gt; impossible to talk. And the caller has echo, always. It isn&#39;t a strong<br>
&gt;&gt; echo, but still.<br>
&gt;&gt;<br>
&gt;&gt; Another thing that is happening is that I just can call 5 digits<br>
&gt;&gt; numbers at Siemens, I think its a problem with the configuration at<br>
&gt;&gt; Siemens side, I already called the company responsible for the<br>
&gt;&gt; equipment to check if there is something wrong there.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve tried a several configurations until y-day when I got it working<br>
&gt;&gt; with Asterisk 1.4.22, DAHDI 2 and libOpenR2 0.1.1 - The most strange<br>
&gt;&gt; thing is that in a first moment using Asterisk 1.6 Beta and zaptel 1.4<br>
&gt;&gt; it worked close to perfectly, lets say 97%. And now I&#39;m having this<br>
&gt;&gt; issues.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m used to Asterisk and analog channels. But it&#39;s my first E1 and<br>
&gt;&gt; I&#39;ve to confess that I&#39;m not an expert, so maybe I&#39;m missing something<br>
&gt;&gt; stupid here... I&#39;ve a lot of doubts, so ...<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ---<br>
&gt;&gt;<br>
&gt;&gt; My conf:<br>
&gt;&gt;<br>
&gt;&gt; /etc/dahdi# cat system.conf<br>
&gt;&gt; loadzone = br<br>
&gt;&gt; defaultzone =br<br>
&gt;&gt;<br>
&gt;&gt; span=1,1,0,cas,hdb3<br>
&gt;&gt; cas=1-15:1101<br>
&gt;&gt; cas=17-31:1101<br>
&gt;&gt; dchan=16<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ---<br>
&gt;&gt;<br>
&gt;&gt; /etc/asterisk# cat chan_dahdi.conf<br>
&gt;&gt; [trunkgroups]<br>
&gt;&gt;<br>
&gt;&gt; [channels]<br>
&gt;&gt; usecallerid=yes<br>
&gt;&gt; callwaiting=yes<br>
&gt;&gt; usecallingpres=yes<br>
&gt;&gt; callwaitingcallerid=yes<br>
&gt;&gt; threewaycalling=yes<br>
&gt;&gt; transfer=yes<br>
&gt;&gt; canpark=yes<br>
&gt;&gt; cancallforward=yes<br>
&gt;&gt; callreturn=yes<br>
&gt;&gt; echocancel=yes<br>
&gt;&gt; echocancelwhenbridged=yes<br>
&gt;&gt;<br>
&gt;&gt; signalling=mfcr2<br>
&gt;&gt; mfcr2_variant=br<br>
&gt;&gt; mfcr2_get_ani_first=no<br>
&gt;&gt; mfcr2_max_ani=20<br>
&gt;&gt; mfcr2_max_dnis=20<br>
&gt;&gt; mfcr2_category=national_subscriber<br>
&gt;&gt; mfcr2_logdir=span1<br>
&gt;&gt; mfcr2_logging=all<br>
&gt;&gt;<br>
&gt;&gt; context=in-e1<br>
&gt;&gt; group=0<br>
&gt;&gt; callgroup=0<br>
&gt;&gt; pickupgroup=0<br>
&gt;&gt; channel =&gt; 1-15<br>
&gt;&gt; channel =&gt; 17-31<br>
&gt;&gt;<br>
&gt;&gt; ---<br>
&gt;&gt;<br>
&gt;&gt; cat /proc/interrupts<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CPU0<br>
&gt;&gt; &nbsp;0: &nbsp; &nbsp; &nbsp; &nbsp; 74 &nbsp; IO-APIC-edge &nbsp; &nbsp; &nbsp;timer<br>
&gt;&gt; &nbsp;1: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2 &nbsp; IO-APIC-edge &nbsp; &nbsp; &nbsp;i8042<br>
&gt;&gt; &nbsp;6: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5 &nbsp; IO-APIC-edge &nbsp; &nbsp; &nbsp;floppy<br>
&gt;&gt; &nbsp;7: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; IO-APIC-edge &nbsp; &nbsp; &nbsp;parport0<br>
&gt;&gt; &nbsp;8: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3 &nbsp; IO-APIC-edge &nbsp; &nbsp; &nbsp;rtc<br>
&gt;&gt; &nbsp;9: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; IO-APIC-fasteoi &nbsp; acpi<br>
&gt;&gt; &nbsp;12: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4 &nbsp; IO-APIC-edge &nbsp; &nbsp; &nbsp;i8042<br>
&gt;&gt; &nbsp;14: &nbsp; &nbsp; 651656 &nbsp; IO-APIC-edge &nbsp; &nbsp; &nbsp;ide0<br>
&gt;&gt; &nbsp;16: &nbsp; &nbsp; 338990 &nbsp; IO-APIC-fasteoi &nbsp; eth0<br>
&gt;&gt; &nbsp;17: &nbsp; 68622371 &nbsp; IO-APIC-fasteoi &nbsp; wcte11xp<br>
&gt;&gt; &nbsp;18: &nbsp; &nbsp; &nbsp;39496 &nbsp; IO-APIC-fasteoi &nbsp; libata<br>
&gt;&gt; &nbsp;19: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2 &nbsp; IO-APIC-fasteoi &nbsp; ehci_hcd:usb1, uhci_hcd:usb2<br>
&gt;&gt; &nbsp;20: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; IO-APIC-fasteoi &nbsp; uhci_hcd:usb3<br>
&gt;&gt; &nbsp;21: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; IO-APIC-fasteoi &nbsp; uhci_hcd:usb4<br>
&gt;&gt; &nbsp;22: &nbsp; &nbsp; &nbsp; &nbsp; 37 &nbsp; IO-APIC-fasteoi &nbsp; uhci_hcd:usb5, Intel ICH6<br>
&gt;&gt; NMI: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; Non-maskable interrupts<br>
&gt;&gt; LOC: &nbsp; 18269790 &nbsp; Local timer interrupts<br>
&gt;&gt; RES: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; Rescheduling interrupts<br>
&gt;&gt; CAL: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; function call interrupts<br>
&gt;&gt; TLB: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; TLB shootdowns<br>
&gt;&gt; TRM: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; Thermal event interrupts<br>
&gt;&gt; SPU: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; Spurious interrupts<br>
&gt;&gt; ERR: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0<br>
&gt;&gt; MIS: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0<br>
&gt;&gt;<br>
&gt;&gt; ---<br>
&gt;&gt;<br>
&gt;&gt; # dahdi_speed<br>
&gt;&gt; Count: 891909<br>
&gt;&gt;<br>
&gt;&gt; # dahdi_test<br>
&gt;&gt; Opened pseudo dahdi interface, measuring accuracy...<br>
&gt;&gt; 99.973045% 99.968651% 99.972649% 99.972557% 99.972656% 99.972748%<br>
&gt;&gt; 99.972168%<br>
&gt;&gt; 99.972565% 99.971596% 99.972656% 99.973045% 99.972359% 99.972359%<br>
&gt;&gt; 99.972466% 99.972656%<br>
&gt;&gt; 99.973053% 99.971870% 99.972557%<br>
&gt;&gt; --- Results after 18 passes ---<br>
&gt;&gt; Best: 99.973 -- Worst: 99.969 -- Average: 99.972314, Difference: 99.972315<br>
&gt;&gt;<br>
&gt;&gt; # dahdi_scan<br>
&gt;&gt; [1]<br>
&gt;&gt; active=yes<br>
&gt;&gt; alarms=OK<br>
&gt;&gt; description=Digium Wildcard TE110P T1/E1 Card 0<br>
&gt;&gt; name=WCT1/0<br>
&gt;&gt; manufacturer=Digium<br>
&gt;&gt; devicetype=Digium Wildcard TE110P T1/E1<br>
&gt;&gt; location=PCI Bus 04 Slot 02<br>
&gt;&gt; basechan=1<br>
&gt;&gt; totchans=31<br>
&gt;&gt; irq=17<br>
&gt;&gt; type=digital-E1<br>
&gt;&gt; syncsrc=0<br>
&gt;&gt; lbo=0 db (CSU)/0-133 feet (DSX-1)<br>
&gt;&gt; coding_opts=HDB3<br>
&gt;&gt; framing_opts=CCS,CRC4<br>
&gt;&gt; coding=HDB3<br>
&gt;&gt; framing=<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Please, if there is any other information that you guys need just let<br>
&gt;&gt; me know that I post here.<br>
&gt;&gt;<br>
&gt;&gt; Thank you very much!<br>
&gt;&gt;<br>
&gt;&gt; regards,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Tiago Durante<br>
&gt;&gt;<br>
&gt;&gt; ,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,<br>
&gt;&gt; Perseverance is the hard work you do after you<br>
&gt;&gt; get tired of doing the hard work you already did.<br>
&gt;&gt; -- Newt Gingrich<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;&gt;<br>
&gt;&gt; asterisk-r2 mailing list<br>
&gt;&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&gt; &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-r2" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-r2</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Alexandre C Alencar (Skarmeth)<br>
&gt; <a href="http://blog.alexandrealencar.net/" target="_blank">http://blog.alexandrealencar.net/</a><br>
&gt; <a href="http://www.alexandrealencar.net/" target="_blank">http://www.alexandrealencar.net/</a><br>
&gt; <a href="http://people.debian-ce.org/skarmeth/" target="_blank">http://people.debian-ce.org/skarmeth/</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; --Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
&gt;<br>
&gt; asterisk-r2 mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-r2" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-r2</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
Tiago Durante<br>
<br>
,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,<br>
Perseverance is the hard work you do after you<br>
get tired of doing the hard work you already did.<br>
-- Newt Gingrich<br>
<br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-r2 mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-r2" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-r2</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Alexandre C Alencar (Skarmeth)<br><a href="http://blog.alexandrealencar.net/">http://blog.alexandrealencar.net/</a><br><a href="http://www.alexandrealencar.net/">http://www.alexandrealencar.net/</a><br>
<a href="http://people.debian-ce.org/skarmeth/">http://people.debian-ce.org/skarmeth/</a><br><br>