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

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
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


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to