Re: Messages with more than 160 Characters

2018-10-25 Thread Robin C
Can I do it using PHP?

On Thu, Oct 25, 2018 at 8:37 PM Alvaro Cornejo 
wrote:

> Hi Robin
>
> You should do it before sending the message to kannel.
>
> Test the message length and if it is more than 160 chars do the split as
> per the links sent below and then send each part to kannel. If the message
> is less than 160 chars, just proceed as usual.
>
> Regards,
>
> Alvaro
>
>
> |-|
> Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
> celular y Nextel
> en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS
> y GPRS online
>   Visitenos en www.perusms.com
>
>
> Le jeu. 25 oct. 2018 à 00:52, Robin C  a écrit :
>
>> Hi Alvaro  Cornejo,
>>
>> Thank you for the reply. I am using Kannel and Ksmpp (SMPP) with
>> php coding for sending the message. Where can  I implement the above-said
>> things? How can I execute that? Can you please help me.
>>
>> On Wed, Oct 24, 2018 at 6:53 PM Alvaro Cornejo 
>> wrote:
>>
>>> Hi
>>>
>>> You need to do it "manually" at your app level and before submit it to
>>> smsbox.
>>>
>>> check this links:
>>>
>>>
>>> https://help.nexmo.com/hc/en-us/articles/204015653-Sending-Concatenated-Messages-via-SMPP
>>> https://www.activexperts.com/sms-component/sms/multipart/
>>>
>>> Regards,
>>>
>>> Alvaro
>>>
>>>
>>>
>>> |-|
>>> Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
>>> celular y Nextel
>>> en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
>>> SMS y GPRS online
>>>   Visitenos en www.perusms.com
>>>
>>>
>>> Le mer. 24 oct. 2018 à 03:56, Robin C  a écrit :
>>>
 Hi All,

 Any Idea???

 On Wed, Oct 24, 2018 at 12:14 AM Robin C  wrote:

> Hi,
> How can I add  udh headers and submitted to kannel as single part sms?
>
> On Tue, Oct 23, 2018 at 10:46 PM Vangelis Typaldos 
> wrote:
>
>> If the sms is splitted in an external app, so you add the proper udh
>> headers and submitted to kannel as single part sms and you request 
>> delivery
>> report for each of them you will receive both dlrs.
>>
>> If you send to kannel the long sms via sendsms, kannel will perform
>> the required splitting properly but will request for dlr only for the 
>> first
>> part. At least this occurs for kannel v.1.5.0. Not sure for the latest
>> releases 1.4.x
>>
>> Kind Regards,
>>
>>
>> Sent from my BlackBerry 10 smartphone.
>> *From: *Robin C
>> *Sent: *Τρίτη, 23 Οκτωβρίου 2018 - 13:41
>> *To: *users@kannel.org
>> *Subject: *Messages with more than 160 Characters
>>
>> Hi,
>>
>> I am having trouble in fetching the DLR report of messages with more
>> than 160 characters. More than 160 character messages having two message
>> IDs. But the DLR report comes for only one message ID. How is it possible
>> to map the DLR for both the messages? Or is it possible to send more than
>> 160 character messages with a single message ID?
>>
>>
>> --
>>  *Thanks & Regards,*
>>
>>
>>
>>   Robin
>>
>>
>>
>>
>>
>> Disclaimer:  This message contains confidential information and is
>> intended only for the individual named.  If you are not the named 
>> addressee
>> you should not disseminate, distribute or copy this e-mail.  Please 
>> notify
>> the sender immediately by e-mail if you have received this e-mail by
>> mistake and delete this e-mail from your system.  E-mail transmission
>> cannot be guaranteed to be secure or error-free as information could be
>> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
>> contain viruses.  The sender therefore does not accept liability for any
>> errors or omissions in the contents of this message, which arise as a
>> result of e-mail transmission.  If verification is required please 
>> request
>> a hard-copy version.
>>
>> *7* Switch off as you go |*q *Recycle always | P Print only if
>> absolutely necessary
>>
>
>
> --
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named 
> addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept 

Re: Messages with more than 160 Characters

2018-10-25 Thread Alvaro Cornejo
Hi Robin

You should do it before sending the message to kannel.

Test the message length and if it is more than 160 chars do the split as
per the links sent below and then send each part to kannel. If the message
is less than 160 chars, just proceed as usual.

Regards,

Alvaro

|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS
y GPRS online
  Visitenos en www.perusms.com


Le jeu. 25 oct. 2018 à 00:52, Robin C  a écrit :

> Hi Alvaro  Cornejo,
>
> Thank you for the reply. I am using Kannel and Ksmpp (SMPP) with
> php coding for sending the message. Where can  I implement the above-said
> things? How can I execute that? Can you please help me.
>
> On Wed, Oct 24, 2018 at 6:53 PM Alvaro Cornejo 
> wrote:
>
>> Hi
>>
>> You need to do it "manually" at your app level and before submit it to
>> smsbox.
>>
>> check this links:
>>
>>
>> https://help.nexmo.com/hc/en-us/articles/204015653-Sending-Concatenated-Messages-via-SMPP
>> https://www.activexperts.com/sms-component/sms/multipart/
>>
>> Regards,
>>
>> Alvaro
>>
>>
>>
>> |-|
>> Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
>> celular y Nextel
>> en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
>> SMS y GPRS online
>>   Visitenos en www.perusms.com
>>
>>
>> Le mer. 24 oct. 2018 à 03:56, Robin C  a écrit :
>>
>>> Hi All,
>>>
>>> Any Idea???
>>>
>>> On Wed, Oct 24, 2018 at 12:14 AM Robin C  wrote:
>>>
 Hi,
 How can I add  udh headers and submitted to kannel as single part sms?

 On Tue, Oct 23, 2018 at 10:46 PM Vangelis Typaldos 
 wrote:

> If the sms is splitted in an external app, so you add the proper udh
> headers and submitted to kannel as single part sms and you request 
> delivery
> report for each of them you will receive both dlrs.
>
> If you send to kannel the long sms via sendsms, kannel will perform
> the required splitting properly but will request for dlr only for the 
> first
> part. At least this occurs for kannel v.1.5.0. Not sure for the latest
> releases 1.4.x
>
> Kind Regards,
>
>
> Sent from my BlackBerry 10 smartphone.
> *From: *Robin C
> *Sent: *Τρίτη, 23 Οκτωβρίου 2018 - 13:41
> *To: *users@kannel.org
> *Subject: *Messages with more than 160 Characters
>
> Hi,
>
> I am having trouble in fetching the DLR report of messages with more
> than 160 characters. More than 160 character messages having two message
> IDs. But the DLR report comes for only one message ID. How is it possible
> to map the DLR for both the messages? Or is it possible to send more than
> 160 character messages with a single message ID?
>
>
> --
>  *Thanks & Regards,*
>
>
>
>   Robin
>
>
>
>
>
> Disclaimer:  This message contains confidential information and is
> intended only for the individual named.  If you are not the named 
> addressee
> you should not disseminate, distribute or copy this e-mail.  Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system.  E-mail transmission
> cannot be guaranteed to be secure or error-free as information could be
> intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.  The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
> result of e-mail transmission.  If verification is required please request
> a hard-copy version.
>
> *7* Switch off as you go |*q *Recycle always | P Print only if
> absolutely necessary
>


 --





 Disclaimer:  This message contains confidential information and is
 intended only for the individual named.  If you are not the named addressee
 you should not disseminate, distribute or copy this e-mail.  Please notify
 the sender immediately by e-mail if you have received this e-mail by
 mistake and delete this e-mail from your system.  E-mail transmission
 cannot be guaranteed to be secure or error-free as information could be
 intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
 contain viruses.  The sender therefore does not accept liability for any
 errors or omissions in the contents of this message, which arise as a
 result of e-mail transmission.  If verification is required please request
 a hard-copy version.

 *7* Switch off as you go |*q *Recycle always | P Print