Re: [Devel] items and avpops

2006-02-10 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > This is going to be available soon. I am currently working in merging > the parameter format of avpops functions to pseudo-variables. daniel, sounds very good, -- juha ___ Devel mailing list Devel@openser.org ht

[Devel] CVS commitlog: sip-server/modules/avpops avpops_impl.c sip-server/modules/registrar save.c sip-server/modules/usrloc ucontact.c ucontact.h udomain.c

2006-02-10 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/02/10 15:06:22 PST OpenSER CVS - Commit Details Modified files: modules/avpops avpops_impl.c modules/registrarsave.c modules/usrloc ucontact.c ucontact.h udomain.c Commit Log: - received field changed from str* to str - adjusted d

Re: [Devel] avpops updates

2006-02-10 Thread Dan Pascu
On Friday 10 February 2006 21:44, Daniel-Constantin Mierla wrote: > - avps and hdrs pseudo-variables can have dynamic names: > -$avp($pvar) refers to the avp having the name the value of $pvar > -$hdr($pvar) refers to the hdr having the name the value of $pvar It's not clear from this desc

Re: [Devel] avpops updates

2006-02-10 Thread Dan Pascu
On Friday 10 February 2006 21:44, Daniel-Constantin Mierla wrote: > - $avp($aliasid) - refers to the avp defined by avp alias 'aliasid' > -$avp($pvar) refers to the avp having the name the value of $pvar These 2 seem to conflict with each other. They look exactly the same but claim to yie

[Devel] CVS commitlog: sip-server/modules/avpops avpops.c avpops_impl.c

2006-02-10 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/02/10 14:01:10 PST OpenSER CVS - Commit Details Modified files: modules/avpops avpops.c avpops_impl.c Commit Log: -more debug messages Revision ChangesPath 1.18 +9 -9 sip-server/modules/avpops/avpops.c [ http://cvs.sourceforge

[Devel] CVS commitlog: sip-server items.c

2006-02-10 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/02/10 14:00:02 PST OpenSER CVS - Commit Details Modified files: .items.c Commit Log: - fixed conflict between avp aliases and pvar names Revision ChangesPath 1.24 +74 -38sip-server/items.c [ http://cvs.sourceforge

Re: [Devel] OpenSER sometimes goes down.

2006-02-10 Thread Sebastian Zaprzalski
Hi Bogdan I think that it's not typical crash, becouse usually the last message is: "/usr/local/sbin/openser[19521]: WARNING: destroy_fifo: cannot delete fifo (/var/tmp/ser_fifo): Operation not permitted", and I don't have any core dumps. It looks like almost normal stopping the application. Y

[Devel] CVS commitlog: sip-server items.c

2006-02-10 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/02/10 12:33:52 PST OpenSER CVS - Commit Details Modified files: .items.c Commit Log: - fix when using avp aliases Revision ChangesPath 1.23 +16 -3 sip-server/items.c [ http://cvs.sourceforge.net/viewcvs.py/openser

[Devel] avpops updates

2006-02-10 Thread Daniel-Constantin Mierla
Hello, the avpops module was refurbished to benefit better of pseudo-variables. In addition, the avp and hdr pseudo-variables can have dynamic names. Here are some details: - all parameters being avp names in avpops functions MUST be specified in the same format as pseudo-variables: - $

[Devel] CVS commitlog: sip-server/modules/tm t_fwd.c

2006-02-10 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/02/10 11:16:54 PST OpenSER CVS - Commit Details Modified files: modules/tm t_fwd.c Commit Log: -slightly better fix on the transaction leak issue Revision ChangesPath 1.21 +2 -2 sip-server/modules/tm/t_fwd.c [ http://c

[Devel] CVS commitlog: sip-server/modules/tm t_fwd.c

2006-02-10 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/02/10 11:15:24 PST OpenSER CVS - Commit Details Modified files:(Branch: rel_1_0_0) modules/tm t_fwd.c Commit Log: backport: - bug fixed - transactions that gave error during relay stick into memory for ever. This memory leak occ

[Devel] CVS commitlog: sip-server/modules/tm t_funcs.c t_fwd.c

2006-02-10 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/02/10 11:08:46 PST OpenSER CVS - Commit Details Modified files: modules/tm t_funcs.c t_fwd.c Commit Log: -bug fixed - transactions that gave error during relay stick into memory for ever. This memory leak occures only when using directly fro

[Devel] CVS commitlog: sip-server Makefile.defs items.c items.h re.c serialize.c statistics.c usr_avp.c usr_avp.h sip-server/modules/acc acc.c acc_extra.c diam_message.c sip-server/modules/auth aaa_av

2006-02-10 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/02/10 10:55:49 PST OpenSER CVS - Commit Details Modified files: .Makefile.defs items.c items.h re.c serialize.c statistics.c usr_avp.c usr_avp.h modules/acc acc.c acc_extra.c di

Re: [Devel] OpenSER sometimes goes down.

2006-02-10 Thread Derek
Here is the request. The problem is the initial invite to a third party SIP proxy has the tgrp="NXT-LAB-TORO-3" in the Contact:. When that device initiates a call on behalf of the first call, it copies the Contact: to the From:. Is it also not valid to have ["] in the Contact: uri? Here is

Re: [Devel] OpenSER sometimes goes down.

2006-02-10 Thread Bogdan-Andrei Iancu
Hi Derek, ["] char may appear in TO or FROM but only as quoter for the display name - if you have the request, you may post it to see if there are any problems. regards, bogdan Derek wrote: On a related note, is it valid to have character ["] in the To: or From: header? I am receiving the

Re: [Devel] OpenSER sometimes goes down.

2006-02-10 Thread Bogdan-Andrei Iancu
Hi Sebastian, just to bring more light - by going down you mean crashing? if crashing what are the logs during the shutdown (any signal reported)...was core dumped ? any other logs following the messages you already posted? thanks and regards, bogdan Sebastian Zaprzalski wrote: Hello It'

[Devel] Re: [Users] REMINDER: TM functions

2006-02-10 Thread Bogdan-Andrei Iancu
ok - the clean-up was completed - old function were removed, being replaced by the NAPTR enabled ones. for the descriptions and exact prototypes, please see the online doc of TM: http://openser.org/docs/modules/1.1.x/tm.html regards, bogdan Bogdan-Andrei Iancu wrote: Hi, this is reminder

[Devel] CVS commitlog: sip-server/modules/tm README tm.c tm_load.h sip-server/modules/tm/doc tm_user.sgml

2006-02-10 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/02/10 04:06:12 PST OpenSER CVS - Commit Details Modified files: modules/tm README tm.c tm_load.h modules/tm/doc tm_user.sgml Commit Log: - old TM functions removed Revision ChangesPath 1.12 +79 -176 sip-server/modu

Re: [Devel] OpenSER sometimes goes down.

2006-02-10 Thread Sebastian Zaprzalski
Hello It's not easy to reproduce the situation, cause we have about 4000 registered users on server, but I've add a xlog in config file for logging INVITE requests. Today we had a problem with openser once again. This is a log with INVITE (I've replaced some data by 'x' sign): Feb 10 09:04:5

[Devel] CVS commitlog: sip-server/modules/lcr lcr_mod.c

2006-02-10 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/02/10 03:02:09 PST OpenSER CVS - Commit Details Modified files: modules/lcr lcr_mod.c Commit Log: - un-used include removed Revision ChangesPath 1.22 +1 -2 sip-server/modules/lcr/lcr_mod.c [ http://cvs.sourceforge.net/v