You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/doc/CHANGES-staging
George Joseph a72caa041f
doc: Fix CHANGES entries to have .txt suffix and update READMEs
6 years ago
..
ARI.txt ARI: External Media 6 years ago
README.md doc: Fix CHANGES entries to have .txt suffix and update READMEs 6 years ago
app_bridgeaddchan_add_bridgeresult_var.txt app_bridgeaddchan.c: Make BridgeAdd be more like Bridge 6 years ago
app_chanisavail_empty_device_list.txt app_chanisavail.c: Simplify dialplan using ChanIsAvail. 6 years ago
app_confbridge_maximum_sample_rate.txt confbridge: Add support for specifying maximum sample rate. 6 years ago
app_dial_empty_dial_list.txt app_dial.c: Simplify dialplan using Dial. 6 years ago
app_page_empty_page_list.txt app_page.c: Simplify dialplan using Page. 6 years ago
ari-bridges-inhibit-colp.txt ARI: Ability to inhibit COLP frames when adding channels to a bridge 6 years ago
chan_pjsip_moh_passthrough.txt channel/chan_pjsip: add dialplan function for music on hold 6 years ago
chan_rtp.txt chan_rtp: Accept hostname as well as ip address as destination 6 years ago
feat_audiosocket.txt feat: AudioSocket channel, application, and ARI support. 6 years ago
func_curl.txt func_curl: Add 'followlocation' option to CURLOPT() 6 years ago
func_curl_headers.txt func_curl.c: Support custom http headers 6 years ago
func_jitterbuffer_video.txt func_jitterbuffer: Add audio/video sync support. 6 years ago
h265-passthrough.txt core: Add H.265/HEVC passthrough support 6 years ago
hide_messaging_ami_events message.c: Add option to suppress the Message channel AMI and ARI events 6 years ago
hide_messaging_ami_events.txt doc: Fix CHANGES entries to have .txt suffix and update READMEs 6 years ago
http.txt http: Add ability to disable /httpstatus URI 6 years ago
minmemfree.txt pbx.c: Include filesystem cache in free memory calculation 6 years ago
mixmonitor-s-option.txt audiohook.c: Substitute silence for unavailable audio frames 6 years ago
moh-playlist.txt res_musiconhold: Add new 'playlist' mode 6 years ago
res_musiconhold.txt res_musiconhold: Added unregister realtime moh class 6 years ago
res_pjsip_endpoint_identifier_ip_match_port.txt res_pjsip_endpoint_identifier_ip.c: Add port matching support 6 years ago
taskprocessor-like-support.txt taskprocessor.c: Added "like" support to 'core show taskprocessors' 6 years ago
taskprocessor-reset-stats.txt taskprocessor.c: Add CLI commands to reset taskprocessor stats. 6 years ago
voicemail_lock_cleanup_revert.txt Revert "app_voicemail: Cleanup stale lock files on module load" 6 years ago

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.txt" to this directory, with a short description of what it does. The files must have the ".txt" suffix. 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