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

2020-04-09 Thread Daniel-Constantin Mierla
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,  > wrote:
>
> Module: kamailio
> Branch: master
> Commit: 430e00a208c9ae4c2cdc39d628fc0a1d23f30f81
> URL:
> 
> https://github.com/kamailio/kamailio/commit/430e00a208c9ae4c2cdc39d628fc0a1d23f30f81
>
> Author: Kamailio Dev  >
> Committer: Kamailio Dev  >
> 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 
> 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

-- 
Daniel-Constantin Mierla -- www.asipto.com
www.twitter.com/miconda -- www.linkedin.com/in/miconda

___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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

2020-04-09 Thread Federico Cabiddu
Nice! Thank you Daniel!

On Thu, 9 Apr 2020, 09:46 Kamailio Dev,  wrote:

> Module: kamailio
> Branch: master
> Commit: 430e00a208c9ae4c2cdc39d628fc0a1d23f30f81
> URL:
> https://github.com/kamailio/kamailio/commit/430e00a208c9ae4c2cdc39d628fc0a1d23f30f81
>
> Author: Kamailio Dev 
> Committer: Kamailio Dev 
> 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
> 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


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

2020-04-09 Thread Kamailio Dev
Module: kamailio
Branch: master
Commit: 430e00a208c9ae4c2cdc39d628fc0a1d23f30f81
URL: 
https://github.com/kamailio/kamailio/commit/430e00a208c9ae4c2cdc39d628fc0a1d23f30f81

Author: Kamailio Dev 
Committer: Kamailio Dev 
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
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev