===
==============================================================================
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 16.9.0 to Asterisk 16.10.0 -----------
+------------------------------------------------------------------------------
+
+app_confbridge
+------------------
+ * A new option, "text_messaging", has been added to the user profile
+ which allows control over whether text messaging is enabled or
+ disabled for a user. If enabled (the default) text messages
+ will be sent to the user. If disabled no text messages will be
+ sent to the user.
+
+func_volume
+------------------
+ * Accept decimal number as argument.
+
+res_pjsip_session
+------------------
+ * When placing an outgoing call to a PJSIP endpoint the intent
+ of any requested formats will now be respected. If only an audio
+ format is requested (such as ulaw) but the underlying endpoint
+ does not support the format the resulting SDP will still only
+ contain an audio stream, and not any additional streams such as
+ video.
+
+res_rtp_asterisk
+------------------
+ * This change include a new cli command 'rtp show settings'
+
+ The command display by general settings of rtp configuration. For this
+ point is added the fields: rtpstart, rtpend, dtmftimeout, rtpchecksum,
+ strictrtp, learning_min_sequential and icesupport.
+
+ * The blacklist mechanism in res_rtp_asterisk for ICE and STUN was converted to
+ an ACL mechanism.
+
+ As such six now options are now available:
+
+ ice_deny
+ ice_permit
+ ice_acl
+ stun_deny
+ stun_permit
+ stun_acl
+
+ These options have their obvious meanings as used elsewhere.
+
+ Backwards compatibility was maintained by adding {stun,ice}_blacklist as
+ aliases for {stun,ice}_deny.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 16.8.0 to Asterisk 16.9.0 ------------
------------------------------------------------------------------------------
===
===========================================================
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 16.9.0 to Asterisk 16.10.0 -----------
+------------------------------------------------------------------------------
+
+Core
+------------------
+ * The streams API function ast_stream_get_formats is
+ now defined as returning the format capabilities const.
+ This has always been the case but was never enforced
+ through the API itself. Any consumer of this API that
+ is not treating the formats as immutable should update
+ their code to create a new format capabilities and set
+ it on the stream instead.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 16.8.0 to Asterisk 16.9.0 ------------
------------------------------------------------------------------------------
+++ /dev/null
-Subject: app_confbridge
-
-A new option, "text_messaging", has been added to the user profile
-which allows control over whether text messaging is enabled or
-disabled for a user. If enabled (the default) text messages
-will be sent to the user. If disabled no text messages will be
-sent to the user.
+++ /dev/null
-Subject: func_volume
-
-Accept decimal number as argument.
+++ /dev/null
-Subject: res_pjsip_session
-
-When placing an outgoing call to a PJSIP endpoint the intent
-of any requested formats will now be respected. If only an audio
-format is requested (such as ulaw) but the underlying endpoint
-does not support the format the resulting SDP will still only
-contain an audio stream, and not any additional streams such as
-video.
+++ /dev/null
-Subject: res_rtp_asterisk
-
-The blacklist mechanism in res_rtp_asterisk for ICE and STUN was converted to
-an ACL mechanism.
-
-As such six now options are now available:
-
-ice_deny
-ice_permit
-ice_acl
-stun_deny
-stun_permit
-stun_acl
-
-These options have their obvious meanings as used elsewhere.
-
-Backwards compatibility was maintained by adding {stun,ice}_blacklist as
-aliases for {stun,ice}_deny.
+++ /dev/null
-Subject: res_rtp_asterisk
-
-This change include a new cli command 'rtp show settings'
-
-The command display by general settings of rtp configuration. For this
-point is added the fields: rtpstart, rtpend, dtmftimeout, rtpchecksum,
-strictrtp, learning_min_sequential and icesupport.
+++ /dev/null
-Subject: Core
-
-The streams API function ast_stream_get_formats is
-now defined as returning the format capabilities const.
-This has always been the case but was never enforced
-through the API itself. Any consumer of this API that
-is not treating the formats as immutable should update
-their code to create a new format capabilities and set
-it on the stream instead.