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-rc3.
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 dvossel 7 rmudgett 4 twilson 2 espiceland 2 jpeeler 2 may 2 pabelanger 2 russell 2 tilghman 1 lathama 1 lmadsen 1 qwell 1 tzafrir 1 wdoekes |
1 alecdavis 1 dvossel 1 jamesnet 1 lmadsen 1 ovi 1 rmudgett 1 vrban |
2 jamesnet 2 tzafrir 1 davidw 1 jmls 1 lathama 1 lmadsen 1 ovi 1 seandarcy 1 shin-shoryuken 1 st 1 vrban |
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 |
290828 | dvossel | Outbound gtalk calls now work correctly. | |
290829 | dvossel | Add Philippe Sultan to chan_gtalk author list. | |
290937 | espiceland | Add option to res_config_mysql and app_mysql to specify a character set that MySQL should use. | |
290938 | espiceland | Parentheses around assignment used as truth value, introduced in r290937. | |
290973 | dvossel | Make outbound Google Voice calls. | |
291005 | may | Added fast start and h.245 tunneling options per user and peer. | #17972 |
291037 | may | small correction for verbose print h.323 packets | |
291038 | tilghman | Add missing option to set calls to be logged in GMT/UTC. | |
291075 | rmudgett | Fixed infinite loop in verbose/debug message output. | |
291112 | rmudgett | Add missing unlock to an exception condition in reload_config(). | |
291113 | rmudgett | Move declaration closer to where now used. | |
291192 | dvossel | Gtalk enhancements and general code cleanup. | |
291194 | dvossel | Update CHANGES to reflect new gtalk.conf options. | |
291230 | lmadsen | Add documention that mentions options are defined but not used. | |
291265 | tilghman | Oops, incorrect range (although unallocated at ARIN) | |
291394 | russell | Lock pvt so pvt->owner can't disappear when queueing up a frame. | |
291469 | rmudgett | Merge revision 291468 from | |
291507 | rmudgett | Merged revision 291504 from | |
291575 | twilson | Add a simple AMI client web page | |
291578 | dvossel | More fixup for chan_gtalk. | |
291725 | russell | Fix a typo - s/seucre/secure/ | |
291758 | pabelanger | Add the ability for ast_find_ourip to return IPv4, IPv6 or both. | |
291827 | dvossel | Safer xml parsing, treat all clients the same, and better local candidate selection. | |
291905 | twilson | Don't crash or deadlock on module unload | |
291940 | pabelanger | Clean up formatting. | |
292083 | jpeeler | Disable use of inotify for call file handling as it is not working properly. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
CHANGES | 6 Makefile | 3 addons/app_mysql.c | 19 - addons/chan_ooh323.c | 42 ++ addons/ooh323c/src/oochannels.c | 3 addons/ooh323c/src/ooh245.c | 18 - addons/ooh323c/src/ooh323.c | 84 +++-- addons/res_config_mysql.c | 16 autoconf/ast_ext_lib.m4 | 1 cdr/cdr_pgsql.c | 47 ++ channels/chan_dahdi.c | 80 +++- channels/chan_gtalk.c | 579 +++++++++++++++++------------------ channels/chan_h323.c | 2 channels/chan_jingle.c | 10 channels/chan_misdn.c | 281 +++++++++++----- channels/chan_sip.c | 37 +- channels/sig_analog.c | 303 +++++++++++++----- channels/sig_analog.h | 3 configs/cdr_pgsql.conf.sample | 1 configs/gtalk.conf.sample | 26 - configs/manager.conf.sample | 4 configs/musiconhold.conf.sample | 2 configs/phoneprov.conf.sample | 14 configs/res_config_mysql.conf.sample | 5 doc/tex/secure-calls.tex | 2 include/asterisk/acl.h | 4 include/asterisk/autoconfig.h.in | 53 +-- include/asterisk/stun.h | 2 main/acl.c | 8 main/asterisk.c | 9 main/channel.c | 13 main/cli.c | 56 ++- main/manager.c | 32 - main/netsock2.c | 32 + main/stdtime/localtime.c | 7 pbx/pbx_spool.c | 5 res/res_jabber.c | 6 res/res_musiconhold.c | 2 res/res_srtp.c | 2 res/res_stun_monitor.c | 1 static-http/mantest.html | 177 ++++++++++ 41 files changed, 1341 insertions(+), 656 deletions(-)