[sr-dev] git:master: registrar: documented the option to take socket value via xavp

Daniel-Constantin Mierla miconda at gmail.com
Thu Jul 17 17:27:46 CEST 2014


Module: sip-router
Branch: master
Commit: 6c569e1a759c70398cac0375b0da9dad41928713
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c569e1a759c70398cac0375b0da9dad41928713

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Thu Jul 17 17:26:37 2014 +0200

registrar: documented the option to take socket value via xavp

---

 modules/registrar/doc/registrar_admin.xml |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/modules/registrar/doc/registrar_admin.xml b/modules/registrar/doc/registrar_admin.xml
index 90d889c..4cd2053 100644
--- a/modules/registrar/doc/registrar_admin.xml
+++ b/modules/registrar/doc/registrar_admin.xml
@@ -498,7 +498,7 @@ modparam("registrar", "sock_flag", 18)
 		</emphasis>
 		</para>
 		<example>
-		<title>Set <varname>sock_hdr_namer</varname> parameter</title>
+		<title>Set <varname>sock_hdr_name</varname> parameter</title>
 		<programlisting format="linespecific">
 ...
 modparam("registrar", "sock_hdr_name", "Sock-Info")
@@ -662,6 +662,13 @@ modparam("registrar", "reg_callid_avp", "$avp(s:avp)")
 				overwrites the 'max_contacts' module parameter value.
 			</para>
 		</listitem>
+		<listitem>
+			<para>
+				<emphasis>socket</emphasis> - the string representing the
+				socket on which the register rquest was received, as alternative
+				to using the sock_hdr.
+			</para>
+		</listitem>
 		</itemizedlist>
 		<para>
 			For example. if this parameter is set to 'reg', then the number




More information about the sr-dev mailing list