Setting esm-class

2013-08-12 Thread Eric Magutu
Hi, I am trying to set esm-class to 0 but I'm getting the following error [0] ERROR: Group 'smsc' may not contain field 'esm_class'. I am running Kannel bearerbox version `1.4.3'. Build `Nov 24 2011 08:02:18', compiler `4.6.2'. System Linux, release 3.2.0-30-virtual, version -- Regards,

Post about using triggers on sqlbox

2013-08-12 Thread Rene Kluwen
This post explains about using mysql triggers to keep track of dlr reports without the need of smsbox or http calls: http://www.blogalex.com/archives/322 Special thanks to Alejandro Guerrieri for letting me guest-blog on his blog. == Rene

Re: Setting esm-class

2013-08-12 Thread Ahemd Al-saigh
try svn version or 1.5 On Mon, Aug 12, 2013 at 1:14 PM, Eric Magutu emag...@gmail.com wrote: Hi, I am trying to set esm-class to 0 but I'm getting the following error [0] ERROR: Group 'smsc' may not contain field 'esm_class'. I am running Kannel bearerbox version `1.4.3'. Build `Nov 24

Problem with sqlbox and utf8

2013-08-12 Thread dorin
Hello! Have such trouble, I can't send utf8 data via sqlbox. Every time it spoils the data. On sent_sms and cellphone arrives question mark. Config file contains: . system-type = alt-charset = ucs-2 If needs more information data please tell me. Please help me!

Re: Problem with sqlbox and utf8

2013-08-12 Thread spameden
use coding=2 2013/8/12 dorin dorinafte...@mail.ru Hello! Have such trouble, I can't send utf8 data via sqlbox. Every time it spoils the data. On sent_sms and cellphone arrives question mark. Config file contains: . system-type = alt-charset = ucs-2 If needs more information

Re: Post about using triggers on sqlbox

2013-08-12 Thread spameden
Thanks for this, pretty sure lots of users will appreciate this! However, from first glance I can see few problems here: 1. with dlr_url, if you truncate table send_sms and reset snd_id counter it might stop working or update wrong items. e.g. insert with snd_id=1 when there are other records

Re: Setting esm-class

2013-08-12 Thread Juan Nin
And it's not esm_class, but esm-class From http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html : esm-class number Change the esm_class parameter sent from Kannel. Accepted values are 0 (Default SMSC Mode) and 3 (Store and Forward). Defaults to 3. On Mon, Aug 12, 2013 at

Re: Setting esm-class

2013-08-12 Thread Eric Magutu
Hi, I have upgraded and still getting the below error when I try to add the line esm-class = 0 ERROR: Group 'smsc' may not contain field 'esm-class' On Tue, Aug 13, 2013 at 6:13 AM, Juan Nin jua...@gmail.com wrote: And it's not esm_class, but esm-class From

Re: Setting esm-class

2013-08-12 Thread Eric Magutu
I am looking for the file that I will need to patch pdu-u.submit_sm.esm_class = ESM_CLASS_SUBMIT_STORE_AND_FORWARD_MODE to pdu-u.submit_sm.esm_class = ESM_CLASS_SUBMIT_DEFAULT_SMSC_MODE On Tue, Aug 13, 2013 at 6:48 AM, Eric Magutu emag...@gmail.com wrote: Hi, I have upgraded and still