Hi all,
I try to connect my Asterisk server to a PRI line through a Digium TE121 card.
Type of switch used by KPN is "5ES" (brand KPN)
Framing: CCS
Coding: HDB3
Signalling: CMCRC
The zttool software show me a “Yellow Alarm”:
Current Alarms: Yellow Alarm
Sync Source: Internally clocked
IRQ Misses: 2
Bipolar Viol: 0
Tx/Rx Levels: 0/ 0
Total/Conf/Act: 31/ 31/ 0
The driver is loaded:
[code]# dmesg | grep Wildcard
wcte12xp: Found a Wildcard TE121
lspci -n | grep d161
04:08.0 0200: d161:8000 (rev 11)
lsmod | grep wc
wcte12xp 65764 31
zaptel 190852 65 wcte12xp
[/code]
Here are my configuration files and logs:
# cat /etc/zaptel.conf
loadzone=nl
defaultzone=nl
span=1,1,0,ccs,hdb3
bchan=1-15,17-31
dchan=16
# cat /etc/asterisk/zapata.conf
[channels]
language=nl
pridialplan=unknown
overlapdial=yes
usecallerid=yes
hidecallerid=no
callwaiting=yes
restrictcid=no
musiconhold=default
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echotraining=yes
immediate=no
;nationalprefix=0
;internationalprefix=00
group=1
signalling=pri_cpe
switchtype=5ess
context=default
echocancel=yes
echocancelwhenbridged=yes
channel => 1-15,17-31
tail /var/log/asterisk/messages
[Feb 3 09:48:17] NOTICE[2491] cdr.c: CDR simple logging enabled.
[Feb 3 09:48:17] NOTICE[2491] loader.c: 146 modules will be loaded.
[Feb 3 09:48:18] WARNING[2491] res_smdi.c: No SMDI interfaces are available to listen on, not starting SMDI listener.
[Feb 3 09:48:21] NOTICE[2491] pbx_ael.c: Starting AEL load process.
[Feb 3 09:48:21] NOTICE[2491] pbx_ael.c: AEL load process: calculated config file name '/etc/asterisk/extensions.ael'.
[Feb 3 09:48:21] NOTICE[2491] pbx_ael.c: AEL load process: parsed config file name '/etc/asterisk/extensions.ael'.
[Feb 3 09:48:21] WARNING[2491] pbx_ael.c: Warning: file /etc/asterisk/extensions.ael, line 276-283: The included context 'ael-parkedcalls' cannot be found.
(You may ignore this warning if 'ael-parkedcalls' exists in extensions.conf, or is created by another module. I cannot check for those.)
[Feb 3 09:48:21] NOTICE[2491] pbx_ael.c: AEL load process: checked config file name '/etc/asterisk/extensions.ael'.
[Feb 3 09:48:21] NOTICE[2491] pbx_ael.c: AEL load process: compiled config file name '/etc/asterisk/extensions.ael'.
[Feb 3 09:48:21] NOTICE[2491] pbx_ael.c: AEL load process: merged config file name '/etc/asterisk/extensions.ael'.
[Feb 3 09:48:21] WARNING[2491] pbx.c: Context 'ael-local' tries to include nonexistent context 'ael-parkedcalls'
[Feb 3 09:48:21] NOTICE[2491] pbx_ael.c: AEL load process: verified config file name '/etc/asterisk/extensions.ael'.
[Feb 3 09:48:21] WARNING[2491] loader.c: Module 'codec_ilbc.so' was not compiled against a recent version of Asterisk and may cause instability.
[Feb 3 09:48:24] WARNING[2491] frame.c: Cannot allow unknown format 'g729a'
[Feb 3 09:48:24] WARNING[2491] config.c: No '=' (equal sign) in line 4 of /etc/asterisk/extensions.conf
[Feb 3 09:48:24] WARNING[2491] pbx.c: Context 'ael-local' tries to include nonexistent context 'ael-parkedcalls'
[Feb 3 09:48:24] WARNING[2491] loader.c: Module 'codec_g729-ast14-gcc4-glibc-opteron.so' was not compiled against a recent version of Asterisk and may cause instability.
And finally the Asterisk status:
# asterisk -vvvr
sipserver*CLI> zap show status
Description Alarms IRQ bpviol CRC4
Wildcard TE121 Card 0 YEL 2 0 0
sipserver*CLI> zap show channels
Chan Extension Context Language MOH Interpret
pseudo default nl default
1 default nl default
2 default nl default
3 default nl default
4 default nl default
5 default nl default
6 default nl default
7 default nl default
8 default nl default
9 default nl default
10 default nl default
11 default nl default
12 default nl default
13 default nl default
14 default nl default
15 default nl default
17 default nl default
18 default nl default
19 default nl default
20 default nl default
21 default nl default
22 default nl default
23 default nl default
24 default nl default
25 default nl default
26 default nl default
27 default nl default
28 default nl default
29 default nl default
30 default nl default
31 default nl default
Any idea to have a green line ???