Re: Kannel ignoring sms-resend-retry

2010-01-18 Thread hafez ahmad
Hi, Thanks guys for help, Konstantin your right I note that this problem happend with concatenated SMS only, I tried to send 1 sms to the same users and I did not get the connection stuck. I will provide the logs today for the bug report. but is there temporary solution for this issue? Regards,

Re: Kannel ignoring sms-resend-retry

2010-01-18 Thread Konstantin Vayner
Hi Hafez, You have several options for workaround: 1) disable concatenation (its the most simple, and most "clean" solution, though of course it limits you very much) 2) make all temporary errors permanent. to do that you will need to modify function smpp_status_to_smscconn_failure_reason in gw/

Re: Kannel ignoring sms-resend-retry

2010-01-18 Thread hafez ahmad
Dear Konstantin, I tried the patch and everything works fine to me now. Konstantin,Nikos thanks for your kind support and help. Regards, Hafez On Mon, Jan 18, 2010 at 12:45 PM, Konstantin Vayner wrote: > Hi Hafez, > > You have several options for workaround: > > 1) disable concatenation (its

RE: MO Concatenation problem

2010-01-18 Thread Abdulraheem Obaisi
Hi Alex, I am still confuse with MO kannel depending in sar* values , i have configured all parameters and as you can seen below I am still getting the messages divided, attached log file on how I am receiving the message from operator , please take a look and advise if I am doing anything in

Re: MO Concatenation problem

2010-01-18 Thread Alejandro Guerrieri
I'm afraid Kannel does't know how to re-assemble based on SAR-* values. Even if you define the TLV's, the logic to re-assemble is missing. Kannel can only re-assemble based on UDH values. Regards, Alex On Mon, Jan 18, 2010 at 8:20 PM, Abdulraheem Obaisi wrote: > Hi Alex, > I am still confuse w

BinarySMS as post

2010-01-18 Thread Quintin Par
Really confused here. Can someone show me an example of how can I send binary data as post to a custom client port through Kannel? -Quintin

Count SMS units for Unicode Messages

2010-01-18 Thread Jinson
Hello Group, How do we count SMS units for a unicode message? Suppose I want to submit Hindi Messages from a PHP script, how do I calculate the number for characters and units consumed? Thanks Jinson Abraham

Re: Count SMS units for Unicode Messages

2010-01-18 Thread Nikos Balkanas
Hi, Each unicode character counts as 2 regular chars. That is, unicode chars above the regular ASCII (hindu chars for example). BR, Nikos - Original Message - From: Jinson To: users Sent: Tuesday, January 19, 2010 8:39 AM Subject: Count SMS units for Unicode Messages Hel

Re: Count SMS units for Unicode Messages

2010-01-18 Thread Jinson
So just counting the chars in my incoming hindi text * 2 will get the number characters for sending sms? Im doing the conversion like this in php. 1. get the numeric ascii value of the letter 2. convert it to hex and add a percent (%) Thanks Jinson Abraham MobME Wireless Solutions Pvt.

Re: Count SMS units for Unicode Messages

2010-01-18 Thread Nikos Balkanas
I don't know how you make your php script. But if you convert everything to binary (i.e. hex) just read off the bytes. PS: There is no ASCII value for hindi chars! BR, Nikos - Original Message - From: Jinson To: Nikos Balkanas Cc: users Sent: Tuesday, January 19, 2010 9:10