Re: concatenation woes

2007-04-16 Thread Hillel
Hi Iain, We have found that we have 154 chars per SMS when using concatenation. So far the only answer I've received to explain why we can get 154 chars per SMS and not 153 chars per SMS is, if you are connecting directly to the SMSC, they may not keep to the spec exactly and some SMSCs allow

Re: concatenation woes

2007-04-16 Thread Alexander Malysh
Hi, that was a bug in kannel split code that fixed in cvs. Concat text messages may have only 153 chars. Hillel wrote: Hi Iain, We have found that we have 154 chars per SMS when using concatenation. So far the only answer I've received to explain why we can get 154 chars per SMS and not

concatenation woes

2007-04-15 Thread Alex Kinch
Hello, I'm trying to write a PHP script to concatenate messages to pass to Kannel. It works to the point that the message gets to the phone, but then the phone says it cannot display the message when I try to open it. Here's what I'm sending: Message 1: UDH: %05%00%03%EA%02%01 Message: This is

Re: concatenation woes

2007-04-15 Thread Alejandro Guerrieri
Kannel can split a long message in parts and send them with proper formatting. Check the user guide for the max-messages parameter. Hope it helps, Alejandro. On 4/15/07, Alex Kinch [EMAIL PROTECTED] wrote: Hello, I'm trying to write a PHP script to concatenate messages to pass to Kannel. It

Re: concatenation woes

2007-04-15 Thread Alex Kinch
Hi Alejandro Thanks for the email, I know Kannel can split it but I wanted to take care of it in PHP to allow proper billing, logging etc. Thanks, Alex On 4/15/07, Alejandro Guerrieri [EMAIL PROTECTED] wrote: Kannel can split a long message in parts and send them with proper formatting.

Re: concatenation woes

2007-04-15 Thread Iain Dooley
I'm trying to write a PHP script to concatenate messages to pass to Kannel. It works to the point that the message gets to the phone, but then the phone says it cannot display the message when I try to open it. Here's what I'm sending: Message 1: UDH: %05%00%03%EA%02%01 Message: This is part

Re: concatenation woes

2007-04-15 Thread Iain Dooley
Thanks for the email, I know Kannel can split it but I wanted to take care of it in PHP to allow proper billing, logging etc. hi alex, earlier i got this info from ben suffolk: The UDH for a concat message takes 6 bytes leaving 134 bytes to contain the message, which means you can pack 153