Module: kamailio
Branch: 4.3
Commit: 1396a656ee9653a94bf1d3470fc2054b54fa40e5
URL:
https://github.com/kamailio/kamailio/commit/1396a656ee9653a94bf1d3470fc2054…
Author: Hugh Waite <hugh.waite(a)acision.com>
Committer: Hugh Waite <hugh.waite(a)acision.com>
Date: 2015-06-11T10:14:17+01:00
usrloc: Update documentation concerning xavp_contact parameter
- Note that tm xavp_contact parameter must match
(cherry picked from commit b4488aa7d743b7f14bc0232beaa69f3591aa1b66)
---
Modified: modules/usrloc/README
Modified: modules/usrloc/doc/usrloc_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/1396a656ee9653a94bf1d3470fc2054…
Patch:
https://github.com/kamailio/kamailio/commit/1396a656ee9653a94bf1d3470fc2054…
---
diff --git a/modules/usrloc/README b/modules/usrloc/README
index bd5daaa..b0d551a 100644
--- a/modules/usrloc/README
+++ b/modules/usrloc/README
@@ -807,8 +807,10 @@ modparam("usrloc", "timer_procs", 4)
3.34. xavp_contact (string)
- The name of XAVP storring the attributes per contact. They are saved in
- location record and restored at lookup.
+ The name of XAVP storing the attributes per contact. They are saved in
+ location record and restored at lookup. The tm module parameter
+ xavp_contact must also be set to the same value to use the
+ t_load_contacts and t_next_contacts functions.
Default value is "NULL".
diff --git a/modules/usrloc/doc/usrloc_admin.xml b/modules/usrloc/doc/usrloc_admin.xml
index ee569a4..eb5c53d 100644
--- a/modules/usrloc/doc/usrloc_admin.xml
+++ b/modules/usrloc/doc/usrloc_admin.xml
@@ -895,8 +895,10 @@ modparam("usrloc", "timer_procs", 4)
<section id="usrloc.p.xavp_contact">
<title><varname>xavp_contact</varname> (string)</title>
<para>
- The name of XAVP storring the attributes per contact. They are saved
- in location record and restored at lookup.
+ The name of XAVP storing the attributes per contact. They are saved
+ in location record and restored at lookup. The tm module parameter
+ <varname>xavp_contact</varname> must also be set to the same value to use
the
+ <varname>t_load_contacts</varname> and
<varname>t_next_contacts</varname> functions.
</para>
<para>
<emphasis>