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-11.3.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 |
15 mjordan 10 rmudgett 8 qwell 6 kharwell 6 kmoore 6 wdoekes 5 elguero 4 dlee 4 file 3 jrose 3 mmichelson 2 igorg 2 tzafrir 2 wedhorn 1 avalentin 1 coriley 1 Dmitriy Serov 1 eelcob 1 Heiko Wundram 1 ianc 1 jcolp 1 kmoore, wdoekes 1 marcelloceschia 1 nbansal 1 Pavel Troller 1 russell 1 seanbright 1 serginuez 1 Zhi Cheng |
6 jbigelow 2 elguero 2 Jeremy Kister 2 kmoore 2 rmudgett 1 andrea 1 Daniel Bohling 1 daroz 1 JoshE 1 myself 1 Pavel Troller 1 Rusty Newton 1 snuffy 1 wdoekes |
6 jbigelow 4 jkister 4 mjordan 2 wdoekes 1 /dev/null 1 aepshteyn 1 amsoft2001 1 ascanland 1 avalentin 1 chengzhicn 1 coriley 1 daroz 1 dbohling 1 Demon 1 eelcob 1 ianc 1 johan 1 kris2k 1 marcelloceschia 1 mmichelson 1 modelnine 1 n8ideas 1 nbansal 1 patrol-cz 1 pgoergler 1 rmudgett 1 rnewton 1 salecha 1 serginuez 1 shmagin 1 sickpig 1 tomaso 1 tsearle |
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 |
380575 | rmudgett | chan_dahdi: Fix "dahdi show channels group" for groups greater than 31. | |
380612 | rmudgett | Make CHECK_BLOCKING() debug message more useful. | |
380671 | qwell | Remove a cross-compile workaround. | |
380672 | qwell | Always check for libm, regardless of configure options. | |
380673 | qwell | Add support for parallel builds of pjproject. | ASTERISK-20815 |
380735 | qwell | Fix a few compiler warnings. | |
380736 | qwell | Ignore warnings caused by PJ_TODO()s in pjproject. | |
380854 | rmudgett | Separate option_types[] from the struct definition. | |
380856 | rmudgett | Because the compiler can check types with a struct copy and memcpy() cannot. | |
380869 | rmudgett | app_page: Fixup application XML documentation typos and inaccuracies. | |
380926 | wedhorn | Reset skinny vmexten on reload. | |
380974 | dlee | Fixed failing test from r380696. | ASTERISK-20787 |
381282 | kmoore | Fix some more REF_DEBUG-related build errors | |
381306 | mmichelson | Do not allow native RTP bridging if packetization of media streams differs. | |
381467 | rmudgett | End stuck DTMF if AST_SOFTHANGUP_ASYNCGOTO because it isn't a real hangup. | ASTERISK-20492 |
381553 | jrose | chan_sip: Use video and text crypto attributes to append RTP profiles to SDP | |
381613 | mjordan | Don't send presencestate information if the state is invalid | AST-1084 |
381655 | jrose | PRESENCE_STATE: Provide better documentation for the 'e' option. | |
381669 | wdoekes | Remove "registertrying" and add "rtp_engine" from/to sip.conf.sample | |
381702 | kharwell | Fixed Confbridge file recording deadlock and appending. | AST-1088 |
381737 | kharwell | Confbridge channels staying active when all participants leave. | AST-1088 |
381835 | mjordan | Let vm_mailbox_snapshot_create's combine option apply to "Urgent" as well | |
382069 | mjordan | Fix typo in r382068 | |
382096 | tzafrir | Remove unneeded linux-gnueabi* | |
382108 | wdoekes | Correct RPID parsing for unquoted display-name. | |
382111 | tzafrir | Consider linux-gnuspe as linux-gnu | |
382151 | file | Regenerate the configure script. The one in the tree was not working for me at all. | |
382296 | file | Fix a bug with ICE and strictrtp where media could get dropped. | |
382298 | file | While the ICE negotiation is occurring leave strictrtp in an open state, media can and will come from different places. | |
382385 | kharwell | Confbridge CLI new record file name check. | AST-1088 |
382514 | kmoore | be played simultaneously. This is not necessarily the case. | |
382574 | kmoore | Ensure that logmsgs are freed properly | |
382617 | mjordan | Let vm_mailbox_snapshot combine "Urgent" when no folder is specified | |
382827 | igorg | Fix core dump on CLI usage | |
383062 | qwell | Fix whitespace in AST_EXT_LIB_CHECK macro. | |
383266 | file | Fix a bug where resources were not found due to hashing on the priority itself. | |
383341 | dlee | Removed codecs/g722/*.i on make clean | |
383342 | dlee | Remove codecs/speex/*.i on make clean | |
383457 | wdoekes | Minor cleanup in func_curl near hashcompat code. | |
383461 | wdoekes | Have func_curl log a warning when a curl request fails. | |
383668 | seanbright | Properly delimit post data in res_config_curl. | |
383836 | russell | Fix multi-station answer race condition. | |
383840 | mjordan | Resolve deadlock between pending CDR and batch CDR locks | ASTERISK-21162 |
383878 | mjordan | Resolve deadlock between SIP registration and channel based functions | ASTERISK-21068, ASTERISK-20550, ASTERISK-21314, ASTERISK-21296 |
384163 | kmoore | Address uninitialized conditional that valgrind found |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
CHANGES | 3 Makefile | 50 +--- UPGRADE.txt | 12 - addons/res_config_mysql.c | 29 -- apps/app_confbridge.c | 204 +++++++++++++---- apps/app_db.c | 8 apps/app_dial.c | 2 apps/app_meetme.c | 23 + apps/app_mixmonitor.c | 10 apps/app_page.c | 105 ++++++-- apps/app_parkandannounce.c | 2 apps/app_playback.c | 2 apps/app_voicemail.c | 19 + apps/confbridge/conf_config_parser.c | 39 +++ apps/confbridge/conf_state_multi_marked.c | 8 autoconf/ast_ext_lib.m4 | 4 channels/chan_dahdi.c | 7 channels/chan_iax2.c | 4 channels/chan_jingle.c | 1 channels/chan_sip.c | 295 ++++++++++++++++--------- channels/chan_skinny.c | 5 channels/chan_unistim.c | 6 channels/sig_pri.c | 7 channels/sip/include/sip.h | 11 channels/sip/security_events.c | 5 codecs/Makefile | 4 configs/confbridge.conf.sample | 4 configs/sip.conf.sample | 3 configure.ac | 6 contrib/realtime/mysql/sippeers.sql | 16 - contrib/realtime/postgresql/realtime.sql | 4 funcs/func_curl.c | 32 +- funcs/func_presencestate.c | 10 include/asterisk/autoconfig.h.in | 5 include/asterisk/channel.h | 3 include/asterisk/logger.h | 9 main/Makefile | 2 main/autoservice.c | 15 - main/cdr.c | 24 +- main/dial.c | 13 - main/event.c | 7 main/features.c | 13 - main/format_pref.c | 2 main/http.c | 32 ++ main/logger.c | 38 +++ main/manager.c | 55 ++++ main/presencestate.c | 3 main/rtp_engine.c | 13 + main/tcptls.c | 5 pbx/pbx_spool.c | 19 + res/Makefile | 24 +- res/pjproject/aconfigure | 294 ++++++++++++++++++++---- res/pjproject/aconfigure.ac | 17 - res/pjproject/build/cc-auto.mak.in | 1 res/pjproject/build/common.mak | 9 res/pjproject/build/os-auto.mak.in | 4 res/pjproject/build/rules.mak | 3 res/pjproject/pjlib-util/build/Makefile | 10 res/pjproject/pjlib/build/Makefile | 12 - res/pjproject/pjlib/include/pj/config_site.h | 1 res/pjproject/pjlib/src/pj/log.c | 6 res/pjproject/pjlib/src/pj/pool_buf.c | 2 res/pjproject/pjlib/src/pj/ssl_sock_ossl.c | 6 res/pjproject/pjmedia/build/Makefile | 22 + res/pjproject/pjmedia/src/test/test.c | 4 res/pjproject/pjnath/build/Makefile | 16 - res/pjproject/pjsip-apps/build/Makefile | 12 - res/pjproject/pjsip-apps/src/samples/icedemo.c | 22 - res/pjproject/pjsip/build/Makefile | 21 + res/res_agi.c | 84 +++++-- res/res_config_curl.c | 7 res/res_format_attr_h264.c | 11 res/res_rtp_asterisk.c | 110 +++++---- res/res_xmpp.c | 18 - 74 files changed, 1366 insertions(+), 548 deletions(-)