Re: segmentation fault

2002-02-15 Thread Peter Löfman
Hi Angel, yes I figured that out already ;-) Is it fixed in current cvs? Have a nice weekend everybody! /Peter Lofman - Original Message - From: "Angel Fradejas" <[EMAIL PROTECTED]> To: "Peter Löfman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 5:26 PM S

RE: segmentation fault

2002-02-15 Thread Angel Fradejas
Peter, take a look at my recent posts about "smsbox_req_sendota broken?". I guess that is the problem. Angel Fradejas. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Peter Löfman Enviado el: lunes 11 de febrero de 2002 19:41 Para: [EMAIL PROTECTED] Asunto

PDU to 7-bit

2002-02-15 Thread steve
I know this sounds rather newbie, please someone have the patience to refer me to a document at least. I've got 8-bit PDU's already constructed and ready to send to telephones. Logos, tunes, EMS, you name it. Kannel sends as UDH + 7-bit text, split into SMS. Or does it? Is there a set of conf

Re: I don't want to run bearerbox as root

2002-02-15 Thread Alexei Pashkovsky
Stipe, what other languages do you speak ? Did St.Valentine's day impressed you that much ? Lol :) - Original Message - From: "Stipe Tolj" <[EMAIL PROTECTED]> To: "Miroslav Vrankic" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 9:02 AM Subject: Re: I don't w

Re: smsbox_req_sendota broken?

2002-02-15 Thread Stipe Tolj
Angel Fradejas wrote: > > I see the point Stipe, thanks for your response. But before calling > ota_tokenize_ we have all this > > smsc = http_cgi_variable(list, "smsc"); > if (urltrans_forced_smsc(t)) { > msg->sms.smsc_id = octstr_duplicate(urltrans_forced_smsc(t)); >

Re: I don't want to run bearerbox as root

2002-02-15 Thread Stipe Tolj
Miroslav Vrankic wrote: > > We are using Kannel 0.10.3. ajme meni, zar koristite taku statu verziu :)) -- najbolje uzmite trenutno CVS stablo, koje je najbolje sta se tice stabiliteta. (some croatian for those who are interested :) Stipe [EMAIL PROTECTED] -

Re: I don't want to run bearerbox as root

2002-02-15 Thread Miroslav Vrankic
We are using port 13000. Miroslav - Original Message - From: "Oded Arbel" <[EMAIL PROTECTED]> To: "Miroslav Vrankic" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 1:36 PM Subject: RE: I don't want to run bearerbox as root > It depends on your port configurati

RE: Precedence of faked-sender, global-sender, from

2002-02-15 Thread Angel Fradejas
What about this? I need to know if this is a bug or not, given the kind of things I'm trying to add to Kannel. With two different logics, it would be extremely difficult to implement without breaking compatibility. -Mensaje original-De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: smsbox_req_sendota broken?

2002-02-15 Thread Angel Fradejas
I see the point Stipe, thanks for your response. But before calling ota_tokenize_ we have all this smsc = http_cgi_variable(list, "smsc"); if (urltrans_forced_smsc(t)) { msg->sms.smsc_id = octstr_duplicate(urltrans_forced_smsc(t)); if (smsc) info(0, "send-s

Re: I don't want to run bearerbox as root

2002-02-15 Thread David Holland
On Fri, Feb 15, 2002 at 01:24:43PM +0100, Miroslav Vrankic wrote: > When we tried to run bearerbox as user "kannel" other boxes could not > connect to it. You didn't attach your config file (or log file), but from this line: > CONF=/usr/local/bin/m20.conf it looks like you're using a Siemens M2

RE: I don't want to run bearerbox as root

2002-02-15 Thread Oded Arbel
It depends on your port configuration - non-root processes cannot open ports under 1024. we have been running Kannel as a single user successfuly on a number of linux machines. Oded Arbel m-Wise Inc. [EMAIL PROTECTED] -- The widest thing in the universe is not space, it is the potential capacity

I don't want to run bearerbox as root

2002-02-15 Thread Miroslav Vrankic
We are using Kannel 0.10.3. For security reasons we are trying to run all kannel boxes as nobody (or any non root, for example "kannel"). There is no problem with sms and wap boxes. They are runnning as user "kannel". When we tried to run bearerbox as user "kannel" other boxes could not connect t