Re: PANIC in wapbox (Too many immutable strings.)

2003-10-20 Thread David Chkhartishvili
Hi Stipe, Slava, List, my compile flags are: --disable-ssl --disable-docs --disable-assertions. I have no debugging enabled for wmls compiler. >>Kannel limits maximum count for immutable octstr. It limited in octstr.c >>to 1024 (#define MAX_IMMUTABLES 1024). >>So _this_ limit has been exceeded by

Re: PANIC in wapbox (Too many immutable strings.)

2003-10-20 Thread Vjacheslav Chekushin
Hi, list. IMHO PANIC goes not from malloc allocation, but from immutable octstr. Kannel limits maximum count for immutable octstr. It limited in octstr.c to 1024 (#define MAX_IMMUTABLES 1024). So _this_ limit has been exceeded by gateway. Solution: either increase limit, either descrese immutable o

RE: Is it possible...

2003-10-20 Thread Rene Kluwen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 True, I kind of figured that myself, looking at the source if I could write a patch. To clarify why I would want this: The reason that I want to know the message ID is because I also use a http interface to connect to the same sms gateway. This inter

Re: How to communicate with vendor specific mobile stations

2003-10-20 Thread Stipe Tolj
corret, Kannel as a WAP gateway receives/sends UDP packets over IP to the device. Hence the device has to establish an IP session before transmitting and receiving of WDP (UDP) datagrams. Stipe mailto:[EMAIL PROTECTED] --- Wapme Sys

Re: PANIC in wapbox (Too many immutable strings.)

2003-10-20 Thread Stipe Tolj
> I've experienced PANIC in latest CVS wapbox. unfortubately I have no > debug log, but can supply log with level 1 (if it helps): did you compile Kannel with debugging on? Beware that the debug version of the malloc wrappers have only a certain "room" to address. Stipe mailto:[EMAIL PROTECTED]

Re: Is it possible...

2003-10-20 Thread Stipe Tolj
Rene Kluwen wrote: > > ...to inquire the SMPP Message ID that my smsc returns??? > I am thinking of some kind of variable that is given in the dlr-url. > > This, in case I want to do a query_sm to that message later. as Kannel does protocoll abstraction as much as possible, this is currently not

Re: [PATCH] fix for race condition in the alog and log

2003-10-20 Thread Alexander Malysh
Hi List, FYI: just commited to cvs... On Tuesday 14 October 2003 15:31, Alexander Malysh wrote: > Hi List, > > attched patch should fix race conditions in the accesslog and log module > while reopening from log files. Patch just add reader/writer lock and make > sure that writer are locked while

Re: [FYI] billing identifier/information proxying

2003-10-20 Thread Stipe Tolj
> I think it's nice if we could specify billing info using > X-Kannel-BInfo header from sms-service. > > I'm not sure about smsc_http.c ... is that correct? > > Diff output from latest cvs attached. definetly +1. Applied to cvs. Thanks a lot. Stipe mailto:[EMAIL PROTECTED] ---

PANIC in wapbox (Too many immutable strings.)

2003-10-20 Thread David Chkhartishvili
Hi list, I've experienced PANIC in latest CVS wapbox. unfortubately I have no debug log, but can supply log with level 1 (if it helps): 2003-10-16 10:34:21 [11] ERROR: Error reading from fd 41: 2003-10-16 10:34:21 [11] ERROR: System error 131: Connection reset by peer 2003-10-16 10:34:35 [7] INF

Re: MMS question

2003-10-20 Thread Alex Brickwedde
Jörg Pommnitz wrote: Hi List, working on a MMS client implemenation I found something perplexing. When I send a MMS to the phone number of the client I get a plain-text SMS message that instructs me how to download the MMS body. That's nice, but what I really want is the M-Notification.ind. Does a