asterisk/doc/CHANGES-staging
Mark Petersen 92cb1c0a59 app_queue.c: added DIALEDPEERNUMBER on outgoing channel
added that we set DIALEDPEERNUMBER on the outgoing channels
so it is avalible in b(content^extension^line)
this add the same behaviour as Dial

ASTERISK-29795

Change-Id: Icbc589ea2066f0c401a892bf478f6b2fd44e62f6
2021-12-15 10:16:56 -06:00
..
README.md doc: Fix CHANGES entries to have .txt suffix and update READMEs 2020-02-07 14:08:39 -06:00
add_mix_option_to_playback.txt apps/app_playback.c: Add 'mix' option to app_playback 2021-10-21 10:47:02 -05:00
app_dtmfstore.txt app_dtmfstore: New application to store digits 2021-08-02 14:28:52 -05:00
app_mf_mf.txt app_mf: Add full tech-agnostic MF support 2021-12-13 09:42:46 -06:00
app_milliwatt.txt app_milliwatt: Timing fix 2021-08-19 11:18:30 -05:00
app_morsecode.txt app_morsecode: Add American Morse code 2021-08-19 10:31:04 -05:00
app_originate_codecs.txt app_originate: Add ability to set codecs 2021-08-19 09:08:58 -05:00
app_queue.txt app_queue: Allow streaming multiple announcement files 2021-08-03 14:19:58 -05:00
app_queue_DIALEDPEERNUMBER.txt app_queue.c: added DIALEDPEERNUMBER on outgoing channel 2021-12-15 10:16:56 -06:00
app_queue_logintime.txt app_queue: Add LoginTime field for member in a queue. 2021-10-25 10:31:20 -05:00
app_queue_stats.txt app_queue: Don't reset queue stats on reload 2021-08-25 18:34:29 -05:00
app_read.txt app_read: Allow reading # as a digit 2021-09-01 10:31:17 -05:00
app_sendtext.txt app_sendtext: Add ReceiveText application 2021-12-14 04:18:47 -06:00
app_voicemail.txt app_voicemail.c: Ability to silence instructions if greeting is present. 2021-09-08 19:18:11 -05:00
app_voicemail_danish_syntax.txt app_voicemail.c: Support for Danish syntax in VM 2021-12-14 05:36:39 -05:00
ast_coredumper.txt ast_coredumper: Refactor to better find things 2021-10-28 13:50:43 -05:00
chan_iax2_ani2.txt chan_iax2: Add ANI2/OLI information element 2021-09-02 14:17:11 -05:00
chan_iax2_dial.txt chan_iax2: Allow both secret and outkey at dial time 2021-11-08 11:26:21 -06:00
func_channel.txt func_channel: Add CHANNEL_EXISTS function. 2021-09-22 09:13:57 -05:00
func_env.txt func_env: Add DIRNAME and BASENAME functions 2021-09-10 11:48:10 -05:00
func_framedrop.txt func_frame_drop: New function 2021-08-09 07:59:09 -05:00
func_json.txt func_json: Adds JSON_DECODE function 2021-12-13 12:25:08 -06:00
func_scramble.txt func_scramble: Audio scrambler function 2021-08-19 09:48:41 -05:00
func_strings.txt func_strings: Add STRBETWEEN function 2021-09-10 15:53:25 -05:00
func_vmcount.txt func_vmcount: Add support for multiple mailboxes 2021-09-22 14:30:38 -05:00
logger.txt logger: Add custom logging capabilities 2021-09-21 12:10:21 -05:00
manager_message_send.txt message.c: Support 'To' header override with AMI's MessageSend. 2021-09-22 10:44:10 -05:00
mf.txt app_mf: Add channel agnostic MF sender 2021-09-15 10:07:04 -05:00
pjsip_read_headers.txt res_pjsip_header_funcs: Add PJSIP_HEADERS() ability to read header by pattern 2021-08-03 08:47:53 -05:00
res_fax_spandsp.txt res_fax_spandsp: Add spandsp 3.0.0+ compatibility 2021-12-03 07:44:02 -06:00
res_pjproject.txt res_pjproject: Allow mapping to Asterisk TRACE level 2021-08-19 13:00:31 -05:00
res_pjsip_registrar.txt res_pjsip_registrar: Remove unavailable contacts if exceeds max_contacts 2021-09-24 11:47:22 -05:00
res_pjsip_t38_bind_fixes.txt res_pjsip_t38: bind UDPTL sessions like RTP 2021-10-01 08:57:07 -05:00
res_rtp_asterisk_stunaddr_recurring_resolution.txt res_rtp_asterisk: Automatically refresh stunaddr from DNS 2021-09-01 10:29:39 -05:00
res_statsd.txt res_statsd: handle non-standard meter type safely 2021-08-03 08:12:33 -05:00
res_tonedetect.txt res_tonedetect: Tone detection module 2021-09-10 11:08:11 -05:00
say.txt func_sayfiles: Retrieve say file names 2021-09-10 11:46:03 -05:00
tonescan.txt res_tonedetect: Add call progress tone detection 2021-11-19 08:05:26 -06:00

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