asterisk/doc/CHANGES-staging
Sean Bright 50d02d6194 pbx.c: Include filesystem cache in free memory calculation
ASTERISK-28695 #close
Reported by: Kevin Flyn

Change-Id: Ief098bb6eb77378daeace8f97ba30701c8de55b8
2020-01-16 12:38:09 -06:00
..
ARI.txt ARI: External Media 2019-09-10 10:44:16 -05:00
README.md build: Revise CHANGES and UPGRADE.txt handling. 2019-04-09 09:45:04 -05:00
app_bridgeaddchan_add_bridgeresult_var.txt app_bridgeaddchan.c: Make BridgeAdd be more like Bridge 2020-01-05 21:32:01 -06:00
app_chanisavail_empty_device_list.txt app_chanisavail.c: Simplify dialplan using ChanIsAvail. 2020-01-06 19:11:58 -06:00
app_confbridge_maximum_sample_rate.txt confbridge: Add support for specifying maximum sample rate. 2019-12-16 09:54:21 -06:00
app_dial_empty_dial_list.txt app_dial.c: Simplify dialplan using Dial. 2020-01-05 21:24:27 -06:00
app_page_empty_page_list.txt app_page.c: Simplify dialplan using Page. 2020-01-05 21:21:21 -06:00
ari-bridges-inhibit-colp.txt ARI: Ability to inhibit COLP frames when adding channels to a bridge 2020-01-02 15:06:15 +00:00
chan_pjsip_moh_passthrough.txt channel/chan_pjsip: add dialplan function for music on hold 2019-10-01 02:06:45 -05:00
chan_rtp.txt chan_rtp: Accept hostname as well as ip address as destination 2019-08-22 07:39:50 -05:00
feat_audiosocket.txt feat: AudioSocket channel, application, and ARI support. 2020-01-14 09:36:44 -06:00
func_curl.txt func_curl: Add 'followlocation' option to CURLOPT() 2020-01-13 08:26:56 -06:00
func_curl_headers.txt func_curl.c: Support custom http headers 2019-11-15 09:41:59 -05:00
func_jitterbuffer_video.txt func_jitterbuffer: Add audio/video sync support. 2019-09-18 20:22:50 +00:00
h265-passthrough.txt core: Add H.265/HEVC passthrough support 2019-09-17 13:42:26 +02:00
minmemfree.txt pbx.c: Include filesystem cache in free memory calculation 2020-01-16 12:38:09 -06:00
mixmonitor-s-option.txt audiohook.c: Substitute silence for unavailable audio frames 2019-08-20 08:44:00 -05:00
moh-playlist.txt res_musiconhold: Add new 'playlist' mode 2019-09-25 06:24:07 -05:00
res_fax_negotiate_both res_fax: wrap v21 detected Asterisk initiated negotiation with config option 2019-12-13 14:24:10 -06:00
res_musiconhold.txt res_musiconhold: Added unregister realtime moh class 2019-09-10 21:29:48 +02:00
res_pjsip_endpoint_identifier_ip_match_port.txt res_pjsip_endpoint_identifier_ip.c: Add port matching support 2020-01-08 08:37:53 -06:00
taskprocessor-like-support.txt taskprocessor.c: Added "like" support to 'core show taskprocessors' 2019-09-25 14:01:49 -05:00
taskprocessor-reset-stats.txt taskprocessor.c: Add CLI commands to reset taskprocessor stats. 2019-09-24 10:42:23 -05:00
voicemail_lock_cleanup_revert.txt Revert "app_voicemail: Cleanup stale lock files on module load" 2019-10-08 06:35:05 -05:00

README.md

DO NOT REMOVE THIS FILE!

The only files that should be added to this directory are ones that will be used by the release script to update the CHANGES file automatically. The only time that it is necessary to add something to the CHANGES-staging directory is if you are either adding a new feature to Asterisk or adding new functionality to an existing feature. The file does not need to have a meaningful name, but it probably should. If there are multiple items that need documenting, you can add multiple files, each with their own description. If the message is going to be the same for each subject, then you can add multiple subject headers to one file. The "Subject: xxx" line is case sensitive! For example, if you are making a change to PJSIP, then you might add the file "res_pjsip_my_cool_feature" to this directory, with a short description of what it does. If you are adding multiple entries, they should be done in the same commit to avoid merge conflicts. Here's an example:

Subject: res_pjsip Subject: Core

Here's a pretty good description of my new feature that explains exactly what it does and how to use it.

Here's a master-only example:

Subject: res_ari Master-Only: True

This change will only go into the master branch. The "Master-Only" header will never be in a change not in master.

Note that the second subject has another header: "Master-Only". Changes that go into the master branch and ONLY the master branch are the only ones that should have this header. Also, the value can only be "true" or "True". The "Master-Only" part of the header IS case-sensitive, however!

For more information, check out the wiki page: https://wiki.asterisk.org/wiki/display/AST/CHANGES+and+UPGRADE.txt