summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-03-07 07:25:25 -0500
committerSean Bright <sean.bright@gmail.com>2017-03-08 17:31:49 -0500
commitbc2c66b594b3671e21ea8b446a811b026434e362 (patch)
tree77b237e5b06f7be15a9bb8aad92f27519cab10d9 /CHANGES
parent9cd1a754a9898dce9682d8a3ee3de1ed0537d0b3 (diff)
pbx_spool: Set AST_OUTGOING_ATTEMPT variable on channel
Set a variable on the channel that indicates which attempt number we are currently performing to allow for attempt-specific behavior. ASTERISK-26568 #close Reported by: Roman Shubovich Change-Id: Iacd7e8d43b0ed5b6cb021c62f41f1a1f5733dd89
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 371e9e142..2a4f6584a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -79,6 +79,12 @@ app_queue
* Add 'QueueUpdate' application which can be used to track outbound calls
using app_queue.
+pbx_spool
+------------------
+ * Asterisk will now set the AST_OUTGOING_ATTEMPT channel variable so that
+ attempt-specific behavior is possible. This is a 1-based number that
+ simply increases by 1 for each attempt.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 14.3.0 to Asterisk 14.4.0 ------------
------------------------------------------------------------------------------