From 4aac359d79e1a59a83fd5b1b0e2ec06defa13218 Mon Sep 17 00:00:00 2001 From: Naveen Albert Date: Fri, 25 Feb 2022 20:58:52 +0000 Subject: [PATCH] documentation: Adds versioning information. Adds version information for applications, functions, and manager events/actions. This is not completely exhaustive by any means but covers most new things added that have release versioning information in the issue tracker. ASTERISK-29940 #close Change-Id: I506401e93c799715dbbe97c0a8ba18af2bf5e131 --- apps/app_confbridge.c | 5 +++++ apps/app_dtmfstore.c | 5 +++++ apps/app_mf.c | 15 +++++++++++++++ apps/app_sendtext.c | 5 +++++ apps/app_sf.c | 10 ++++++++++ apps/app_waitforcond.c | 5 +++++ channels/pjsip/dialplan_functions.c | 16 ++++++++++++++++ funcs/func_channel.c | 5 +++++ funcs/func_env.c | 10 ++++++++++ funcs/func_frame_drop.c | 5 +++++ funcs/func_json.c | 5 +++++ funcs/func_math.c | 15 +++++++++++++++ funcs/func_sayfiles.c | 5 +++++ funcs/func_scramble.c | 5 +++++ funcs/func_strings.c | 5 +++++ funcs/func_talkdetect.c | 3 +++ main/manager.c | 6 ++++++ res/res_pjsip_header_funcs.c | 5 +++++ res/res_tonedetect.c | 15 +++++++++++++++ 19 files changed, 145 insertions(+) diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c index e0a0b4da5d..d811d64264 100644 --- a/apps/app_confbridge.c +++ b/apps/app_confbridge.c @@ -131,6 +131,11 @@ + + 16.19.0 + 18.5.0 + 19.0.0 + Kicks channel(s) from the requested ConfBridge. diff --git a/apps/app_dtmfstore.c b/apps/app_dtmfstore.c index 641170f193..a2dacd54f7 100644 --- a/apps/app_dtmfstore.c +++ b/apps/app_dtmfstore.c @@ -41,6 +41,11 @@ /*** DOCUMENTATION + + 16.20.0 + 18.6.0 + 19.0.0 + Stores DTMF digits transmitted or received on a channel. diff --git a/apps/app_mf.c b/apps/app_mf.c index eef5419ce2..cd3320d95c 100644 --- a/apps/app_mf.c +++ b/apps/app_mf.c @@ -42,6 +42,11 @@ /*** DOCUMENTATION + + 16.21.0 + 18.7.0 + 19.0.0 + Detects MF digits on a channel and saves them to a variable. @@ -113,6 +118,11 @@ + + 16.21.0 + 18.7.0 + 19.0.0 + Sends arbitrary MF digits on the current or specified channel. @@ -151,6 +161,11 @@ + + 16.21.0 + 18.7.0 + 19.0.0 + Play MF digit on a specific channel. diff --git a/apps/app_sendtext.c b/apps/app_sendtext.c index 07e6accff9..fd8774a477 100644 --- a/apps/app_sendtext.c +++ b/apps/app_sendtext.c @@ -145,6 +145,11 @@ + + 16.24.0 + 18.10.0 + 19.2.0 + Receive a Text Message on a channel. diff --git a/apps/app_sf.c b/apps/app_sf.c index 70f60d41e5..cd8f79a6bc 100644 --- a/apps/app_sf.c +++ b/apps/app_sf.c @@ -42,6 +42,11 @@ /*** DOCUMENTATION + + 16.24.0 + 18.10.0 + 19.2.0 + Detects SF digits on a channel and saves them to a variable. @@ -107,6 +112,11 @@ + + 16.24.0 + 18.10.0 + 19.2.0 + Sends arbitrary SF digits on the current or specified channel. diff --git a/apps/app_waitforcond.c b/apps/app_waitforcond.c index 725afc099a..d20ebdb24a 100644 --- a/apps/app_waitforcond.c +++ b/apps/app_waitforcond.c @@ -39,6 +39,11 @@ /*** DOCUMENTATION + + 16.20.0 + 18.6.0 + 19.0.0 + Wait (sleep) until the given condition is true. diff --git a/channels/pjsip/dialplan_functions.c b/channels/pjsip/dialplan_functions.c index 176bc496a8..a433d0734c 100644 --- a/channels/pjsip/dialplan_functions.c +++ b/channels/pjsip/dialplan_functions.c @@ -69,6 +69,12 @@ + + 13.18.0 + 14.7.0 + 15.1.0 + 16.0.0 + Get or change the DTMF mode for a SIP call. @@ -94,6 +100,11 @@ + + 13.12.0 + 14.1.0 + 15.0.0 + W/O: Initiate a session refresh via an UPDATE or re-INVITE on an established media session @@ -135,6 +146,11 @@ + + 13.24.0 + 16.1.0 + 17.0.0 + Parse an uri and return a type part of the URI. diff --git a/funcs/func_channel.c b/funcs/func_channel.c index 49c4b05779..c1c8e5b71b 100644 --- a/funcs/func_channel.c +++ b/funcs/func_channel.c @@ -64,6 +64,11 @@ + + 16.22.0 + 18.8.0 + 19.0.0 + Checks if the specified channel exists. diff --git a/funcs/func_env.c b/funcs/func_env.c index f5ff3e0d3c..26025002ec 100644 --- a/funcs/func_env.c +++ b/funcs/func_env.c @@ -291,6 +291,11 @@ + + 16.21.0 + 18.7.0 + 19.0.0 + Return the name of a file. @@ -309,6 +314,11 @@ + + 16.21.0 + 18.7.0 + 19.0.0 + Return the directory of a file. diff --git a/funcs/func_frame_drop.c b/funcs/func_frame_drop.c index c19c56680c..f5d70f322a 100644 --- a/funcs/func_frame_drop.c +++ b/funcs/func_frame_drop.c @@ -38,6 +38,11 @@ /*** DOCUMENTATION + + 16.21.0 + 18.7.0 + 19.0.0 + Drops specific frame types in the TX or RX direction on a channel. diff --git a/funcs/func_json.c b/funcs/func_json.c index a48b85c663..1f64824287 100644 --- a/funcs/func_json.c +++ b/funcs/func_json.c @@ -39,6 +39,11 @@ /*** DOCUMENTATION + + 16.24.0 + 18.10.0 + 19.2.0 + Returns the string value of a JSON object key from a string containing a JSON array. diff --git a/funcs/func_math.c b/funcs/func_math.c index 76d1a745fe..c5c30e4b6e 100644 --- a/funcs/func_math.c +++ b/funcs/func_math.c @@ -109,6 +109,11 @@ + + 16.19.0 + 18.5.0 + 19.0.0 + Returns the minimum of two numbers. @@ -123,6 +128,11 @@ + + 16.19.0 + 18.5.0 + 19.0.0 + Returns the maximum of two numbers. @@ -137,6 +147,11 @@ + + 16.19.0 + 18.5.0 + 19.0.0 + Returns absolute value of a number. diff --git a/funcs/func_sayfiles.c b/funcs/func_sayfiles.c index 81f3259ad9..d3f3341a4d 100644 --- a/funcs/func_sayfiles.c +++ b/funcs/func_sayfiles.c @@ -42,6 +42,11 @@ /*** DOCUMENTATION + + 16.21.0 + 18.7.0 + 19.0.0 + Returns the ampersand-delimited file names that would be played by the Say applications (e.g. SayAlpha, SayDigits). diff --git a/funcs/func_scramble.c b/funcs/func_scramble.c index 01756d9a02..a90d7a2774 100644 --- a/funcs/func_scramble.c +++ b/funcs/func_scramble.c @@ -32,6 +32,11 @@ /*** DOCUMENTATION + + 16.21.0 + 18.7.0 + 19.0.0 + Scrambles audio on a channel. diff --git a/funcs/func_strings.c b/funcs/func_strings.c index 28fe6e0b5b..3eed847d54 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -155,6 +155,11 @@ AST_THREADSTORAGE(tmp_buf); + + 16.21.0 + 18.7.0 + 19.0.0 + Inserts a substring between each character in a string. diff --git a/funcs/func_talkdetect.c b/funcs/func_talkdetect.c index 8453111dd2..88c470e8e3 100644 --- a/funcs/func_talkdetect.c +++ b/funcs/func_talkdetect.c @@ -42,6 +42,9 @@ /*** DOCUMENTATION + + 12.4.0 + Raises notifications when Asterisk detects silence or talking on a channel. diff --git a/main/manager.c b/main/manager.c index 4c55823a77..d834f04099 100644 --- a/main/manager.c +++ b/main/manager.c @@ -633,6 +633,12 @@ + + 13.18.0 + 14.7.0 + 15.1.0 + 16.0.0 + Cancel an attended transfer. diff --git a/res/res_pjsip_header_funcs.c b/res/res_pjsip_header_funcs.c index 794b5e8c4b..ee941479d7 100644 --- a/res/res_pjsip_header_funcs.c +++ b/res/res_pjsip_header_funcs.c @@ -146,6 +146,11 @@ + + 16.20.0 + 18.6.0 + 19.0.0 + Gets the list of SIP header names from an INVITE message. diff --git a/res/res_tonedetect.c b/res/res_tonedetect.c index 4943f69fdc..45afe5b084 100644 --- a/res/res_tonedetect.c +++ b/res/res_tonedetect.c @@ -46,6 +46,11 @@ /*** DOCUMENTATION + + 16.21.0 + 18.7.0 + 19.0.0 + Wait for tone @@ -94,6 +99,11 @@ + + 16.23.0 + 18.9.0 + 19.1.0 + Wait for period of time while scanning for call progress tones @@ -169,6 +179,11 @@ + + 16.21.0 + 18.7.0 + 19.0.0 + Asynchronously detects a tone