Re: [Asterisk-Users] [slackware 10.2 and TE205P] Unknown signalling method 'pri_cpe'

2006-02-20 Thread nik600
 Before or after you compiled zaptel and asterisk?  It needs to be installed
 before you build everything else.

after :-(

thanks for your reply!
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] [slackware 10.2 and TE205P] Unknown signalling method 'pri_cpe'

2006-02-19 Thread nik600
hi

after some testing with [EMAIL PROTECTED], i've decided to install my asterisk
server on a slackware (because it's my favourite distro and it is
still suggested here
http://www.voip-info.org/wiki-Asterisk+Linux+Slackware)

, so, i've installed the last 10.2 release, and i've recompiled the
2.6.15.4 kernel.

then i've downloaded asterisk1.2.4 and zaptel1.2.4

i load module zaptel and wct2xxp (i've got a TE205P)
this is my lsmod:

[EMAIL PROTECTED]:/data/programmi/asterisk1.2.4/asterisk-1.2.4# lsmod
Module  Size  Used by
wct4xxp   106048  -
zaptel222948  -

and this are the channel in
[EMAIL PROTECTED]:~# cat /proc/zaptel/1
Span 1: TE2/0/1 T2XXP (PCI) Card 0 Span 1 HDB3/CCS/CRC4 RED

   1 TE2/0/1/1 Clear
   2 TE2/0/1/2 Clear
   3 TE2/0/1/3 Clear
   4 TE2/0/1/4 Clear
   5 TE2/0/1/5 Clear
   6 TE2/0/1/6 Clear
   7 TE2/0/1/7 Clear
   8 TE2/0/1/8 Clear
   9 TE2/0/1/9 Clear
  10 TE2/0/1/10 Clear
  11 TE2/0/1/11 Clear
  12 TE2/0/1/12 Clear
  13 TE2/0/1/13 Clear
  14 TE2/0/1/14 Clear
  15 TE2/0/1/15 Clear
  16 TE2/0/1/16 HDLCFCS
  17 TE2/0/1/17 Clear
  18 TE2/0/1/18 Clear
  19 TE2/0/1/19 Clear
  20 TE2/0/1/20 Clear
  21 TE2/0/1/21 Clear
  22 TE2/0/1/22 Clear
  23 TE2/0/1/23 Clear
  24 TE2/0/1/24 Clear
  25 TE2/0/1/25 Clear
  26 TE2/0/1/26 Clear
  27 TE2/0/1/27 Clear
  28 TE2/0/1/28 Clear
  29 TE2/0/1/29 Clear
  30 TE2/0/1/30 Clear
  31 TE2/0/1/31 Clear

the problem is that when i strars asterisk with asterisk -c

 [chan_zap.so] = (Zapata Telephony)
  == Parsing '/etc/asterisk/zapata.conf': Found
Jan  2 00:16:57 ERROR[2059]: chan_zap.c:10606 setup_zap: Unknown
signalling method 'pri_cpe'
Jan  2 00:16:57 ERROR[2059]: chan_zap.c:10231 setup_zap: Signalling
must be specified before any channels are.
Jan  2 00:16:57 WARNING[2059]: loader.c:414 __load_resource:
chan_zap.so: load_module failed, returning -1
Jan  2 00:16:57 WARNING[2059]: loader.c:554 load_modules: Loading
module chan_zap.so failed!
Ouch ... error while writing audio data: : Broken pipe


the strange thing is that i've copied zapata.conf and zaptel.conf from
the previos [EMAIL PROTECTED] installation ...
[EMAIL PROTECTED]:~# cat /etc/asterisk/zapata.conf
[channels]
language=it
context=from-pstn
signalling=pri_cpe
switchtype=5ess
rxwink=300
callerid=asreceived
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=400
rxgain=0.0
txgain=0.0
group=0
callgroup=1
pickupgroup=1
immediate=no
channel =  1-15,17-31,32-46,48-62


[EMAIL PROTECTED]:~# cat /etc/zaptel.conf
span=1,1,0,ccs,hdb3,crc4
span=2,0,0,ccs,hdb3,crc4

bchan = 1-15, 17-31
dchan = 16
bchan = 32-46,48-62
dchan = 47

loadzone= it
defaultzone = it
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] [slackware 10.2 and TE205P] Unknown signalling method 'pri_cpe'

2006-02-19 Thread Kevin Bockman

nik600 wrote:

after some testing with [EMAIL PROTECTED], i've decided to install my asterisk
server on a slackware (because it's my favourite distro and it is
still suggested here
http://www.voip-info.org/wiki-Asterisk+Linux+Slackware)

, so, i've installed the last 10.2 release, and i've recompiled the
2.6.15.4 kernel.

then i've downloaded asterisk1.2.4 and zaptel1.2.4



 [chan_zap.so] = (Zapata Telephony)
  == Parsing '/etc/asterisk/zapata.conf': Found
Jan  2 00:16:57 ERROR[2059]: chan_zap.c:10606 setup_zap: Unknown
signalling method 'pri_cpe'


That's your problem.  You don't have libpri installed.


Kevin
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] [slackware 10.2 and TE205P] Unknown signalling method 'pri_cpe'

2006-02-19 Thread nik600
On 2/19/06, Kevin Bockman [EMAIL PROTECTED] wrote:
 nik600 wrote:
  after some testing with [EMAIL PROTECTED], i've decided to install my 
  asterisk
  server on a slackware (because it's my favourite distro and it is
  still suggested here
  http://www.voip-info.org/wiki-Asterisk+Linux+Slackware)
 
  , so, i've installed the last 10.2 release, and i've recompiled the
  2.6.15.4 kernel.
 
  then i've downloaded asterisk1.2.4 and zaptel1.2.4
  
   [chan_zap.so] = (Zapata Telephony)
== Parsing '/etc/asterisk/zapata.conf': Found
  Jan  2 00:16:57 ERROR[2059]: chan_zap.c:10606 setup_zap: Unknown
  signalling method 'pri_cpe'

 That's your problem.  You don't have libpri installed.


 Kevin
 ___
 --Bandwidth and Colocation provided by Easynews.com --

 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

sorry, i forget to say that i have installed libpri1.2.2 too

installed with make  make install
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] [slackware 10.2 and TE205P] Unknown signalling method 'pri_cpe'

2006-02-19 Thread Andrew Kohlsmith
Please trim your responses; there is no need to quote the entire message 
including irrelevant text and signature lines.

On Sunday 19 February 2006 18:25, nik600 wrote:
 sorry, i forget to say that i have installed libpri1.2.2 too
 installed with make  make install

Before or after you compiled zaptel and asterisk?  It needs to be installed 
before you build everything else.

-A.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users