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

Daniel-Constantin Mierla miconda at gmail.com
Fri Oct 30 14:50:56 CET 2020


Module: kamailio
Branch: 5.3
Commit: 5add3307469136d792c0bcad29356d947c3ae128
URL: https://github.com/kamailio/kamailio/commit/5add3307469136d792c0bcad29356d947c3ae128

Author: Juha Heinanen <jh at tutpro.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-10-30T14:44:58+01:00

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

(cherry picked from commit f2996bf733a0b5e00fe124440353b9a69a3532a2)
(cherry picked from commit f050ce2dc5f27a08bf5c5364e4002b646802eb81)

---

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

---

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

---

diff --git a/src/modules/registrar/doc/registrar_admin.xml b/src/modules/registrar/doc/registrar_admin.xml
index 8b83e3c00e..3002766bbf 100644
--- a/src/modules/registrar/doc/registrar_admin.xml
+++ b/src/modules/registrar/doc/registrar_admin.xml
@@ -1051,7 +1051,8 @@ request_route {
 		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>
@@ -1152,6 +1153,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