Hi All, I recently purchased the Asterisk Developer's Kit (TDM) to try out Asterisk. After following the directions in the Digium's FAQ topic entitled "Q. How do I configure my TDM40B and X100P?", I'm receiving the following error: WARNING[1074428608]: File chan_zap.c, Line 6748 (load_module): Ignoring rxwink ERROR[1074428608]: File chan_zap.c, Line 6692 (load_module): Unknown signalling method 'fxs_ks # X100P' ERROR[1074428608]: File chan_zap.c, Line 4793 (mkintf): Signalling requested is FXO Loopstart but line is in FXS Kewlstart signalling ERROR[1074428608]: File chan_zap.c, Line 6498 (load_module): Unable to register channel '1' WARNING[1074428608]: File loader.c, Line 299 (ast_load_resource): chan_zap.so: load_module failed, returning -1 WARNING[1074428608]: File loader.c, Line 394 (load_modules): Loading module chan_zap.so failed! Any ideas? Jeff Gunther Intalgent Technologies voice: +1 703.444.4404 fax: +1 703.444.2304 jeff.gunther@intalgent.com
Hi, On Fri, 2003-08-08 at 00:24, jeff.gunther@intalgent.com wrote:> I recently purchased the Asterisk Developer's Kit (TDM) to try out > Asterisk. After following the directions in the Digium's FAQ topic entitled > "Q. How do I configure my TDM40B and X100P?", I'm receiving the following > error:> ERROR[1074428608]: File chan_zap.c, Line 6692 (load_module): Unknown > signalling method 'fxs_ks # X100P'looks like you need to remove the ' # X100P' bit from /etc/asterisk/zapata.conf. '#' is not a comment character, you where looking for ';'.> ERROR[1074428608]: File chan_zap.c, Line 4793 (mkintf): Signalling > requested is FXO Loopstart but line is in FXS Kewlstart signalling... and because of that chan_zap is trying to send up the wrong kind of signalling.> Any ideas?none. -- Envida http://www.envida.net/ Armand A. Verstappen Graadt van Roggenweg 328 armand@nl.envida.net 3531 AH Utrecht tel: +31 (0)30 298 2255 Postbus 19127 fax: +31 (0)30 298 2111 3501 DC Utrecht -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20030807/021e8fd6/attachment.pgp
you have to make /etc/zaptel.conf and /etc/asterisk/zapata.conf match on the same type of signalling .. should work then :) cheers Dave ----- Original Message ----- From: <jeff.gunther@intalgent.com> To: <asterisk-users@lists.digium.com> Sent: Friday, August 08, 2003 12:24 AM Subject: [Asterisk-Users] Newbie Issue> > > > > Hi All, > > I recently purchased the Asterisk Developer's Kit (TDM) to try out > Asterisk. After following the directions in the Digium's FAQ topicentitled> "Q. How do I configure my TDM40B and X100P?", I'm receiving the following > error: > > WARNING[1074428608]: File chan_zap.c, Line 6748 (load_module): Ignoring > rxwink > ERROR[1074428608]: File chan_zap.c, Line 6692 (load_module): Unknown > signalling method 'fxs_ks # X100P' > ERROR[1074428608]: File chan_zap.c, Line 4793 (mkintf): Signalling > requested is FXO Loopstart but line is in FXS Kewlstart signalling > ERROR[1074428608]: File chan_zap.c, Line 6498 (load_module): Unable to > register channel '1' > WARNING[1074428608]: File loader.c, Line 299 (ast_load_resource): > chan_zap.so: load_module failed, returning -1 > WARNING[1074428608]: File loader.c, Line 394 (load_modules): Loadingmodule> chan_zap.so failed! > > Any ideas? > > Jeff Gunther > Intalgent Technologies > voice: +1 703.444.4404 > fax: +1 703.444.2304 > jeff.gunther@intalgent.com > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >