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 1245e3330b
test.c: Fix counting of tests and add 2 new tests
2 years ago
..
README.md doc: Fix CHANGES entries to have .txt suffix and update READMEs 5 years ago
ami_hook_flash.txt app_senddtmf: Add SendFlash AMI action. 2 years ago
answer.txt pbx_builtins: Allow Answer to return immediately. 3 years ago
app_amd.txt app_amd: Add option to play audio during AMD. 3 years ago
app_bridgewait.txt app_bridgewait: Add option to not answer channel. 3 years ago
app_broadcast.txt app_broadcast: Add Broadcast application 2 years ago
app_confbridge_marked_any.txt app_confbridge: Add end_marked_any option. 3 years ago
app_directory_skip_call.txt app_directory: Add a 'skip call' option. 2 years ago
app_if.txt app_if: Adds conditional branch applications 3 years ago
app_mixmonitor_clid.txt app_mixmonitor: Add option to use real Caller ID for voicemail. 3 years ago
app_mixmonitor_delete.txt app_mixmonitor: Add option to delete files on exit. 3 years ago
app_mixmonitor_mute_by_id.txt res_mixmonitor: MixMonitorMute by MixMonitor ID 2 years ago
app_queue.txt app_queue: periodic announcement configurable start time. 2 years ago
app_read_return_terminator.txt app_read: Add an option to return terminator on empty digits. 2 years ago
app_senddtmf_answer.txt app_senddtmf: Add option to answer target channel. 2 years ago
app_signal.txt app_signal: Add signaling applications 2 years ago
app_voicemail_attachext.txt app_voicemail: Fix missing email in msg_create_from_file. 3 years ago
bridge_builtin_features_beep_on_monitor.txt bridge_builtin_features: add beep via touch variable 2 years ago
cdr_ignore.txt cdr: Allow bridging and dial state changes to be ignored. 3 years ago
cli_channel_display_length_increase.txt cli: increase channel column width 2 years ago
db_prefix.txt db: Add AMI action to retrieve DB keys at prefix. 3 years ago
features_bridge_noanswer.txt features: Add no answer option to Bridge. 3 years ago
format_sln_support_for_slin.txt format_sln: add .slin as supported file extension 2 years ago
func_export.txt func_export: Add EXPORT function 3 years ago
func_json_additions.txt func_json: Enhance parsing capabilities of JSON_DECODE 2 years ago
func_strings_trim.txt func_strings: Add trim functions. 3 years ago
fxo_immediate.txt chan_dahdi: Allow FXO channels to start immediately. 3 years ago
http_bindaddr.txt http.c: Minor simplification to HTTP status output. 2 years ago
lock_deadlock.txt lock.c: Add AMI event for deadlocks. 3 years ago
manager_aoc.txt manager: AOC-S support for AOCMessage 3 years ago
res_geolocation.txt res_geolocation: Add two new options to GEOLOC_PROFILE 3 years ago
res_hep.txt res_hep: Add support for named capture agents. 3 years ago
res_http_media_cache.txt res_http_media_cache: Introduce options and customize 2 years ago
res_musiconhold_answeredonly.txt res_musiconhold: Add option to not play music on hold on unanswered channels 3 years ago
res_phoneprov_multihomed_server.txt res_phoneprov.c: Multihomed SERVER cache prevention 2 years ago
res_pjsip_100rel_option.txt res_pjsip: Add 100rel option "peer_supported". 3 years ago
res_pjsip_all_codecs_on_empty_reinvite_option.txt res_pjsip: return all codecs on a re-INVITE without SDP 3 years ago
res_pjsip_aoc.txt res_pjsip_aoc: New module for sending advice-of-charge with chan_pjsip 3 years ago
res_pjsip_logger_method.txt res_pjsip_logger: Add method-based logging option. 3 years ago
res_pjsip_notify_options.txt res_pjsip_notify: Add option support for AMI. 3 years ago
res_pjsip_parameters.txt res_pjsip_header_funcs: Add custom parameter support. 3 years ago
res_pjsip_rfc3329.txt res_pjsip: Add mediasec capabilities. 3 years ago
res_pjsip_session_overlap.txt res_pjsip_session: Add overlap_context option. 2 years ago
res_pjsip_tls_cert_key_reload.txt pjsip: Add TLS transport reload support for certificate and key. 3 years ago
res_pjsip_usereqphone.txt res_pjsip: Add user=phone on From and PAID for usereqphone=yes 3 years ago
res_rtp_asterisk.txt res_rtp_asterisk: Asterisk Media Experience Score (MES) 2 years ago
res_rtp_rfc3326_sip.txt res_pjsip_rfc3326: Add SIP causes support for RFC3326 2 years ago
res_tonedetect_ring.txt res_tonedetect: Add ringback support to TONE_DETECT. 3 years ago
test.txt test.c: Fix counting of tests and add 2 new tests 2 years ago
transfer.txt features: Add transfer initiation options. 3 years ago
xmldoc.txt xmldoc: Allow XML docs to be reloaded. 3 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