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
Naveen Albert 244491f9b2
app_reload: New Reload application
4 years ago
..
README.md doc: Fix CHANGES entries to have .txt suffix and update READMEs 5 years ago
app_confbridge.txt app_confbridge/bridge_softmix: Add ability to force estimated bitrate 5 years ago
app_confbridge_answer.txt app_confbridge: New option to prevent answer supervision 4 years ago
app_confkick.txt app_confbridge: New ConfKick() application 4 years ago
app_dial_announcement.txt app_dial: Expanded A option to add caller announcement 4 years ago
app_originate_vars.txt app_originate: Allow setting Caller ID and variables 4 years ago
app_reload.txt app_reload: New Reload application 4 years ago
app_transferprotocol.txt chan_pjsip, app_transfer: Add TRANSFERSTATUSPROTOCOL variable 4 years ago
app_waitforcond.txt app_waitforcond: New application 4 years ago
chan_iax2.txt chan_iax2.c: Require secret and auth method if encryption is enabled 4 years ago
flash_ami_event.txt AMI: Add AMI event to expose hook flash events 4 years ago
func_min_max.txt func_math: Three new dialplan functions 4 years ago
func_odbc_ARGC_minargs.txt func_odbc: Introduce minargs config and expose ARGC in addition to ARGn. 4 years ago
func_volume_read.txt func_volume: Add read capability to function. 4 years ago
logger_category.txt Logging: Add debug logging categories 5 years ago
logger_dateformat.txt logger: Console sessions will now respect logger.conf dateformat= option 4 years ago
logger_format.txt logger.c: Added a new log formatter called "plain" 5 years ago
media_cache_cachedir.txt Introduce astcachedir, to be used for temporary bucket files 5 years ago
messagesend.txt Updates for the MessageSend Dialplan App 4 years ago
mixmonitor_manager_events.txt app_mixmonitor: Add AMI events MixMonitorStart, -Stop and -Mute. 4 years ago
pjsip_endpoint_unauthenticated_options.txt res_pjsip.c: OPTIONS processing can now optionally skip authentication 4 years ago
pjsip_send_session_refresh.txt chan_pjsip: disallow PJSIP_SEND_SESSION_REFRESH pre-answer execution 5 years ago
pjsip_transport_partial_reload.txt res_pjsip: Add support for partial transport reload. 4 years ago
res_pjsip.txt res_pjsip.c: Support endpoints with domain info in username 4 years ago
res_pjsip_dialog_info_body_generator.txt res_pjsip_dialog_info_body_generator: Add LOCAL/REMOTE tags in dialog-info+xml 4 years ago
res_pjsip_dtmf.txt res_pjsip_dtmf_info: Hook flash 4 years ago
res_pjsip_messaging.txt res_pjsip_messaging: Refactor outgoing URI processing 4 years ago
res_rtp_asterisk_stun_software_attribute.txt res_rtp_asterisk: make it possible to remove SOFTWARE attribute 4 years ago
res_stasis_playback.txt res_stasis_playback: Send PlaybackFinish event only once for errors 4 years ago
srtp_replay_protection.txt rtp: Enable srtp replay protection 4 years ago
voicemail_beep.txt app_voicemail: Configurable voicemail beep 4 years ago
voicemail_early_media.txt voicemail: add option 'e' to play greetings as early media 5 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