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-1.4.34.
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 |
11 tilghman 6 mnicholson 6 russell 5 jpeeler 2 mmichelson 2 pabelanger 2 rmudgett 1 Delvar 1 ebroad 1 festr 1 Guggemand 1 Ivan 1 jeang 1 junky 1 kenner 1 lmadsen 1 ramonpeek 1 tringenbach 1 twilson 1 tzafrir 1 viniciusfontes |
2 lmadsen 2 ramonpeek 1 agx 1 c0rnoTa 1 ebroad 1 francesco_r 1 Guggemand 1 jamicque 1 JJCinAZ 1 lawbar 1 maxochoa 1 mnicholson 1 pabelanger 1 richardf 1 rmudgett 1 samdell3 1 tilghman 1 vrban |
2 ramonpeek 1 bklang 1 Delvar 1 festr 1 francesco_r 1 gkservice 1 Guggemand 1 Ivan 1 jamicque 1 juls 1 junky 1 kenner 1 mdeneen 1 modelnine 1 mpiazzatnetbug 1 mtryfoss 1 nik600 1 noahisaac 1 pabelanger 1 pdf 1 pprindeville 1 tech_admin 1 Vince |
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 |
273017 | russell | Remove properties that were erroneously merged to 1.4 from one of my branches. | |
273057 | tilghman | _Really_ skip the channel... don't just retry for another 200 cycles. | |
273565 | russell | Don't return a partially initialized datastore. | |
273640 | tzafrir | Fix various typos, reported by Lintian | |
273981 | tilghman | Command 'stop gracefully' doesn't. | |
274093 | mnicholson | Make get_member_status return QUEUE_NO_MEMBERS instead of QUEUE_NO_REACHABLE_MEMBERS to make joinempty=no work again. This regression was introduced in 273639. Also fixed whitespace. | |
274280 | twilson | Add option to not do a call forward on 482 Loop Detected | |
274359 | jpeeler | Ensure file.o is built correctly. | #15250 |
274579 | rmudgett | Close the DAHDI FD on error when processing chan_dahdi toneduration config parameter. | |
275021 | russell | Document that a leading and trailing slash is expected for test categories. | |
275143 | mnicholson | don't unload modules that returned AST_MODULE_LOAD_DECLINE when they were loaded | |
275182 | mnicholson | give a better error message when attempting to unload a module that is not loaded | |
275909 | tilghman | Move SQL scripts into their own database-specific directories. | |
275994 | russell | Access peer->cdr directly instead of through a saved off reference. | |
276123 | russell | Use chan->cdr instead of chan_cdr (just like peer->cdr instead of peer_cdr in the last commit). | |
276126 | russell | Only reset a CDR that exists. | |
276267 | lmadsen | Update documentation for voicemail.conf externpass option. | |
276652 | jpeeler | In a perfect world, the frame source would never be NULL. In the meantime, don't crash when it is. | |
277247 | mnicholson | For pass through DTMF tones, measure the actual duration between the begin and end packets on the wire. If it is detected to be less than AST_MIN_DTMF_DURATION, trigger dtmf emulation. | |
277497 | mnicholson | Default to no udptl error correction so that error correction will be disabled in the event that the remote end indicates that they do not support the error correction mode we requested. | |
277625 | tringenbach | Save and restore AST_FLAG_BRIDGE_HANGUP_DONT on attended transfer. | |
277906 | jeang | Avoid trying to pickup a parked extension before the park operation is completed. | |
278167 | tilghman | Do not queue up DTMF frames while a call is on hold. | |
278618 | mmichelson | Allow PLC to function properly when channels use SLIN for audio. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
apps/app_amd.c | 7 apps/app_dial.c | 5 apps/app_meetme.c | 275 +++++++++++++++++++++---------- apps/app_queue.c | 9 + apps/app_voicemail.c | 15 + autoconf/ast_func_fork.m4 | 2 channels/chan_agent.c | 7 channels/chan_dahdi.c | 19 +- channels/chan_h323.c | 6 channels/chan_iax2.c | 32 ++- channels/chan_local.c | 12 + channels/chan_misdn.c | 4 channels/chan_oss.c | 28 ++- channels/chan_sip.c | 72 ++++---- configs/say.conf.sample | 9 + configs/sip.conf.sample | 17 + configs/voicemail.conf.sample | 3 configure.ac | 1 contrib/realtime/mysql/iaxfriends.sql | 57 ++++++ contrib/realtime/mysql/meetme.sql | 12 + contrib/realtime/mysql/sipfriends.sql | 55 ++++++ contrib/realtime/mysql/voicemail.sql | 64 +++++++ contrib/realtime/postgresql/realtime.sql | 143 ++++++++++++++++ contrib/scripts/iax-friends.sql | 57 ------ contrib/scripts/meetme.sql | 12 - contrib/scripts/realtime_pgsql.sql | 143 ---------------- contrib/scripts/sip-friends.sql | 55 ------ contrib/scripts/vmdb.sql | 64 ------- include/asterisk/autoconfig.h.in | 55 +++--- include/asterisk/channel.h | 12 + include/asterisk/compiler.h | 6 include/asterisk/lock.h | 35 ++- include/asterisk/test.h | 7 main/Makefile | 2 main/autoservice.c | 27 ++- main/channel.c | 34 ++- main/cli.c | 7 main/config.c | 4 main/loader.c | 6 main/manager.c | 10 - main/pbx.c | 3 main/rtp.c | 6 main/test.c | 5 res/res_agi.c | 2 res/res_config_odbc.c | 105 +++++++++-- res/res_config_pgsql.c | 59 +++++- res/res_features.c | 27 ++- res/res_jabber.c | 6 48 files changed, 1015 insertions(+), 588 deletions(-)