Re: Messages with more than 160 Characters

2018-10-26 Thread Alvaro Cornejo
Hi Sure, you can use any programming language you know. Please always copy kannel list so any person can benefit from conversation and you might get help from more people. Regards, Alvaro |-

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 mes

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

Re: Messages with more than 160 Characters

2018-10-24 Thread Alvaro Cornejo
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 |---

Re: Messages with more than 160 Characters

2018-10-24 Thread Robin C
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 >> header

Re: Messages with more than 160 Characters

2018-10-23 Thread Robin C
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 e

Re: Messages with more than 160 Characters

2018-10-23 Thread Vangelis Typaldos
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 properl