Hello,
I'm new to kannel and having trouble to configure it to send SMPP
message to an SMSC
My configuration file is readable at http://pastebin.com/cirKy93L
When I try to send a SMS message using curl :
curl '
http://localhost:13013/cgi-bin/sendsms?to=##########&text=Hello+World&username=tester&password=foobar&charset=UTF-8&validity=1420&smsc=a&from=##########
I always get
[9] WARNING: Cannot find SMSCConn for message to <###>, rejected.
[9] WARNING: Message rejected by bearerbox, no router!
and curl answer: Not routable. Do not try again.
I've spend some hours to read different posts on internet with theses error
message but can't find a solution yet.
Can someone advice me about it ?
Best regards,