Jefferson Carvalho
2004-Dec-10 07:42 UTC
[Asterisk-Users] Asterisk 1.0.3 - Signaling on E100P.
Hello list , I?m putting to work a new asterisk box. I?m running * 1.0.3 with (one ) Wildcard TDM ( 2FXS* 2FXO) and (one) E-100P. Both boards are working well. ztcfg don?t show me any error. zttool list both cards as "OK" But when i run asterisk on verbose mode i get those errors : [chan_zap.so] => (Zapata Telephony) == Parsing '/etc/asterisk/zapata.conf': Found -- Registered channel 1, FXO Kewlstart signalling -- Registered channel 2, FXO Kewlstart signalling -- Registered channel 3, FXS Kewlstart signalling -- Registered channel 4, FXS Kewlstart signalling Dec 11 13:27:48 ERROR[1555]: chan_zap.c:9422 setup_zap: Unknown signalling method 'pri_net' Dec 11 13:27:48 ERROR[1555]: chan_zap.c:6209 mkintf: Signalling requested is FXS Kewlstart but line is in PRI Signalling signalling Dec 11 13:27:48 ERROR[1555]: chan_zap.c:9141 setup_zap: Unable to register channel '5-19' Dec 11 13:27:48 WARNING[1555]: loader.c:345 ast_load_resource: chan_zap.so: load_module failed, returning -1 == Unregistered channel type 'Tor' == Unregistered channel type 'Zap' -- Unregistered channel 1 -- Unregistered channel 2 -- Unregistered channel 3 -- Unregistered channel 4 Dec 11 13:27:48 WARNING[1555]: loader.c:440 load_modules: Loading module chan_zap.so failed! --- My zaptel.conf --- # configuracoes para o zaptel # placa TDM c/ 2 FXs e 2 Fxo fxoks=1-2 fxsks=3-4 # Placa E100 / E1 - 30 canais de voz (FXO ) span=1,1,0,ccs,hdb3 bchan=5-19 dchan=20 bchan=21-35 defaultzone=br loadzone=br --- My Zapata.conf -- [channels] ; As configuracoes abaixo fazem referencia a ; placa Wildcard TDM com 2 canais FXS w ; 2 canais FXO signalling=fxo_ks echocancel=128 ; You can set this to 32, 64, or 128, tweak to your needs. echocancelwhenbridged=yes echotraining=800 ; Asterisk trains to the beginning of the call, number is in milliseconds callerid=asreceived group=1 context=fxs ; Points to the default context of your extensions.conf channel => 1-2 signalling=fxs_ks ;callerid=asreceived echocancel=128 ; You can set this to 32, 64, or 128, tweak to your needs. echocancelwhenbridged=yes echotraining=800 ; Asterisk trains to the beginning of the call, number is in milliseconds group=2 context=incoming channel=> 3-4 ; Again if you only have one FXO module remove the '-4' ; ; ; ; ; As Configuracoes abaixo se referem a placa E1 ; que disponibiliza 30 canais FXO ;group=3 switchtype=euroisdn ;signalling=pri_net ;context=incoming ;channel=> 5-19,21-35 ;channel=> 21-35 Any ideas ::: ??????????? Best Regards , -Jefferson Carvalho
Eric Wieling aka ManxPower
2004-Dec-10 09:02 UTC
[Asterisk-Users] Asterisk 1.0.3 - Signaling on E100P.
Jefferson Carvalho wrote:> Dec 11 13:27:48 ERROR[1555]: chan_zap.c:9422 setup_zap: Unknown > signalling method 'pri_net'Did you install libpri BEFORE installing Asterisk? --Eric -- I am seeking part or full time employment in the Greater Toronto Area, My preference is part time employment with some telecommuting, but all offers will be considered. Contact eric at fnords.org.
Had the same problem recently with the same cards. Change the order of the definitions in /etc/zaptel.conf so as to define the E100P channels first and the TDM channels after. (Someone told me that was because of the load order of the supporting modules. But in playing around with those, it didn't make any difference that I could tell. Ended up having to change the definitions as stated above.) ------------------------> Hello list , > > I?m putting to work a new asterisk box. > I?m running * 1.0.3 with (one ) > Wildcard TDM ( 2FXS* 2FXO) and > (one) E-100P. > > Both boards are working well. ztcfg > don?t show me any error. > zttool list both cards as "OK" > > But when i run asterisk on verbose mode > i get those errors : > > [chan_zap.so] => (Zapata Telephony) > == Parsing '/etc/asterisk/zapata.conf': Found > -- Registered channel 1, FXO Kewlstart signalling > -- Registered channel 2, FXO Kewlstart signalling > -- Registered channel 3, FXS Kewlstart signalling > -- Registered channel 4, FXS Kewlstart signalling > Dec 11 13:27:48 ERROR[1555]: chan_zap.c:9422 setup_zap: Unknown > signalling method 'pri_net' > Dec 11 13:27:48 ERROR[1555]: chan_zap.c:6209 mkintf: Signalling > requested is FXS Kewlstart but line is in PRI Signalling signalling > Dec 11 13:27:48 ERROR[1555]: chan_zap.c:9141 setup_zap: Unable to > register channel '5-19' > Dec 11 13:27:48 WARNING[1555]: loader.c:345 ast_load_resource: > chan_zap.so: load_module failed, returning -1 > == Unregistered channel type 'Tor' > == Unregistered channel type 'Zap' > -- Unregistered channel 1 > -- Unregistered channel 2 > -- Unregistered channel 3 > -- Unregistered channel 4 > Dec 11 13:27:48 WARNING[1555]: loader.c:440 load_modules: Loading module > chan_zap.so failed! > > --- My zaptel.conf --- > > # configuracoes para o zaptel > # placa TDM c/ 2 FXs e 2 Fxo > > fxoks=1-2 > fxsks=3-4 > > # Placa E100 / E1 - 30 canais de voz (FXO ) > > span=1,1,0,ccs,hdb3 > bchan=5-19 > dchan=20 > bchan=21-35 > defaultzone=br > loadzone=br > > --- My Zapata.conf -- > > [channels] > > ; As configuracoes abaixo fazem referencia a > ; placa Wildcard TDM com 2 canais FXS w > ; 2 canais FXO > > signalling=fxo_ks > echocancel=128 ; You can set this to 32, 64, or 128, tweak to your needs. > echocancelwhenbridged=yes > echotraining=800 ; Asterisk trains to the beginning of the call, number > is in milliseconds > callerid=asreceived > group=1 > context=fxs ; Points to the default context of your extensions.conf > channel => 1-2 > > signalling=fxs_ks > ;callerid=asreceived > echocancel=128 ; You can set this to 32, 64, or 128, tweak to your needs. > echocancelwhenbridged=yes > echotraining=800 ; Asterisk trains to the beginning of the call, number > is in milliseconds > group=2 > context=incoming > channel=> 3-4 ; Again if you only have one FXO module remove the '-4' > > ; > ; > ; > ; > ; As Configuracoes abaixo se referem a placa E1 > ; que disponibiliza 30 canais FXO > > ;group=3 > switchtype=euroisdn > ;signalling=pri_net > ;context=incoming > ;channel=> 5-19,21-35 > ;channel=> 21-35 > > Any ideas ::: ??????????? > > Best Regards , > > -Jefferson Carvalho > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users---------------End of Original Message-----------------