Re: Sending SMS from Asterisk using Kannel

2012-01-21 Thread Michael Bochkaryov
1/20/2012 2:45 PM, termbsd wrote: I am new to both Kannel and Asterisk.I intend to send a SMS from my application (PHP script) in Asterisk to any mobile. Asterisk itself supports only fixed line SMS over ISDN if I understand it correctly. And I think it's not proper maillist to discuss Asterisk

Trouble sending SMS with Kannel

2012-01-21 Thread Nikitah Bobhate
Hello all, I think I finally got Kannel (1.4.3) and my GSM modem (Huawei K3770) set up. I tried to send an SMS to a mobile phone through the HTTP command: http://localhost:13013/cgi-bin/sendsms?username=testerpassword=foobarto=+2772xxxtext=hello The result I get is: 3: Queued for later

RE: Trouble sending SMS with Kannel

2012-01-21 Thread Rene Kluwen
Try: sms= http://localhost:13013/cgi-bin/sendsms?username=tester http://localhost:13013/cgi-bin/sendsms?username=testerpassword=foobarto=+2772xxxtext=hellosmsc=huawei_k3770_00 password=foobarto=+2772xxxtext=hellosmsc=huawei_k3770_00 From: users-boun...@kannel.org