Re: HTTP SMSC splitting long SMS

2017-04-05 Thread ha...@aeon.pk
C 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 >

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

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[2]: Issue with long sms sql-box

2017-02-14 Thread Rene Kluwen
I'm afraid not. -- Origineel bericht -- Van: "Web Services" <coinhost...@gmail.com> Aan: "Rene Kluwen" <rene.klu...@chimit.nl> Cc: "kannel users@kannel.org" <users@kannel.org> Verzonden: 13-2-2017 10:35:33 Onderwerp: Re: Issue wit

Re: Issue with long sms sql-box

2017-02-13 Thread Web Services
Hi, thanks for your update is their any way to got dlr every part of message ??? thanks On Mon, Feb 13, 2017 at 2:24 PM, Rene Kluwen <rene.klu...@chimit.nl> wrote: > This because of the way Kannel works. > Only one dlr entry per (long) sms is stored. > > == Rene > >

Re: Issue with long sms sql-box

2017-02-13 Thread Rene Kluwen
This because of the way Kannel works. Only one dlr entry per (long) sms is stored. == Rene -- Origineel bericht -- Van: "Web Services" <coinhost...@gmail.com> Aan: "kannel users@kannel.org" <users@kannel.org> Verzonden: 11-2-2017 12:55:31 Onderwerp: Issue

Issue with long sms sql-box

2017-02-11 Thread Web Services
Hi, am installed kannel with sqlbox all functions works fine but i have little issue with long sms dlr incase of long sms(more then 160 char) i receive first sms dlr and once my provided send second sms dlr it's showing error in logs got DLR but could not find message or was not interested

Re[2]: Issue in sending long sms emojis

2017-01-05 Thread Rene Kluwen
It seems you have a solution already. -- Origineel bericht -- Van: "Manas Mohanty" <mohanty.ran...@gmail.com> Aan: users@kannel.org Verzonden: 5-1-2017 10:20:09 Onderwerp: Re: Issue in sending long sms emojis Hi, Did not get any response till now. On Fri, Dec 16,

Re: Issue in sending long sms emojis

2017-01-05 Thread Manas Mohanty
Hi, Did not get any response till now. On Fri, Dec 16, 2016 at 11:32 AM, Manas Mohanty wrote: > Any suggestion on this. I am waiting for the response. > > On Wed, Dec 14, 2016 at 11:42 AM, Manas Mohanty > wrote: > >> Thanks Jeff for the

Re: Issue in sending long sms emojis

2016-12-15 Thread Manas Mohanty
Any suggestion on this. I am waiting for the response. On Wed, Dec 14, 2016 at 11:42 AM, Manas Mohanty wrote: > Thanks Jeff for the update. > > Anybody else facing this issue and solved it by any means. > > Thanks > Manas > > On Tue, Dec 13, 2016 at 6:27 PM, Jeff Thorn

Re: Issue in sending long sms emojis

2016-12-13 Thread Manas Mohanty
Thanks Jeff for the update. Anybody else facing this issue and solved it by any means. Thanks Manas On Tue, Dec 13, 2016 at 6:27 PM, Jeff Thorn wrote: > We have noticed the same issue. My guess is that since emojis are multi > byte characters the message is getting

Re: Issue in sending long sms emojis

2016-12-13 Thread Jeff Thorn
We have noticed the same issue. My guess is that since emojis are multi byte characters the message is getting split mid emoji. For the time being, we have a policy not to put an emoji character around the 36 character position. On Dec 13, 2016 1:21 AM, "Manas Mohanty"

Issue in sending long sms emojis

2016-12-12 Thread Manas Mohanty
Hi, I am sending emojis through kannel-1.4.4. Upto 35 emojis i,e without splitting the sms its delivered to the handset without any issue. But if I send 36 emojis i,s more than one sms split 35 emojis and extra ?? is getting delivered to handset. If I send 37 emojis, 36 and extra ?? is getting

Re: Opensmppbox and long SMS

2016-12-12 Thread Rene Kluwen
Yes, it is. == Rene -- Origineel bericht -- Van: "info.ubichip" <info.ubic...@free.fr> Aan: "'users'" <users@kannel.org> Verzonden: 12-12-2016 15:34:52 Onderwerp: Opensmppbox and long SMS Hello, Does anyone know if opensmppbox is able to send/recei

Opensmppbox and long SMS

2016-12-12 Thread info.ubichip
Hello, Does anyone know if opensmppbox is able to send/receive long sms ? Thanks in advance for your help

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

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

Re: delivery report for each part of long sms

2016-02-11 Thread Juan Nin
gle message. If you require to have DLRs for each segment, then you will have to submit each segment separately and take care of the concatenation yourself via UDH, etc. On Sun, Feb 7, 2016 at 6:57 AM, Mr. Mahdi <mr.ma...@gmail.com> wrote: > Hi dears > > i send a long sms ( multipart m

delivery report for each part of long sms

2016-02-07 Thread Mr. Mahdi
Hi dears i send a long sms ( multipart message ) to kannel using http send sms. i set DLR-MASK and DLR-URL when send a sms, kannel send only delivery report ( call dlr-url ) when all part of that multipart sms delivered. i need delivery report for each part of long sms sperately. for example if i

Re: Long SMS detection in sent_sms table

2015-09-14 Thread spameden
hi you can add parts_num column to identify parts of the message in sqlbox, you'd need to tweak both kannel and sqlbox for this.

Re: Long SMS detection in sent_sms table

2015-09-14 Thread ha...@aeon.pk
Any help? On Wed, Sep 9, 2015 at 8:51 PM, ha...@aeon.pk wrote: > Hi, > > I intend to identify long MO SMS from the sent_sms table in kannel db. > Apparently there is no identifier available for me to figure it out. Any > idea how to do it, even from any other log file, if not db?

Long SMS detection in sent_sms table

2015-09-09 Thread ha...@aeon.pk
Hi, I intend to identify long MO SMS from the sent_sms table in kannel db. Apparently there is no identifier available for me to figure it out. Any idea how to do it, even from any other log file, if not db? Regards, Hamza

Re: Long SMS broken

2015-03-12 Thread Alvaro Cornejo
, ha...@aeon.pk ha...@aeon.pk wrote: Hi, My kannel is receiving long SMS from the operator's SMSC in weird fashion. The message is broken into 2 parts, with first part getting truncated at 154 characters ending with a '+' sign, and second part is appearing as a new SMS with text starting

Re: Long SMS broken

2015-03-12 Thread Alvaro Cornejo
paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com On Tue, Mar 10, 2015 at 8:06 AM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, My kannel is receiving long SMS from the operator's SMSC in weird fashion. The message is broken into 2 parts, with first part

Long SMS broken

2015-03-10 Thread ha...@aeon.pk
Hi, My kannel is receiving long SMS from the operator's SMSC in weird fashion. The message is broken into 2 parts, with first part getting truncated at 154 characters ending with a '+' sign, and second part is appearing as a new SMS with text starting with the '+' sign. I do have 'sms-combine

Re: Long SMS broken

2015-03-10 Thread ha...@aeon.pk
, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com On Tue, Mar 10, 2015 at 8:06 AM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, My kannel is receiving long SMS from the operator's SMSC in weird fashion. The message is broken

long sms via SMPP message_payload

2014-05-07 Thread [Digital^Dude] ®
Hello, Is there any way to send more than 160 char SMS without fragmenting it on kannel end. It appears SMPP message_payload is not supported in kannel gw although there are SMSCs that require non-fragmented submit_sm via ESME. Any ETA on this feature? Thanks.

Re: long sms via SMPP message_payload

2014-05-07 Thread Artem Chekulaev
Hi We are using message_payload TLV successfully 2014-05-07 12:28 GMT+04:00 [Digital^Dude] ® millennium@gmail.com: Hello, Is there any way to send more than 160 char SMS without fragmenting it on kannel end. It appears SMPP message_payload is not supported in kannel gw although there

Re: long sms via SMPP message_payload

2014-05-07 Thread [Digital^Dude] ®
Are you using kannel gateway or opensmppbox? On Wed, May 7, 2014 at 3:06 PM, Artem Chekulaev slon...@gmail.com wrote: Hi We are using message_payload TLV successfully 2014-05-07 12:28 GMT+04:00 [Digital^Dude] ® millennium@gmail.com: Hello, Is there any way to send more than 160

Re: long sms via SMPP message_payload

2014-05-07 Thread Artem Chekulaev
Im using gw 2014-05-07 15:50 GMT+04:00 [Digital^Dude] ® millennium@gmail.com: Are you using kannel gateway or opensmppbox? On Wed, May 7, 2014 at 3:06 PM, Artem Chekulaev slon...@gmail.com wrote: Hi We are using message_payload TLV successfully 2014-05-07 12:28 GMT+04:00

long sms via SMPP message_payload

2014-05-07 Thread Hanh Le Bich
of users digest... Today's Topics: 1. Re: long sms via SMPP message_payload (Artem Chekulaev) 2. Re: long sms via SMPP message_payload 3. Re: long sms via SMPP message_payload (Artem Chekulaev) 4. smsC suppliers (Daniel Boira) 5. modem connection (Daniel Boira

long sms

2011-12-23 Thread Chpok
://old.nabble.com/long-sms-tp33027817p33027817.html Sent from the Kannel - User mailing list archive at Nabble.com.

RE: problms with UTF-8 long sms

2009-10-07 Thread Abdulraheem Obaisi
+0200 Subject: Re: problms with UTF-8 long sms From: latitude...@googlemail.com To: bena...@gmail.com CC: users@kannel.org Hi, I tired to send the complete message to Kannel via HTTP request. Kannel split the message and sent to device. I experienced the same behaviour on the device. Second part

Re: problms with UTF-8 long sms

2009-10-02 Thread Latitude Test
On Mon, Sep 28, 2009 at 10:42 AM, Latitude Test latitude.de@ googlemail.com wrote: Hi, I am having problems in sending Long SMS via Kannel with UTF-8 charsert wuith special characters in the content. For example I am sending the following text: Jesús test msg abcdefghijklmnopqrstuvwxyz

Re: problms with UTF-8 long sms

2009-09-29 Thread Benaiad
, Latitude Test latitude...@googlemail.comwrote: Hi, I am having problems in sending Long SMS via Kannel with UTF-8 charsert wuith special characters in the content. For example I am sending the following text: Jesús test msg abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz

Re: problms with UTF-8 long sms

2009-09-29 Thread Benaiad
+abcdefghijklmnopqrstuvwxyz+abcdefghijklmnopqrstuvwxyz+abcdefghijklmnopqrstuvwxyz Regards Benaiad On Mon, Sep 28, 2009 at 10:42 AM, Latitude Test latitude.de@ googlemail.com wrote: Hi, I am having problems in sending Long SMS via Kannel with UTF-8 charsert wuith special characters

problms with UTF-8 long sms

2009-09-28 Thread Latitude Test
Hi, I am having problems in sending Long SMS via Kannel with UTF-8 charsert wuith special characters in the content. For example I am sending the following text: Jesús test msg abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz My application is sending

UTF8 long sms is malformed on the device

2009-09-23 Thread Latitude Test
Hi, I am having problems in sending Long SMS via Kannel with UTF-8 charsert wuith special characters in the content. For example I am sending the following text: Jesús test msg abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz My application is sending

Re: Send Long SMS with UTF-16BE

2009-06-14 Thread Julien Buratto
Omar, could you be more precise ? What do you need to do precisely ? Julien 2009/6/13 Omar Hussien Al-Amoodi oalamo...@elm.com.sa: I would like to know what are the best ways to send long UTF-16BE encoded messages using send-sms user in Kannel, Can anyone please the best combination ot

Send Long SMS with UTF-16BE

2009-06-13 Thread Omar Hussien Al-Amoodi
I would like to know what are the best ways to send long UTF-16BE encoded messages using send-sms user in Kannel, Can anyone please the best combination ot configuration for Kannel? Regards, Omar Al-Amoodi | Solutions Developer | Al-Elm Information Security | | *

concatenating incoming long SMS to one msg

2009-03-13 Thread Latitude Berlin
Hi, I want to receive concatenated messages in combined state via Kannel. Currently my Kannel server is delivering multiple sms messages. I googled this and found that I need to set the following property in conf: sms-combine-concatenated-mo = true I am using Kannel 1.4.1 and I found that

Re: concatenating incoming long SMS to one msg

2009-03-13 Thread Latitude Berlin
So it is not possible with 1.4.1? On 3/13/09, Thomas Göttgens tho...@ist.schuldig.de wrote: Hello Latitude, upgrade to 1.4.3 Friday, March 13, 2009, 1:48:03 PM, you wrote: I want to receive concatenated messages in combined state via Kannel. Currently my Kannel server is delivering

Re: concatenating incoming long SMS to one msg

2009-03-13 Thread Latitude Berlin
Under sendsms-user group: max-messages=20 concatination = true Didnt work. On 3/13/09, Otandeka Simon Peter otand...@smsmedia.info wrote: Try setting concatenation = true in sendsms-user group. See also max-messages option. On Mar 13, 2009, at 4:24 PM, Latitude Berlin wrote: So it is

Re: concatenating incoming long SMS to one msg

2009-03-13 Thread seikath
it works on cvs-20070627 here, i think the issues is just wrong placed settings in your configuration the settings sms-combine-concatenated-mo are core group related. example: group = core admin-port sms-combine-concatenated-mo = please consult user doc here you set true

Receiving Long SMS Through Modem

2009-02-03 Thread David E. Meier
Hi all, when I recieve a long/concatenated message through my wavecom fastrack modem the get-url in the sms-service is also called twice or more. Is it possible to force the modem to first assemble the message and execute the get-url once? If not, how do others handle this case in order to

Ho to Send a Long SMS ?

2008-11-04 Thread Mickael Monsieur
how to send an SMS 2x160char or 3x160chars ... 4x ... ? thank you

Re: Ho to Send a Long SMS ?

2008-11-04 Thread Alvaro Cornejo
use concatenation = true in config. kannel will split the message On Wed, 2008-11-05 at 00:41 +0100, Mickael Monsieur wrote: how to send an SMS 2x160char or 3x160chars ... 4x ... ? thank you

Re: Ho to Send a Long SMS ?

2008-11-04 Thread Alvaro Cornejo
try max-messages = x. see manual for details On Wed, 2008-11-05 at 02:00 +0100, Mickael Monsieur wrote: ok added in sendsms-user concatenation = true does not work ... 160 char only ... (my SMPP provider autorizes!!) thx :) 2008/11/5 Alvaro Cornejo [EMAIL PROTECTED] use

Followup: Problem sending long SMS messages

2007-09-27 Thread Michael Christiansen
] Fra: Michael Christiansen [mailto:[EMAIL PROTECTED] Sendt: 26. september 2007 12:03 Til: users@kannel.org Emne: Problem sending long SMS messages Hello, I am experiencing some problems sending SMS messages which are split in 3 messages. The messages

Problem sending long SMS messages

2007-09-26 Thread Michael Christiansen
Hello, I am experiencing some problems sending SMS messages which are split in 3 messages. The messages are never delivered. Below is an extract from kannel.log: 2007-09-26 11:54:32 [39269] [8] DEBUG: EMI2[tdc]: emi2 sending packet: ^B08/00088/O/51/21665876/1948

Re: how to check no of long sms recieved by kannel??

2007-03-13 Thread Ady Wicaksono
divide total chars by 153, create appropriate seq. number for each part of long SMS, count how many parts of long SMS. Better you read GSM 03.40 :) If you using 16 bit characters (UCS-2 encoding) you can get 67 characters in (which you might also need to know for your billing system

Re: how to check no of long sms recieved by kannel??

2007-03-13 Thread Ben Suffolk
, save you hunting for it. Although I suspect you have enough info now anyway from us. On 13 Mar 2007, at 08:10, Ady Wicaksono wrote: Yes you will ne divide total chars by 153, create appropriate seq. number for each part of long SMS, count how many parts of long SMS. Better you read GSM

Re: how to check no of long sms recieved by kannel??

2007-03-13 Thread Ady Wicaksono
for each part of long SMS, count how many parts of long SMS. Better you read GSM 03.40 :)

Re: how to check no of long sms recieved by kannel??

2007-03-12 Thread Iain Dooley
hi there, I am using kannel 1.4.1 on a CentOS system. I have configured kannel to receive long sms from SMSC and I am able to receive long message on the kannel. My query is that is there any way I can know how many messages were combined by kannel into one single long SMS. For ex: user send

RE: how to check no of long sms recieved by kannel??

2007-03-12 Thread Iain Dooley
Divide by 144 144!? aren't sms 160 chars long?

Re: how to check no of long sms recieved by kannel??

2007-03-12 Thread Ben Suffolk
Iain, You have to allow the for the UDH needed to show this is a part of a longer message. Regards Ben On 12 Mar 2007, at 07:05, Iain Dooley wrote: Divide by 144 144!? aren't sms 160 chars long?

Re: how to check no of long sms recieved by kannel??

2007-03-12 Thread Iain Dooley
Your Welcome, by the way the 144 count somebody told you is wrong. Just for reference SMS is 140 Bytes, and 7 bit text is packed into those bytes meaning we can fit 160 characters in. okay great thanks, i never knew. The UDH for a concat message takes 6 bytes leaving 134 bytes to contain

how to check no of long sms recieved by kannel??

2007-03-11 Thread ashwani
Hello All, I am using kannel 1.4.1 on a CentOS system. I have configured kannel to receive long sms from SMSC and I am able to receive long message on the kannel. My query is that is there any way I can know how many messages were combined by kannel into one single long SMS. For ex: user send

Recieve long SMS...

2007-02-16 Thread ashwani
Hi All, I am using kannel 1.4.1 and I am able to send and receive normal sms. I am also able to send long SMS using kannel. I want to know can kannel receive long SMS?? I mean is it possible that kannel can somehow understand the split messages as a part of a long SMS.?? Any help would

receiving long sms

2007-02-16 Thread Iain Dooley
sorry, i deleted the previous email on this topic by mistake, but this looks like a good discussion of the topic: http://www.mail-archive.com/devel@kannel.org/msg06222.html cheers iain

Re: UDH for long sms

2007-02-08 Thread Stipe Tolj
ashwani wrote: Hello all, I am using kannel 1.4.1.,I want to know what is the UDH structure for sending long sms from kannel? I am trying the following as UDH for long sms %0B%05%04%1A%FF%1A%FF%00%02%AF%01--for First part %0B%05%04%1A%FF%1A%FF%00%02%AF%02---for Second part

Re: Long SMS Truncated...Newbie...

2006-10-04 Thread Steen Hansen
Hansen wrote: Hi all, Just took over work from other person who left... Having read previous threads about Long SMS that is truncated, but have not found solution I ask therefore for help here. Problem is that we have a service where the users can send request help by sending

Re: Long SMS Truncated...Newbie...

2006-10-04 Thread Leonard
Hansen [EMAIL PROTECTED] To: Ben Suffolk [EMAIL PROTECTED] Cc: users@kannel.org Sent: Wednesday, October 04, 2006 12:58 PM Subject: Re: Long SMS Truncated...Newbie... Dear Ben, Thanks for your reply! Accept my apology for not giving all details! We tried with 3 and that did not work. Just done

Re: Long SMS

2006-05-25 Thread Wayne Khan
to recive long sms? (my sms terminal is Siemens M20) -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

long sms

2006-03-09 Thread Shehan
Hi all, how to concatenate received long sms in kannel?? (when sending long message through phone, I want to direct thse long messge to application through kannel by using get-url).Currently when sending long messge from phone to application, application side receiving multiple sms. Regards, Ala

Re: long sms

2006-03-09 Thread alitmd
use %u parameter to get udh value the concated message. -alitmd- - Original Message - From: Shehan [EMAIL PROTECTED] To: users@kannel.org Sent: Friday, March 10, 2006 12:04 PM Subject: long sms Hi all, how to concatenate received long sms in kannel?? (when sending long message

Long SMS messages (more than 160 characters)

2004-11-27 Thread Pankaj
Hi, I am using Kannel to send SMS messages to end users through a mobile operator's SMSC. I have setup a sendsms-user in the kannel configuration and I am using xmlpost to submit the message. Everything works fine when the messages are lesser than 160 characters. However I am unable to send

Re: Long SMS messages (more than 160 characters)

2004-11-27 Thread Rafael 'Dido' Sevilla
is to make Kannel send long SMS, setting up the UDH needed for it to be recognized as such on the destination handset. If you do not set max-messages, it will default to 1 and not bother to break up a long message. If you have max-messages set to some value n greater than 1 and concatenation set

Re: Re-Assemble Long SMS

2004-11-07 Thread Alejandro Guerrieri
PROTECTED] Subject: Re: Re-Assemble Long SMS On Fri, Nov 05, 2004 at 03:37:06PM +0100, Guillaume Cottenceau wrote: Really? So what happens for nokia logo/ringtone and/or EMS, which all are carried by UDH? Impossible to use? This is very surprising. Should the SMSC not just route the binary

RE: Re-Assemble Long SMS

2004-11-06 Thread Hillel Bilman
'Dido' Sevilla Sent: Friday, November 05, 2004 5:52 PM To: Guillaume Cottenceau; [EMAIL PROTECTED] Subject: Re: Re-Assemble Long SMS On Fri, Nov 05, 2004 at 03:37:06PM +0100, Guillaume Cottenceau wrote: Really? So what happens for nokia logo/ringtone and/or EMS, which all are carried by UDH

Re-Assemble Long SMS

2004-11-05 Thread Nuri Abidin
dear all when receiving long sms, kannel will split the message into several chunks (eg. 320char msg split into 2) is there a way for the backend to know that the msg received is part of long sms so it can concat it again ? i try to set sms-service concatenation=true and max-messages

Re: Re-Assemble Long SMS

2004-11-05 Thread Rafael 'Dido' Sevilla
On Fri, Nov 05, 2004 at 03:37:06PM +0100, Guillaume Cottenceau wrote: Really? So what happens for nokia logo/ringtone and/or EMS, which all are carried by UDH? Impossible to use? This is very surprising. Should the SMSC not just route the binary contents without messing with actual UDH/UD

[FIXED] Re: Receiving UDH for long sms via SMPP

2004-07-16 Thread karthik chandrasekhar
couldmanipulate and retrievethe UDH parameteras hex ( octstr_binary_to_hex(udh,1) -- case 'u' in urltrans.c) via udh=%u in post-url method (bearerbox - smsbox). Same thing is not visible via SMPP. That is if i receive long sms via smpp then i don't see any udh value. Is it the limitation of kannel

Receiving UDH for long sms via SMPP

2004-07-02 Thread karthik chandrasekhar
udh=%u in post-url method (bearerbox - smsbox). Same thing is not visible via SMPP. That is if i receive long sms via smpp then i don't see any udh value. Is it the limitation of kannel that it doesn't support receiving udh via smpp ?. (The online documentation says n). Has anybody succeeded

UDH for long sms

2004-02-11 Thread iaynz
Hi, Do you know the udh header for long messages or if the sms is over 160 chars. The telco ask me insert it so that concatenation of the sms will be done by their smsc. Is it possible with kannel? Thanks, mikez

RE: UDH for long sms

2004-02-11 Thread Navjot Singh
order byte of source port (usually set to 00) 7 byte - lower order byte of source port (usually set to 00) 8 byte - info element id ( guess 00 is for concatenated sms) 9 byte - info element len ( 3 in our case as we have 10,11,12) 10 byte - info element reference number (ref number for for long sms

RE: UDH for long sms

2004-02-11 Thread Navjot Singh
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 11:51 AM To: Navjot Singh Subject: RE: UDH for long sms Hi, Thanks...Do you have any sample? Tnx, mikez Navjot Singh [EMAIL PROTECTED] said: In general, UDH is like this. 1 byte - udh