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.8.0-rc2.
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 tilghman 6 dvossel 6 rmudgett 6 russell 3 mnicholson 2 jpeeler 2 twilson 1 abelbeck 1 kpfleming 1 lmadsen 1 oej 1 pabelanger 1 qwell 1 RadicAlish 1 schern 1 schmitds 1 tbelder |
2 dvossel 1 abelbeck 1 afried 1 dpetersen 1 jamicque 1 jmls 1 RadicAlish 1 russell 1 schern 1 schmidts 1 tbelder 1 tilghman 1 wdoekes |
1 afried 1 asgaroth 1 dpetersen 1 jamicque 1 jmls 1 lmadsen 1 mkeuter 1 murf 1 RadicAlish 1 schern 1 schmidts 1 tbelder 1 wdoekes |
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 |
288606 | tilghman | Add note about the checkhangup option of ${CHANNEL()} | |
288638 | tilghman | Solaris compatibility fixes | |
288640 | tilghman | Export timersub for platforms which do not have it | |
288748 | twilson | Don't fail a masquerade if it is already being hung up | |
288821 | dvossel | Inspect Require header on BYE transaction according to RFC3261 section 8.2.2.3. | |
288852 | dvossel | Append Retry-After header on 500 error response to Re-INVITE according to RFC3261 section 14.2. | |
288925 | russell | Fix a documentation spelling error. | |
288927 | russell | Fix some documentation typos and spelling errors. | |
289054 | rmudgett | Break up long ast_manager_event_multichan() event lines. | |
289055 | rmudgett | Revert stuff not ready for commit in -r289054. | |
289057 | rmudgett | Avoid deadlock processing incoming AOC-E messages. | |
289104 | tilghman | Solaris compatibility fixes | |
289253 | rmudgett | Make development error message indicate which channel. | |
289268 | mnicholson | Update the CDR record when ast_channel_set_caller_event() is called | #17569 |
289300 | mnicholson | Add 'ecm' to the sample fax config file | |
289333 | russell | Don't completely ignore md5secret from LDAP if the value does not begin with {md5}. | |
289336 | lmadsen | Update sample documentation to note md5secret requirements. | |
289340 | qwell | Allow a manager originate to succeed on forwarded devices. | |
289426 | russell | Fix a crash in app_sms. | |
289543 | tilghman | More Solaris compatibility fixes | |
289549 | rmudgett | Merged revision 289547 from | |
289554 | mnicholson | Properly handle channel allocation failures duing invites with replaces. | |
289581 | tilghman | Solaris fixes. | |
289718 | pabelanger | Disable debugging by default | |
289840 | jpeeler | Change RFC2833 DTMF event duration on end to report actual elapsed time. | |
289951 | oej | Add documentation for undocumented option to AMI action originate | |
290026 | kpfleming | Allow users to pass additional arguments to the Subversion command that | |
290102 | tilghman | Automatically re-run configure test for menuselect, when the relevant makeopts settings change. | |
290209 | tilghman | Fixing Mac OS X auto-builder. | |
290289 | tilghman | Restore run directory for OS X, as well as standardizing some other paths to Mac OS X. | |
290479 | dvossel | Fixes chan_gtalk to work with gmail client | |
290506 | dvossel | Fixes uninitialized memory problem in 'iax2 set debug peer' option. | |
290542 | twilson | Don't try to send RTP when remote_address is null | |
290614 | rmudgett | Merged revision 290613 from | |
290648 | dvossel | Fixes gtalk outbound DTMF to work properly. | |
290674 | dvossel | Fixes commented out code to use #if 0 instead. | |
290713 | russell | Don't crash when Set() is called without a value. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
CHANGES | 2 Makefile | 40 apps/app_dial.c | 3 apps/app_directed_pickup.c | 28 apps/app_sms.c | 6 apps/app_voicemail.c | 23 cdr/cdr_pgsql.c | 8 channels/chan_gtalk.c | 290 ++- channels/chan_iax2.c | 332 ++-- channels/chan_local.c | 2 channels/chan_misdn.c | 15 channels/chan_sip.c | 132 + channels/sig_pri.c | 27 configs/jabber.conf.sample | 75 configs/res_fax.conf.sample | 4 configs/res_ldap.conf.sample | 9 configure.ac | 87 + contrib/scripts/get_mp3_source.sh | 2 funcs/func_env.c | 7 funcs/func_strings.c | 4 include/asterisk/autoconfig.h.in | 6 include/asterisk/channel.h | 13 include/asterisk/compat.h | 8 include/asterisk/jabber.h | 1 include/asterisk/jingle.h | 3 include/asterisk/localtime.h | 3 include/asterisk/rtp_engine.h | 2 main/asterisk.exports.in | 1 main/channel.c | 29 main/features.c | 2 main/file.c | 8 main/manager.c | 3 main/pbx.c | 15 main/rtp_engine.c | 4 main/stdtime/localtime.c | 33 main/strcompat.c | 103 + makeopts.in | 14 pbx/ael/ael-test/ref.ael-ntest10 | 305 +-- pbx/ael/ael-test/ref.ael-test1 | 28 pbx/ael/ael-test/ref.ael-test19 | 28 pbx/ael/ael-test/ref.ael-test2 | 47 pbx/ael/ael-test/ref.ael-test3 | 190 +- pbx/ael/ael-test/ref.ael-test4 | 47 pbx/ael/ael-test/ref.ael-test5 | 20 pbx/ael/ael-test/ref.ael-vtest13 | 3020 +++++++++++++++++++------------------- pbx/ael/ael-test/ref.ael-vtest17 | 24 pbx/pbx_spool.c | 2 res/ael/pval.c | 62 res/res_agi.c | 32 res/res_config_ldap.c | 4 res/res_jabber.c | 42 res/res_rtp_asterisk.c | 20 tests/test_time.c | 11 tests/test_utils.c | 7 54 files changed, 2914 insertions(+), 2319 deletions(-)