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: Opensmppbox Issue

2017-04-05 Thread Stipe Tolj
Am 05.04.17 03:25, schrieb Wan Md Arif Noor Bin. Wan Nizam: Hi Rene, I don’t quite understand what you mean by something different from smpp, is there any way for me to trace which transaction / sequence was causing this error, I already done a tcpdump but can’t really find anything peculiar.

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