(system = gentoo, Kannel has mysql built in)

This is quite strange, lately I've been working on my config file, to improve it and add stuff.

However now when I connect to the bearerbox via the web on port 13000 this happens to the bearerbox:

-------------------
2003-10-27 23:41:29 [3] DEBUG: HTTP: Creating HTTPClient for `127.0.0.1'.
Segmentation fault
[EMAIL PROTECTED] gateway-1.3.1 #
---------------

Basically it crashes out on me... any ideas on the problem?
(I've added mysql support to kannel)

Config below:

-----------------------
group = core
admin-port = 13000
admin-password = bar
smsbox-port = 13001
store-file = "/tmp/kannel.store"
log-level = 2
log-file = "/tmp/kannel.log"
access-log = /tmp/kannel.access
dlr-storage = mysql

# SMSC CONNECTIONS

group = smsc
smsc = at2
smsc-id = wavecom_1
allowed-smsc-id = wavecom_1
modemtype = wavecom
device = /dev/ttyS0
speed = 9600

# MODEM GROUP

group = modems
id = wavecom
name = Wavecom
detect-string = "WAVECOM"

# SMSBOX SETUP

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
sendsms-url = "/cgi-bin/sendsms"
sendota-url = "/cgi-bin/sendota"
sendsms-chars = "0123456789 +-"
global-sender = 079
reply-couldnotfetch = "Sorry, service was unable to fetch content..."
reply-couldnotrepresent = "Sorry, real message could not be represented as SMS"
reply-requestfailed = "Sorry, the request failed"
reply-emptymessage = "Empty SMS was recieved"
log-file = "/tmp/smsbox.log"
access-log = "/tmp/kannel.access"
log-level = 3



# SEND SMS USER CONFIG




group = sendsms-user

username = jarl

password = cornell

name = jarls

faked-sender = 06666
header = head
footer = foot
max-messages = 1
omit-empty = true
default-sender = 07906390850

group = sendsms-user
username = tester
password = foobar

# SMS SERVICE

group = sms-service

keyword = xxx

aliases = "af;ta;argh;tsk"

name = test1

header = Jarl's SMS Service

footer = J.C
text = xxx service


group = sms-service keyword = www get-url = "http://%S";

group = sms-service
keyword = vote
text = "Thank you for your vote it will now be processed"

group = sms-service
keyword = nop
text = "oct 23 service"

# DEFAULT SERVICE

group = sms-service
keyword = default
text = "oct 23 default"


# MYSQL CONFIGURATION




group = mysql-connection

id = mydlr

host = localhost

mysql-username = foo

mysql-password = bar

database = dlr


# STORAGE GROUP



group = dlr-db


id = mydlr

table = dlr

field-smsc = smsc

field-timestamp = ts

field-destination = destenation

field-service = service

field-url = url

field-mask = mask

field-status = status

field-boxc-id = boxc
field-source = source

_________________________________________________________________
See when your friends are online with MSN Messenger 6.0. Download it now FREE! http://msnmessenger-download.com





Reply via email to