Module: sip-router Branch: master Commit: e6ad428f6699621b7ee622984eeea3e3e2f6cb80 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e6ad428f...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Dec 24 10:03:10 2012 +0100
usrloc(k): option to store xavp per contact
- stored only in memory for the moment - the xavp can contain a list of xavps - new config parameter to specify the name of xavp
---
modules_k/usrloc/README | 107 +++++++++++++++++++-------------- modules_k/usrloc/doc/usrloc_admin.xml | 21 +++++++ modules_k/usrloc/ucontact.c | 46 ++++++++++++++ modules_k/usrloc/ul_mod.c | 6 ++ modules_k/usrloc/ul_mod.h | 1 + modules_k/usrloc/usrloc.h | 9 +++ 6 files changed, 144 insertions(+), 46 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=e6ad...
Daniel-Constantin Mierla writes:
usrloc(k): option to store xavp per contact
- stored only in memory for the moment
- the xavp can contain a list of xavps
- new config parameter to specify the name of xavp
something went wrong in xml, because readme looks like this:
4. Functions
There are no exported functions that could be used in scripts.
5. xavp_contact (string)
The name of XAVP storring the attributes per contact. They are saved in location record and restored at lookup.
Default value is "NULL".
Example 1.31. Set xavp_contact parameter ... modparam("usrloc", "xavp_contact", "ulattrs") ...
-- juha
Is it the last version? It was misplaced for a bit, but then I fixed it.
Cheers, Daniel
On 1/3/13 11:29 AM, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
usrloc(k): option to store xavp per contact
- stored only in memory for the moment
- the xavp can contain a list of xavps
- new config parameter to specify the name of xavp
something went wrong in xml, because readme looks like this:
Functions
There are no exported functions that could be used in scripts.
xavp_contact (string)
The name of XAVP storring the attributes per contact. They are saved in location record and restored at lookup.
Default value is "NULL".
Example 1.31. Set xavp_contact parameter
... modparam("usrloc", "xavp_contact", "ulattrs") ...
-- juha
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev