Module: kamailio Branch: master Commit: b4488aa7d743b7f14bc0232beaa69f3591aa1b66 URL: https://github.com/kamailio/kamailio/commit/b4488aa7d743b7f14bc0232beaa69f35...
Author: Hugh Waite hugh.waite@acision.com Committer: Hugh Waite hugh.waite@acision.com Date: 2015-05-27T14:33:06+01:00
usrloc: Update documentation concerning xavp_contact parameter
- Note that tm xavp_contact parameter must match
---
Modified: modules/usrloc/README Modified: modules/usrloc/doc/usrloc_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/b4488aa7d743b7f14bc0232beaa69f35... Patch: https://github.com/kamailio/kamailio/commit/b4488aa7d743b7f14bc0232beaa69f35...
---
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>