I have tried many devices including smartphones, and other symbians. On Fri, Mar 6, 2009 at 11:45 PM, Nikos Balkanas <[email protected]> wrote:
> Some mobiles cannot handle split SMS. Try another one. > > BR, > Nikos > > ----- Original Message ----- > *From:* Elton Hoxha <[email protected]> > *To:* Cezary Siwek <[email protected]> > *Cc:* [email protected] > *Sent:* Friday, March 06, 2009 2:28 PM > *Subject:* Re: During MT concatenation extra characters added > > Sorry again that its becoming like "SMPP for dummies through mail-list" :) > I`m very clear about the last scenario when UDH is not present and the long > sms is treated like multiple ones. > > But i`m getting messed up with the other scenario when we set the > concatenation as true. what shoud I do in order to make the handset assemble > the whole sms correctly? are the any other parameters I should set? As I > explained before, using UDH, the content get corrupted. > > On Fri, Mar 6, 2009 at 11:59 AM, Cezary Siwek <[email protected]>wrote: > >> >>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 >> privilege to make it true or false? >> as i pointed out, try with the "concatenation = false" in the >> sendsms-user group >> I guess you can have number of sendsms-user groups with different >> priviliges. >> >> >> >> >> >> Thanks >> >> ----- Original Message ----- >> *From:* Elton Hoxha <[email protected]> >> *To:* Cezary Siwek <[email protected]> >> *Cc:* kannel users <[email protected]> >> *Sent:* Friday, March 06, 2009 10:54 AM >> *Subject:* Re: During MT concatenation extra characters added >> >> 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 >>> >>> >> >
