Re: HTTP SMSC splitting long SMS

2017-04-05 Thread ha...@aeon.pk
Thanks Stipe. This solved the issue. On Wed, Apr 5, 2017 at 7:39 PM, Stipe Tolj 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

Re: HTTP SMSC splitting long SMS

2017-04-05 Thread Stipe Tolj
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

Re: HTTP SMSC splitting long SMS

2017-04-05 Thread Amir Mahmoud
Hi Hamza, HTTP SMSC can pass the UDH too, so you can render the UDH in your PHP script and submit each SMS part with the corresponding UDH to the upstream gateway. Regards, Amir On 5 April 2017 at 15:16, ha...@aeon.pk wrote: > Hi, > > I am using HTTP SMSC to send MT SMS to a

HTTP SMSC splitting long SMS

2017-04-05 Thread 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? Regards, Hamza

Re: HTTP SMSC splitting long SMS

2016-06-23 Thread ha...@aeon.pk
The problem was resolved by using max-sms-octets parameter in smsc group config. On Wed, Jun 22, 2016 at 2:15 PM, ha...@aeon.pk wrote: > Hi, > > My kannel config is calling an HTTP API. It is working fine for small > messages, but for long SMS ( > 160 xters), kannel is splitting

HTTP SMSC splitting long SMS

2016-06-22 Thread ha...@aeon.pk
Hi, My kannel config is calling an HTTP API. It is working fine for small messages, but for long SMS ( > 160 xters), kannel is splitting it into 2 parts and sending 2 calls to the SMSC, which in result is sending 2 separate SMS to the handset instead of one concatenated one. I tested the API