SMS concatenation

2005-05-30 Thread threeflags
Hi all! I'm using kannel 1.4.0 on my Red Hat 9.0 box. I've got SMPP 3.4 connections to 2 different Russian GSM operators. Operator A uses UDH to mark long messages, so we can use %u parameter to distinguish long SMSs. Operator B uses sar_* (sar_msg_ref_num, sar_total_segments, sar_segment_seqn

SMS Concatenation

2005-08-03 Thread enzo labrador
To All, Hi! How to send concatenated sms using the sendsms script? TIA Regards, enzo -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

SMS Concatenation

2005-08-03 Thread enzo labrador
To All, Hi! How to send concatenated sms using the sendsms script? What is the maximum concatenated sms can be sent? TIA Regards, enzo -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

SMS concatenation?

2005-01-19 Thread Roman
Hi! I'm trying to send concatenated SMSes from kannel 1.4 stable to my t610 or other phones( which support long messages ). However on my t610 i see 2 empty messages. Does concatenation work in kannel? What i do wrong? Service config: group = sms-service keyword = default name = "test" max-messag

Kannel SMS Concatenation

2008-01-30 Thread Peter Lum
Hi My kannel config file has: group = sendsms-user username = xxx password = xxx concatenation= true max-messages=10 But when I send long SMS, I still receive it as multiple SMS instead of one long SMS. I am using GSM modem with SIM card. Any thing I didn't do right? Thanks! Peter

inbound sms concatenation

2008-03-15 Thread Iain Dooley
hi all, i'm still researching this but thought i'd send off a message here in case anyone had some sample code they could share. i have the following sms-service defined: # SERVICES group = sms-service keyword = keyword-regex = .* catch-all = yes max-messages = 0 get-url = "http://localhost/inb

SMS concatenation problem

2008-06-17 Thread Ahsan Muneer
Hi, I need help on kannel. I have been trying to configure kannel to recieve long sms ( > 160 characters), but still no success, can anyone let me know how to do this. Thank you in advance

SMS concatenation problem

2005-05-19 Thread NZ
Hi,   I’m using the sendota interface to send ota settings, but Kannel keeps sending several SMS instead of one.   I’ve set up a sendsms-user for this :   group = sendsms-user username = ota password = ota max-messages = 5 concatenation = 1   But in the logs I see that that 2 sm

Re: SMS Concatenation

2005-08-03 Thread Linkas
The right question should have been: Where is the documentation ? Will I find the answer to my questions there ? :-D Ehehe just kiddin' however: concatenation bool Long messages can be sent as independent SMS messages with concatenation = false or as concatenated m

Re: SMS concatenation?

2005-01-19 Thread Alejandro Guerrieri
Roman, Yes, it does work. At first sight your settings seems to be ok, but maybe there's some problem regarding the SMSC connection with your operator or something else. Concatenated SMS are in fact binary messages. They carry an UDH (User Data Header) among other differences with a regular plai

Re: inbound sms concatenation

2008-03-15 Thread seikath
SMSC, but they will charge the client for 5 ... hope the above to save you from getting in troubles :) cheers seik -Original Message- From: users@kannel.org [EMAIL PROTECTED] Sent: 15 Март 2008 г. To: seikath Subject:inbound sms concatenation > hi all, i'm still researching

Re: inbound sms concatenation

2008-03-15 Thread Iain Dooley
hi seik, Its in the core config sms-combine-concatenated-mo = true hmmm what version is that for? i'm running 1.4.1 and when i startup with that in my core config: group = core admin-port = PORT smsbox-port = PORT admin-password = PASS dlr-storage = internal admin-deny-ip = "*.*.*.*" admin-

Re: inbound sms concatenation

2008-03-15 Thread Iain Dooley
okay, so i've fiddled around a bit and reckon i've got this working pretty well now. i wanted to stay with release 1.4.1 so i can keep using the freebsd package as it's easier to maintain but i needed MO concatenation. after looking at some inbound UDH i put this script together. i've added com

RE: inbound sms concatenation

2008-03-15 Thread ivars
Does this script work with this UDH (Siemens CX65)? UDH FOR MSG1: 060804005D0201 UDH FOR MSG2: 060804005D0202 I got this UDH from my access.log, %u will be with escape strings (%). Ivars Date: Sun, 16 Mar 2008 01:46:17 +1100 (EST) From: Iain Dooley <[EMAIL PROTECTED]> Subject: Re: inbou

RE: inbound sms concatenation

2008-03-15 Thread Iain Dooley
zero character, then the three parameters i listed above. correct me if i'm wrong! cheers iain I got this UDH from my access.log, %u will be with escape strings (%). Ivars Date: Sun, 16 Mar 2008 01:46:17 +1100 (EST) From: Iain Dooley <[EMAIL PROTECTED]> Subject: Re: inbound s

RE: inbound sms concatenation

2008-03-15 Thread ivars
> Cc: users@kannel.org > Subject: RE: inbound sms concatenation > > > > Does this script work with this UDH (Siemens CX65)? > > > > UDH FOR MSG1: 060804005D0201 > > UDH FOR MSG2: 060804005D0202 > > well, i don't really know but it appears to me that

RE: SMS concatenation problem

2005-05-20 Thread NZ
To be more precise, I want to send SMS longer than 160 chars in _ONE_ http request. Is it possible to do that ?   Thanks.   NZ.   De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de NZ Envoyé : jeudi 19 mai 2005 11:30 À : users@kannel.org Objet : SMS concatenation

Re: SMS concatenation problem

2005-05-20 Thread Mikko Kiesilä
NZ wrote: To be more precise, I want to send SMS longer than 160 chars in _/ONE/_ http request. Is it possible to do that ? Not sure what you are trying to say here, but that is perfectly possible and indeed the the way it happens - if you are talking about the HTTP connection from client softwa

RE: SMS concatenation problem

2005-05-20 Thread NZ
AIL PROTECTED] De la part de Mikko Kiesilä Envoyé : vendredi 20 mai 2005 14:01 À : users@kannel.org Objet : Re: SMS concatenation problem NZ wrote: > To be more precise, I want to send SMS longer than 160 chars in _/ONE/_ > http request. Is it possible to do that ? Not sure what you are trying to s

RE: SMS concatenation problem

2005-05-24 Thread NZ
Up. I still need to know if it's possible or not... :-/ -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de NZ Envoyé : vendredi 20 mai 2005 14:26 À : users@kannel.org Objet : RE: SMS concatenation problem > if you are talking about the HT

Re: SMS concatenation problem

2005-05-24 Thread adi
On Tue, May 24, 2005 at 06:23:54PM +0200, NZ wrote: > I still need to know if it's possible or not... :-/ maybe you could use 'sms-length = ' on your smsbox group. please note that it would have an effect on all group with the same smsbox-id. but, nothing stop you to run several smsboxes with di

RE: SMS concatenation problem

2005-05-25 Thread NZ
Cc : users@kannel.org Objet : Re: SMS concatenation problem On Tue, May 24, 2005 at 06:23:54PM +0200, NZ wrote: > I still need to know if it's possible or not... :-/ maybe you could use 'sms-length = ' on your smsbox group. please note that it would have an effect on all group

Re: SMS concatenation problem

2005-05-25 Thread adi
On Wed, May 25, 2005 at 11:11:47AM +0200, NZ wrote: > Well, I didn't find this option in the userguide. Anyway, > it doesn't seem to change something :( have you tried it out directly? don't waste your time with an assumption. set 'sms-length = 65536' for example. well, yes, it is not documente

RE: SMS concatenation problem

2005-05-25 Thread NZ
Well, I've tried but it changes nothing: several http requests are still made by kannel to send 1 message... Regards, NZ. -Message d'origine- De : adi [mailto:[EMAIL PROTECTED] Envoyé : mercredi 25 mai 2005 13:56 À : NZ Cc : users@kannel.org Objet : Re: SMS concatenation p

Re: SMS concatenation problem

2005-05-25 Thread adi
On Wed, May 25, 2005 at 02:15:09PM +0200, NZ wrote: > Well, I've tried but it changes nothing: several http requests are still > made by kannel to send 1 message... It is still being splitted by bearerbox. I don't know the easy way without touching the code (i.e commenting part of smscconn.c that

RE: SMS concatenation problem

2005-05-26 Thread NZ
Okay nevermind then. Thanks anyway. Regards, Nicolas. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de adi Envoyé : mercredi 25 mai 2005 23:11 À : users@kannel.org Objet : Re: SMS concatenation problem On Wed, May 25, 2005 at 02:15:09PM +020

SMS Concatenation for SMPP

2005-04-25 Thread Ismail Adebayo
Hi all I just installed kannel 1.4.0 on Linux Red Hat ES and want to use it as smsc with smpp connections to operators. a) Does kannel 1.4.0 support long text sms (concatenation) for sending and receiving? b) I want kannel to receive sms and forward it to our http server. Without sending any

Re[2]: inbound sms concatenation

2008-03-15 Thread seikath
i use Kannel bearerbox version `cvs-20070627'. -Original Message- From: Iain Dooley [EMAIL PROTECTED] Sent: 15 Март 2008 г. To: seikath Subject:inbound sms concatenation > hi seik, >> Its in the core config >> sms-combine-concatenated-mo = true > hmmm what v

Re: Re[2]: SMS concatenation?

2005-01-19 Thread Alejandro Guerrieri
Roman, Well, I see the esm_class is 0x43: esm_class: 67 = 0x0043 That's the sum of: #define ESM_CLASS_SUBMIT_STORE_AND_FORWARD_MODE 0x0003 + #define ESM_CLASS_SUBMIT_UDH_INDICATOR0x0040 And that's just fine: Concatenated messages need to set the UDH, so they should ad

Re: SMS Concatenation for SMPP

2005-04-25 Thread Henri Hovi
pport long text sms (concatenation) for sending and receiving? Yes. b) I want kannel to receive sms and forward it to our http server. Without sending any response back to sender. How do I achieve (a) and (b) above? Yes, please read the user manual, it explains pretty good all your issues. b

Re: SMS Concatenation for SMPP

2005-04-25 Thread Aarno Syvänen
Hi, On 25.4.2005, at 10:19, Ismail Adebayo wrote: Hi all I just installed kannel 1.4.0 on Linux Red Hat ES and want to use it as smsc with smpp connections to operators. a) Does kannel 1.4.0 support long text sms (concatenation) for sending and receiving? Yes b) I want kannel to receive sms and

Re: SMS Concatenation for SMPP

2005-04-25 Thread Ismail Adebayo
keyword. I have tried all config options but no success. Thanks. Ismail - Original Message - From: "Aarno Syvänen" <[EMAIL PROTECTED]> To: "Ismail Adebayo" <[EMAIL PROTECTED]> Cc: Sent: Monday, April 25, 2005 12:36 PM Subject: Re: SMS Concatenation for SMPP

Re: SMS Concatenation for SMPP

2005-04-26 Thread Ismail Adebayo
Kalle Marjola" <[EMAIL PROTECTED]> To: "Ismail Adebayo" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 26, 2005 12:48 PM Subject: Re: SMS Concatenation for SMPP > On Mon, 2005-04-25 at 20:43, Ismail Adebayo wrote: > > > When I rece

Re: SMS Concatenation for SMPP

2005-04-27 Thread Kalle Marjola
> Kannel receives each part of my long message as separate sms with no > indication that there exists any other part. Hence if I send an sms request > to kannel that is longer than 160char, kannel will receive the first part > with the keyword. Other parts are received as separate sms with neither

Re: SMS Concatenation for SMPP

2005-05-01 Thread Ismail Adebayo
). But the message are neither queued nor sent by bearer box. Is this the normal operation of Kannel? Ismail - Original Message - From: "Kalle Marjola" <[EMAIL PROTECTED]> To: "Ismail Adebayo" <[EMAIL PROTECTED]> Cc: "Kannel-users" Sent: Wednesda

Re: SMS Concatenation for SMPP - SMSC routing

2005-05-03 Thread Ismail Adebayo
PROTECTED]>; "'Kalle Marjola'" <[EMAIL PROTECTED]> Cc: "'Kannel-users'" Sent: Monday, May 02, 2005 2:29 AM Subject: RE: SMS Concatenation for SMPP > Ismail, > > Kannel has a store file that you can set in your config. This file would > contai