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-beta3.
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 |
14 russell 10 dvossel 6 rmudgett 4 tilghman 4 twilson 2 mnicholson 2 RoadKill 1 addix 1 davidw 1 ebroad 1 jcovert 1 jpeeler 1 klaus3000 1 lmadsen 1 nic 1 qwell 1 schmidts 1 sperreault 1 urosh |
1 addix 1 alecdavis 1 c0rnoTa 1 davidw 1 dvossel 1 ebroad 1 falves11 1 jamicque 1 oej 1 okrief 1 samdell3 1 schmidts 1 sdolloff 1 twilson 1 urosh 1 vrban |
2 oej 2 RoadKill 1 addix 1 davidw 1 dvossel 1 falves11 1 jamicque 1 jcovert 1 klaus3000 1 mpiazzatnetbug 1 nic_bellamy 1 nickb 1 philipp2 1 schmidts 1 sdolloff 1 tpanton 1 urosh |
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 |
281760 | mnicholson | Avoid a deadlock in add_header_max_forwards(). | |
281870 | rmudgett | Fix a call to analog_set_pulsedial() not setting 0 or 1 only. | |
281982 | russell | Remove debugging output from verbose messages. | |
282015 | russell | Put back pointer value output for ast_debug(), such that it is only removed for verbose output. | |
282066 | russell | Add a "core reload" CLI command. | |
282098 | rmudgett | Separate call completion config parameter allocation and default initialization. | |
282131 | qwell | Register CLI commands before parsing config, in case there is a config error. | |
282200 | twilson | Detect when libsrtp cannot be linked in a shared library | |
282201 | twilson | Whitespace fix :-/ | |
282269 | dvossel | res_stun_monitor for monitoring network changes behind a NAT device | |
282271 | dvossel | res_stun_monitor and corresponding options CHANGES documentation | |
282334 | rmudgett | PRI CCSS may use a stale dial string for the recall dial string. | |
282366 | tilghman | Fix our FRACKing issue with chan_iax2 a different way. | |
282470 | lmadsen | Add information about creating sounds files using | |
282543 | dvossel | fixes truncated uint64_t value in put_unaligned_uint64_t() function | #17804 |
282638 | russell | Split _all_ arguments before parsing them. | |
282639 | mnicholson | Properly handle 200 and unknown responses conatined in NOTIFY requests received in response to REFER requests. | #17486, #12713 |
282671 | rmudgett | Use the correct operator when calculating the PRI span devstate. | |
282672 | rmudgett | Use the correct type for aoce_delayhangup bit field. | |
282740 | twilson | Add some documentation about codec negotiation to sip.conf | |
282826 | tilghman | Only output debugging if the debug level is on. | |
282891 | dvossel | fixes sip peer memory leaks in the peer_by_ip table | #17798 |
282979 | russell | Add an argument missing from the CELGenUserEvent documentation. | |
283013 | russell | Fix a typo in a column name. | |
283125 | rmudgett | Merged revision 278274 from | |
283173 | russell | Expand cel_custom.conf.sample. | |
283175 | tilghman | Don't fail to start if the config file is missing. | |
283177 | russell | Cut down on excessive quotation. | |
283207 | russell | Tack on ${eventextra} to the sample cel_custom.conf. | |
283209 | russell | Don't blow up on an invalid AMA flag. | |
283230 | russell | Make the AST_CEL_AMA enum match up with the AST_CDR_ ama flag values. | |
283241 | russell | Add sample configuration for cel_radius. |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
CHANGES | 14 + UPGRADE.txt | 8 apps/app_celgenuserevent.c | 3 apps/app_readexten.c | 2 channels/chan_dahdi.c | 3 channels/chan_iax2.c | 110 ++++++++++-- channels/chan_multicast_rtp.c | 10 - channels/chan_sip.c | 280 +++++++++++++++++------------- channels/sig_analog.c | 10 - channels/sig_analog.h | 2 channels/sig_pri.c | 17 + channels/sig_pri.h | 4 channels/sip/config_parser.c | 12 - channels/sip/include/sip.h | 2 configs/cel.conf.sample | 15 + configs/cel_adaptive_odbc.conf.sample | 2 configs/cel_custom.conf.sample | 12 + configs/iax.conf.sample | 9 configs/res_stun_monitor.conf.sample | 22 ++ configs/say.conf.sample | 104 +++++++++++ configs/sip.conf.sample | 48 +++-- configure.ac | 32 +++ doc/tex/asterisk.tex | 3 doc/tex/sounds.tex | 80 ++++++++ include/asterisk/ccss.h | 19 +- include/asterisk/cel.h | 7 include/asterisk/event_defs.h | 4 include/asterisk/netsock2.h | 20 ++ include/asterisk/sched.h | 10 - include/asterisk/translate.h | 8 include/asterisk/unaligned.h | 2 main/ccss.c | 49 +++-- main/cel.c | 6 main/channel.c | 14 + main/cli.c | 35 +++ main/netsock2.c | 16 - main/pbx.c | 12 - main/sched.c | 2 main/translate.c | 295 ++++++++++++++++++++++++++++---- pbx/pbx_config.c | 6 res/res_stun_monitor.c | 311 ++++++++++++++++++++++++++++++++++ 41 files changed, 1346 insertions(+), 274 deletions(-)