heya all,

wonder if anyone could give me a hand with this.

I am testing kannel through a browser window using the following url:

http://puccini:13013/cgi-bin/sendsms?username=username&password=pwd&to=0123456&text=hello+world

and am presented with the following log (in the kannel.log file): 2005-12-01 16:01:48 [12123] [7] INFO: Fakesmsc client connected from 134.225.217.49 2005-12-01 16:01:48 [12123] [7] WARNING: smsc_fake: invalid message syntax from client, ignored

(the second message is repeated several times)

my kannel.conf is as follows:

# CORE
group = core
admin-port = 13000
admin-password = pwd
status-password = pwd
log-file = "/tmp/kannel/kannel.log"
log-level = debug
access-log = "/tmp/kannel/access.log"
smsbox-port = 13001
store-file = "/tmp/kannel/kannel.store"

# SMSC Fake
group = smsc
smsc = fake
host = localhost
port = 13013

# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13131
sendsms-chars = "0123456789+"
global-sender = 0123456
log-file = "/tmp/kannel/smsbox.log"
log-level = debug
access-log = "/tmp/kannel/access.log"

# SEND-SMS USERS
group = sendsms-user
username = username
password = pwd

# SMS SERVICE 'Default'
group = sms-service
keyword = default
get-url = "~/public_html/project/process2.php?t=%t&q=%q&a=%a"

any ideas? (the get-url address I suspect will need to be changed but don't think that's causing this current problem...)

any help would be greatly appreciated,

- Jonathan

- - -
Hello, I love you -
Won't you tell me your name?
Hello! I'm good for nothing -
Will you love me just the same?

http://www.thedarkside.co.nr

Reply via email to