[OpenSER-Devel] [ openser-Bugs-1862988 ] openserctl add fails if serweb tables are installed

2008-01-07 Thread SourceForge.net
Bugs item #1862988, was opened at 2008-01-03 10:18 Message generated for change (Comment added) made by klaus_darilion You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=743020aid=1862988group_id=139143 Please note that this message will contain a full copy of the

[OpenSER-Devel] SF.net SVN: openser: [3506] trunk

2008-01-07 Thread Henning Westerholt
Revision: 3506 http://openser.svn.sourceforge.net/openser/?rev=3506view=rev Author: henningw Date: 2008-01-07 06:26:27 -0800 (Mon, 07 Jan 2008) Log Message: --- further cleanups in core database API - move use_table and close function for SQL DBs to core - move query,

[OpenSER-Devel] [ openser-Bugs-1864152 ] dialog module causes OpenSER to stop processing requests

2008-01-07 Thread SourceForge.net
Bugs item #1864152, was opened at 2008-01-04 14:42 Message generated for change (Comment added) made by intralanman You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=743020aid=1864152group_id=139143 Please note that this message will contain a full copy of the comment

Re: [OpenSER-Devel] SF.net SVN: openser: [3506] trunk

2008-01-07 Thread Henning Westerholt
On Monday 07 January 2008, Henning Westerholt wrote: Revision: 3506 http://openser.svn.sourceforge.net/openser/?rev=3506view=rev Author: henningw Date: 2008-01-07 06:26:27 -0800 (Mon, 07 Jan 2008) Hi Norman, this commit removes your change to the postgres driver in rev 1220:

[OpenSER-Devel] SF.net SVN: openser: [3508] branches/1.3/modules/carrierroute

2008-01-07 Thread Henning Westerholt
Revision: 3508 http://openser.svn.sourceforge.net/openser/?rev=3508view=rev Author: henningw Date: 2008-01-07 07:59:00 -0800 (Mon, 07 Jan 2008) Log Message: --- - backport from trunk, rev 3507, improve documentation Revision Links: --

Re: [OpenSER-Devel] ERROR:core:pv_printf: buffer overflow (doing a long SQL query)

2008-01-07 Thread Iñaki Baz Castillo
On Monday 07 January 2008 16:45:24 Iñaki Baz Castillo wrote: --- Jan  7 16:42:30 [4101] ERROR:core:pv_printf: no more space for text [34] Jan  7 16:42:30 [4101] ERROR:core:pv_printf: buffer overflow -- increase the buffer size... Jan  7 16:42:30 [4101]

Re: [OpenSER-Devel] ERROR:core:pv_printf: buffer overflow (doing a long SQL query)

2008-01-07 Thread Bogdan-Andrei Iancu
Hi Iñaki, You need to increase PV_PRINT_BUF_SIZE which is the size of the buffer used for printing the end result. PV_PRINT_BUF_NO is the number of buffers to be used in case of nested calls, but it is not your case. Regards, Bogdan Iñaki Baz Castillo wrote: On Monday 07 January 2008

Re: [OpenSER-Devel] ERROR:core:pv_printf: buffer overflow (doing a long SQL query)

2008-01-07 Thread Iñaki Baz Castillo
On Monday 07 January 2008 17:30:23 Bogdan-Andrei Iancu wrote: Hi Iñaki, You need to increase PV_PRINT_BUF_SIZE which is the size of the buffer used for printing the end result. PV_PRINT_BUF_NO is the number of buffers to be used in case of nested calls, but it is not your case. Thanks

[OpenSER-Devel] SF.net SVN: openser: [3509] trunk/modules/lcr/lcr_mod.c

2008-01-07 Thread Dan Pascu
Revision: 3509 http://openser.svn.sourceforge.net/openser/?rev=3509view=rev Author: dan_pascu Date: 2008-01-07 12:24:41 -0800 (Mon, 07 Jan 2008) Log Message: --- Fixed a core dump caused by illegal memory access if the rpid AVP holds an integer value Modified Paths:

Re: [OpenSER-Devel] SF.net SVN: openser: [3483] trunk

2008-01-07 Thread Juha Heinanen
Henning Westerholt writes: Its safe to use the pv_parse_spec function instead of the pv_parse_format? Or perhaps better use the pv_parse_format in the fixup function too? What is the suggested way of fixing PVs? if argument can be just a pvar and nothing else, i want its handling

[OpenSER-Devel] SF.net SVN: openser: [3510] branches/1.3/modules/lcr/lcr_mod.c

2008-01-07 Thread Juha Heinanen
Dan Pascu writes: Log Message: --- Fixed a core dump caused by illegal memory access if the rpid AVP holds an integer value dan, thanks for the fix. -- juha ___ Devel mailing list Devel@lists.openser.org