[Devel] [ openser-Patches-1522820 ] fifo_server.php updates

2006-07-14 Thread SourceForge.net
Patches item #1522820, was opened at 2006-07-14 22:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1522820&group_id=139143 Please note that this message will contain a full co

[Devel] [ openser-Bugs-1522152 ] AMD64 installation directory

2006-07-14 Thread SourceForge.net
Bugs item #1522152, was opened at 2006-07-13 22:37 Message generated for change (Settings changed) made by goestelecom You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522152&group_id=139143 Please note that this message will contain a full copy of the co

[Devel] [ openser-Bugs-1522180 ] openser_postgresql.sh create error

2006-07-14 Thread SourceForge.net
Bugs item #1522180, was opened at 2006-07-13 23:08 Message generated for change (Settings changed) made by goestelecom You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522180&group_id=139143 Please note that this message will contain a full copy of the co

[Devel] [ openser-Bugs-1522182 ] Postgres errors during installation

2006-07-14 Thread SourceForge.net
Bugs item #1522182, was opened at 2006-07-13 23:11 Message generated for change (Settings changed) made by goestelecom You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522182&group_id=139143 Please note that this message will contain a full copy of the co

[Devel] [ openser-Bugs-1522303 ] Postgres - incorrect permissions after initial install

2006-07-14 Thread SourceForge.net
Bugs item #1522303, was opened at 2006-07-14 04:27 Message generated for change (Settings changed) made by goestelecom You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522303&group_id=139143 Please note that this message will contain a full copy of the co

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

2006-07-14 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/07/14 12:59:39 PDT OpenSER CVS - Commit Details Modified files: scripts postgresqldb.sh Commit Log: small typo fixed Revision ChangesPath 1.34 +7 -5 sip-server/scripts/postgresqldb.sh [ http://openser.cvs.sourceforg

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

2006-07-14 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/07/14 10:28:57 PDT OpenSER CVS - Commit Details Modified files: scripts postgresqldb.sh Commit Log: Applied path for correcting syntax from MySQL to Postgres: - moved INDEX creation out of CREATE table statement into CREATE INDEX (us

[Devel] CVS commitlog: sip-server/modules/usrloc README sip-server/modules/usrloc/doc usrloc_user.sgml

2006-07-14 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/07/14 09:32:47 PDT OpenSER CVS - Commit Details Modified files: modules/usrloc README modules/usrloc/doc usrloc_user.sgml Commit Log: - doc updated with new hash_size parameter Revision ChangesPath 1.9 +18 -2 sip-server/mod

[Devel] CVS commitlog: sip-server/modules/usrloc dlist.c udomain.c ul_mod.c ul_mod.h

2006-07-14 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/07/14 09:27:23 PDT OpenSER CVS - Commit Details Modified files: modules/usrloc dlist.c udomain.c ul_mod.c ul_mod.h Commit Log: - hash_size - new parameter to tune the size of usrloc hash table - the number of entries in the hash is 2^hash_size (e.g,

[Devel] [ openser-Bugs-1522303 ] Postgres - incorrect permissions after initial install

2006-07-14 Thread SourceForge.net
Bugs item #1522303, was opened at 2006-07-14 04:27 Message generated for change (Comment added) made by goestelecom You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522303&group_id=139143 Please note that this message will contain a full copy of the comme

[Devel] [ openser-Bugs-1522182 ] Postgres errors during installation

2006-07-14 Thread SourceForge.net
Bugs item #1522182, was opened at 2006-07-14 01:11 Message generated for change (Comment added) made by klaus_darilion You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522182&group_id=139143 Please note that this message will contain a full copy of the co

Re: [Devel] New openserctlrc

2006-07-14 Thread Bogdan-Andrei Iancu
Hi Norm, in the openser DB interface, the DB type is actually defined by the DB module to be used. So if starts with "mysql://" it will try to load mysqlSo you cannot change from postgres to pgsql because the openser module is named postgres and not pqsql. regards, bogdan Norman Brandi

[Devel] CVS commitlog: sip-server/modules/usrloc README sip-server/modules/usrloc/doc usrloc_user.sgml

2006-07-14 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/07/14 07:24:38 PDT OpenSER CVS - Commit Details Modified files: modules/usrloc README modules/usrloc/doc usrloc_user.sgml Commit Log: - doc updated with new fetch_rows parameter Revision ChangesPath 1.8 +18 -0 sip-server/mo

Re: [Devel] New openserctlrc

2006-07-14 Thread Norman Brandinger
I'm more confused now, is this a bug ? Replaced postgres:// with pgsql:// and upon startup the following errors were thrown: openser[8609]: bind_dbmod: Module pgsql does not export db_use_table function openser[8609]: ERROR: uridb_db_bind: unable to bind to the database module openser[8609]:

Re: [Devel] New openserctlrc

2006-07-14 Thread Daniel-Constantin Mierla
Hello, On 07/14/06 17:15, Norman Brandinger wrote: I would like to suggest that the DBENGINE=PGSQL be replaced with POSTGRES in the new openserctlrc configuration file. ok, actually at this moment you can use any of the following: PGSQL , pgsql, postgres, postgresql For mysql is: MYSQL mysql

Re: [Devel] kdevelop ?

2006-07-14 Thread Javier Ramirez
 I don't undestand. How attach/debug openser ?   best regards         Javier,The problem is kdevelop must debug (attach its self to) a main process and the modules in OpenSER/SER ae dynamically loaded libraries (*.so = shared object) To debug the module code, you must attach/debug openser t

Re: [Devel] New openserctlrc

2006-07-14 Thread alex
On Fri, 14 Jul 2006, Norman Brandinger wrote: > I would like to suggest that the DBENGINE=PGSQL be replaced with > POSTGRES in the new openserctlrc configuration file. > > The reason for this is that within the OpenSER configuration file, > module parameters can be specified as below: > > for My

[Devel] New openserctlrc

2006-07-14 Thread Norman Brandinger
I would like to suggest that the DBENGINE=PGSQL be replaced with POSTGRES in the new openserctlrc configuration file. The reason for this is that within the OpenSER configuration file, module parameters can be specified as below: for MySQL: mysql:// and for Postgres: postgres:// NOT: pgsql:/

[Devel] CVS commitlog: sip-server/db db.c db.h db_cap.h db_res.h sip-server/modules/mysql db_con.c db_mod.c dbase.c dbase.h my_con.c my_con.h res.c res.h row.c row.h sip-server/modules/usrloc udomain.

2006-07-14 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/07/14 07:13:00 PDT OpenSER CVS - Commit Details Modified files: db db.c db.h db_cap.h db_res.h modules/mysqldb_con.c db_mod.c dbase.c dbase.h my_con.c my_con.h res.c res.h row.c row.h modules/usrloc

Re: [Devel] Limit calls

2006-07-14 Thread Bogdan-Andrei Iancu
Hi Klaus, Klaus Darilion wrote: Henrique Ciriaco wrote: Hi All, I'd like to know if there is any way to limit the number of calls of a certain username. short answer: no long answer: openser is not statefull, thus openser does not know if a user is currently calling or not. You could u

[Devel] [ openser-Bugs-1522303 ] Postgres - incorrect permissions after initial install

2006-07-14 Thread SourceForge.net
Bugs item #1522303, was opened at 2006-07-14 04:27 Message generated for change (Comment added) made by goestelecom You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522303&group_id=139143 Please note that this message will contain a full copy of the comme

Re: [Devel] Limit calls

2006-07-14 Thread Bogdan-Andrei Iancu
Hi Henrique, for the moment you can do a number of calls limitation only at general level - all calls through the proxy'; this can be done via the dialog module. limitation per user or per any other criteria is not yet available, but I plan to added for the next release. Regards, Bogdan

Re: [Devel] Limit calls

2006-07-14 Thread Klaus Darilion
Henrique Ciriaco wrote: Hi All, I'd like to know if there is any way to limit the number of calls of a certain username. short answer: no long answer: openser is not statefull, thus openser does not know if a user is currently calling or not. You could use the statistics module of the dial

[Devel] Limit calls

2006-07-14 Thread Henrique Ciriaco
Hi All,I'd like to know if there is any way to limit the number of calls of a certain username. Best Regards,Henrique Ciriaco ___ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel

[Devel] [ openser-Bugs-1512700 ] RR: add_rr_param does not work properly with branches

2006-07-14 Thread SourceForge.net
Bugs item #1512700, was opened at 2006-06-26 16:11 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1512700&group_id=139143 Please note that this message will contain a full copy of the c

[Devel] [ openser-Bugs-1522152 ] AMD64 installation directory

2006-07-14 Thread SourceForge.net
Bugs item #1522152, was opened at 2006-07-14 01:37 Message generated for change (Comment added) made by miconda You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522152&group_id=139143 Please note that this message will contain a full copy of the comment t

[Devel] [ openser-Bugs-1522379 ] OPTIONS reply containing broken Supported: header

2006-07-14 Thread SourceForge.net
Bugs item #1522379, was opened at 2006-07-14 10:50 Message generated for change (Comment added) made by miconda You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522379&group_id=139143 Please note that this message will contain a full copy of the comment t

[Devel] CVS commitlog: sip-server/modules/options mod_options.h

2006-07-14 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/07/14 01:47:40 PDT OpenSER CVS - Commit Details Modified files: modules/options mod_options.h Commit Log: - proper name for supported header (reported by Olaf Bergmann) - closes item #1522379 Revision ChangesPath 1.2 +3 -3 sip-s

[Devel] CVS commitlog: sip-server/modules/options mod_options.h

2006-07-14 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/07/14 01:47:15 PDT OpenSER CVS - Commit Details Modified files:(Branch: rel_1_1_0) modules/options mod_options.h Commit Log: - proper name for supported header (reported by Olaf Bergmann) - closes item #1522379 Revision ChangesPat

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

2006-07-14 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/07/14 01:39:09 PDT OpenSER CVS - Commit Details Modified files:(Branch: rel_1_1_0) .resolve.c Commit Log: - fixed memory leak in DNS resolver when overflow happens (credits to Juha Heinanen) Revision ChangesPath 1.11.

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

2006-07-14 Thread Daniel-Constantin Mierla
User: miconda Date: 2006/07/14 01:35:52 PDT OpenSER CVS - Commit Details Modified files: .Makefile.defs resolve.c Commit Log: - development version increased to 1.2.0-dev0 - fixed memory leak in DNS resolver when overflow happens (credits to Juha Heinanen)

[Devel] [ openser-Bugs-1522379 ] OPTIONS reply containing broken Supported: header

2006-07-14 Thread SourceForge.net
Bugs item #1522379, was opened at 2006-07-14 09:50 Message generated for change (Settings changed) made by obgm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522379&group_id=139143 Please note that this message will contain a full copy of the comment t

[Devel] [ openser-Bugs-1522379 ] OPTIONS reply containing broken Supported: header

2006-07-14 Thread SourceForge.net
Bugs item #1522379, was opened at 2006-07-14 09:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522379&group_id=139143 Please note that this message will contain a full copy