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.6.2.12.
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 |
17 tilghman 8 dvossel 7 mnicholson 5 qwell 3 twilson 2 bbryant 2 oej 1 alexkuklin 1 jpeeler 1 junky 1 makoto 1 modelnine 1 Nick 1 pabelanger 1 pprindeville 1 rmudgett 1 RoadKill 1 schmidts 1 sysreq |
2 mnicholson 2 qwell 1 alexkuklin 1 denzs 1 gmartinez 1 junky 1 mdu113 1 mkeuter 1 Nick_Lewis 1 PavelL 1 pprindeville 1 ricardolandim 1 RoadKill 1 sysreq |
2 oej 1 298 1 alexkuklin 1 alexrecarey 1 coolmig 1 denzs 1 Guggemand 1 haakon 1 ibc 1 javyer 1 kshumard 1 lmadsen 1 makoto 1 mdu113 1 modelnine 1 Nick_Lewis 1 PavelL 1 pj 1 pprindeville 1 raarts 1 ricardolandim 1 RoadKill 1 russell 1 schmidts 1 sysreq 1 under |
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 |
283318 | tilghman | CDR drivers depend upon res_odbc, not directly on the ODBC libraries | |
283381 | dvossel | This fix makes sure the ast_channel hangs up correctly when the dialog's PENDING_BYE flag is set. | |
283558 | dvossel | Asterisk will not advertise session timers are supported when 'session-timers=refuse' is used. | #17005 |
283594 | dvossel | Add to and from tags to NOTIFY dialog-info xml body so pickup can occur. | |
283691 | dvossel | Fixed how Asterisk destroys a dialog on channel hangup before invite receives a response. | |
284595 | tilghman | Failed to rerun bootstrap.sh after last commit | |
284665 | tilghman | Fixing build. | |
284704 | dvossel | Removed relatedpeer code from sip_autodestruct | |
284897 | twilson | Properly detect when a sound file doesn't exist | |
285089 | tilghman | Silly convenience script for BSD platforms. | |
285267 | tilghman | Use poll, if indicated to do so, in the ast_poll2 implementation. | |
285529 | qwell | Follow coding guidelines in moh rescan fix. Also fix the documentation that got me in trouble. | |
285567 | dvossel | In retrans_pkt, do not unlock pvt until the end of the function on a transmit failure. | |
285930 | tilghman | Fix Mac OS X build. | |
285961 | tilghman | Another fix for Mac OS X. | |
286024 | tilghman | Missing newline | |
286116 | rmudgett | An outgoing call may not get hung up if a pre-connect incoming ISDN call is disconnected. | |
286117 | pabelanger | Load iax.conf before registering any functions/applications/actions. | |
286223 | twilson | Return -1 if chan_local doesn't support an option | |
286268 | oej | Handle error response when we can't make file compatible | |
286527 | tilghman | Refactor conversion to ast_poll() to fix callparking regression. | |
286557 | tilghman | C precedence got me | |
286587 | tilghman | Add documentation on missing backend tables for Voicemail | |
286681 | mnicholson | Only drop duplicate answer frames if the channel is bridged. | #2342 |
286998 | jpeeler | Ensure mailbox is not filled to capacity before doing message forwarding. | |
287308 | mnicholson | Use ast_strdup() instead of ast_strdupa() while processing in ast_hint_state_changed(). | #17928 |
287556 | mnicholson | Use ast_str when processing hint state changes | #17928 |
287557 | mnicholson | Revert r287556. | |
287558 | mnicholson | Use ast_str when processing hint state changes | #17928 |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
BSDmakefile | 11 + apps/app_chanspy.c | 2 apps/app_festival.c | 13 - apps/app_meetme.c | 6 apps/app_queue.c | 10 apps/app_voicemail.c | 43 +++- cdr/cdr_adaptive_odbc.c | 3 cdr/cdr_odbc.c | 3 channels/chan_dahdi.c | 16 + channels/chan_iax2.c | 43 ++-- channels/chan_local.c | 67 ++++++ channels/chan_misdn.c | 43 +--- channels/chan_phone.c | 80 ++++--- channels/chan_sip.c | 261 ++++++++++++++++---------- channels/chan_usbradio.c | 159 +++++++-------- channels/console_video.c | 233 +++++++++++------------ codecs/gsm/Makefile | 8 configs/say.conf.sample | 11 - configure.ac | 64 ++++++ contrib/init.d/rc.debian.asterisk | 12 + contrib/realtime/mysql/voicemail_data.sql | 29 ++ contrib/realtime/mysql/voicemail_messages.sql | 29 ++ funcs/func_channel.c | 20 + include/asterisk/astobj2.h | 4 include/asterisk/autoconfig.h.in | 77 +++++-- include/asterisk/channel.h | 54 +---- include/asterisk/frame.h | 7 include/asterisk/pbx.h | 4 include/asterisk/poll-compat.h | 8 include/asterisk/select.h | 109 ++++++++++ main/asterisk.c | 44 ++++ main/cdr.c | 20 - main/channel.c | 16 + main/features.c | 99 ++++++--- main/file.c | 5 main/manager.c | 38 ++- main/pbx.c | 29 +- main/poll.c | 196 ++++++++++--------- main/rtp.c | 7 main/test.c | 2 makeopts.in | 1 pbx/pbx_config.c | 28 +- res/res_ais.c | 20 + res/res_config_odbc.c | 2 res/res_config_pgsql.c | 15 + res/res_jabber.c | 26 -- res/res_musiconhold.c | 25 ++ tests/test_heap.c | 6 tests/test_poll.c | 247 ++++++++++++++++++++++++ utils/clicompat.c | 1 50 files changed, 1579 insertions(+), 677 deletions(-)