Manuel Antonio Casal Hernández
2005-Mar-11  04:11 UTC
[Asterisk-Users] QuadBRI ,TDM400 and SuSE9.2 (Sencond try)
Hi all, this time with the complete configuration files...
We need help with our SuSe9.2 asterisk box
We have one QuadBRI and one TDM40B in an ASUS pundit R-2 barebone.
We have downloaded the bristuff (0.2.0-RC7j) and installed it without
problems.
once we downloaded and compiled asterisk, zaptel and all other stuff,
the module installation succed in this order:
modprobe zaptel
modprobe qozap
modprobe wcfsx
then the ztcfg output this:
Zaptel Configuration
=====================
SPAN 1: CCS/ AMI Build-out: 399-533 feet (DSX-1)
SPAN 2: CCS/ AMI Build-out: 399-533 feet (DSX-1)
SPAN 3: CCS/ AMI Build-out: 399-533 feet (DSX-1)
SPAN 4: CCS/ AMI Build-out: 399-533 feet (DSX-1)
Channel map:
Channel 01: Individual Clear channel (Default) (Slaves: 01)
Channel 02: Individual Clear channel (Default) (Slaves: 02)
Channel 03: D-channel (Default) (Slaves: 03)
Channel 04: Individual Clear channel (Default) (Slaves: 04)
Channel 05: Individual Clear channel (Default) (Slaves: 05)
Channel 06: D-channel (Default) (Slaves: 06)
Channel 07: Individual Clear channel (Default) (Slaves: 07)
Channel 08: Individual Clear channel (Default) (Slaves: 08)
Channel 09: D-channel (Default) (Slaves: 09)
Channel 10: Individual Clear channel (Default) (Slaves: 10)
Channel 11: Individual Clear channel (Default) (Slaves: 11)
Channel 12: D-channel (Default) (Slaves: 12)
Channel 13: FXO Kewlstart (Default) (Slaves: 13)
Channel 14: FXO Kewlstart (Default) (Slaves: 14)
Channel 15: FXO Kewlstart (Default) (Slaves: 15)
Channel 16: FXO Kewlstart (Default) (Slaves: 16)
16 channels configured.
but when we start asterisk it stops at zapata.conf parsing:
[chan_zap.so] => (Zapata Telephony w/PRI)
   == Parsing '/etc/asterisk/zapata.conf': Found
Mar 11 20:29:37 ERROR[5512]: chan_zap.c:6467 mkintf: Unable to get
parameters
Mar 11 20:29:37 ERROR[5512]: chan_zap.c:10247 setup_zap: Unable to
register channel '1-2'
Mar 11 20:29:37 WARNING[5512]: loader.c:345 ast_load_resource:
chan_zap.so: load_module failed, returning -1
   == Unregistered channel type 'Tor'
   == Unregistered channel type 'Zap'
Mar 11 20:29:37 WARNING[5512]: loader.c:440 load_modules: Loading module
chan_zap.so failed!
Any kind of suggestions or help will be welcome, We are stucked and
dessesperated with this issue...:(
Thanks very much in advance for your help, again.
------ zaptel.conf
#loadzone=no
#defaultzone=us
loadzone=nl
defaultzone=nl
# qozap span definitions
# most of the values should be bogus because we are not really zaptel
span=1,1,3,ccs,ami
span=2,0,3,ccs,ami
span=3,0,3,ccs,ami
span=4,0,3,ccs,ami
bchan=1,2,4,5,7,8,10,11
dchan=3,6,9,12
fxoks=13-16
------ zapata.conf
;
; Zapata telephony interface
;
; Configuration file
[channels]
;
; Default language
;
;language=en
;
; Default context
;
;
switchtype = euroisdn
; p2mp TE mode (for connecting ISDN lines in point-to-multipoint mode)
;signalling = bri_cpe_ptmp
; p2p TE mode (for connecting ISDN lines in point-to-point mode)
signalling = bri_cpe
; p2mp NT mode (for connecting ISDN phones in point-to-multipoint mode)
;signalling = bri_net_ptmp
pridialplan = local
prilocaldialplan = local
nationalprefix = 0
internationalprefix = 00
echocancel = yes
context=RDSI
group = 1
; S/T port 1
channel => 1-2
; S/T port 2
channel => 4-5
; S/T port 3
channel => 7-8
; S/T port 4
channel => 10-11
switchtype =fxo_ks
context=EXTENSIONES
group = 2
channel =>13-16
------ extensions.conf
[RDSI]
exten => _X.,1,Dial(ZAP/g2/${EXTEN},60)
exten => _X.,2,Hangup
[EXTENSIONES]
exten => _X.,1,Dial(ZAP/g1/${EXTEN},60)
exten => _X.,2,Hangup
; if the called party is busy
exten => _X.,102,Playtones(busy)
exten => _X.,103,Wait(10)
exten => _X.,104,Hangup
; if all zaptel channels in that group are in use
; or the D channels are down
exten => _X.,202,Playtones(congestion)
exten => _X.,203,Wait(10)
exten => _X.,204,Hangup
------ asterisk output
[chan_zap.so] => (Zapata Telephony w/PRI)
   == Parsing '/etc/asterisk/zapata.conf': Found
Mar 11 20:29:37 ERROR[5512]: chan_zap.c:6467 mkintf: Unable to get
parameters
Mar 11 20:29:37 ERROR[5512]: chan_zap.c:10247 setup_zap: Unable to
register channel '1-2'
Mar 11 20:29:37 WARNING[5512]: loader.c:345 ast_load_resource:
chan_zap.so: load_module failed, returning -1
   == Unregistered channel type 'Tor'
   == Unregistered channel type 'Zap'
Mar 11 20:29:37 WARNING[5512]: loader.c:440 load_modules: Loading module
chan_zap.so failed!
-- 
Manuel Casal Hern?ndez
mach@e-sistemas.net
-----------------------------
Dep. Desarrollo y Consultor?a
Sistem@s.NET
http://www.e-sistemas.net
info@e-sistemas.net
(T) 902 678 006
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2785 bytes
Desc: S/MIME Cryptographic Signature
Url :
http://lists.digium.com/pipermail/asterisk-users/attachments/20050311/8646271f/smime.bin
Manuel Antonio Casal Hernández
2005-Mar-11  04:20 UTC
[Asterisk-Users] QuadBRI ,TDM400 and SuSE9.2 (Sencond try)
Hi all, this time with the complete configuration files...
We need help with our SuSe9.2 asterisk box
We have one QuadBRI and one TDM40B in an ASUS pundit R-2 barebone.
We have downloaded the bristuff (0.2.0-RC7j) and installed it without
problems.
once we downloaded and compiled asterisk, zaptel and all other stuff,
the module installation succed in this order:
modprobe zaptel
modprobe qozap
modprobe wcfsx
then the ztcfg output this:
Zaptel Configuration
=====================
SPAN 1: CCS/ AMI Build-out: 399-533 feet (DSX-1)
SPAN 2: CCS/ AMI Build-out: 399-533 feet (DSX-1)
SPAN 3: CCS/ AMI Build-out: 399-533 feet (DSX-1)
SPAN 4: CCS/ AMI Build-out: 399-533 feet (DSX-1)
Channel map:
Channel 01: Individual Clear channel (Default) (Slaves: 01)
Channel 02: Individual Clear channel (Default) (Slaves: 02)
Channel 03: D-channel (Default) (Slaves: 03)
Channel 04: Individual Clear channel (Default) (Slaves: 04)
Channel 05: Individual Clear channel (Default) (Slaves: 05)
Channel 06: D-channel (Default) (Slaves: 06)
Channel 07: Individual Clear channel (Default) (Slaves: 07)
Channel 08: Individual Clear channel (Default) (Slaves: 08)
Channel 09: D-channel (Default) (Slaves: 09)
Channel 10: Individual Clear channel (Default) (Slaves: 10)
Channel 11: Individual Clear channel (Default) (Slaves: 11)
Channel 12: D-channel (Default) (Slaves: 12)
Channel 13: FXO Kewlstart (Default) (Slaves: 13)
Channel 14: FXO Kewlstart (Default) (Slaves: 14)
Channel 15: FXO Kewlstart (Default) (Slaves: 15)
Channel 16: FXO Kewlstart (Default) (Slaves: 16)
16 channels configured.
but when we start asterisk it stops at zapata.conf parsing:
[chan_zap.so] => (Zapata Telephony w/PRI)
    == Parsing '/etc/asterisk/zapata.conf': Found
Mar 11 20:29:37 ERROR[5512]: chan_zap.c:6467 mkintf: Unable to get
parameters
Mar 11 20:29:37 ERROR[5512]: chan_zap.c:10247 setup_zap: Unable to
register channel '1-2'
Mar 11 20:29:37 WARNING[5512]: loader.c:345 ast_load_resource:
chan_zap.so: load_module failed, returning -1
    == Unregistered channel type 'Tor'
    == Unregistered channel type 'Zap'
Mar 11 20:29:37 WARNING[5512]: loader.c:440 load_modules: Loading module
chan_zap.so failed!
Any kind of suggestions or help will be welcome, We are stucked and
dessesperated with this issue...:(
Thanks very much in advance for your help, again.
------ zaptel.conf
#loadzone=no
#defaultzone=us
loadzone=nl
defaultzone=nl
# qozap span definitions
# most of the values should be bogus because we are not really zaptel
span=1,1,3,ccs,ami
span=2,0,3,ccs,ami
span=3,0,3,ccs,ami
span=4,0,3,ccs,ami
bchan=1,2,4,5,7,8,10,11
dchan=3,6,9,12
fxoks=13-16
------ zapata.conf
;
; Zapata telephony interface
;
; Configuration file
[channels]
;
; Default language
;
;language=en
;
; Default context
;
;
switchtype = euroisdn
; p2mp TE mode (for connecting ISDN lines in point-to-multipoint mode)
;signalling = bri_cpe_ptmp
; p2p TE mode (for connecting ISDN lines in point-to-point mode)
signalling = bri_cpe
; p2mp NT mode (for connecting ISDN phones in point-to-multipoint mode)
;signalling = bri_net_ptmp
pridialplan = local
prilocaldialplan = local
nationalprefix = 0
internationalprefix = 00
echocancel = yes
context=RDSI
group = 1
; S/T port 1
channel => 1-2
; S/T port 2
channel => 4-5
; S/T port 3
channel => 7-8
; S/T port 4
channel => 10-11
switchtype =fxo_ks
context=EXTENSIONES
group = 2
channel =>13-16
------ extensions.conf
[RDSI]
exten => _X.,1,Dial(ZAP/g2/${EXTEN},60)
exten => _X.,2,Hangup
[EXTENSIONES]
exten => _X.,1,Dial(ZAP/g1/${EXTEN},60)
exten => _X.,2,Hangup
; if the called party is busy
exten => _X.,102,Playtones(busy)
exten => _X.,103,Wait(10)
exten => _X.,104,Hangup
; if all zaptel channels in that group are in use
; or the D channels are down
exten => _X.,202,Playtones(congestion)
exten => _X.,203,Wait(10)
exten => _X.,204,Hangup
------ asterisk output
[chan_zap.so] => (Zapata Telephony w/PRI)
    == Parsing '/etc/asterisk/zapata.conf': Found
Mar 11 20:29:37 ERROR[5512]: chan_zap.c:6467 mkintf: Unable to get
parameters
Mar 11 20:29:37 ERROR[5512]: chan_zap.c:10247 setup_zap: Unable to
register channel '1-2'
Mar 11 20:29:37 WARNING[5512]: loader.c:345 ast_load_resource:
chan_zap.so: load_module failed, returning -1
    == Unregistered channel type 'Tor'
    == Unregistered channel type 'Zap'
Mar 11 20:29:37 WARNING[5512]: loader.c:440 load_modules: Loading module
chan_zap.so failed!
-- 
Manuel Casal Hern?ndez
mach@e-sistemas.net
-----------------------------
Dep. Desarrollo y Consultor?a
Sistem@s.NET
http://www.e-sistemas.net
info@e-sistemas.net
(T) 902 678 006