HTH
Jan van der Vyver wrote:
Hi
I have setuped a kannel 1.4 on mandrake 10.2. Connected a wavecom fasttrek modem to it.
I can send a sms via the html interface. I can send a sms to the modem and it receives it. and does what it is supose to do.
But i receive no replies.
What must i send for you to help me.
King regards
Jan
etc/kannel.conf
# # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL # # It is run like this: # # 1% gw/bearerbox gw/smskannel.conf # 2% gw/smsbox gw/smskannel.conf # 3% test/fakesmsc -p 10000 -H localhost -i 1 -m 100 "123 345 text nop" # # ..all 3 commands in separate shells (or screen sessions) # # For any modifications to this file, see Kannel User Guide # If that does not help, send email to [email protected] # # Kalle Marjola May 2000 # Changed for new fakesmsc version by Uoti Urpala Jan 2001 # Added service and sendsms for HTTP SMSC by Kalle Marjola Mar 2001 #
group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" log-file = "/tmp/kannel.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "*.*.*.*" #unified-prefix = "+358,00358,0;+,00" #access-log = "/tmp/access.log" #store-file = "/tmp/kannel.store" #ssl-server-cert-file = "cert.pem" #ssl-server-key-file = "key.pem" #ssl-certkey-file = "mycertandprivkeyfile.pem"
include = "/etc/kannel/modems.conf"
group = smsc smsc = at smsc-id = WAVECOM modemtype = auto device = /dev/ttyS0 speed = 9600
# SMSC CONNECTIONS
#group = smsc #smsc = fake #smsc-id = FAKE #port = 10000 #connect-allow-ip = 127.0.0.1
# SMSBOX SETUP
group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" log-file = "/tmp/smsbox.log" #log-level = 0 access-log = "/tmp/access.log"
# SEND-SMS USERS
group = sendsms-user username = tester password = foobar #user-deny-ip = "" #user-allow-ip = ""
# SERVICES
group = sms-service keyword = nop text = "You asked nothing and I did it!"
# there should be default always
group = sms-service k msc smsc = at smsc-id = WAVECOM modemtype = auto device = /dev/ttyS0 speed = 9600
# SMSC CONNECTIONS
#group = smsc #smsc = fake #smsc-id = FAKE #port = 10000 #connect-allow-ip = 127.0.0.1
# SMSBOX SETUP
group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" log-file = "/tmp/smsbox.log" #log-level = 0 access-log = "/tmp/access.log"
# SEND-SMS USERS
group = sendsms-user username = tester password = foobar #user-deny-ip = "" #user-allow-ip = ""
# SERVICES
group = sms-service keyword = nop text = "You asked nothing and I did it!" device = /dev/ttyS0 speed = 9600
# SMSC CONNECTIONS
#group = smsc #smsc = fake #smsc-id = FAKE speed = 9600
# SMSC CONNECTIONS
#group = smsc #smsc = fake #smsc-id = FAKE #port = 10000 #connect-allow-ip = 127.0.0.1
# SMSBOX SETUP
group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" log-file = "/tmp/smsbox.log" #log-level = 0 access-log = "/tmp/access.log"
# SEND-SMS USERS
group = sendsms-user username = tester password = foobar #user-deny-ip = "" #user-allow-ip = ""
# SERVICES
group = sms-service keyword = nop text = "You asked nothing and I did it!"
# there should be default always
group = sms-service keyword = test get-url = "http://192.168.10.197:13013/cgi-bin/sendsms?username=tester&password=foobar &to=0833795859&text=Hetjou"
group = sms-service keyword = default text = "No service specified"
