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 <[email protected]>wrote:

> 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
> handset.
>
>
> ----- Original Message ----- From: Elton Hoxha
> To: Cezary Siwek
> Cc: kannel users
> Sent: Friday, March 06, 2009 10:26 AM
> Subject: Re: During MT concatenation extra characters added
>
>
>
> 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 <[email protected]>
> wrote:
>
> 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 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 is splitted in two parts and in the beginning of both parts are
> added 6 characters like this ??????
> Any idea what could be the reason?
>
> Thanks
> Elton
>
>

Reply via email to