Module: kamailio Branch: master Commit: 1c43e8b4ed63d29ef912211e368faaea6a62dcd8 URL: https://github.com/kamailio/kamailio/commit/1c43e8b4ed63d29ef912211e368faaea...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2022-01-11T12:46:26+01:00
modules: readme files regenerated - dialog ... [skip ci]
---
Modified: src/modules/dialog/README
---
Diff: https://github.com/kamailio/kamailio/commit/1c43e8b4ed63d29ef912211e368faaea... Patch: https://github.com/kamailio/kamailio/commit/1c43e8b4ed63d29ef912211e368faaea...
---
diff --git a/src/modules/dialog/README b/src/modules/dialog/README index 8b85f1f05e..533a41caab 100644 --- a/src/modules/dialog/README +++ b/src/modules/dialog/README @@ -1985,10 +1985,13 @@ kamcmd dlg.list_ctx * mkey - matching key. It can be: 'ruri' - match against R-URI of the dialog; 'furi' - match against From header URI of the dialog; 'turi' - match against the To header URI of the dialog; 'callid' - - match against Call-Id value. + match against Call-Id value; 'start_ts' - match against start + timestamp. * mop - matching operator. It can be: 'eq' - match using string comparison; 're' - match using regular expression; 'sw' - match - using starts-with (prefix) comparison. + using starts-with (prefix) comparison; 'gt' - match using integer + greater comparison; 'lt' - match using integer lesser comparison. + Integer comparison can be used only with 'start_ts' key. * mval - matching value.
RPC Command Format: @@ -1997,6 +2000,8 @@ kamcmd dlg.list_match furi eq sip:alice@test.com 2 ... kamcmd dlg.list_match furi sw sip:alice@ ... +kamcmd dlg.list_match start_ts gt s:1641550904 +...
9.4. dlg.list_match_ctx