cannot sent SMS from http

2007-10-12 Thread Tulga . G
Hi list, I connected server through SMPP 3.4. Now I can receive SMS, then I try to send like: http://192.168.0.19:13013/cgi-bin/sendsms?username=coolpassword=passwordto=101101text=CONTENT then smsbox.log: 2007-10-12 16:07:55 [11245] [3] INFO: smsbox: Got HTTP request /cgi-bin/sendsms from

Re: cannot sent SMS from http

2007-10-12 Thread seikath
Hi Tulga, do you have from value set ? like http://192.168.0.19:13013/cgi-bin/sendsms?username=coolpassword=passwordtext=CONTENTfrom=1213to=%2B3490343434343 it seems to me you want to send SMS to shortcode, not to mobile one ? cheers seik -Original Message- From: Tulga.G [EMAIL

error codes and sending http requests to kannel smsbox

2007-10-12 Thread Michael Habashy
I have gone through the documentation and found no error levels or error responses from kannel that might give off when: 1. when the phone has a problem. 2. when smsbox is not responding. 3. when bearerbox is not responding. Can anyone help ? I am using php curl at the command line...is there a

Re: Sqlbox Time Format

2007-10-12 Thread Alejandro Guerrieri
Bharat, You can easily transform between unix timestamps and date formats using sql. Check date and time functions on the mysql documentation for more info. Regards, Alejandro On 10/12/07, Bharat Yadav [EMAIL PROTECTED] wrote: Hi for all i have a problem i am using sqlbox and working fine

is there a way to send sms text from mysql db??

2007-10-12 Thread Michael Habashy
Can i send sms messeges from mysql ? I would like to get a better way of tracking messeges that get sent out via kannel. There is no error handlign...that i can see in kannel to help that along. thanks mjh

Re: is there a way to send sms text from mysql db??

2007-10-12 Thread Alejandro Guerrieri
Michael, You can use sqlbox to enqueue MT messages, but it won't provide a native way to handle errors. In order to handle errors and delivery reports, you should use the DLR functionality on kannel. It could be used to save message delivery status on Kannel side or, if your SMSC supports it, to

RE: is there a way to send sms text from mysql db??

2007-10-12 Thread info.ubichip
Hi, You could use directly send_sms table. Hope that helps _ From: Michael Habashy [mailto:[EMAIL PROTECTED] Sent: vendredi 12 octobre 2007 16:49 To: users@kannel.org Subject: is there a way to send sms text from mysql db?? Can i send sms messeges from mysql ? I