Hi,
I'm using Kannel SMS Gateway 1.0.3. I use Virtual SMSC with siemens M20 gsm modem. I have a problem to push sms (via HTTP Interface).
Below is my .conf :
 
group = core
admin-port = 13000
admin-password = bar
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
smsbox-port = 13001
wapbox-port = 13002
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
 
group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"
 
group = smsc
smsc = at
modemtype = siemens
device = /dev/ttyS1
pin = 0000
 
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
log-file = "/var/log/kannel/smsbox.log"
log-level = 2
access-log = "/var/log/kannel/access.log"
 
group = sendsms-user
username = funny
password = ynnuf
 
/dev/ttyS1 is OK. I can start bearer and sms boxes without problem.
But result sent back by the modem is -1, no sms message is sent.
Thank you for helping me.
 
Regards.

Reply via email to