Hi!
        
        I have problem with send sms by WWW gateway. 
        Kannel is loged in to my provider "Polkomtel"
        by ipsec. Received sms from celluar and saved him
        to file. 
        Why I can't send sms to cell from sendsms script?

        To this message is attached my configuration file.
        Where is problem. Please help me


        robert
        
#
# Sample configuration file for Kannel bearerbox on Debian.
# See the documentation for explanations of fields.
#

# HTTP administration is disabled by default. Make sure you set the
# password if you enable it.

group = core
admin-port = 13000
admin-password = ************
#admin-deny-ip = "*.*.*.*"
#admin-allow-ip = "*.*.*.*"
wapbox-port = 13002
smsbox-port = 13001
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 = sms-service
keyword = nop
text = "No action spesified"

group = smsbox
bearerbox-host = localhost
#sendsms-port = 13001
log-file = "/var/log/kannel/smsbox.log"
access-log = "/var/log/kannel/sms_access.log"
global-sender = "my_cell_number"

group = sendsms-user
username = *******
password = ******
#user-deny-ip = "*.*.*.*"
#user-allow-ip = "0.0.0.0; 127.0.0.1; 192.168.1.6"

group = smsc
smsc = cimd2
#smsc = fake
#port = 10000
host = 212.2.96.65
port = 9971
smsc-username = *******
smsc-password = ******
keepalive=5

Reply via email to