Module: sip-router
Branch: master
Commit: d19c9fc484dc9eaf9ecc5d7855fec4f90a8d4a1f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d19c9fc…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Jul 17 17:27:03 2014 +0200
registrar: README regenerated after fixing typo and xacp_cfg socket option
---
modules/registrar/README | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/modules/registrar/README b/modules/registrar/README
index fe52651..99202e8 100644
--- a/modules/registrar/README
+++ b/modules/registrar/README
@@ -108,7 +108,7 @@ Bogdan-Andre Iancu
1.12. Set max_contacts parameter
1.13. Set retry_after parameter
1.14. Set sock_flag parameter
- 1.15. Set sock_hdr_namer parameter
+ 1.15. Set sock_hdr_name parameter
1.16. Set method_filtering parameter
1.17. Set use_path parameter
1.18. Set path_mode parameter
@@ -533,7 +533,7 @@ modparam("registrar", "sock_flag", 18)
Default value is NULL.
- Example 1.15. Set sock_hdr_namer parameter
+ Example 1.15. Set sock_hdr_name parameter
...
modparam("registrar", "sock_hdr_name", "Sock-Info")
...
@@ -621,6 +621,8 @@ modparam("registrar", "reg_callid_avp",
"$avp(s:avp)")
* max_contacts - the number of maximum contacts to be stored for
current registration AoR. It overwrites the 'max_contacts' module
parameter value.
+ * socket - the string representing the socket on which the register
+ rquest was received, as alternative to using the sock_hdr.
For example. if this parameter is set to 'reg', then the number of
maximum contacts can be set in $xavp(reg=>max_contacts).