This release includes only bug fixes. The changes included were made only to address problems that have been identified in this release series. Users should be able to safely upgrade to this version if this release series is already in use. Users considering upgrading from a previous release series are strongly encouraged to review the UPGRADE.txt document as well as the CHANGES document for information about upgrading to this release series.
The data in this summary reflects changes that have been made since the previous release, asterisk-12.2.0.
This table lists the people who have submitted code, those that have tested patches, as well as those that reported issues on the issue tracker that were resolved in this release. For coders, the number is how many of their patches (of any size) were committed into this release. For testers, the number is the number of times their name was listed as assisting with testing a patch. Finally, for reporters, the number is the number of issues that they reported that were closed by commits that went into this release.
Coders |
Testers |
Reporters |
22 rmudgett 15 kmoore 12 jrose 10 mjordan 9 mmichelson 8 jcolp 6 file 5 wdoekes 4 bebuild 3 kharwell 2 gtjoseph 2 sgriepentrog 1 Bradley Watkins 1 coreyfarrell 1 David Woodhouse 1 elguero 1 igorg 1 may 1 newtonr 1 Nitesh Bansal 1 pabelanger 1 Sebastian Wiedenroth 1 Steve Davies |
1 Denis |
7 mjordan 4 mmichelson 3 jbigelow 2 gma 2 hexanol 2 kristoff 2 rnewton 2 themrrobert 1 amessina 1 bford 1 den159 1 dorianlogan 1 dwmw2 1 gtj 1 ibercom 1 igorg 1 italorossi 1 jan.svoboda 1 johnknott 1 laimbock 1 ldardini 1 marquis 1 mdavenport 1 nbansal 1 one47 1 pabelanger 1 rmudgett 1 wdoekes 1 wiedi |
This is a list of all issues from the issue tracker that were closed by changes that went into this release.
This is a list of all changes that went into this release that did not directly close an issue from the issue tracker. The commits may have been marked as being related to an issue. If that is the case, the issue numbers are listed here, as well.
Revision | Author | Summary | Issues Referenced |
411636 | rmudgett | stasis_channels.c: Eliminate another overuse of RAII_VAR(). | |
411638 | rmudgett | res_parking: Minor tweaks. | |
411668 | mjordan | res_hep: Fix crash when hep.conf not available | |
411670 | kmoore | res_pjsip_pubsub: Add test event for state change | |
411687 | mjordan | http: Fix spurious ERROR message in responses with no content | |
411701 | rmudgett | Add some asserts that were handy when looking for a stasis cache problem. | |
411790 | kmoore | PJSIP: Fix crash introduced in r411671 | |
411804 | kmoore | Stasis: Fix Stasis() bridge refcount issue | |
411809 | wdoekes | configs: Clean up long line and typo in res_odbc.conf.sample. | |
411811 | wdoekes | app_queue: Re-add HoldTime to QueueCallerAbandon event (simple typo during ast12 refactor). | |
411883 | kmoore | PJSIP: Ensure test event has new state | |
411985 | rmudgett | Internal timing: Add notice that the -I and internal_timing option are no longer needed. | |
412034 | kmoore | res_stasis_answer: Add missing newlines | |
412048 | mmichelson | Add a Command header to the AMI Mixmonitor action. | |
412074 | kharwell | res_pjsip_pubsub: Set the body generation result to 0 for a valid path | |
412088 | mjordan | res_hep_pjsip: Use the channel name instead of the call ID when it is available | |
412153 | mjordan | main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG output | |
412383 | rmudgett | chan_sip.c: Moved some sip_pvt unrefs after their last use. | |
412385 | rmudgett | chan_sip.c: Fix channel staging assertion failure. | |
412399 | rmudgett | Remove unused RAII_VAR() declarations. | |
412413 | rmudgett | Eliminate some more unnecessary RAII_VAR() uses. | |
412549 | jrose | Fix a silly shadowed variable mistake that was missed from play tones patch | |
412565 | kmoore | ARI: Add debug logging for events and responses | |
412579 | rmudgett | app_dial and app_queue: Make lock the forwarding channel while taking the channel snapshot. | |
412581 | rmudgett | Originated calls: Fix several originate call problems. | ASTERISK-22212 |
412582 | mmichelson | Allow for multiple contacts to be configured in a single contact= line. | |
412653 | jrose | ARI: Remove unnecessary \briefs from automatically generated documentation | |
412713 | igorg | ||
412730 | kmoore | Confbridge: Fix ConfbridgeKick AMI documentation | ASTERISK-23282 |
412749 | kmoore | HTTP: Add TCP_NODELAY to accepted connections | |
412924 | rmudgett | http: Fix spurious ERROR message in responses with no content. | |
413073 | kmoore | Bridging: Don't lock NULL bridges | |
413088 | file | chan_pjsip: Implement core ability to get Call-ID of a channel. | |
413102 | gtjoseph | Add "destroy" implementation for spinlock. | |
413117 | file | chan_pjsip: Add support for picking up calls in the configured pickup group. | |
413119 | file | res_pjsip_sdp_rtp: Fix issue where sending a hold SDP twice could cause an unhold. | |
413140 | file | chan_pjsip: Fix deadlock when retrieving call-id of channel. | |
413142 | rmudgett | chan_sip.c: Fixed off-nominal message iterator ref count and alloc fail issues. | |
413196 | jrose | Parking: Add 'AnnounceChannel' argument to manager action 'Park' | |
413258 | mmichelson | Prevent crashes in res_config_odbc due to uninitialized string fields. | |
413306 | mmichelson | Ensure that all parts of SQL UPDATEs and DELETEs are encoded. | |
413358 | mmichelson | Check for an act on failures to update contacts during registration. | |
413372 | mmichelson | Improve XML sanitization in NOTIFYs, especially for presence subtypes and messages. | |
413398 | mmichelson | Fix encoding of custom prepare extra data. | |
413452 | rmudgett | app_confbridge: Fix ref leak in CLI "confbridge kick" command. | |
413454 | rmudgett | app_confbridge: Fixed "CBAnn" channels not going away. | |
413487 | file | app_queue: Extend documentation for various Manager actions and events. | |
413588 | kmoore | Allow Asterisk to compile under GCC 4.10 | |
413597 | kmoore | Fix 32bit build for func_env | |
413667 | file | Undoing framehook support. Issues were uncovered by Bamboo. | |
413766 | rmudgett | Fix compiler warning from GCC 4.10 fixup. | |
413896 | wdoekes | res_musiconhold: Minor cleanup. | |
413993 | rmudgett | app_meetme: Fix overwrite of DAHDI conference data structure. | |
414051 | rmudgett | sig_pri.c: Pull the pri_dchannel() PRI_EVENT_RING case into its own function. | |
414122 | mjordan | bridge_native_rtp/bridge_channel: Fix direct media issues due to frame hook | |
414137 | mjordan | Undo r414122 | |
414216 | sgriepentrog | pbx.c: prevent potential crash from recursive replace() | |
414272 | rmudgett | core_unreal: Only block media frames when a generator is on both ends of an unreal channel. | |
414347 | mjordan | UPGRADE: Add note for REF_DEBUG flag | |
414400 | jrose | res_pjsip_refer: Fix bugs involving Parking/PJSIP/transfers | |
414782 | bebuild | Create 12.3.0-rc2 | |
414783 | bebuild | Remove old summaries; Update .version | |
414784 | bebuild | Merge r414528, r414749, r414763, r414765 for 12.3.0-rc2 | |
414785 | bebuild | Importing release summary for 12.3.0-rc2 release. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
.version | 2 CHANGES | 57 ChangeLog | 50 UPGRADE.txt | 27 addons/chan_ooh323.c | 5 apps/app_adsiprog.c | 2 apps/app_chanspy.c | 71 apps/app_confbridge.c | 36 apps/app_dial.c | 13 apps/app_dumpchan.c | 6 apps/app_festival.c | 2 apps/app_getcpeid.c | 8 apps/app_meetme.c | 44 apps/app_minivm.c | 4 apps/app_mixmonitor.c | 8 apps/app_originate.c | 4 apps/app_queue.c | 111 - apps/app_sms.c | 46 apps/app_stack.c | 3 apps/app_userevent.c | 2 apps/app_verbose.c | 2 apps/app_voicemail.c | 10 apps/confbridge/conf_config_parser.c | 14 asterisk-12.3.0-rc1-summary.html | 512 ---- asterisk-12.3.0-rc1-summary.txt | 763 ------- asterisk-12.3.0-rc2-summary.html | 79 asterisk-12.3.0-rc2-summary.txt | 111 + bridges/bridge_native_rtp.c | 9 bridges/bridge_softmix.c | 8 build_tools/cflags.xml | 3 cdr/cdr_adaptive_odbc.c | 4 cel/cel_odbc.c | 8 cel/cel_pgsql.c | 4 channels/chan_alsa.c | 6 channels/chan_dahdi.c | 56 channels/chan_gtalk.c | 8 channels/chan_iax2.c | 68 channels/chan_jingle.c | 12 channels/chan_mgcp.c | 28 channels/chan_motif.c | 14 channels/chan_oss.c | 3 channels/chan_phone.c | 4 channels/chan_pjsip.c | 74 channels/chan_sip.c | 357 +-- channels/chan_skinny.c | 136 - channels/chan_unistim.c | 73 channels/iax2/firmware.c | 2 channels/iax2/parser.c | 4 channels/pjsip/dialplan_functions.c | 6 channels/sig_analog.c | 32 channels/sig_pri.c | 1042 ++++------ channels/sip/config_parser.c | 2 channels/sip/include/sip.h | 9 channels/sip/security_events.c | 2 configs/asterisk.conf.sample | 1 configs/res_odbc.conf.sample | 8 configs/sip.conf.sample | 12 configure.ac | 18 contrib/ast-db-manage/cdr/env.py | 5 contrib/ast-db-manage/config/versions/e96a0b8071c_increase_pjsip_column_size.py | 39 contrib/realtime/mysql/mysql_cdr.sql | 32 contrib/realtime/oracle/oracle_cdr.sql | 46 contrib/realtime/postgresql/postgresql_cdr.sql | 36 contrib/realtime/sqlserver/mssql_cdr.sql | 42 contrib/scripts/refcounter.py | 171 + formats/format_pcm.c | 8 funcs/func_channel.c | 2 funcs/func_env.c | 6 funcs/func_frame_trace.c | 4 funcs/func_hangupcause.c | 2 funcs/func_iconv.c | 2 funcs/func_srv.c | 6 funcs/func_strings.c | 2 funcs/func_sysinfo.c | 10 include/asterisk/app.h | 8 include/asterisk/astobj.h | 2 include/asterisk/astobj2.h | 129 - include/asterisk/autoconfig.h.in | 16 include/asterisk/bridge.h | 18 include/asterisk/channel.h | 14 include/asterisk/devicestate.h | 2 include/asterisk/event.h | 127 - include/asterisk/event_defs.h | 238 +- include/asterisk/framehook.h | 216 +- include/asterisk/manager.h | 2 include/asterisk/message.h | 10 include/asterisk/netsock2.h | 11 include/asterisk/options.h | 6 include/asterisk/parking.h | 12 include/asterisk/pbx.h | 62 include/asterisk/res_pjsip_session.h | 22 include/asterisk/rtp_engine.h | 2 include/asterisk/spinlock.h | 488 ++++ include/asterisk/stasis.h | 102 include/asterisk/stasis_app.h | 71 include/asterisk/stasis_bridges.h | 18 include/asterisk/stasis_channels.h | 8 main/Makefile | 4 main/abstract_jb.c | 2 main/acl.c | 2 main/adsi.c | 2 main/aoc.c | 6 main/app.c | 179 + main/asterisk.c | 32 main/astobj2.c | 60 main/audiohook.c | 6 main/autoservice.c | 8 main/bridge.c | 62 main/bridge_basic.c | 56 main/bridge_channel.c | 2 main/bucket.c | 2 main/callerid.c | 8 main/ccss.c | 22 main/cdr.c | 16 main/channel.c | 179 - main/cli.c | 8 main/config.c | 10 main/config_options.c | 6 main/core_unreal.c | 11 main/data.c | 13 main/devicestate.c | 35 main/dial.c | 24 main/dsp.c | 2 main/enum.c | 4 main/event.c | 125 + main/features_config.c | 3 main/file.c | 2 main/format.c | 8 main/frame.c | 8 main/framehook.c | 13 main/http.c | 22 main/io.c | 4 main/loader.c | 6 main/logger.c | 12 main/manager.c | 7 main/manager_bridges.c | 2 main/manager_channels.c | 57 main/message.c | 40 main/netsock.c | 6 main/netsock2.c | 18 main/parking.c | 10 main/pbx.c | 241 +- main/rtp_engine.c | 62 main/sched.c | 6 main/security_events.c | 10 main/slinfactory.c | 2 main/stasis.c | 279 ++ main/stasis_bridges.c | 36 main/stasis_cache.c | 9 main/stasis_channels.c | 56 main/stasis_endpoints.c | 6 main/stasis_message.c | 5 main/stdtime/localtime.c | 2 main/stun.c | 10 main/taskprocessor.c | 2 main/translate.c | 6 main/udptl.c | 12 main/utils.c | 11 main/xmldoc.c | 2 pbx/dundi-parser.c | 8 pbx/pbx_config.c | 2 pbx/pbx_dundi.c | 10 res/ael/pval.c | 2 res/ari/ari_model_validators.c | 25 res/ari/ari_model_validators.h | 4 res/ari/ari_websockets.c | 1 res/ari/resource_applications.h | 26 res/ari/resource_asterisk.h | 18 res/ari/resource_bridges.c | 261 ++ res/ari/resource_bridges.h | 128 - res/ari/resource_channels.c | 12 res/ari/resource_channels.h | 224 +- res/ari/resource_device_states.h | 16 res/ari/resource_endpoints.h | 12 res/ari/resource_events.c | 56 res/ari/resource_events.h | 42 res/ari/resource_mailboxes.h | 18 res/ari/resource_playbacks.h | 14 res/ari/resource_recordings.c | 1 res/ari/resource_recordings.h | 38 res/ari/resource_sounds.h | 10 res/parking/parking_applications.c | 3 res/parking/parking_bridge.c | 17 res/parking/parking_bridge_features.c | 92 res/parking/parking_manager.c | 119 + res/parking/res_parking.h | 13 res/res_agi.c | 4 res/res_ari.c | 3 res/res_ari_bridges.c | 143 + res/res_ari_events.c | 192 + res/res_ari_model.c | 2 res/res_calendar.c | 8 res/res_calendar_caldav.c | 7 res/res_calendar_ews.c | 2 res/res_calendar_icalendar.c | 2 res/res_config_odbc.c | 65 res/res_config_pgsql.c | 11 res/res_corosync.c | 382 +++ res/res_crypto.c | 2 res/res_fax.c | 59 res/res_fax_spandsp.c | 24 res/res_format_attr_celt.c | 6 res/res_format_attr_h263.c | 8 res/res_format_attr_h264.c | 8 res/res_format_attr_opus.c | 14 res/res_format_attr_silk.c | 10 res/res_hep.c | 2 res/res_hep_pjsip.c | 37 res/res_http_websocket.c | 39 res/res_jabber.c | 22 res/res_monitor.c | 4 res/res_musiconhold.c | 83 res/res_odbc.c | 2 res/res_parking.c | 8 res/res_pjsip.c | 26 res/res_pjsip/config_transport.c | 40 res/res_pjsip/location.c | 76 res/res_pjsip/pjsip_configuration.c | 21 res/res_pjsip/pjsip_options.c | 59 res/res_pjsip/presence_xml.c | 8 res/res_pjsip/security_events.c | 1 res/res_pjsip_exten_state.c | 5 res/res_pjsip_messaging.c | 12 res/res_pjsip_outbound_registration.c | 8 res/res_pjsip_pidf_digium_body_supplement.c | 9 res/res_pjsip_pubsub.c | 21 res/res_pjsip_refer.c | 106 - res/res_pjsip_registrar.c | 11 res/res_pjsip_sdp_rtp.c | 29 res/res_pjsip_session.c | 108 - res/res_pjsip_t38.c | 23 res/res_pktccops.c | 19 res/res_rtp_asterisk.c | 106 - res/res_sorcery_config.c | 2 res/res_srtp.c | 10 res/res_stasis.c | 235 ++ res/res_stasis_answer.c | 7 res/res_stasis_playback.c | 12 res/res_stasis_recording.c | 7 res/res_stasis_snoop.c | 2 res/res_stun_monitor.c | 2 res/res_timing_dahdi.c | 4 res/res_xmpp.c | 4 res/stasis/app.c | 8 res/stasis/control.c | 22 res/stasis/control.h | 11 res/stasis_recording/stored.c | 1 rest-api-templates/ari_resource.h.mustache | 10 rest-api/api-docs/applications.json | 2 rest-api/api-docs/asterisk.json | 2 rest-api/api-docs/bridges.json | 97 rest-api/api-docs/channels.json | 4 rest-api/api-docs/deviceStates.json | 2 rest-api/api-docs/endpoints.json | 2 rest-api/api-docs/events.json | 76 rest-api/api-docs/mailboxes.json | 2 rest-api/api-docs/playbacks.json | 2 rest-api/api-docs/recordings.json | 2 rest-api/api-docs/sounds.json | 2 rest-api/resources.json | 2 sounds/Makefile | 6 sounds/sounds.xml | 117 - tests/test_cel.c | 6 263 files changed, 7428 insertions(+), 4105 deletions(-)