-
Added patch to include all METHODs defined by http://www.iana.org/assignments/sip-parameters.
Applying the patch fixes the compile problem.
2009-11-07 12:50:23 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
In file included from records.h:36,
from b2b_logic.c:41:
b2b_logic.h: In function ‘b2b_get_request_id’:
b2b_logic.h:104: error: ‘REFER_LEN’ undeclared (first use in this function)
b2b_logic.h:104: error: (Each undeclared identifier is reported only once
b2b_logic.h:104: error: for each function it appears in.)
b2b_logic.h:104: error: ‘REFER’ undeclared (first...
2009-11-06 17:20:45 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
make dbschema appears to have fixed things up nicely, thank you.
2009-09-21 20:15:19 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
The address table isn't created with the default columns used by the permissions module (mysql).
The problem columns are:
ip_col: the default column name is "ip", however the script creates "ip_addr".
proto_col: the default for column name is "proto", however this column is not created.
from_col: the default column name is "pattern", however this column is not created.
info_col...
2009-09-21 19:29:05 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
The includes/config.php file as distributed attachment_doc.1.2-1.4.4.tar.gz only exposes the $dirname variable. This caused various errors to be thrown when trying to view a document, such as a pdf file. Exposing additional variables as show below corrects the problem.
global $dirname,$docname,$pdfname,$sxwname,$htmlname,$wvWarecmd,$pdftohtmlcmd;.
2009-09-02 19:35:04 UTC in SquirrelMail
-
The following messages are produced when a rule containing a prefix with a plus sign is encountered. The prefix column is "+1".
ERROR:drouting:add_rule: failed to add prefix route
ERROR:drouting:dr_load_routing_info: failed to add rule id 4669 -> skipping.
2009-09-02 14:32:55 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
Received the following error in the "main" route defined as route { ... }. Also received the same error after changing the definition to route[0] { ... }.
CRITICAL:core:yyerror: parse error in config file, line 743, column 22-23: Command cannot be used in the block
The line of code where the error is happening is : send_reply("404", "User Not Found");.
2009-09-02 13:39:35 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
The address column in the dr_gateways table is in ip:port format. This column looks valid.
2009-08-21 13:07:02 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
Aug 21 08:45:18 greylock OSIPS-DEV[7590]: DBG:mi_xmlrpc:default_method: starting up.....
Aug 21 08:45:18 greylock OSIPS-DEV[7590]: DBG:mi_xmlrpc:default_method: done looking the mi command.
Aug 21 08:45:18 greylock OSIPS-DEV[7590]: DBG:mi_xmlrpc:default_method: done parsing the mi tree.
Aug 21 08:45:18 greylock OSIPS-DEV[7590]: INFO:drouting:dr_reload_cmd: "dr_reload" MI command received...
2009-08-21 12:34:32 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
gcc -Wall -g -O2 -Wcast-align -DNAME='"opensips"' -DVERSION='"1.6.0dev0-notls"' -DARCH='"x86_64"' -DOS='"linux"' -DCOMPILER='"gcc 4.3.4"' -D__CPU_x86_64 -D__OS_linux -D__SMP_yes -DCFG_DIR='"/etc/opensips/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DSTATISTICS -DCHANGEABLE_DEBUG_LEVEL -DF_MALLOC -DSVNREVISION='"2:5996"'...
2009-08-20 11:52:56 UTC in OpenSIPS/OpenSER-a versatile SIP Server