Unable to understand this error.
Regards
abhi

[root@localhost ~]# ./bearerbox -v 1 trunk/gw/kannel_mod.conf
2012-06-22 12:30:19 [8393] [0] INFO: Debug_lvl = 1, log_file = <none>,
log_lvl = 0
2012-06-22 12:30:19 [8393] [0] INFO: DLR using storage type: internal
2012-06-22 12:30:19 [8393] [0] INFO: Added logfile
`/project/kannel/logs/kannel4.log' with level `0'.
2012-06-22 12:30:19 [8393] [0] INFO: HTTP: Opening server at port 17000.
2012-06-22 12:30:19 [8393] [0] INFO: BOXC: 'smsbox-max-pending' not set,
using default (100).
2012-06-22 12:30:19 [8393] [0] INFO: Set SMS resend frequency to 60 seconds.
2012-06-22 12:30:19 [8393] [0] INFO: SMS resend retry set to unlimited.
2012-06-22 12:30:19 [8393] [0] INFO: DLR rerouting for smsc id <(null)>
disabled.
2012-06-22 12:30:19 [8393] [0] INFO: AT2[/dev/ttyS0]: configuration shows
modemtype <wavecom>
2012-06-22 12:30:19 [8393] [0] INFO: AT2[/dev/ttyS0]: modemtype not found,
revert to autodetect
2012-06-22 12:30:19 [8393] [0] INFO:
----------------------------------------
2012-06-22 12:30:19 [8393] [0] INFO: Kannel bearerbox II version svn-r4979
starting
2012-06-22 12:30:19 [8393] [6] INFO: AT2[/dev/ttyS0]: opening device
2012-06-22 12:30:19 [8393] [6] PANIC: trunk/gw/bearerbox [0x80e7fed]
2012-06-22 12:30:19 [8393] [6] PANIC: [0xea8440]
2012-06-22 12:30:19 [8393] [6] PANIC: trunk/gw/bearerbox [0x8086155]
2012-06-22 12:30:19 [8393] [6] PANIC: trunk/gw/bearerbox [0x808741d]
2012-06-22 12:30:19 [8393] [6] PANIC: trunk/gw/bearerbox [0x80d2681]
2012-06-22 12:30:19 [8393] [6] PANIC: /lib/libpthread.so.0 [0x2f5832]
2012-06-22 12:30:19 [8393] [6] PANIC: /lib/libc.so.6(clone+0x5e) [0x23546e]
Segmentation fault

*my kannel_mod.conf

group = core
admin-port = 17000
smsbox-port = 17001
admin-password = iadmin
log-file = "/trunk/kannel/logs/kannel4.log"
log-level = 0
#box-deny-ip = "*.*.*.*"
#box-allow-ip = "127.0.0.1"
dlr-storage = internal


group = smsc
smsc = at
modemtype = wavecom
device = /dev/ttyS0
speed = 9600

group = modems
id = Wavecom
name = "Wavecom"
need-sleep = true
enable-mms = true
speed = 115200
message-storage = "SM"
init-string = "ATZ"
init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 17013
global-sender = 17013
#sendsms-chars = "0123456789 +-"
log-file = "/trunk/kannel/logs/smsboxmod.log"
log-level = 0
access-log = "/trunk/kannel/logs/accessmod.log"

*

Reply via email to