Hi, try to set max-sms-octets for http smsc.
Alex Am 19.11.2012 um 07:45 schrieb Bertrand Dupont <[email protected]>: > Hi all, > > I've a kannel with the following configuration : > > OpenSMPPbox --> Bearerbox --> Http SMSC ---> php Script > > We are using this configuration to accept SMPP connection from customers and > inject SMS in our system to process billing etc... before sending them. > My problem is that concatened messages are splits in "x" sms of 153 char and > I can't figure out why kannel are splitting those SMS. > > In the bearerbox access log file I can see that my sms is still in "one > piece" not splitted > > 2012-11-19 06:26:33 Sent SMS [SMSC:OUTPUT] [SVC:2650] [ACT:] [BINF:] > [FID:ka_f233789e97f2fbef206de8bd925ea4ec] [META:?smpp?] [from:SMS] > [to:3362894xxxx] [flags:-1:0:-1:0:19] [msg:341:22222 sms long sms long sms > long essai sms long sms long sms long sms long essai sms long sms long sms > long sms long essai sms long sms long sms long sms long essai sms long sms > long sms long sms long essai sms long sms long sms long sms long essai sms > long sms long sms long sms long essai sms long sms long sms long sms long > essai sms long] [udh:0:] > > In my kannel.conf I've the concatenation = true config as follow : > > # SEND-SMS USERS > > group = sendsms-user > username = INPUT > password = eknootmotdepasse > concatenation = true > forced-smsc = OUTPUT > max-messages = 3 > > As I can see my full message in the access-bearerbox log file, does that > means that my problem is between bearerbox and the http_smsc ? > Or the problem can also be in the opensmppbox ? does someone already face > this issue ? maybe it's just a config problem but I can't face it ! > > Thanks for your help. > > Regards, > Bertrand
