THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#357 - Script private variables not working on 4.0
User who did this - Víctor Seva (linuxmaniac)
Reason for closing: Not a bug
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=357
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Hello,
I was just looking at the dependencies for this and it requires a specific
(and very old) version of xmlrpc-c to run. Even CentOS (both 5 and 6)
contain much newer versions of xmlrpc-c.
This leads me to suspect that no-one is using it on up-to-date systems, and
if it is believed not to work with the versions of xmlrpc-c shipping today
should it still be supported in Kamailio 4.1.0?
Regards,
peter
--
Peter Dunkley
Technical Director
Crocodile RCS Ltd
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#357 - Script private variables not working on 4.0
User who did this - i (takeshi)
----------
Ah, yes. That's it. Thanks.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=357#comment1125
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#357 - Script private variables not working on 4.0
User who did this - Víctor Seva (linuxmaniac)
----------
Load pv module.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=357#comment1124
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Module: sip-router
Branch: master
Commit: 05f0ed6d77602f3ee1a2cfc8cee1c760dc2f6800
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=05f0ed6…
Author: Peter Dunkley <peter.dunkley(a)crocodilertc.net>
Committer: Peter Dunkley <peter.dunkley(a)crocodilertc.net>
Date: Tue Oct 22 10:45:56 2013 +0100
modules/mi_xmlrpc: fixed compilation warning
---
modules/mi_xmlrpc/abyss_xmlrpc_server.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/mi_xmlrpc/abyss_xmlrpc_server.c b/modules/mi_xmlrpc/abyss_xmlrpc_server.c
index 53e0ba0..ef28031 100644
--- a/modules/mi_xmlrpc/abyss_xmlrpc_server.c
+++ b/modules/mi_xmlrpc/abyss_xmlrpc_server.c
@@ -1028,7 +1028,7 @@ xmlrpc_server_abyss(xmlrpc_env * const envP,
xmlrpc_faultf(envP,
"You must specify members at least up through "
"'registryP' in the server parameters argument. "
- "That would mean the parameter size would be >= %u "
+ "That would mean the parameter size would be >= %lu "
"but you specified a size of %u",
XMLRPC_APSIZE(registryP), parmSize);
else {
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - i (takeshi)
Attached to Project - sip-router
Summary - Script private variables not working on 4.0
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - 4.0
Due in Version - Undecided
Due Date - Undecided
Details - Hello,
I am testing with latest kamailio 4.0:
commit cabe585ea64c03d29bcdbe5c46b0190c41bf18a5
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Oct 2 16:56:03 2013 +0200
ChangeLog: file updated for v4.0.4
I am trying with a simple cfg:
# cat stateless.cfg
route{
$var(0) = 1;
forward(uri:host, uri:port);
}
But I get these error when I ask kamailio to check the cfg:
# /usr/local/src/git/kamailio-4.0/kamailio -c -f stateless.cfg
0(9496) ERROR: <core> [pvapi.c:761]: pv_parse_spec2(): error searching pvar "var"
0(9496) ERROR: <core> [pvapi.c:965]: pv_parse_spec2(): wrong char [0/48] in [$var(0)] at [5 (5)]
0(9496) : <core> [cfg.y:3567]: yyerror_at(): parse error in config file /root/tmp/stateless.cfg, line 3, column 2-8: unknown script pseudo variable $var(0)
ERROR: bad config file (1 errors)
Obs: I stumbled upon this while trying to upgrade from old kamailio 1.4 (where $var(...) works). Maybe the usage of $var(...) has changed, but I haven't found any indication that it had.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=357
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.