[patch] bearerbox acknowledged sendsms (fixed)

2004-12-15 Thread Kalle Marjola
Attached is a patch to CVS head which makes smsbox sendsms wait until bearerbox has received the SMS, thus avoiding possibility to lose messages if system goes down between http-request and before bearerbox receives the SMS to store it. The patch also gives better information on what happened to

Re: [patch] bearerbox acknowledged sendsms (fixed)

2004-12-15 Thread Kalle Marjola
(patch attached) Why am I using this FC2 when all it causes is problems.. -- Kalle Marjola ::: Development ::: Helsinki ::: Enpocket ? access.log ? check.log.new ? check_bb.log ? check_bb.tmp ? check_fake.log ? check_headers.log ? check_http.log ? check_http_list.log ? check_http_server.log ?

Segmentation fault

2004-12-15 Thread Shashi Anand B
I am encountering segmentation fault due to address out of bounds in seems_valid_real function of octstr.c. The address of the octstr string in the calling function octstr_duplicate is alright. However, the call to seems_valid_real function generates the segmentation fault. Here is the

AW: Segmentation fault

2004-12-15 Thread Pommnitz, Jörg
0x13 clearly points into the unmapped page and cannot be a valid pointer. -Ursprüngliche Nachricht- Von: Shashi Anand B [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 15. Dezember 2004 15:13 An: [EMAIL PROTECTED] Betreff: Segmentation fault I am encountering segmentation fault due to

AW: AW: Segmentation fault

2004-12-15 Thread Pommnitz, Jörg
Not really, but the zero page of every process is not mapped. That's why you get a SEGV when dereferencing a NULL-pointer. 0x13 clearly points into the zero page. -Ursprüngliche Nachricht- Von: Guillaume Cottenceau [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 15. Dezember 2004 16:10

Re: Abt Development Guide

2004-12-15 Thread Arne K. Haaje
onsdag 15. desember 2004, 13:16, skrev Aluru Rajeswari: Hello sir,                 U told that you would send  me  a copy of developer's guideof SMS kannel .But so far i have not received .Plz send me as early as possible as  i have to work on  that. As far as I know there is no developers

per message (or per user) source npi and ton settings

2004-12-15 Thread Pavel Volkovitskiy
Hello Is it possible to use not per smsc but per message source-addr ton npi? i.e. if i send message with sender 'blabla' i have to use source-addr-ton = 5 and source-addr-npi = 0 but if i send it with sender = '12345678901' i have to use source-addr-ton = 1 and source-addr-npi = 1 Is it

[REQ] Kannel on FreeBSD? anyone?

2004-12-15 Thread Stipe Tolj
Hi list, Kannel has currently no package maintainer for the FreeBSD port, and it seems also that Kannel is broken on the FreeBSD alpha64 platform. Anyone here in the list that has a vital connection/access to an FreeBSD alpha64 machine and could grant the Kannel group/developers access to it

unsubscribe

2004-12-15 Thread Serpil Dogan

Re: [patch] bearerbox acknowledged sendsms (fixed)

2004-12-15 Thread Enver ALTIN
Hi Kalle, On Wed, 2004-12-15 at 11:02 +0200, Kalle Marjola wrote: As there was debate on how this system should be used, this patch now introduces 'immediate-sendsms-reply' boolean config value for smsbox. As it is false by default, it means that this new behaviour is _default_ and is a

Re: AW: Segmentation fault

2004-12-15 Thread Guillaume Cottenceau
Pommnitz, Jörg jpo 'at' condat.de writes: 0x13 clearly points into the unmapped page and cannot be a valid pointer. do you have any reference about the pages organization of the linux kernel? -- Guillaume Cottenceau