From d6af9b8146ae6fc6fda692e669fb334ba1a959bd Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Sun, 17 Sep 2017 10:56:35 +0200 Subject: [PATCH] usrloc: updated docs for rpc ul.add command --- src/modules/usrloc/doc/usrloc_admin.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/modules/usrloc/doc/usrloc_admin.xml b/src/modules/usrloc/doc/usrloc_admin.xml index 1dd4ae378a7..fde16498d76 100644 --- a/src/modules/usrloc/doc/usrloc_admin.xml +++ b/src/modules/usrloc/doc/usrloc_admin.xml @@ -1268,7 +1268,8 @@ modparam("usrloc", "db_timer_clean", 1) Q - Q value of the contact - path value of the contact + path value with the Path vector (use '0' + or '.' if it should not be set) flags - internal USRLOC flags of the @@ -1282,7 +1283,23 @@ modparam("usrloc", "db_timer_clean", 1) methods - mask with supported requests of the contact + + received (optional) value with the + received-from address (source address) (use '0' + or '.' if it should not be set). Format: + sip:srcip:srcport;transport=abc + + + socket (optional) value with the local + socket address (use '0' or '.' if it should not be set). Format: + proto:localip:localport + + + Note: the position of parameters is relevant, in the case of + optional parameters, use '0' or '.' for parameters that should not + be set which are positioned before any parameter that has to be set. +