asterisk/doc/CHANGES-staging
Sean Bright ddfb60ac2c app_mixmonitor: Set MIXMONITOR_FILENAME to correct value when wav49 is used
When opening a file for writing, Asterisk silently converts filenames
ending with 'wav49' to 'WAV.' We aren't taking that in to account when
setting the MIXMONITOR_FILENAME variable in MixMonitor.

* If the user wants to write to a wav49 file, make sure that it is
  reflected properly in MIXMONITOR_FILENAME.

* Add a note to the documentation describing this behavior.

* Add a note in main/file.c indicating that app_mixmonitor needs to be
  changed if the logic in build_filename was changed.

ASTERISK-24798 #close
Reported by: xrobau

Change-Id: I384691ce624eb55c80a125b9ca206d2d691c574c
2020-02-17 10:58:40 -06: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_mixmonitor_wav49.txt app_mixmonitor: Set MIXMONITOR_FILENAME to correct value when wav49 is used 2020-02-17 10:58:40 -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
ARI.txt ARI: External Media 2019-09-10 10:44:16 -05: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
hide_messaging_ami_events message.c: Add option to suppress the Message channel AMI and ARI events 2020-02-03 13:58:48 -06:00
hide_messaging_ami_events.txt doc: Fix CHANGES entries to have .txt suffix and update READMEs 2020-02-07 14:08:39 -06:00
http.txt http: Add ability to disable /httpstatus URI 2020-01-22 10:10:14 -06: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
README.md doc: Fix CHANGES entries to have .txt suffix and update READMEs 2020-02-07 14:08:39 -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

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