-
reply_indent setting is improperly specified as reply_ident.
Attached patch update the documentation.
2009-12-24 22:09:35 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
uname -m returns i386
Tried using i386 previously and the compile error remained. Perhaps a new test for this environment should be considered.
2009-12-11 11:35:38 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
The tags in some examples are not valid html. The attached patch changes them to .
2009-12-09 23:59:23 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
The attached patch adds a buf_size parameter to the avpops. The buffer size is currently hard-coded to 1024 and can only be changed via recompiling.
2009-12-09 22:17:41 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
The attached patch adds the following to the error messages produced:
1. The size of the message that caused the overflow to happen
2. The size of the receiving buffer.
2009-12-09 22:13:25 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
Trying to MAKE OpenSIPS on OSX (Snow Leopard)
MacBookPro Intel Core 2 Duo
Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386 i386
Produces the following:
yacc -d -b cfg cfg.y
conflicts: 1 shift/reduce
flex cfg.lex
New SVN revision: 2:6382
Compiling action.c
gcc -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops...
2009-12-09 21:59:16 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
The attached patch does not appear to function property.
2009-12-08 01:57:00 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
Patch to add buf_size modparam to avpops has been added to this report.
2009-12-07 21:43:03 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
ERROR:core:pv_printf: no more space for spec value
ERROR:core:pv_printf: buffer overflow -- increase the buffer size...
ERROR:signaling:sig_send_reply_mod: failed to send reply with sl module.
2009-12-07 21:41:43 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
I've uploaded a patch that appears to correct this problem. Independent review should be done to confirm that this patch performs as expected.
2009-12-03 03:05:00 UTC in OpenSIPS/OpenSER-a versatile SIP Server