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-beta5.
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 |
23 tilghman 17 rmudgett 13 dvossel 8 russell 8 twilson 7 mnicholson 7 pitel 6 qwell 4 bbryant 2 alecdavis 2 jpeeler 2 oej 2 pabelanger 1 alexkuklin 1 andrew 1 avalentin 1 DEA 1 diruggles 1 junky 1 kobaz 1 kuj 1 makoto 1 mnick 1 Nick 1 pprindeville 1 sfritsch 1 sysreq |
4 mnicholson 3 mkeuter 3 qwell 2 adriavidal 2 alecdavis 2 mich 2 ramonpeek 1 alexkuklin 1 andrew 1 avalentin 1 davidw 1 DEA 1 jamicque 1 jmhunter 1 junky 1 kuj 1 mdu113 1 Netview 1 Nick_Lewis 1 PavelL 1 pprindeville 1 ricardolandim 1 russell 1 schmidts 1 seanbright 1 sysreq 1 tilghman 1 twilson |
4 oej 4 pitel 2 lmadsen 1 298 1 adriavidal 1 afried 1 Alexcr 1 alexkuklin 1 alexrecarey 1 amorsen 1 andrew 1 avalentin 1 Guggemand 1 haakon 1 ira 1 jamicque 1 jmhunter 1 jtodd 1 kobaz 1 kshumard 1 kuj 1 loloski 1 makoto 1 mdu113 1 mkeuter 1 Netview 1 Nick_Lewis 1 notthematrix 1 outcast 1 PavelL 1 pj 1 pprindeville 1 raarts 1 rain 1 ramonpeek 1 ricardolandim 1 russell 1 schmidts 1 seanbright 1 sysreq 1 twilson 1 tzafrir 1 under 1 vmikhnevych 1 wurstsalat |
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 |
284561 | dvossel | During request to dialog matching, verify init_ruri is present before comparing. | |
284666 | tilghman | Fixing build. | |
284696 | tilghman | Fixing build | |
284705 | dvossel | Removed relatedpeer code from sip_autodestruct | |
284779 | rmudgett | Made output libpri event names if pri debugging is enabled when sig_pri processes them. | |
284780 | rmudgett | Simplified pri_dchannel() poll timeout duration code. | |
284849 | pitel | Support for calendar events priorities and categories | |
284850 | pitel | Fix for calendar categories and priorities according to ISO C90 | |
284852 | pitel | Calendar categories and priorities: strdupa() fix | |
284921 | twilson | Properly detect when a sound file doesn't exist | |
284950 | dvossel | authenticate OPTIONS requests just like we would an INVITE | |
284952 | dvossel | During OPTIONS authentication, the authpeer does not need to be returned for any reason. | |
285006 | dvossel | Disables auth_options_request option by default. | |
285017 | twilson | Call correct lock function as transferer is a sip_pvt not a channel | |
285057 | russell | Add a C++ compatible version of AST_CLI_DEFINE(). | |
285090 | tilghman | Silly convenience script for BSD platforms. | |
285161 | russell | Fix libsrtp -fPIC check for when non-standard prefix is used. | |
285162 | russell | regenerate configure script. | |
285195 | rmudgett | ||
285268 | tilghman | Use poll, if indicated to do so, in the ast_poll2 implementation. | |
285336 | tilghman | Fix build on FreeBSD 8.0, take 2. | |
285371 | rmudgett | Fix cut-n-paste error. | |
285484 | tilghman | Documentation only | |
285530 | qwell | Follow coding guidelines in moh rescan fix. Also fix the documentation that got me in trouble. | |
285568 | dvossel | In retrans_pkt, do not unlock pvt until the end of the function on a transmit failure. | |
285931 | tilghman | Fix Mac OS X build. | |
285962 | tilghman | Another fix for Mac OS X. | |
285992 | diruggles | Added missing documentation for ExternalIVR feature added in January 2010 | |
286025 | tilghman | Missing newline | |
286112 | russell | Rate limit calls to fsync() to 1 per second after astdb updates. | |
286118 | rmudgett | An outgoing call may not get hung up if a pre-connect incoming ISDN call is disconnected. | |
286120 | pabelanger | Load iax.conf before registering any functions/applications/actions. | |
286270 | oej | Handle error response when we can't make file compatible | |
286426 | rmudgett | Update chan_dahdi.conf.sample to reflect new libpri T309 default value. | |
286528 | tilghman | Refactor conversion to ast_poll() to fix callparking regression. | |
286558 | tilghman | C precedence got me | |
286588 | tilghman | Add documentation on missing backend tables for Voicemail | |
286647 | rmudgett | Corrected documented CONNECTED_LINE and REDIRECTING party manipulation macro names. | |
286682 | mnicholson | Only drop duplicate answer frames if the channel is bridged. | #2342 |
286834 | dvossel | Sets subscribed type for outgoing MWI subscriptions so correct Event header is used. | |
286904 | rmudgett | Unable to originate calls using E&M over T1. | |
286905 | rmudgett | Simplify some code in sig_analog. | |
287015 | jpeeler | Ensure mailbox is not filled to capacity before doing message forwarding. | |
287017 | rmudgett | Merged revision 287014 from | |
287020 | jpeeler | fix uninintialized variable | |
287193 | russell | Set the default for "autofill" and "shared_lastcall" to "yes" in queues.conf. | |
287309 | mnicholson | Use ast_strdup() instead of ast_strdupa() while processing in ast_hint_state_changed(). | #17928 |
287559 | mnicholson | Use ast_str when processing hint state changes | #17928 |
287647 | dvossel | Addition of the FrameHook API (AKA AwesomeHooks) | |
287757 | twilson | Avoid infinite loop with certain local channel connected line updates | |
287833 | twilson | Don't generate connected line buffer twice for comparison | |
287863 | russell | Fix a regression in verbose logger processing. | |
287897 | rmudgett | Cut-n-paste error in builtin_blindtransfer(). | |
287929 | dvossel | Send a "415 Unsupported Media Type" after failure to process sdp due to unknown Content-Encoding header. | |
287931 | twilson | Revert change in favor of a more targeted fix | |
287935 | tilghman | Less than zero is an error, not any non-zero value. | |
288079 | rmudgett | Protect channel access in CONNECTED_LINE and REDIRECTING interception macro launch code. | |
288080 | rmudgett | Simplify locking code for REDIRECTING interception macro when forwarding a call. | |
288082 | rmudgett | Add note in party manipulation chapter on interception macros. | |
288341 | russell | Fix a 100% CPU consumption problem when setting console=yes in asterisk.conf. | |
288345 | dvossel | During check_pendings, if the dialog is terminated with a CANCEL, change the invitestate to INV_CANCEL like in sip_hangup. | |
288418 | dvossel | RFC3261 section 12.2 explicitly says out of order requests are responded with a 500 Server Internal Error response. | |
288507 | twilson | Don't let a Local channel get bridged to itself |
This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.
BSDmakefile | 11 CHANGES | 8 UPGRADE.txt | 8 addons/ooh323c/src/ooSocket.h | 5 addons/ooh323c/src/oochannels.c | 24 - apps/app_adsiprog.c | 6 apps/app_chanspy.c | 2 apps/app_dial.c | 16 apps/app_followme.c | 1 apps/app_getcpeid.c | 6 apps/app_meetme.c | 24 + apps/app_queue.c | 34 - apps/app_speech_utils.c | 6 apps/app_stack.c | 6 apps/app_voicemail.c | 47 ++ cdr/cdr_pgsql.c | 21 + channels/chan_agent.c | 2 channels/chan_dahdi.c | 58 ++- channels/chan_iax2.c | 397 +++++++++++----------- channels/chan_local.c | 76 ++++ channels/chan_mgcp.c | 5 channels/chan_misdn.c | 257 ++++++++++---- channels/chan_phone.c | 80 ++-- channels/chan_sip.c | 233 ++++++++---- channels/chan_skinny.c | 28 + channels/chan_usbradio.c | 159 ++++---- channels/console_video.c | 233 ++++++------ channels/misdn/isdn_msg_parser.c | 66 +++ channels/sig_analog.c | 51 +- channels/sig_pri.c | 68 ++- channels/sig_pri.h | 2 channels/sip/include/sip.h | 3 codecs/gsm/Makefile | 8 configs/cdr_pgsql.conf.sample | 1 configs/chan_dahdi.conf.sample | 3 configs/features.conf.sample | 3 configs/queues.conf.sample | 15 configs/sip.conf.sample | 3 configure.ac | 69 +++ contrib/init.d/rc.debian.asterisk | 2 contrib/realtime/mysql/voicemail_data.sql | 29 + contrib/realtime/mysql/voicemail_messages.sql | 29 + doc/externalivr.txt | 14 doc/tex/asterisk.tex | 3 doc/tex/channelvariables.tex | 23 + doc/tex/partymanip.tex | 331 ++++++++++++++++++ formats/format_wav.c | 69 ++- funcs/func_aes.c | 6 funcs/func_channel.c | 29 + funcs/func_frame_trace.c | 365 ++++++++++++++++++++ include/asterisk/astobj2.h | 4 include/asterisk/autoconfig.h.in | 74 ++-- include/asterisk/calendar.h | 2 include/asterisk/channel.h | 61 +-- include/asterisk/cli.h | 4 include/asterisk/compiler.h | 6 include/asterisk/features.h | 10 include/asterisk/frame.h | 7 include/asterisk/framehook.h | 311 +++++++++++++++++ include/asterisk/module.h | 5 include/asterisk/pbx.h | 7 include/asterisk/poll-compat.h | 22 + include/asterisk/select.h | 109 ++++++ main/acl.c | 18 - main/asterisk.c | 48 ++ main/cdr.c | 20 - main/channel.c | 118 +++++- main/db.c | 51 ++ main/dnsmgr.c | 19 - main/features.c | 467 +++++++++++++++----------- main/file.c | 5 main/framehook.c | 184 ++++++++++ main/loader.c | 20 + main/logger.c | 74 +--- main/manager.c | 44 +- main/pbx.c | 29 + main/poll.c | 196 +++++----- main/stun.c | 7 makeopts.in | 1 pbx/pbx_config.c | 28 + pbx/pbx_dundi.c | 1 pbx/pbx_loopback.c | 1 pbx/pbx_realtime.c | 1 pbx/pbx_spool.c | 15 res/res_ais.c | 20 - res/res_calendar.c | 22 + res/res_calendar_caldav.c | 16 res/res_calendar_ews.c | 103 +++++ res/res_calendar_exchange.c | 2 res/res_calendar_icalendar.c | 10 res/res_jabber.c | 23 - res/res_musiconhold.c | 25 + res/res_pktccops.c | 35 + res/res_rtp_asterisk.c | 7 res/res_srtp.c | 5 tests/test_poll.c | 247 +++++++++++++ 96 files changed, 4134 insertions(+), 1295 deletions(-)