[sr-dev] git:master:430e00a2: modules: readme files regenerated - dialog ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Thu Apr 9 09:46:25 CEST 2020


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

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2020-04-09T09:46:16+02:00

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

---

Modified: src/modules/dialog/README

---

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

---

diff --git a/src/modules/dialog/README b/src/modules/dialog/README
index cfae6ac338..cb6413f981 100644
--- a/src/modules/dialog/README
+++ b/src/modules/dialog/README
@@ -2237,17 +2237,33 @@ kamcmd dlg.is_alive callid123 fromtag123 totag123
 
 9.16. dlg.briefing
 
-   Lists fewer attributes for dialog records in memory.
+   Lists fewer attributes for dialog records in memory. The dialog hash
+   entry and id are added always, the rest of them are a matter of 'attrs'
+   parameter.
 
    Name: dlg.briefing
 
    Parameters:
-     * none - no parameter
+     * attrs - (optional) a list of characters (flags) representing the
+       fields to be added to the response. If is missing, its default
+       value is 'ftcFT' (note the characters are case sensitive).
+       The characters can be:
+          + f - From URI
+          + t - To URI
+          + c - Call-ID
+          + F - From tag
+          + T - To tag
+          + I - Init time
+          + S - Start time
+          + E - End time
+          + s - State
 
    RPC Command Example:
 ...
 kamctl rpc dlg.briefing
 ...
+kamctl rpc dlg.briefing "ft"
+...
 
 10. Exported Variables
 




More information about the sr-dev mailing list