Release Summary

asterisk-12.3.0-rc1

Date: 2014-05-22

<asteriskteam@digium.com>


Table of Contents

  1. Summary
  2. Contributors
  3. Closed Issues
  4. Other Changes
  5. Diffstat

Summary

[Back to Top]

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.


Contributors

[Back to Top]

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

26 rmudgett
15 kmoore
12 file
12 jrose
12 mjordan
9 mmichelson
5 wdoekes
3 kharwell
2 gtjoseph
2 jcolp
2 sgriepentrog
1 coreyfarrell
1 elguero
1 igorg
1 may
1 newtonr
1 pabelanger
4 mjordan
2 jbigelow
2 kristoff
2 mmichelson
1 bford
1 dorianlogan
1 ldardini
1 rmudgett
1 rnewton
1 themrrobert

Closed Issues

[Back to Top]

This is a list of all issues from the issue tracker that were closed by changes that went into this release.

Category: Applications/app_chanspy


ASTERISK-23381: [patch]ChanSpy- Barge only works on the initial 'spy', if the spied-on channel makes a new call, unable to barge.
Revision: 413556
Reporter: themrrobert
Coders: jrose

Category: Applications/app_confbridge


ASTERISK-23282: Documentation - Tab completion and CLI usage documentation do not indicate that 'all' is accepted for 'confbridge kick all'
Revision: 412728
Reporter: dorianlogan
Coders: kmoore

Category: Channels/chan_pjsip


ASTERISK-23584: PJSIP 'Unable to create channel' when attempting to call from endpoint with UDP transport to one using WebSockets
Revision: 411927
Reporter: rnewton
Coders: jcolp

Category: Channels/chan_sip/General


ASTERISK-19465: P-Asserted-Identity Privacy
Revision: 412747
Reporter: kristoff
Coders: jrose

ASTERISK-19465: P-Asserted-Identity Privacy
Revision: 412823
Reporter: kristoff
Coders: jrose

Category: Core/Bridging


ASTERISK-22904: bridges: lock the bridge when creating bridge snapshots
Revision: 412193
Reporter: mjordan
Coders: kmoore

Category: Resources/res_agi


ASTERISK-23390: NewExten Event with application AGI shows up before and after AGI runs
Revision: 411868
Reporter: bford
Coders: jrose

Category: Resources/res_ari


ASTERISK-22677: Playbacks on bridge via ARI are not queued
Revision: 412639
Reporter: jbigelow
Coders: jrose

ASTERISK-23433: ARI: Add 'tones' as a URI scheme for /play operations on resources that support media (bridges, channels)
Revision: 412535
Reporter: mjordan
Coders: jrose

ASTERISK-23588: ARI: Crash when unsubscribing from bridge
Revision: 412439
Reporter: mjordan
Coders: kmoore

Category: Resources/res_config_odbc


ASTERISK-23675: [patch] Segmentation Fault on first SIP registration using res_config_odbc
Revision: 413282
Reporter: ldardini
Coders: elguero

Category: Resources/res_config_pgsql


ASTERISK-23707: PJSIP realtime contacts: Apparent mismatch between database state and Asterisk state
Revision: 413226
Reporter: mmichelson
Coders: mmichelson

Category: Resources/res_http_websocket


ASTERISK-23605: res_http_websocket: Race condition in shutting down websocket causes crash
Revision: 413124
Reporter: mjordan
Coders: kmoore

Category: Resources/res_pjsip


ASTERISK-23514: The pjsip.conf aor qualify contact parameters are not updated on reload.
Revision: 412551
Reporter: rmudgett
Coders: jcolp

ASTERISK-23584: PJSIP 'Unable to create channel' when attempting to call from endpoint with UDP transport to one using WebSockets
Revision: 411927
Reporter: rnewton
Coders: jcolp

Category: Resources/res_pjsip_exten_state


ASTERISK-23672: PJSIP Digium presence notifications are not sent if only the subtype or message changes
Revision: 413173
Reporter: mmichelson
Coders: mmichelson

Category: Resources/res_pjsip_refer


ASTERISK-23502: Channel variable SIPREFERTOHDR not being set during blind transfer
Revision: 412453
Reporter: jbigelow
Coders: kharwell


Commits Not Associated with an Issue

[Back to Top]

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.

RevisionAuthorSummaryIssues Referenced
411586fileapp_queue: Fix a bug where realtime members would be deleted during reload causing waiting callers to get ejected.
411636rmudgettstasis_channels.c: Eliminate another overuse of RAII_VAR().
411638rmudgettres_parking: Minor tweaks.
411668mjordanres_hep: Fix crash when hep.conf not available
411670kmooreres_pjsip_pubsub: Add test event for state change
411687mjordanhttp: Fix spurious ERROR message in responses with no content
411701rmudgettAdd some asserts that were handy when looking for a stasis cache problem.
411717rmudgettinternal_timing: Remove the option and always make it enabled if a timing module is loaded.
411790kmoorePJSIP: Fix crash introduced in r411671
411804kmooreStasis: Fix Stasis() bridge refcount issue
411809wdoekesconfigs: Clean up long line and typo in res_odbc.conf.sample.
411811wdoekesapp_queue: Re-add HoldTime to QueueCallerAbandon event (simple typo during ast12 refactor).
411883kmoorePJSIP: Ensure test event has new state
411945rmudgettapp_confbridge: Fix confbridge.conf dsp_talking_threshold option setting wrong parameter.
411962rmudgettconfig: Fix CB_ADD_LEN() to work as originally intended.
411985rmudgettInternal timing: Add notice that the -I and internal_timing option are no longer needed.
412034kmooreres_stasis_answer: Add missing newlines
412048mmichelsonAdd a Command header to the AMI Mixmonitor action.
412074kharwellres_pjsip_pubsub: Set the body generation result to 0 for a valid path
412088mjordanres_hep_pjsip: Use the channel name instead of the call ID when it is available
412153mjordanmain/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG output
412227rmudgettapp_stack: Add missing unlock in off-nominal path of STACK_PEEK function.
412306coreyfarrellautoservice: fix reference leak of logger callid.
412383rmudgettchan_sip.c: Moved some sip_pvt unrefs after their last use.
412385rmudgettchan_sip.c: Fix channel staging assertion failure.
412399rmudgettRemove unused RAII_VAR() declarations.
412413rmudgettEliminate some more unnecessary RAII_VAR() uses.
412483mjordanmain/Makefile: Fix build failure on SmartOS/Illumos/SunOS
412549jroseFix a silly shadowed variable mistake that was missed from play tones patch
412565kmooreARI: Add debug logging for events and responses
412579rmudgettapp_dial and app_queue: Make lock the forwarding channel while taking the channel snapshot.
412581rmudgettOriginated calls: Fix several originate call problems. ASTERISK-22212
412582mmichelsonAllow for multiple contacts to be configured in a single contact= line.
412587newtonrsounds: Fix Sounds Makefile and XML that didn't support new sound prompt sets
412653jroseARI: Remove unnecessary \briefs from automatically generated documentation
412657mjordanapp_sms: Fix uninitialized values; hangup channel when REL is sent successfully
412698mjordanmain/asterisk: Fix startup sequence for realtime features
412713igorg
412730kmooreConfbridge: Fix ConfbridgeKick AMI documentation ASTERISK-23282
412749kmooreHTTP: Add TCP_NODELAY to accepted connections
412882fileres_stasis: Fix crash when handling a failed blind transfer message.
412924rmudgetthttp: Fix spurious ERROR message in responses with no content.
412976gtjosephThis patch adds support for spinlocks in Asterisk.
412992kharwellpjsip realtime: increase the size of some columns
413009mjordanres_rtp_asterisk: Add support for DTLS handshake retransmissions
413073kmooreBridging: Don't lock NULL bridges
413088filechan_pjsip: Implement core ability to get Call-ID of a channel.
413102gtjosephAdd "destroy" implementation for spinlock.
413117filechan_pjsip: Add support for picking up calls in the configured pickup group.
413119fileres_pjsip_sdp_rtp: Fix issue where sending a hold SDP twice could cause an unhold.
413121fileres_stasis: Add progress indications to operations which perform media.
413140filechan_pjsip: Fix deadlock when retrieving call-id of channel.
413142rmudgettchan_sip.c: Fixed off-nominal message iterator ref count and alloc fail issues.
413159fileres_pjsip: Add the ability to configure ciphers based on name.
413196jroseParking: Add 'AnnounceChannel' argument to manager action 'Park'
413210rmudgettres_pjsip_refer: Add Referred-By header on INVITE for blind transfers.
413258mmichelsonPrevent crashes in res_config_odbc due to uninitialized string fields.
413306mmichelsonEnsure that all parts of SQL UPDATEs and DELETEs are encoded.
413358mmichelsonCheck for an act on failures to update contacts during registration.
413372mmichelsonImprove XML sanitization in NOTIFYs, especially for presence subtypes and messages.
413398mmichelsonFix encoding of custom prepare extra data.
413452rmudgettapp_confbridge: Fix ref leak in CLI "confbridge kick" command.
413454rmudgettapp_confbridge: Fixed "CBAnn" channels not going away.
413487fileapp_queue: Extend documentation for various Manager actions and events.
413588kmooreAllow Asterisk to compile under GCC 4.10
413597kmooreFix 32bit build for func_env
413650fileframehooks: Add callback for determining if a hook is consuming frames of a specific type.
413667fileUndoing framehook support. Issues were uncovered by Bamboo.
413681fileframehooks: Add callback for determining if a hook is consuming frames of a specific type.
413712jroseapp_chanspy: Fix a test that was failing on account of r413551
413766rmudgettFix compiler warning from GCC 4.10 fixup.
413771rmudgettchan_dahdi/sig_pri: Prevent unnecessary PROGRESS events when overlap dialing is enabled.
413789wdoekesrtp: Fix case typo in H263+ mime.
413792wdoekesh264: Fix H264 SDP payload format.
413877jrosechan_sip: Add TLS and SRTP status to CLI command 'sip show channel'
413896wdoekesres_musiconhold: Minor cleanup.
413993rmudgettapp_meetme: Fix overwrite of DAHDI conference data structure.
414051rmudgettsig_pri.c: Pull the pri_dchannel() PRI_EVENT_RING case into its own function.
414069rmudgettchan_dahdi: Fix analog dialtone detection.
414122mjordanbridge_native_rtp/bridge_channel: Fix direct media issues due to frame hook
414137mjordanUndo r414122
414154maychan_ooh323: fix h323_log full path name
414195pabelangerReplace __ast_answer with ast_raw_answer in app_control_answer
414216sgriepentrogpbx.c: prevent potential crash from recursive replace()
414272rmudgettcore_unreal: Only block media frames when a generator is on both ends of an unreal channel.
414330mjordanres_corosync: Update module to work with Stasis (and compile)
414347mjordanUPGRADE: Add note for REF_DEBUG flag
414400jroseres_pjsip_refer: Fix bugs involving Parking/PJSIP/transfers
414404rmudgettapp_meetme: Don't interrupt MOH for waitmarked users.
414405sgriepentrogARI: Add ability to raise arbitrary User Events

Diffstat Results

[Back to Top]

This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.

CHANGES                                                                         |   57
UPGRADE.txt                                                                     |   19
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
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/config/versions/e96a0b8071c_increase_pjsip_column_size.py |   39
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/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/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                                                         |   21
res/res_pjsip_t38.c                                                             |    8
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/bridges.json                                                  |   95
rest-api/api-docs/channels.json                                                 |    2
rest-api/api-docs/events.json                                                   |   74
sounds/Makefile                                                                 |    6
sounds/sounds.xml                                                               |  117 -
tests/test_cel.c                                                                |    2
241 files changed, 6922 insertions(+), 2771 deletions(-)