Hi there,
We had a problem with our asterisk server today. Ussually the system seems to run fine but this time a call came through and then asterisk proceeded to output the following into the messages log. This continued for 45 mins creating over 2.5G of log. We eventually killed asterisk and restarted it.
---------messages log output ------------
Sep 1 12:26:42 NOTICE[31016] chan_zap.c: Got event 18 (Ring Begin)…
Sep 1 12:26:43 NOTICE[31016] chan_zap.c: Got event 2 (Ring/Answered)…
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 0
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -120
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -125
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 71
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -61
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 106
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -61
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -122
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 68
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -61
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -71
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -45
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -92
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 126
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 66
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 66
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 73
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 100
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -61
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 67
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -70
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -45
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -92
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 126
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 66
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 66
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 73
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 100
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -61
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 67
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -70
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -45
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -92
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 126
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 66
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 66
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 73
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 100
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE -61
Sep 1 12:26:44 NOTICE[31016] callerid.c: Unknown IE 67
… continued for 2.5G of log…
I haven’t been able to find any help for this problem by googling so I thought I’d post here.
We are running:
zaptel-1.2.7
asterisk-1.2.10
Ubuntu with kernel 2.6.15-23-server
TDM400P card with 3 FXO and 1 FXS port
—zaptel.conf —
[channels]
rxgain=0.0
txgain=0.0
context=modem
signalling=fxo_ks
channel => 1
context=incoming
usecallerid=yes
hidecallerid=no
callwaiting=no
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
echocancelwhenbridged=yes
sendcalleridafter=2
immediate=no
signalling=fxs_ks
language=en
busydetect=yes
busycount=5
callerid=asreceived
group=2
channel => 2-4
-----zaptel.conf--------------------
fxoks=1
fxsks=2-4
loadzone = au
defaultzone=au
Cheers
Troy