Module: sip-router
Branch: master
Commit: e35fe9c6095361414565b1099dea1ad5950fb38d
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e35fe9c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Sep 20 11:18:09 2013 +0200
registrar: note about empty value for received_param
---
modules/registrar/README | 3 ++-
modules/registrar/doc/registrar_admin.xml | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/modules/registrar/README b/modules/registrar/README
index 920049c..cc074fc 100644
--- a/modules/registrar/README
+++ b/modules/registrar/README
@@ -445,7 +445,8 @@ modparam("registrar", "received_avp", "$avp(s:rcv)")
3.11. received_param (string)
The name of the parameter that will be appended to Contacts of 200 OK
- when the received URI was set by nathelper module.
+ when the received URI was set by nathelper module. If the value is
+ empty string, then the parameter is not appended anymore.
Default value is "received".
diff --git a/modules/registrar/doc/registrar_admin.xml b/modules/registrar/doc/registrar_admin.xml
index 9658a03..a165c27 100644
--- a/modules/registrar/doc/registrar_admin.xml
+++ b/modules/registrar/doc/registrar_admin.xml
@@ -364,7 +364,8 @@ modparam("registrar", "received_avp", "$avp(s:rcv)")
<title><varname>received_param</varname> (string)</title>
<para>
The name of the parameter that will be appended to Contacts of
- 200 OK when the received URI was set by nathelper module.
+ 200 OK when the received URI was set by nathelper module. If the
+ value is empty string, then the parameter is not appended anymore.
</para>
<para>
<emphasis>
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#346 - avpops: use xavp semantic on second parameter
User who did this - Daniel-Constantin Mierla (miconda)
----------
Don't forget to add to the docs in avps for affected functions that they support xavp as well. So far it was mainly about avps supported as parameters.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=346#comment1091
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 is now closed:
FS#346 - avpops: use xavp semantic on second parameter
User who did this - Víctor Seva (linuxmaniac)
Reason for closing: Implemented
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=346
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: 664b2f30de6518636085d676a32247c7d46bd2da
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=664b2f3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Sep 20 11:09:15 2013 +0200
registrar: list of allowed route blocks updated for save()
---
modules/registrar/README | 3 ++-
modules/registrar/doc/registrar_admin.xml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/modules/registrar/README b/modules/registrar/README
index e209380..920049c 100644
--- a/modules/registrar/README
+++ b/modules/registrar/README
@@ -760,7 +760,8 @@ modparam("registrar", "flow_timer", 25)
3 - contacts deleted.
4 - contacts returned.
- This function can be used from REQUEST_ROUTE and REPLY_ROUTE.
+ This function can be used from REQUEST_ROUTE, FAILURE_ROUTE and
+ REPLY_ROUTE.
Example 1.26. save usage
...
diff --git a/modules/registrar/doc/registrar_admin.xml b/modules/registrar/doc/registrar_admin.xml
index 36ef882..9658a03 100644
--- a/modules/registrar/doc/registrar_admin.xml
+++ b/modules/registrar/doc/registrar_admin.xml
@@ -911,7 +911,7 @@ modparam("registrar", "flow_timer", 25)
</listitem>
</itemizedlist>
<para>
- This function can be used from REQUEST_ROUTE and REPLY_ROUTE.
+ This function can be used from REQUEST_ROUTE, FAILURE_ROUTE and REPLY_ROUTE.
</para>
<example>
<title><function>save</function> usage</title>