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

Author: Kamailio Dev <kamailio....@kamailio.org>
Committer: Kamailio Dev <kamailio....@kamailio.org>
Date: 2023-02-13T20:31:26+01:00

modules: readme files regenerated - presence ... [skip ci]

---

Modified: src/modules/presence/README

---

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

---

diff --git a/src/modules/presence/README b/src/modules/presence/README
index 92fdd05330..c5f3c6763b 100644
--- a/src/modules/presence/README
+++ b/src/modules/presence/README
@@ -87,6 +87,7 @@ Juha Heinanen
               5.2. presence.refreshWatchers
               5.3. presence.updateWatchers
               5.4. presence.presentity_list
+              5.5. presence.presentity_show
 
         6. Exported Variables
 
@@ -237,6 +238,7 @@ Chapter 1. Admin Guide
         5.2. presence.refreshWatchers
         5.3. presence.updateWatchers
         5.4. presence.presentity_list
+        5.5. presence.presentity_show
 
    6. Exported Variables
 
@@ -1067,6 +1069,7 @@ pres_update_watchers("sip:t...@kamailio.org", "presence");
    5.2. presence.refreshWatchers
    5.3. presence.updateWatchers
    5.4. presence.presentity_list
+   5.5. presence.presentity_show
 
 5.1. presence.cleanup
 
@@ -1145,6 +1148,27 @@ kamctl rpc presence.presentity_list
 kamctl rpc presence.presentity_list full
 ...
 
+5.5. presence.presentity_show
+
+   Return the presentity records stored in memory by filtering with
+   username and/or domain.
+
+   Name: presence.presentity_show
+
+   Parameters:
+     * mode - it can be 'basic' or 'full' to print a selection or all the
+       fields of presentity record.
+     * user - username to match presentity records, use '*' to match any
+       username.
+     * domain - the value to match the domain of the presentity records,
+       use '*' to match any domain.
+
+   RPC Command Format:
+...
+kamctl rpc presence.presentity_show basic alice sipserver.com
+kamctl rpc presence.presentity_list full * sipserver.com
+...
+
 6. Exported Variables
 
    6.1. $subs(attr)

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to