mirror of https://github.com/asterisk/asterisk
Although the wiki page for the new CHANGES and UPGRADE scheme
states that the files must have the ".txt" suffix, the READMEs
didn't.
Change-Id: I490306aa2cc24d6f014738e9ebbc78592efe0f05
(cherry picked from commit 7416703f04)
17.3
parent
47a5e33280
commit
4d6346dc26
@ -0,0 +1,11 @@
|
|||||||
|
Subject: Messaging
|
||||||
|
|
||||||
|
In order to reduce the amount of AMI and ARI events generated,
|
||||||
|
the global "Message/ast_msg_queue" channel can be set to suppress
|
||||||
|
it's normal channel housekeeping events such as "Newexten",
|
||||||
|
"VarSet", etc. This can greatly reduce load on the manager
|
||||||
|
and ARI applications when the Digium Phone Module for Asterisk
|
||||||
|
is in use. To enable, set "hide_messaging_ami_events" in
|
||||||
|
asterisk.conf to "yes" In Asterisk versions <18, the default
|
||||||
|
is "no" preserving existing behavior. Beginning with
|
||||||
|
Asterisk 18, the option will default to "yes".
|
||||||
@ -1,7 +0,0 @@
|
|||||||
Subject: res_fax
|
|
||||||
|
|
||||||
Added configuration option "negotiate_both". This option is only used
|
|
||||||
when a gateway is enabled, and a v21 preamble is detected. If this option
|
|
||||||
is enabled, once a preamble is detected Asterisk will initiate negotiation
|
|
||||||
requests to both T.38 enabled endpoint versus waiting, and forwarding a
|
|
||||||
request from an initiating endpoint. Defaults to disabled.
|
|
||||||
Loading…
Reference in new issue