try adding following in CORE section.

sms-combine-concatenated-mo = true
sms-combine-concatenated-mo-timeout = "1800"



and in your httpSMSC

max-sms-octets= 1260

you have to calculate the MAX octets, in some old time i calculated for 9
concatenated SMS.


in case you have defined a service set max-messages, please see
http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN3309
 for details about what is a service. and see max-messages

thanks
Ali


On Fri, Feb 8, 2013 at 12:21 PM, [Digital^Dude] ®
<[email protected]>wrote:

>
>
> 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?
>
>

Reply via email to