[Devel] CVS commitlog: sip-server dset.c dset.h sip-server/modules/lcr lcr_mod.c sip-server/modules/permissions permissions.c sip-server/modules/tm t_fwd.c

2005-08-31 Thread Juha Heinanen
bogdan, i tried to modify request-uri in branch route block. after modification, xlog on $ru showed that request-uri was changed, but still the old uri, rather than the modified one, was sent out on wire. is it supposed to be possibly to modify r-uri in branch route block? -- juha

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

2005-08-31 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2005/08/31 13:08:31 PDT OpenSER CVS - Commit Details Modified files: .action.c action.h modules/tm t_fwd.c t_reply.c Commit Log: "drop" statement has special meaning in some route types (by default it's equivalent to "exit

Re: [Devel] Impact of lack of db_replace in postgres module

2005-08-31 Thread Daniel-Constantin Mierla
Hello, On 08/31/05 13:10, Franz Wu wrote: > Hi > I'm trying to use postgresql as db backend for CVS HEAD. When OpenSER > boots, it reports > > find_mod_export: in module postgres not found > > However, this seems not a FATAL error. The daemon goes on running. > > After comparing between postgres

Re: [Devel] Impact of lack of db_replace in postgres module

2005-08-31 Thread Klaus Darilion
Hi Franz! I do not know what db_replace is for. We use here postgres now since 2 years without problems. As long as postgres is up and running ser is running fine. Nevertheless, there are sure some parts of the postgres module which need review. Once I studied ser cvs and mysql commits and there

Re: [Devel] Correction on scripts/postgresqldb.sh

2005-08-31 Thread Klaus Darilion
Done! Thanks klaus Franz Wu wrote: > Hi > I'm a newbie to this list. I'd like to point out two lines should be > modified for the script to run. > > Platform: Redhat 9/ Celeron 1.2G & Debian/ Celeron 1.2G > OpenSER version: CVS snapshot openser-devel-cvs-20050828-062752.tgz > File: scripts/post

[Devel] CVS commitlog: sip-server/scripts postgresqldb.sh

2005-08-31 Thread Klaus Darilion
User: klaus_darilion Date: 2005/08/31 03:51:16 PDT OpenSER CVS - Commit Details Modified files: scripts postgresqldb.sh Commit Log: - fixed bugs (reported by Franz Wu) Revision ChangesPath 1.4 +6 -3 sip-server/scripts/postgresqldb.sh [ http://c

[Devel] Impact of lack of db_replace in postgres module

2005-08-31 Thread Franz Wu
Hi I'm trying to use postgresql as db backend for CVS HEAD. When OpenSER boots, it reports find_mod_export: in module postgres not found However, this seems not a FATAL error. The daemon goes on running. After comparing between postgres / mysql / db, I found that db_replace function is not

[Devel] CVS commitlog: sip-server cfg.y

2005-08-31 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2005/08/31 02:51:45 PDT OpenSER CVS - Commit Details Modified files: .cfg.y Commit Log: - additional check to prevent routeing tables overwritting (multiple definition of same route number) Revision ChangesPath 1.13 +

Re: [Devel] CVS commitlog: sip-server dset.c dset.h sip-server/modules/lcr lcr_mod.c sip-server/modules/permissions permissions.c sip-server/modules/tm t_fwd.c

2005-08-31 Thread Bogdan-Andrei Iancu
yepmy mistake..I missed to commit this file also... thanks bogdan Daniel-Constantin Mierla wrote: Thanks for the patch. It seems that was forgotten to be updated yesterday. It is now on cvs. Daniel ___ Devel mailing list Devel@openser.org ht

Re: [Devel] Correction on scripts/postgresqldb.sh

2005-08-31 Thread Daniel-Constantin Mierla
Hello, On 08/31/05 06:05, Franz Wu wrote: > Hi > I'm a newbie to this list. I'd like to point out two lines should be > modified for the script to run. > > Platform: Redhat 9/ Celeron 1.2G & Debian/ Celeron 1.2G > OpenSER version: CVS snapshot openser-devel-cvs-20050828-062752.tgz > File: scripts

Re: [Devel] CVS commitlog: sip-server dset.c dset.h sip-server/modules/lcr lcr_mod.c sip-server/modules/permissions permissions.c sip-server/modules/tm t_fwd.c

2005-08-31 Thread Daniel-Constantin Mierla
Thanks for the patch. It seems that was forgotten to be updated yesterday. It is now on cvs. Daniel On 08/31/05 08:39, Juha Heinanen wrote: items.c was updated to use the new style branch iteration. patch is enclosed. -- juha *** /usr/src/orig/openser/HEAD/sip-server/items.c 2005-08

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

2005-08-31 Thread Daniel-Constantin Mierla
User: miconda Date: 2005/08/31 02:06:39 PDT OpenSER CVS - Commit Details Modified files: .Makefile.defs items.c Commit Log: - updated to new style of branch iterator (credits to Juha Heinanen) Revision ChangesPath 1.16 +2 -2 sip-server/Makef

Re: [Devel] Correction on scripts/postgresqldb.sh

2005-08-31 Thread Klaus Darilion
Hi Franz! Thanks for reporting - I will take care of it! klaus Franz Wu wrote: > Hi > I'm a newbie to this list. I'd like to point out two lines should be > modified for the script to run. > > Platform: Redhat 9/ Celeron 1.2G & Debian/ Celeron 1.2G > OpenSER version: CVS snapshot openser-devel