mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 11:13:09 +00:00
Update CHANGES and UPGRADE.txt for 16.25.0
This commit is contained in:
50
CHANGES
50
CHANGES
@@ -12,6 +12,56 @@
|
|||||||
===
|
===
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
--- Functionality changes from Asterisk 16.24.0 to Asterisk 16.25.0 ----------
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
ami
|
||||||
|
------------------
|
||||||
|
* AMI events can now be globally disabled using
|
||||||
|
the disabledevents [general] setting.
|
||||||
|
|
||||||
|
app_queue
|
||||||
|
------------------
|
||||||
|
* Load queues and members from Realtime for
|
||||||
|
AMI actions: QueuePause, QueueStatus and QueueSummary,
|
||||||
|
Applications: PauseQueueMember and UnpauseQueueMember.
|
||||||
|
|
||||||
|
* Added a new AMI action: QueueWithdrawCaller
|
||||||
|
This AMI action makes it possible to withdraw a caller from a queue
|
||||||
|
back to the dialplan. The call will be signaled to leave the queue
|
||||||
|
whenever it can, hence, it not guaranteed that the call will leave
|
||||||
|
the queue.
|
||||||
|
|
||||||
|
Optional custom data can be passed in the request, in the WithdrawInfo
|
||||||
|
parameter. If the call successfully withdrawn the queue,
|
||||||
|
it can be retrieved using the QUEUE_WITHDRAW_INFO variable.
|
||||||
|
|
||||||
|
This can be useful for certain uses, such as dispatching the call
|
||||||
|
to a specific extension.
|
||||||
|
|
||||||
|
channel_internal_api
|
||||||
|
------------------
|
||||||
|
* CHANNEL(lastcontext) and CHANNEL(lastexten)
|
||||||
|
are now available for use in the dialplan.
|
||||||
|
|
||||||
|
res_pjsip_pubsub
|
||||||
|
------------------
|
||||||
|
* A new resource_list option, resource_display_name, indicates
|
||||||
|
whether display name of resource or the resource name being
|
||||||
|
provided for RLS entries.
|
||||||
|
If this option is enabled, the Display Name will be provided.
|
||||||
|
This option is disabled by default to remain the previous behavior.
|
||||||
|
If the 'event' set to 'presence' or 'dialog' the non-empty HINT name
|
||||||
|
will be set as the Display Name.
|
||||||
|
The 'message-summary' is not supported yet.
|
||||||
|
|
||||||
|
* The Resource List Subscriptions (RLS) is dynamic now.
|
||||||
|
The asterisk now updates current subscriptions to reflect the changes
|
||||||
|
to the list on subscription refresh. If list items are added,
|
||||||
|
removed, updated or do not exist anymore, the asterisk regenerates
|
||||||
|
the resource list.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
--- Functionality changes from Asterisk 16.23.0 to Asterisk 16.24.0 ----------
|
--- Functionality changes from Asterisk 16.23.0 to Asterisk 16.24.0 ----------
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
13
UPGRADE.txt
13
UPGRADE.txt
@@ -18,6 +18,19 @@
|
|||||||
===
|
===
|
||||||
===========================================================
|
===========================================================
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
--- Functionality changes from Asterisk 16.24.0 to Asterisk 16.25.0 ----------
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
AMI
|
||||||
|
------------------
|
||||||
|
* The XML Manager Event Interface (amxml) now generates attribute names
|
||||||
|
that are compliant with the XML 1.1 specification. Previously, an
|
||||||
|
attribute name that started with a digit would be rendered as-is, even
|
||||||
|
though attribute names must not begin with a digit. We now prefix
|
||||||
|
attribute names that start with a digit with an underscore ('_') to
|
||||||
|
prevent XML validation failures.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
--- Functionality changes from Asterisk 16.22.0 to Asterisk 16.23.0 ----------
|
--- Functionality changes from Asterisk 16.22.0 to Asterisk 16.23.0 ----------
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
@@ -1,4 +0,0 @@
|
|||||||
Subject: channel_internal_api
|
|
||||||
|
|
||||||
CHANNEL(lastcontext) and CHANNEL(lastexten)
|
|
||||||
are now available for use in the dialplan.
|
|
@@ -1,5 +0,0 @@
|
|||||||
Subject: app_queue
|
|
||||||
|
|
||||||
Load queues and members from Realtime for
|
|
||||||
AMI actions: QueuePause, QueueStatus and QueueSummary,
|
|
||||||
Applications: PauseQueueMember and UnpauseQueueMember.
|
|
@@ -1,4 +0,0 @@
|
|||||||
Subject: ami
|
|
||||||
|
|
||||||
AMI events can now be globally disabled using
|
|
||||||
the disabledevents [general] setting.
|
|
@@ -1,14 +0,0 @@
|
|||||||
Subject: app_queue
|
|
||||||
|
|
||||||
Added a new AMI action: QueueWithdrawCaller
|
|
||||||
This AMI action makes it possible to withdraw a caller from a queue
|
|
||||||
back to the dialplan. The call will be signaled to leave the queue
|
|
||||||
whenever it can, hence, it not guaranteed that the call will leave
|
|
||||||
the queue.
|
|
||||||
|
|
||||||
Optional custom data can be passed in the request, in the WithdrawInfo
|
|
||||||
parameter. If the call successfully withdrawn the queue,
|
|
||||||
it can be retrieved using the QUEUE_WITHDRAW_INFO variable.
|
|
||||||
|
|
||||||
This can be useful for certain uses, such as dispatching the call
|
|
||||||
to a specific extension.
|
|
@@ -1,10 +0,0 @@
|
|||||||
Subject: res_pjsip_pubsub
|
|
||||||
|
|
||||||
A new resource_list option, resource_display_name, indicates
|
|
||||||
whether display name of resource or the resource name being
|
|
||||||
provided for RLS entries.
|
|
||||||
If this option is enabled, the Display Name will be provided.
|
|
||||||
This option is disabled by default to remain the previous behavior.
|
|
||||||
If the 'event' set to 'presence' or 'dialog' the non-empty HINT name
|
|
||||||
will be set as the Display Name.
|
|
||||||
The 'message-summary' is not supported yet.
|
|
@@ -1,7 +0,0 @@
|
|||||||
Subject: res_pjsip_pubsub
|
|
||||||
|
|
||||||
The Resource List Subscriptions (RLS) is dynamic now.
|
|
||||||
The asterisk now updates current subscriptions to reflect the changes
|
|
||||||
to the list on subscription refresh. If list items are added,
|
|
||||||
removed, updated or do not exist anymore, the asterisk regenerates
|
|
||||||
the resource list.
|
|
@@ -1,8 +0,0 @@
|
|||||||
Subject: AMI
|
|
||||||
|
|
||||||
The XML Manager Event Interface (amxml) now generates attribute names
|
|
||||||
that are compliant with the XML 1.1 specification. Previously, an
|
|
||||||
attribute name that started with a digit would be rendered as-is, even
|
|
||||||
though attribute names must not begin with a digit. We now prefix
|
|
||||||
attribute names that start with a digit with an underscore ('_') to
|
|
||||||
prevent XML validation failures.
|
|
Reference in New Issue
Block a user