Module: sip-router Branch: 4.0 Commit: f8ae762545b85ead432f67bcb6969bc92f01b93d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f8ae7625...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Sep 20 11:18:09 2013 +0200
registrar: note about empty value for received_param
(cherry picked from commit e35fe9c6095361414565b1099dea1ad5950fb38d)
---
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 cce005c..c60c0ae 100644 --- a/modules/registrar/README +++ b/modules/registrar/README @@ -441,7 +441,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 772957c..bf2bdef 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>