Hi List

I'm trying to connect a kannel gateway through a kannel smsc type http.
This is my configuration:

group = smsc
smsc = http
system-type = kannel
username = foobar
password = foobar
port = 13015
send-url = "http://192.168.0.1:13013";

When I try to start the bearerbox it gives me following error:

2001-12-03 14:15:49 [0] INFO: Debug_lvl = -1, log_file = <none>, log_lvl
= 0
2001-12-03 14:15:49 [0] ERROR: Group 'smsc' may not contain field
'username'.
2001-12-03 14:15:49 [0] ERROR: Error found on 17 of file kannel.conf.
2001-12-03 14:15:49 [0] PANIC: No configuration or bad configuration,
aborting.

If I remove the username and password from the configuration file it
gives me this error:

2001-12-03 14:16:45 [0] DEBUG: starting smsbox connection module
2001-12-03 14:16:45 [0] DEBUG: Started thread 4
(gw/bb_boxc.c:smsboxc_run)
2001-12-03 14:16:45 [0] ERROR: username and password required for Kannel
http smsc
2001-12-03 14:16:45 [0] ERROR: Failed to create http smsc connection
2001-12-03 14:16:45 [0] PANIC: Cannot start with SMSC connection failing

Pretty weird huh? ;o)

Any ideas?

Jacob

Reply via email to