Hi Yury.

Your problem looks like one I had a couple of days ago.

If you country code 79, you need to add a '+' infront i URL encoded style. 
Like to=%2B79282010199

I hope this works!

Regard Tobias


yuryx wrote:
> 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
> 
> 
> 



Reply via email to