hi all! I can't send sms via my SMSC :( Client connects to SMSC with Transmitted (but doesn't with Recieve :( ) after starting smsbox , but smsbox work without any errors (for send sms I use next: lynx -dump "http://localhost:13013/cgi-bin/sendsms?username=tester&password=foo&to=79282010199&text=test") SMSC are not response that sms to mobile (invalid source address error) Where I'm wrong? Thanx. Yury.
I'm starting smsbox with following parameters: group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 79282000199 access-log = "/var/log/kannel/kannel.access" log-file = "/var/log/kannel/smsbox.log" log-level = 0 sendsms-url = "/cgi-bin/sendsms" sendota-url = "/cgi-bin/sendota" sendsms-chars = "0123456789" group = smsc smsc = smpp smsc-id = SMPP interface-version= 3.3 host = 10.10.10.10 port = 2000 receive-port = 2000 system-id = wap smsc-password = "wap" system-type = Wap address-range = "" allowed-prefix = "7928;8928;928" source-addr-ton = 1 source-addr-npi = 1 group = sms-service keyword = default text = "No service specified" faked-sender = 79282000199 group = sendsms-user username = tester password = foo user-deny-ip = "*.*.*.*" user-allow-ip = "127.0.0.1" forced-smsc = SMPP
