THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Emmanuel BUU (neutrino38)
Attached to Project - sip-router
Summary - NATHELPER module to support RFC6598
Task Type - Improvement
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Medium
Priority - Normal
Reported Version - 4.1
Due in Version - Undecided
Due Date - Undecided
Details - Improvment of nat_uac_test() function
Flags
* 1
* 4
* 32
now check also RFC6598 addresses for Carrier Grade NAT. I did not bother to create a new flag because this new IP block is supposed to behave lake RFC 1918.
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=402
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: 0b122416932030c9459f16d46438489b115941aa
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b12241…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Feb 26 10:45:24 2014 +0100
mtree: enahced docs to specify that the mtree parameter can be set many times
---
modules/mtree/README | 5 ++++-
modules/mtree/doc/mtree_admin.xml | 7 ++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/modules/mtree/README b/modules/mtree/README
index 2c0df7b..e49d699 100644
--- a/modules/mtree/README
+++ b/modules/mtree/README
@@ -196,11 +196,14 @@ modparam("mtree", "db_table", "mymtrees")
multi tells if dbtable can contain more than one tree (0 = one tree, 1
= more than one tree identified by tname column).
+ This parameter can be set many times to add more trees in memory.
+
Default value is "none".
Example 1.3. Set mtree parameter
...
-modparam("mtree", "mtree", "name=mytree;dbtable=routes;type=0;multi=1")
+modparam("mtree", "mtree", "name=mytree1;dbtable=routes1;type=0")
+modparam("mtree", "mtree", "name=mytree2;dbtable=routes2;type=0;multi=1")
...
3.4. tname_column (string)
diff --git a/modules/mtree/doc/mtree_admin.xml b/modules/mtree/doc/mtree_admin.xml
index cc645e7..b008a35 100644
--- a/modules/mtree/doc/mtree_admin.xml
+++ b/modules/mtree/doc/mtree_admin.xml
@@ -105,6 +105,10 @@ modparam("mtree", "db_table", "mymtrees")
one tree identified by tname column).
</para>
<para>
+ This parameter can be set many times to add more trees in
+ memory.
+ </para>
+ <para>
<emphasis>
Default value is <quote>none</quote>.
</emphasis>
@@ -113,7 +117,8 @@ modparam("mtree", "db_table", "mymtrees")
<title>Set <varname>mtree</varname> parameter</title>
<programlisting format="linespecific">
...
-modparam("mtree", "mtree", "name=mytree;dbtable=routes;type=0;multi=1")
+modparam("mtree", "mtree", "name=mytree1;dbtable=routes1;type=0")
+modparam("mtree", "mtree", "name=mytree2;dbtable=routes2;type=0;multi=1")
...
</programlisting>
</example>
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Emmanuel BUU (neutrino38)
Attached to Project - sip-router
Summary - rtpproxy-ng improvement
Task Type - Improvement
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Medium
Priority - Normal
Reported Version - 4.1
Due in Version - Undecided
Due Date - Undecided
Details - Please find attached an improvement of RTPPROXY-NG module that enable to load the proxy definitions from the same table as RTPPROXY.
And a minor change to set_rtp_proxy_set to return either the number of proxies active in the set or a negative value to check if a
set can do the job.
Emmanuel
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=401
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 Juha,
I moved the discussion here, in a separate thread.
It seems that what are you looking for is not there ... not implemented.
If you have the same key_name with different values in the table, the
last value will be the one loaded in memory.
You can't have an array of values for the same keys.
Also, there's no syntax to access a particular value in an array.
Maybe that's why there's no option to provide the value.
Please correct me if I understood correctly what you were looking for.
Regards,
Ovidiu Sas
On Thu, Feb 13, 2014 at 10:22 PM, Juha Heinanen <jh(a)tutpro.com> wrote:
>
> Ovidiu Sas writes:
>
> > I noticed that there is delete rpc command:
> > http://kamailio.org/docs/modules/devel/modules/htable#idp15375232
> > I haven't checked exactly how it works. Is this something to be enhanced?
> > What's missing right now?
>
> value param is missing, i.e., it is not possible to delete a given
> key/value pair. i looked at the code, but don't have enough json
> knowledge to figure out all the parameters.
>
> -- juha