THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Juha Heinanen (jh)
Attached to Project - sip-router
Summary - tm module README lacks exported RPC commands section
Task Type - Improvement
Category - tm
Status - New
Assigned To -
Operating System - All
Severity - High
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - see summary
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=469
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: 59fdd0a402ebac61d882ac2c579b87a0ec27eaef
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=59fdd0a…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Thu Sep 25 20:22:16 2014 +0200
permissions: Update docs about "mask" field. We do support IPv6.
---
modules/permissions/README | 5 +++--
modules/permissions/doc/permissions_admin.xml | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/modules/permissions/README b/modules/permissions/README
index ab59421..6b872fc 100644
--- a/modules/permissions/README
+++ b/modules/permissions/README
@@ -520,8 +520,9 @@ modparam("permissions", "ip_addr_col", "ip_address")
3.10. mask_col (string)
- Name of address table column containing the network mask of the IPv4
- address. Possible values are 0-32.
+ Name of address table column containing the network mask of the
+ address. Possible values are 0-32 for IPv4 and 0-128 for IPv6
+ addresses.
Default value is "mask".
diff --git a/modules/permissions/doc/permissions_admin.xml b/modules/permissions/doc/permissions_admin.xml
index d1c7972..82785d5 100644
--- a/modules/permissions/doc/permissions_admin.xml
+++ b/modules/permissions/doc/permissions_admin.xml
@@ -519,7 +519,8 @@ modparam("permissions", "ip_addr_col", "ip_address")
<title><varname>mask_col</varname> (string)</title>
<para>
Name of address table column containing the network mask of
- the IPv4 address. Possible values are 0-32.
+ the address. Possible values are 0-32 for IPv4 and 0-128 for
+ IPv6 addresses.
</para>
<para>
<emphasis>
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#424 - zombie dialogs in state 5
User who did this - Ovidiu Sas (osas)
----------
Seems to be working fine now. You can backport to 4.1 and close the report.
There was no dlg_manage() involved here, only loose_route().
Only during initial INVITE dlg_manage() is invoked.
Thanks,
Ovidiu
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=424#comment1649
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.