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 8a21417095
chan_dahdi: Add POLARITY function.
3 years ago
..
README.md
add_mix_option_to_playback.txt
allow_wildcard_certs.txt res_pjsip: allow TLS verification of wildcard cert-bearing servers 4 years ago
ami_wink.txt ami: Add AMI event for Wink 4 years ago
app_confbridge_channels.txt app_confbridge: Add function to retrieve channels. 4 years ago
app_confbridge_hear_join.txt apps/confbridge: Added hear_own_join_sound option to control who hears sound_join 4 years ago
app_dtmfstore.txt
app_mf_maxdigits.txt app_mf: Add max digits option to ReceiveMF. 4 years ago
app_mf_mf.txt app_mf: Add full tech-agnostic MF support 4 years ago
app_milliwatt.txt
app_morsecode.txt
app_originate_codecs.txt
app_queue.txt
app_queue_DIALEDPEERNUMBER.txt app_queue.c: added DIALEDPEERNUMBER on outgoing channel 4 years ago
app_queue_logintime.txt
app_queue_music.txt app_queue: Add music on hold option to Queue. 4 years ago
app_queue_nordic_language.txt app_queue.c: Support for Nordic syntax in announcements 4 years ago
app_queue_say_thanks.txt app_queue.c: Queue don't play "thank-you" when here is no hold time announcements 4 years ago
app_queue_stats.txt
app_read.txt
app_sendtext.txt app_sendtext: Add ReceiveText application 4 years ago
app_voicemail.txt
app_voicemail_danish_syntax.txt app_voicemail.c: Support for Danish syntax in VM 4 years ago
app_voicemail_nodelete.txt app_voicemail: Add option to prevent message deletion. 4 years ago
ari_add_pvt_id_to_channel_resource.txt ari: expose channel driver's unique id to ARI channel resource 4 years ago
ast_coredumper.txt
bundled-pjproject-build.txt bundled_pjproject: Make it easier to hack 4 years ago
cdr_disable.txt cdr: allow disabling CDR by default on new channels 4 years ago
chan_dahdi_cadences.txt chan_dahdi: Don't append cadences on dahdi restart. 4 years ago
chan_dahdi_polarity.txt chan_dahdi: Add POLARITY function. 3 years ago
chan_iax2_ani2.txt
chan_iax2_dial.txt
chan_pjsip_180_sdp.txt chan_pjsip: add allow_sending_180_after_183 option 4 years ago
chan_pjsip_flash.txt chan_pjsip: Add ability to send flash events. 4 years ago
chan_sip_pickup_AST_STATE_DOWN.txt chan_sip.c Fix pickup on channel that are in AST_STATE_DOWN 4 years ago
chan_sip_session-timer_on_update.txt chan_sip.c Session timers get removed on UPDATE 4 years ago
channel_internal_api.txt func_channel: Add lastcontext and lastexten. 4 years ago
cli_eval_function.txt cli: Add command to evaluate dialplan functions. 4 years ago
cli_refresh.txt cli: Add module refresh command 4 years ago
func_channel.txt
func_db.txt func_db: Add function to return cardinality at prefix 4 years ago
func_env.txt
func_evalexten.txt func_evalexten: Extension evaluation function. 4 years ago
func_framedrop.txt
func_json.txt func_json: Adds JSON_DECODE function 4 years ago
func_odbc_esc_backslashes.txt func_odbc: Add SQL_ESC_BACKSLASHES dialplan function. 4 years ago
func_scramble.txt
func_strings.txt
func_vmcount.txt
load_realtime_queues.txt app_queue: load queues and members from Realtime when needed 4 years ago
logger.txt
manager_disable.txt ami: Allow events to be globally disabled. 4 years ago
manager_message_send.txt
mf.txt
pjsip_read_headers.txt
queue_withdraw_caller.txt app_queue: Add QueueWithdrawCaller AMI action 4 years ago
res_agi.txt res_agi: Evaluate dialplan functions and variables in agi exec if enabled 4 years ago
res_cliexec.txt res_cliexec: Add dialplan exec CLI command. 3 years ago
res_fax_spandsp.txt
res_geolocation.txt Geolocation: Core Capability Preview 3 years ago
res_parking_moh.txt res_parking: Add music on hold override option. 4 years ago
res_pjproject.txt
res_pjsip_geolocation.txt Geolocation: chan_pjsip Capability Preview 3 years ago
res_pjsip_header_funcs.txt res_pjsip_header_funcs: Add functions PJSIP_RESPONSE_HEADER and PJSIP_RESPONSE_HEADERS 3 years ago
res_pjsip_registrar.txt
res_pjsip_t38_bind_fixes.txt
res_rtp_asterisk_stunaddr_recurring_resolution.txt
res_statsd.txt
res_tonedetect.txt
rls_display_name.txt res_pjsip_pubsub: provide a display name for RLS subscriptions 4 years ago
rls_refresh.txt res_pjsip_pubsub: update RLS to reflect the changes to the lists 4 years ago
say.txt
tonescan.txt

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