dlr-storage=mysql help

2009-03-06 Thread patrick meye
Hi all, i successfully settup my kannel gateway with one service,now i want to store my dlr in mysql data base,when i send sms to my service all is right but no data in my data base.Please can you help me??? Thanks!! ps: sorry i'm new and i just learn anglish.

Re: dlr-storage=mysql help

2009-03-06 Thread Alejandro Guerrieri
Patrick, The dlr storage is temporary. In other words, kannel stores the DLR's into the database only while they're being processed. Once a final (delivered or failed) state is reached, the row is deleted. If you want to keep the data, you should do so on the script that is called on the dlr-url.

Re: dlr-storage=mysql help

2009-03-06 Thread sangprabv
Or you can apply SQLBox to do this. Willy

During MT concatenation extra characters added

2009-03-06 Thread Elton Hoxha
Hi guys, I have the below conf: group = sendsms-user username = b password = b concatenation = true max-messages = 3 group = sms-service keyword = default catch-all = true max-messages = 0 concatenation = true When I`m trying to send an MT sms from my application with 161 characters, the sms

Re: During MT concatenation extra characters added

2009-03-06 Thread Cezary Siwek
Hi Elton, This is expected behaviour. http://en.wikipedia.org/wiki/Concatenated_SMS:) Regards - Original Message - From: Elton Hoxha To: kannel users Sent: Friday, March 06, 2009 9:45 AM Subject: During MT concatenation extra characters added Hi guys, I have the

Re: During MT concatenation extra characters added

2009-03-06 Thread Elton Hoxha
Sorry but I didnt get it :) we the device cannot assemble the long sms? The splitting process including extra characters is done on the smpp server or kannel side? Thanks On Fri, Mar 6, 2009 at 10:51 AM, Cezary Siwek cza...@thebestisp.co.ukwrote: Hi Elton, This is expected behaviour.

Re: During MT concatenation extra characters added

2009-03-06 Thread Cezary Siwek
The splitting is done on kannel side. please look at smpp connection logs. You will see an extra UDH added to each SMS sent by kannel. I assume you can disable this in sendsms-use group by adding concatenation = false. Every sms will be send separately and of course received separately on your

Re: During MT concatenation extra characters added

2009-03-06 Thread Elton Hoxha
Is it impossible for kannel to send the long sms separately but being assembled in the receiver side? Is the splitting process optional in kannel, so we may have the privilege to make it true or false? Thanks On Fri, Mar 6, 2009 at 11:47 AM, Cezary Siwek cza...@thebestisp.co.ukwrote: The

Re: During MT concatenation extra characters added

2009-03-06 Thread Cezary Siwek
Is it impossible for kannel to send the long sms separately but being assembled in the receiver side? Kannel actually sends this separately. The extra UDH is required by handset to know that a multipart message is being received. Is the splitting process optional in kannel, so we may have the

Re: During MT concatenation extra characters added

2009-03-06 Thread Elton Hoxha
Hi, I made it concatenation = false, and the sms sent with more than 160 char was splitted in two parts. But this time no extra characters were added, the sms was clean. 2009-03-04 08:26:52 [9225] [3] INFO: sendsms sender:b:15106 (10.1.21.146) to:35567250

Re: During MT concatenation extra characters added

2009-03-06 Thread Cezary Siwek
You are right. This is how the SMS world works. - Original Message - From: Elton Hoxha To: Cezary Siwek Cc: users@kannel.org Sent: Friday, March 06, 2009 11:41 AM Subject: Re: During MT concatenation extra characters added Hi, I made it concatenation = false, and

Re: dlr-storage=mysql help

2009-03-06 Thread narendra reddy
Hi, in 1.4.3 where is the sqlbox .and how can i use the sqlbox .and how can i set the configarations for sqlbox. On Fri, Mar 6, 2009 at 3:10 PM, sangprabv sangpr...@gmail.com wrote: Or you can apply SQLBox to do this. Willy -- Best Regards,

Re: dlr-storage=mysql help

2009-03-06 Thread sangprabv
SQLBox is an independent subsystem for Kannel. You may get it from here http://www.kannel.org/~aguerrieri/SqlBox/ Willy

MO-AT delivery report non returns

2009-03-06 Thread Elton Hoxha
Hi, while the delivery report is in the queue (after a disconnection of kannel with SMSC) and the connection is re-established, the SMSC makes its own retry to deliver the report to kannel, but kannel cannot handle to send it to my application. 2009-03-04 12:22:06 [5885] [7] DEBUG:

Re: MO-AT delivery report non returns

2009-03-06 Thread Alvaro Cornejo
Please post your complete config file and a complete log of the transaction send of message and the dlr transaction |-| EnvĂ­e y Reciba Datos y mensajes de Texto (SMS) hacia y desde

Re: During MT concatenation extra characters added

2009-03-06 Thread Nikos Balkanas
Some mobiles cannot handle split SMS. Try another one. BR, Nikos - Original Message - From: Elton Hoxha To: Cezary Siwek Cc: users@kannel.org Sent: Friday, March 06, 2009 2:28 PM Subject: Re: During MT concatenation extra characters added Sorry again that its becoming