Greetings,

 

I am trying to configure an asterisk system using a T100P card and a Zhone channel bank.

 

I am running on Fedora and I have downloaded and built the sources using the following:

 

# cd /usr/src
# export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/cvsroot
# cvs login            - the password is anoncvs.
# cvs checkout zaptel libpri    

# cvs checkout -r v1-0_stable asterisk    

# cd zaptel
# make clean ; make install
# cd ../libpri
# make clean ; make install
# cd ../asterisk
# make clean ; make install

# make samples

 

I then copied the /etc config files found in:

 

http://digium.com/downloads/asterisk-devkit-full.tgz

 

to my /etc directory.

 

Then started asterisk with

 

#  /sbin/modprobe wct1xxp

#  /sbin/ztcfg –vv

 

The card appears to be initializing and the LED turns green.

 

# /usr/sbin/asterisk -c

Asterisk CVS-03/22/04-20:03:01, Copyright (C) 1999-2001 Linux Support Services,

Inc.

Written by Mark Spencer <[EMAIL PROTECTED]>

=========================================================================

[ Booting............

Mar 22 22:02:24 ERROR[-1084583808]: chan_iax.c:4828 set_config: Unable to load config iax1.conf

......

Mar 22 22:02:24 WARNING[-1084583808]: chan_iax2.c:5620 set_config: Ignoring port for now

...

Mar 22 22:02:24 WARNING[-1179006032]: chan_oss.c:238 sound_thread: Read error on sound device: Resource temporarily unavailable

..

Mar 22 22:02:24 ERROR[-1084583808]: chan_zap.c:5331 mkintf: Signalling requested is FXS Kewlstart but line is in FXO Kewlstart signalling

Mar 22 22:02:24 ERROR[-1084583808]: chan_zap.c:7355 setup_zap: Unable to register channel '1-8'

Mar 22 22:02:24 WARNING[-1084583808]: loader.c:313 ast_load_resource: chan_zap.so: load_module failed, returning -1

Segmentation fault

 

I must be missing a step or two. Can anyone tell me where I have gone wrong?

 

Gene

Reply via email to