Module: kamailio Branch: master Commit: 430e00a208c9ae4c2cdc39d628fc0a1d23f30f81 URL: https://github.com/kamailio/kamailio/commit/430e00a208c9ae4c2cdc39d628fc0a1d...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@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/430e00a208c9ae4c2cdc39d628fc0a1d... Patch: https://github.com/kamailio/kamailio/commit/430e00a208c9ae4c2cdc39d628fc0a1d...
---
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
Nice! Thank you Daniel!
On Thu, 9 Apr 2020, 09:46 Kamailio Dev, kamailio.dev@kamailio.org wrote:
Module: kamailio Branch: master Commit: 430e00a208c9ae4c2cdc39d628fc0a1d23f30f81 URL: https://github.com/kamailio/kamailio/commit/430e00a208c9ae4c2cdc39d628fc0a1d...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@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/430e00a208c9ae4c2cdc39d628fc0a1d... Patch: https://github.com/kamailio/kamailio/commit/430e00a208c9ae4c2cdc39d628fc0a1d...
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" +...
- Exported Variables
Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
Welcome! I haven't done any testing yet, if you do it and find issues, you can push fixes directly...
Cheers, Daniel
On 09.04.20 10:37, Federico Cabiddu wrote:
Nice! Thank you Daniel!
On Thu, 9 Apr 2020, 09:46 Kamailio Dev, <kamailio.dev@kamailio.org mailto:kamailio.dev@kamailio.org> wrote:
Module: kamailio Branch: master Commit: 430e00a208c9ae4c2cdc39d628fc0a1d23f30f81 URL: https://github.com/kamailio/kamailio/commit/430e00a208c9ae4c2cdc39d628fc0a1d23f30f81 Author: Kamailio Dev <kamailio.dev@kamailio.org <mailto:kamailio.dev@kamailio.org>> Committer: Kamailio Dev <kamailio.dev@kamailio.org <mailto:kamailio.dev@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 _______________________________________________ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org <mailto:sr-dev@lists.kamailio.org> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev