On Sun, Jan 13, 2013 at 8:51 AM, Tapan Kumar Thapa < [email protected]> wrote:
> Add concatenation=true in your user config > On Jan 13, 2013 4:57 AM, "michael osakede" <[email protected]> wrote: > >> Hi, >> >> bellow is my config for my httpsmsc, when i send more than 160 character >> the message gets delivered as 2 separate messages. >> what do I add to the config to allow for concatenation or allow the >> message to deliver as one sms? >> >> group = smsc >> smsc = http >> system-type = generic >> port = 13015 >> send-url = " >> http://nusms.nuobjects.com/?user=xxx&pass=xxx&to=%p&from=%P&msg=%b" >> status-success-regex = "sent" >> status-permfail-regex = "failure" >> status-tempfail-regex = "error" >> generic-foreign-id-regex = "<id>(.+)</id>" >> generic-param-from = "phoneNumber" >> generic-param-to = "shortCode" >> generic-message-sent = "sent" >> generic-status-sent = 200 >> generic-status-error = 404 >> smsc-id=nuobjects >> >> Regards, >> Michael >> >> In the case of MO messages, I receive multiple sms messages when the user sends multi-part sms... Can max-sms-octets be set to a value > 160? Also, what use is max-messages for concatenation of multiple sms (>160 chars) upon receiving in kannel?
