Thanks Stipe. This solved the issue.

On Wed, Apr 5, 2017 at 7:39 PM, Stipe Tolj <st...@kannel.org> wrote:

> Am 05.04.17 15:16, schrieb ha...@aeon.pk:
>
>> Hi,
>>
>> I am using HTTP SMSC to send MT SMS to a PHP script. I just discovered
>> that the HTTP SMSC is passing long (concatenated) SMS to the PHP script
>> in 2 parts, which makes them 2 individual SMS for the handset, instead
>> of one long SMS. How can I prevent kannel from doing this?
>>
>
> by default the abstraction layer segments all MTs towards an upstream SMSC
> to 140 octets, the GSM SMS PDU size limit.
>
> For an HTTP SMSC upstream this may be unwanted, you can define how long a
> PDU size can be via:
>
>   group = smsc
>   ...
>   max-sms-octets = x
>
> simply define a larger size here for the HTTP SMSC, in order NOT to
> segment the message.
>
> See also the documentation at section:
>
> http://www.kannel.org/download/kannel-userguide-snapshot/
> userguide.html#AEN1447
>
> for details on the config directive.
>
>
> --
> Best Regards,
> Stipe Tolj
>
> -------------------------------------------------------------------
> Düsseldorf, NRW, Germany
>
> Kannel Foundation                 tolj.org system architecture
> http://www.kannel.org/            http://www.tolj.org/
>
> st...@kannel.org                  s...@tolj.org
> -------------------------------------------------------------------
>

Reply via email to