Hi guys, It seems that during concastenation process, kannel sets the SAR parameters not correctly. This look at server side. All SAR Reference, SAR sequence and SAR Total have "-1" value.
Thanks Elton On Sat, Mar 7, 2009 at 3:50 PM, Elton Hoxha <[email protected]> wrote: > Hi guys, > > Here is the access.log: > > 2009-03-04 23:16:59 Sent SMS [SMSC:internal1] [SVC:a] [ACT:] [BINF:] [FID:] > [from:77777] [to:355672509006] [flags:-1:0:-1:-1:31] > [msg:231:heldsfffffffffffffff > > fffffffffffdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddrfrrrrrrrrrrrrrfssssssssssssssssssssssssssssssssssss > ssssssssssssssssssssssssssssssssssssssssssssssssworld] [udh:0:] > 2009-03-04 23:16:59 Receive DLR [SMSC:internal1] [SVC:a] [ACT:] [BINF:] > [FID:] [from:77777] [to:355672509006] [flags:-1:-1:-1:-1:8] [msg:4:ACK/] > [udh:0:] > > > THe other logs including the smpp trace from server side are attached. > > Many thanks > > > On Sat, Mar 7, 2009 at 1:10 PM, Nikos Balkanas <[email protected]>wrote: > >> Post your SMPP + bearerbox logs showing tyhe problem. >> >> Nikos >> >> ----- Original Message ----- >> *From:* Elton Hoxha <[email protected]> >> *To:* Nikos Balkanas <[email protected]> >> *Cc:* Cezary Siwek <[email protected]> ; [email protected] >> *Sent:* Saturday, March 07, 2009 12:21 PM >> *Subject:* Re: During MT concatenation extra characters added >> >> 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 >>>>> >>>>> >>>> >>> >> >
