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
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
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
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
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
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
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
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
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,
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
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
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
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
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]:
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
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
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
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:/
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
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
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
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
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
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
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
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
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
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
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
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.
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)
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
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
33 matches
Mail list logo