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.10.
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 |
21 russell 16 tilghman 8 mnicholson 6 jpeeler 4 pabelanger 3 rmudgett 2 kenner 2 mmichelson 1 corruptor 1 Delvar 1 festr 1 frawd 1 Guggemand 1 Ivan 1 jazzy 1 jeang 1 kobaz 1 kpfleming 1 lmadsen 1 moy 1 rrb3942 1 tringenbach 1 twilson 1 tzafrir 1 viniciusfontes 1 wdoekes |
4 lmadsen 3 russell 1 agx 1 francesco_r 1 frawd 1 Guggemand 1 jamicque 1 JJCinAZ 1 kenji 1 kenner 1 kobaz 1 lawbar 1 maxochoa 1 mnicholson 1 moy 1 pabelanger 1 ramonpeek 1 richardf 1 rmudgett 1 rrb3942 1 tilghman 1 wdoekes |
2 kenner 1 aleksey2000 1 bklang 1 corruptor 1 dcabot 1 Delvar 1 Eddie Edwards 1 erikje 1 falves11 1 festr 1 flop 1 francesco_r 1 gkservice 1 glwgoes 1 Guggemand 1 Hubguru 1 ip-rob 1 Ivan 1 jamicque 1 jazzy 1 jkroon 1 juls 1 keiron 1 kenji 1 kobaz 1 kowalma 1 lmadsen 1 mdeneen 1 modelnine 1 moy 1 mtryfoss 1 Nick_Lewis 1 nik600 1 noahisaac 1 pabelanger 1 pdf 1 pprindeville 1 ramonpeek 1 rrb3942 1 russell 1 tech_admin 1 Vince 1 vrban 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 |
273059 | tilghman | _Really_ skip the channel... don't just retry for another 200 cycles. | |
273193 | pabelanger | Unblock revisions 218107 | |
273194 | pabelanger | Revert previous commit; res_rtp_asterisk.c does not exist. | |
273271 | mnicholson | Set TCP_NODELAY on manager TCP sockets to prevent delays on outgoing packets. This regression was introduced in r48338. | |
273351 | mnicholson | Altered my comment about TCP_NODELAY | |
273353 | mnicholson | Fixed whitespace problems | |
273571 | russell | Don't return a partially initialized datastore. | |
273642 | tzafrir | Fix typos reported by Lintian | |
273716 | tilghman | The switch fallthrough could create some errorneous situations, so best to force directly to the default case. | |
274282 | tilghman | Status shows all non-CRC4 lines as "yellow", even if "yellow" was not in the bitfield. | |
274360 | twilson | Add option to not do a call forward on 482 Loop Detected | |
274627 | rmudgett | Close the DAHDI FD on error when processing chan_dahdi toneduration config parameter. | |
274640 | rmudgett | Add missing conditional around chan_dahdi mfcr2_skip_category config parameter. | |
275023 | russell | Document that a leading and trailing slash is expected for test categories. | |
275145 | mnicholson | don't unload modules that returned AST_MODULE_LOAD_DECLINE when they were loaded | |
275148 | russell | Move parking lot sample config out from the middle of dynamic features sample config. | |
275191 | mnicholson | give a better error message when attempting to unload a module that is not loaded | |
275311 | russell | Add missing ao2_iterator_destroy(). | |
275468 | russell | unblock a rev | |
275469 | russell | Remove useless sip options related to hash table size. | #17553 |
275911 | tilghman | Move SQL scripts into their own database-specific directories. | |
275996 | russell | Access peer->cdr directly instead of through a saved off reference. | |
276125 | russell | Use chan->cdr instead of chan_cdr (just like peer->cdr instead of peer_cdr in the last commit). | |
276269 | lmadsen | Update documentation for voicemail.conf externpass option. | |
276442 | kpfleming | Don't try to call an embedded module's backup_globals() function until | |
276654 | jpeeler | In a perfect world, the frame source would never be NULL. In the meantime, don't crash when it is. | |
276809 | jpeeler | Correct not setting the bindport before attempting to open the socket. | |
277256 | mnicholson | For pass through DTMF tones, measure the actual duration between the begin and end packets on the wire. If it is detected to be less than AST_MIN_DTMF_DURATION, trigger dtmf emulation. | |
277478 | tilghman | Add documentation for MOH realtime fields | |
277563 | mnicholson | Default to no udptl error correction so that error correction will be disabled in the event that the remote end indicates that they do not support the error correction mode we requested. | |
277666 | tringenbach | Save and restore AST_FLAG_BRIDGE_HANGUP_DONT on attended transfer. | |
277777 | tilghman | Merge issues... | |
277966 | jeang | Avoid trying to pickup a parked extension before the park operation is completed. | |
278273 | tilghman | Do not queue up DTMF frames while a call is on hold. | |
278621 | mmichelson | Allow PLC to function properly when channels use SLIN for audio. |
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_amd.c | 7 apps/app_dial.c | 5 apps/app_meetme.c | 377 +++++++++++++++++++++---------- apps/app_queue.c | 12 apps/app_voicemail.c | 92 ++++--- autoconf/ast_func_fork.m4 | 2 cdr/cdr_pgsql.c | 7 channels/chan_agent.c | 7 channels/chan_dahdi.c | 46 ++- channels/chan_h323.c | 2 channels/chan_iax2.c | 2 channels/chan_local.c | 6 channels/chan_sip.c | 253 +++++++++----------- configs/features.conf.sample | 34 +- configs/say.conf.sample | 9 configs/sip.conf.sample | 31 -- configs/voicemail.conf.sample | 3 contrib/realtime/mysql/iaxfriends.sql | 57 ++++ contrib/realtime/mysql/meetme.sql | 12 contrib/realtime/mysql/musiconhold.sql | 19 + contrib/realtime/mysql/sipfriends.sql | 55 ++++ contrib/realtime/mysql/voicemail.sql | 64 +++++ contrib/realtime/postgresql/realtime.sql | 143 +++++++++++ contrib/scripts/iax-friends.sql | 57 ---- contrib/scripts/meetme.sql | 30 -- contrib/scripts/realtime_pgsql.sql | 146 ------------ contrib/scripts/sip-friends.sql | 56 ---- contrib/scripts/vmdb.sql | 66 ----- include/asterisk/autoconfig.h.in | 51 ++-- include/asterisk/channel.h | 12 include/asterisk/lock.h | 55 +++- include/asterisk/test.h | 7 main/asterisk.c | 4 main/autoservice.c | 27 ++ main/channel.c | 29 +- main/config.c | 8 main/datastore.c | 5 main/features.c | 111 +++++++-- main/loader.c | 8 main/manager.c | 33 +- main/pbx.c | 5 main/rtp.c | 21 + main/test.c | 5 main/translate.c | 1 res/res_agi.c | 4 res/res_config_odbc.c | 110 +++++++-- res/res_config_pgsql.c | 41 ++- res/res_musiconhold.c | 3 res/res_timing_pthread.c | 13 - 49 files changed, 1307 insertions(+), 846 deletions(-)