[sr-dev] git:master:475a2444: uac: refresh content of readme

Daniel-Constantin Mierla miconda at gmail.com
Wed Jan 20 09:11:19 CET 2016


Module: kamailio
Branch: master
Commit: 475a2444c36a8255c5c7ca068721566346919b4a
URL: https://github.com/kamailio/kamailio/commit/475a2444c36a8255c5c7ca068721566346919b4a

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-01-20T09:10:22+01:00

uac: refresh content of readme

---

Modified: modules/uac/README

---

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

---

diff --git a/modules/uac/README b/modules/uac/README
index 4e8b324..b60a33b 100644
--- a/modules/uac/README
+++ b/modules/uac/README
@@ -785,6 +785,14 @@ event_route[uac:reply] {
    should be matcheg against the value of the attribute in the remote
    registration record.
 
+   The state of the registration is reflected in the flags field:
+     * 1 (2^0) - registration profile is disabled
+     * 2 (2^1) - registration in progress
+     * 4 (2^2) - registration succeeded
+     * 8 (2^3) - registration in progres with authentication
+     * 16 (2^4) - registration initialized (after loading from database,
+       the registration process was initialized)
+
    Example 1.29. uac.reg_info usage
 ...
    kamcmd uac.reg_info l_uuid account123




More information about the sr-dev mailing list