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.11.
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 |
10 tilghman 8 qwell 7 dvossel 4 rmudgett 4 russell 3 jpeeler 2 lmadsen 2 mmichelson 2 RoadKill 2 snuffy 2 twilson 1 addix 1 bencer 1 bobwienholt 1 ebroad 1 jcovert 1 jeang 1 kkm 1 klaus3000 1 marcelloceschia 1 mnicholson 1 navkumar 1 nic 1 schmidts 1 seanbright 1 st 1 tzafrir 1 urosh |
2 dvossel 1 addix 1 alecdavis 1 bobwienholt 1 c0rnoTa 1 DennisD 1 ebroad 1 falves11 1 francesco_r 1 jamicque 1 jstapleton 1 manvirr 1 marcelloceschia 1 okrief 1 pabelanger 1 samdell3 1 schmidts 1 sdolloff 1 seanbright 1 st 1 suretec 1 sybasesql 1 twilson 1 urosh 1 vrban 1 zerohalo |
2 manvirr 2 RoadKill 1 addix 1 atis 1 bjm 1 bobwienholt 1 falves11 1 farisraouf 1 francesco_r 1 jamicque 1 jcovert 1 jstapleton 1 kkm 1 klaus3000 1 kobaz 1 marcelloceschia 1 mmichelson 1 mpiazzatnetbug 1 navkumar 1 nic_bellamy 1 nickb 1 schmidts 1 sdolloff 1 snuffy 1 stuarth 1 sybasesql 1 urosh 1 wuwu 1 zerohalo 1 zktech |
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 |
278934 | tzafrir | Two more typos to cancell. | |
278986 | tilghman | Establish a maximum version for openh323 (i.e. not opal), because chan_h323 will fail to load, even if it links. | #17679 |
279072 | russell | Add branch-1.4-merged and branch-1.4-blocked properties to 1.6.2 branch. | |
279088 | russell | remove old properties | |
279112 | mmichelson | Backport sip_uri_params_cmp() fix from trunk to 1.6.2. | |
279207 | rmudgett | SIP promiscuous redirect could fail to dial the redirect. | |
279347 | snuffy | Minor update to man page | |
279609 | tilghman | Dunno why this worked on my machine, but it works better this way. | |
279657 | qwell | Really fix sounds Makefile (and make it readableish). | |
279849 | qwell | Simply sounds/Makefile some more. | |
279852 | qwell | Remove aptly-named EMPTY and BS vars, since they aren't used anymore. | |
279883 | qwell | Add SHA1SUM to configure, since we require it for sounds/ | |
280089 | lmadsen | Update help text to be less confusing. | |
280193 | qwell | Remove unnecessary subshells. Attempt to make checksumming work. | #17621 |
280227 | qwell | Add sha1sum-sh in case there is no util on the system. | |
280229 | rmudgett | Add missing enum value "unknown" to the SS7 called_nai and calling_nai config options. | |
280306 | mnicholson | Implement support for ast_channel_queryoption on local channels. Currently only AST_OPTION_T38_STATE is supported. | |
280345 | jeang | Fix a dsp structure leak occuring when a local channel is put into a meetme | |
280671 | tilghman | Allow the pipe, but also allow the comma | |
280739 | tilghman | Document -B and -W flags and regenerate manpage from sgml | |
281051 | russell | Cleanup default option value handling for cdr.conf [general]. | |
282130 | qwell | Register CLI commands before parsing config, in case there is a config error. | |
282469 | lmadsen | Add information about creating sounds files using | |
282730 | twilson | Add some documentation about codec negotiation to sip.conf | |
282890 | dvossel | fixes sip peer memory leaks in the peer_by_ip table | #17798 |
283124 | rmudgett | Merged revision 278274 from |
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_dial.c | 12 +- apps/app_meetme.c | 3 apps/app_queue.c | 10 + apps/app_readexten.c | 2 apps/app_voicemail.c | 2 autoconf/ast_check_pwlib.m4 | 12 +- autoconf/ast_ext_lib.m4 | 2 build_tools/sha1sum-sh | 71 +++++++++++ channels/chan_dahdi.c | 37 ++++-- channels/chan_local.c | 74 ++++++++++++ channels/chan_sip.c | 229 ++++++++++++++++++++++---------------- configs/say.conf.sample | 105 +++++++++++++++++ configs/sip.conf.sample | 13 ++ configure.ac | 3 contrib/scripts/live_ast | 2 doc/Makefile | 6 + doc/asterisk.8 | 232 +++++++++++++++++++++------------------ doc/asterisk.sgml | 87 +++++++++++--- doc/tex/asterisk.tex | 3 doc/tex/sounds.tex | 80 +++++++++++++ funcs/func_callerid.c | 6 + include/asterisk/audiohook.h | 7 + include/asterisk/autoconfig.h.in | 51 +++----- include/asterisk/pbx.h | 10 - main/asterisk.c | 19 ++- main/audiohook.c | 12 +- main/cdr.c | 39 ++++-- main/channel.c | 27 ++++ main/pbx.c | 31 +---- main/sched.c | 2 main/xmldoc.c | 67 ++++++++++- makeopts.in | 1 pbx/pbx_config.c | 6 - res/res_config_curl.c | 16 +- res/res_config_ldap.c | 19 +++ sounds/Makefile | 98 ++++++++-------- 36 files changed, 1006 insertions(+), 390 deletions(-)