...
|
...
|
@@ -1985,10 +1985,13 @@ kamcmd dlg.list_ctx
|
1985
|
1985
|
* mkey - matching key. It can be: 'ruri' - match against R-URI of the
|
1986
|
1986
|
dialog; 'furi' - match against From header URI of the dialog;
|
1987
|
1987
|
'turi' - match against the To header URI of the dialog; 'callid' -
|
1988
|
|
- match against Call-Id value.
|
|
1988
|
+ match against Call-Id value; 'start_ts' - match against start
|
|
1989
|
+ timestamp.
|
1989
|
1990
|
* mop - matching operator. It can be: 'eq' - match using string
|
1990
|
1991
|
comparison; 're' - match using regular expression; 'sw' - match
|
1991
|
|
- using starts-with (prefix) comparison.
|
|
1992
|
+ using starts-with (prefix) comparison; 'gt' - match using integer
|
|
1993
|
+ greater comparison; 'lt' - match using integer lesser comparison.
|
|
1994
|
+ Integer comparison can be used only with 'start_ts' key.
|
1992
|
1995
|
* mval - matching value.
|
1993
|
1996
|
|
1994
|
1997
|
RPC Command Format:
|
...
|
...
|
@@ -1997,6 +2000,8 @@ kamcmd dlg.list_match furi eq sip:alice@test.com 2
|
1997
|
2000
|
...
|
1998
|
2001
|
kamcmd dlg.list_match furi sw sip:alice@
|
1999
|
2002
|
...
|
|
2003
|
+kamcmd dlg.list_match start_ts gt s:1641550904
|
|
2004
|
+...
|
2000
|
2005
|
|
2001
|
2006
|
9.4. dlg.list_match_ctx
|
2002
|
2007
|
|