[sr-dev] git:5.4:f050ce2d: registrar: added note about branch flags in save()/lookup() doc

Daniel-Constantin Mierla miconda at gmail.com
Fri Oct 23 11:09:25 CEST 2020


Module: kamailio
Branch: 5.4
Commit: f050ce2dc5f27a08bf5c5364e4002b646802eb81
URL: https://github.com/kamailio/kamailio/commit/f050ce2dc5f27a08bf5c5364e4002b646802eb81

Author: Juha Heinanen <jh at tutpro.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-10-23T10:56:28+02:00

registrar: added note about branch flags in save()/lookup() doc

(cherry picked from commit f2996bf733a0b5e00fe124440353b9a69a3532a2)

---

Modified: src/modules/registrar/doc/registrar_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/f050ce2dc5f27a08bf5c5364e4002b646802eb81.diff
Patch: https://github.com/kamailio/kamailio/commit/f050ce2dc5f27a08bf5c5364e4002b646802eb81.patch

---

diff --git a/src/modules/registrar/doc/registrar_admin.xml b/src/modules/registrar/doc/registrar_admin.xml
index 461605f3d0..266f7b35e2 100644
--- a/src/modules/registrar/doc/registrar_admin.xml
+++ b/src/modules/registrar/doc/registrar_admin.xml
@@ -1154,7 +1154,8 @@ kamcmd cfg.set_now_int registrar use_expired_contacts 0
 		modify location records (in usrloc) depending on Contact and Expires header fields in the 
 		REGISTER message. On success and when called from the REQUEST_ROUTE, 
 		<quote>200 OK</quote> will be returned listing all contacts that are currently in 
-		the location database. On an error, an error message will be sent with a short
+		the location database. As a side effect, also branch flags are
+        stored in usrloc. On an error, an error message will be sent with a short
 		description in reason phrase.
 		</para>
 		<para>Meaning of the parameters is as follows:</para>
@@ -1255,6 +1256,7 @@ save("location", "0x00", "sip:test at kamailio.org");
 		Request-URI will be overwritten with the contact that has
 		the highest q value and optionally the rest will be appended to 
 		the message (depending on append_branches parameter value).
+        As a side effect, also branch flags are restored from usrloc.
 		</para>
 		<para>
 		If the <varname>method_filtering</varname> option is enabled and




More information about the sr-dev mailing list