asterisk/doc/CHANGES-staging
George Joseph be93537382 Merge "res_fax: wrap v21 detected Asterisk initiated negotiation with config option" 2020-01-02 08:43:21 -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_confbridge_maximum_sample_rate.txt confbridge: Add support for specifying maximum sample rate. 2019-12-16 09:54:21 -06: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
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
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
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