austino@skannet.com
2003-May-03 09:44 UTC
[Asterisk-Users] Error working with X101P and S400P cards (fwd)
can somebody that has these hardwares(X101P and S400P) working on his asterisk system please assist.................. you can send the solution to austino@skannet.com..... the error message is what i have below. ---------- Forwarded message ---------- Date: Thu, 1 May 2003 21:01:21 +0100 (WAT) From: austino@skannet.com To: asterisk-user@lists.digium.com Subject: Error working with X101P and S400P cards hi, i am trying to make 1 X101P and an S400P card workwith my asterisk but each time irun astyerisk i get the following messages below. chan_zap.so] => (Zapata Telephony) == Parsing '/etc/asterisk/zapata.conf': Found WARNING[8192]: File chan_zap.c, Line 565 (zt_open): Unable to open '/dev/zap/channel': No such device ERROR[8192]: File chan_zap.c, Line 4503 (mkintf): Unable to open channel 1: No such device here = 0, tmp->channel = 0, channel = 1 ERROR[8192]: File chan_zap.c, Line 6077 (load_module): Unable to register channel '1' WARNING[8192]: File loader.c, Line 273 (ast_load_resource): chan_zap.so: load_module failed, returning -1 WARNING[8192]: File loader.c, Line 368 (load_modules): Loading module chan_zap.so failed! this is my /etc/zaptel.conf fxoks = 1 #X101P fxsks =2 #S400P zapata.conf signalling = fxs_ks context =incoming channel=1 signalling =fxo_ks context= internal channel2 extensions.conf [incoming] exten=>s,1,Dial,Zap/1|20 [outgoing] exten => 125,1,Dial,Zap/2|20 [internal] include=incoming include=outgoing i am running this on RH8.0. Someone Please assist. -- Olaifa Augustine General Data Engineering Services Ltd
Steven Smith
2003-May-04 04:33 UTC
[Asterisk-Users] Error working with X101P and S400P cards (fwd)
I didn't see a reply to this so to help out - here is my attempt - FYI (I'm not an expert - just trying to help) Look like you got your configs flipped they should match between zaptel zapata.conf your config: /etc/zaptel.conf fxoks = 1 #X101P fxsks =2 #S400P zapata.conf ---- with changes signalling = fxo_ks context =incoming channel=1 signalling =fxs_ks context= internal channel2 My configuration: cat /etc/zaptel.conf fxsks=1 fxoks=2 loadzone = us defaultzone=us more zapata.conf signalling=fxs_ks channel=1 signalling=fxo_ks channel=2 On Sat, 2003-05-03 at 11:44, austino@skannet.com wrote:> > > can somebody that has these hardwares(X101P and S400P) working on his > asterisk system please assist.................. > you can send the solution to austino@skannet.com..... > the error message is what i have below. > > > > ---------- Forwarded message ---------- > Date: Thu, 1 May 2003 21:01:21 +0100 (WAT) > From: austino@skannet.com > To: asterisk-user@lists.digium.com > Subject: Error working with X101P and S400P cards > > > hi, > > i am trying to make 1 X101P and an S400P card workwith my asterisk but > each time irun astyerisk i get the following messages below. > > chan_zap.so] => (Zapata Telephony) > == Parsing '/etc/asterisk/zapata.conf': Found > WARNING[8192]: File chan_zap.c, Line 565 (zt_open): Unable to open > '/dev/zap/channel': No such device > ERROR[8192]: File chan_zap.c, Line 4503 (mkintf): Unable to open channel > 1: No such device > here = 0, tmp->channel = 0, channel = 1 > ERROR[8192]: File chan_zap.c, Line 6077 (load_module): Unable to register > channel '1' > WARNING[8192]: File loader.c, Line 273 (ast_load_resource): chan_zap.so: > load_module failed, returning -1 > WARNING[8192]: File loader.c, Line 368 (load_modules): Loading module > chan_zap.so failed! > > this is my /etc/zaptel.conf > fxoks = 1 #X101P > fxsks =2 #S400P > > zapata.conf > > signalling = fxs_ks > context =incoming > channel=1 > > signalling =fxo_ks > context= internal > channel2 > > extensions.conf > [incoming] > exten=>s,1,Dial,Zap/1|20 > > [outgoing] > exten => 125,1,Dial,Zap/2|20 > [internal] > include=incoming > include=outgoing > > i am running this on RH8.0. Someone Please assist. > > > > -- > Olaifa Augustine > General Data Engineering Services Ltd > > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
austino@skannet.com
2003-May-09 00:53 UTC
[Asterisk-Users] Error working with X101P and S400P cards (fwd)
hello asterisk users, For sometime now i have been experiencing problems using our new X101P & S400P cards. somebody that has these hardwares(X101P and S400P) working on his asterisk system should please assist me.................. you can send the solution to austino@skannet.com or put it on the lists for somelike me out there to see.... at first i got the error message. see below chan_zap.so] => (Zapata Telephony) == Parsing '/etc/asterisk/zapata.conf': Found WARNING[8192]: File chan_zap.c, Line 565 (zt_open): Unable to open '/dev/zap/channel': No such device ERROR[8192]: File chan_zap.c, Line 4503 (mkintf): Unable to open channel 1: No such device here = 0, tmp->channel = 0, channel = 1 ERROR[8192]: File chan_zap.c, Line 6077 (load_module): Unable to register channel '1' WARNING[8192]: File loader.c, Line 273 (ast_load_resource): chan_zap.so: load_module failed, returning -1 WARNING[8192]: File loader.c, Line 368 (load_modules): Loading module chan_zap.so failed! and asterisk will not run. just today i now have a different message: now asterisk will run but it will give a meessage that "skipping chan_so" the fxo card (X101P) works but the fxs card (S400P) does not work. please see below [chan_oh323.so] => (OpenH323 Channel Driver) == Parsing '/etc/asterisk/oh323.conf': Found == Registered channel type 'OH323' (OpenH323 Channel Driver) == OpenH323 Channel Ready (v0.5.1) [skipping chan_zap.so] Asterisk Ready. *CLI> this is my /etc/zaptel.conf fxoks = 1 #X101P fxsks =2 #S400P zapata.conf signalling = fxs_ks context =incoming channel=1 signalling =fxo_ks context= internal channel=2 extensions.conf [incoming] exten=>s,1,Dial,Zap/1|20 [outgoing] exten => 125,1,Dial,Zap/2|20 [internal] include=outgoing i am running this on RH8.0. Someone Please assist. -- Olaifa Augustine General Data Engineering Services Ltd Nigeria _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users