Ashish Shinde wrote:
Hi, I have two WCT100P cards installed on a suse 9.0 box. Installation for Zaptel complains of some unresolved dependencies. The zaptel and wct1xxp modules load without any errors. ztcfg give no problems.
The problem is when I start asterisk I get the following error and asterisk shuts down
----------------------------------------------------------------------------------------------------- Nov 24 21:28:15 WARNING[18825]: chan_zap.c:765 zt_open: Unable to specify channel 1: No such device or address Nov 24 21:28:15 ERROR[18825]: chan_zap.c:6195 mkintf: Unable to open channel 1: No such device or address here = 0, tmp->channel = 1, channel = 1 Nov 24 21:28:15 ERROR[18825]: chan_zap.c:9139 setup_zap: Unable to register channel '1-23' Nov 24 21:28:15 WARNING[18825]: loader.c:334 ast_load_resource: chan_zap.so: load_module failed, returning -1 == Unregistered channel type 'Tor' == Unregistered channel type 'Zap' Nov 24 21:28:15 WARNING[18825]: loader.c:429 load_modules: Loading module chan_zap.so failed! ----------------------------------------------------------------------------------------------------
I had a similar problem, but I could solve it by:
cd /usr/src/linux make cloneconfig && make dep
and continued with: cd /usr/local/src/asterisk/zaptel/ make clean make install
My /etc/zaptel.conf file reads
loadzone=us
defaultzone=us
span=1,0,0,d4,b8zs
bchan=1-23
dchan=24
span=2,0,0,d4,b8zs bchan=25-47 dchan=48
The /etc/asterisk/zapata.conf reads context = default switchtype = national signalling = pri_cpe group = 1 channel => 1-23
context = default switchtype = national signalling = pri_cpe group = 2 channel => 25-47
I don't know if it is some configuration error, or some problem with zaptel and suse9.0. I would really be grateful if someone could help me in this regards.
Thanks and regards, - Ashish Shinde _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
-- Ronald Wiplinger (CEO of ELMIT) http://www.elmit.com +886 (0) 939--77-55-16 - I'm a SpamCon Foundation Member, #694, Verify it at http://www.spamcon.org
PS: Spam prevention!
Our system is protected with a spam prevention program. If you send us an e-mail, our system will send you a confirmation message back. Just reply to this confirmation message please. After receiving this confirmation message, our system will send the hold message (one) and all future messages (after the received confirmation message) to me without asking you again.
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
