Re: Issues with echos LCR <-> Asterisk
Thomas Hilber <i4l-usr-O/[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Feb 24, 2013 at 05:34:55PM +0100, Johannes Morgenroth wrote:
> Are there any known solution for echo issues on chan_lcr?
> Is anybody out there with a similar set-up without such an issue and
> can send me a working configuration?
Once I had the same probs with a configuration similar to yours.
Now when I address LCR in Dial statements I always add echo cancellation
directly there like this:
[isdnint0]
exten => s,1,lcr_config(eoslec)
exten => s,n,...
[...]
[...]
exten => _[0-9].,n,Dial(LCR/isdnint0/${EXTEN}/eoslec)
[...]
No other usage of eoslec except in dialplan. That fixed all echo issues
here. My system is some years old though. I hope syntax is still
applicable. Maybe it helps.
cheers
Thomas