On Wed, Aug 27, 2008 at 11:01 PM, lizhong zhu <[EMAIL PROTECTED]> wrote:
> hello, all of users:
> i have a problem with loading chan_dahdi.so. when i start asterisk, it
> always reports the can not open channel 1 in ...
> here is my setting: in etc/system/dahdi.conf:
> # Global data
> fxsks=1
> fxsks=2
> fxoks=3
> fxoks=4
> loadzone        = us
> defaultzone     = us

Tzafrir answered most of this.

You will also need to modprobe one of the echo cancellers (unless you
don't need one) and have a line like:
echo_canceller=mg2,1-4

echo cancellers look like this: dahdi_echocan_mg2

if you want different echo cancellers for each line, you can do that as well:
echo_canceller=mg2,1
echo_canceller=none,2
...

Without the echo cancellers, dahdi_cfg won't configure the lines.  At
least, that's how it's been working (or not) for me in /trunk

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
 - Nemesis Air Racing Team motto

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to