Did you compile and install libpri *before* Asterisk? I had same problem (among others) b/c I didn't install in the correct order. Try the awesome asterisk_update.sh shell script.
 
Are you trying to emulate CPE or NET? Try signalling=pri_cpe
 
Check for whitespace behind the statement, zapata.conf seems bitchy about whitespace.
 
hth
 
 -----Original Message-----
From: Steve Totaro [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 28, 2005 12:39 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Sep 28 00:42:35 ERROR[5151] chan_zap.c: Unknown signalling method 'pri_net'

Any ideas?
 
51] logger.c:  [chan_zap.so] => (Zapata Telephony)
Sep 28 00:42:35 VERBOSE[5151] logger.c:   == Parsing '/etc/asterisk/zapata.conf': Sep 28 00:42:35 VERBOSE[5151] logger.c:   == Parsing '/etc/asterisk/zapata.conf': Found
Sep 28 00:42:35 VERBOSE[5151] logger.c:   == Parsing '/etc/asterisk/zapata-auto.conf': Sep 28 00:42:35 VERBOSE[5151] logger.c:   == Parsing '/etc/asterisk/zapata-auto.conf': Not found (No such file or directory)
Sep 28 00:42:35 VERBOSE[5151] logger.c:   == Parsing '/etc/asterisk/zapata_additional.conf': Sep 28 00:42:35 VERBOSE[5151] logger.c:   == Parsing '/etc/asterisk/zapata_additional.conf': Found
Sep 28 00:42:35 ERROR[5151] chan_zap.c: Unknown signalling method 'pri_net'
Sep 28 00:42:35 ERROR[5151] chan_zap.c: Signalling must be specified before any channels are.
Sep 28 00:42:35 WARNING[5151] loader.c: chan_zap.so: load_module failed, returning -1
Sep 28 00:42:35 WARNING[5151] loader.c: Loading module chan_zap.so failed!
zaptel.conf
span=1,0,0,esf,b8zs
bchan=1-23
dchan=24
 
span=2,0,0,esf,b8zs
bchan=25-47
dchan=48
 
span=3,0,0,esf,b8zs
bchan=49-71
dchan=72
 
span=4,0,0,esf,b8zs
bchan=73-95
dchan=96
 
loadzone = us
defaultzone=us
zapata.conf
;
; Zapata telephony interface
;
; Configuration file
 
[trunkgroups]
 
[channels]
 
language=en
context=from-pstn
rxwink=300  ; Atlas seems to use long (250ms) winks
;
; Whether or not to do distinctive ring detection on FXO lines
;
;usedistinctiveringdetection=yes
 
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=no
echocancelwhenbridged=no
echotraining=no
rxgain=0.0
txgain=0.0
group=0
callgroup=1
pickupgroup=1
immediate=no
 

;faxdetect=both
faxdetect=incoming
;faxdetect=outgoing
;faxdetect=no
context = from-pstn
switchtype = national
signalling = pri_net
group = 0
channel => 1-23
 
switchtype = national
signalling = pri_net
group = 1
channel => 25-47
 
switchtype = national
signalling = pri_net
group = 2
channel => 49-71
 
switchtype = national
signalling = pri_net
group = 3
channel => 73-95
_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

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

Reply via email to