1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. If you had a PIAF Forum account in the vBulletin days, log in with your old credentials. Otherwise, sign up again and we'll get you back in business as soon as we can.
  3. Guest: We think the problem with locked threads from long message subjects has been resolved. Post a link here if you still see a problem.

Echo cancellation?

Discussion in 'Trunks' started by lthown, Nov 15, 2007.

  1. lthown New Member

    quick question: what echo cancellation is being used? Mark2? OSLEC?
  2. jroper Guru

    Hi

    MG2 is compiled in, but if you want to change it, then edit the appropriate lines in /usr/src/zaptel/zconfig.h then recompile zaptel.

    make clean
    ./configure
    make
    make install

    Yours

    Joe
  3. lthown New Member

    MG2 is a good start - is there any plan to add OSLEC? I've been using it for several months in 3 different production machines and have been extremely happy with the results.
  4. Ray Klassen New Member

    actually no. comment the
    #define ECHO_CAN_MG2
    and uncomment another one
    (make clean, make)
    and zaptel.ko still reports

    Zaptel Echo Canceller: MG2
  5. jroper Guru

  6. Ray Klassen New Member

    tried oslec, tried (just for fun) JP1


    It only actually compiled in when I changed this line in Makefile.kernel26

    (from) ECHO_CAN_NAME := MG2
    (to) ECHO_CAN_NAME := OSLEC

    We'll see if the echo goes away...

    Oh and then there's this humorous error

    zaptel: no version for "oslec_echo_can_traintap" found: kernel tainted

    (Run! it's the PLAGUE...!)
  7. jroper Guru

    Hi

    Have you tried fxotune -i 4, assuming you have a TDM400P or similar. Stop asterisk first before running it.

    I've had good results with Digium's HPEC echo canceller, on a variety of different hardware, and it's free with a TDM400P

    Joe
  8. Ray Klassen New Member

    no I haven't got any internal fxo equipment installed. I've got a Linksys PAP2T ata. our cordless phone has severe echo on it, sometimes. I'm loading ztdummy. If echo canceling isn't even supposed to work in that configuration, I guess I'll be finding out soon...
  9. Ray Klassen New Member

    Preliminary Results: success but not perfection. The echos are much fainter and conversation is much more pleasant
  10. david-au New Member

    HPEC Channel Numbers:

    With a TDM400P with 3 FXS ports and one FXO port do you need to be four licenses for the card? (I've had the card for about 2 years and don't qualify for a freebe).

    Is echo cancellation invoked on all calls? Both via SIP and analog calls to the PSTN?
  11. jroper Guru

    Hi

    It's a function of Zaptel, so it only works on Zaptel channels.

    I'd suspect that you would need 4 licenses.

    You could try Oslec.

    Joe

Share This Page