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

2008-05-05 Thread Kaone Mathuba
Hi, I get the concept of what is supposed to happen but my problem is the syntax of the dlr-url to pass the message-id. From the manual I see it can be passed to sendsms script but I also see it can be placed under sendsms-user on the .conf file. On the latter I don't how it can be used to pass

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

2008-05-05 Thread Alejandro Guerrieri
Of course you won't be able to pass a message id if you set the dlr-url on the .conf file, you need to set the message id on each message you send (as part of the dlr-url) just like myid=1234. As usual, check the user guide, There's an example of dlr-url on the SMS Delivery Reports chapter.

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

2007-10-15 Thread Alejandro Guerrieri
Looks fine, you'll have to specify dlr sql storage on core group also. The unique key for a primary key field is unneccesary I suppose, but won't hurt anyway (primary keys _are_ unique by definition). Kannel logs the message as sent when the SMSC accepts it. You'll also have to develop a script

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