Release Summary

asterisk-1.8.9.0

Date: 2012-01-27

<asteriskteam@digium.com>


Table of Contents

  1. Summary
  2. Contributors
  3. Other Changes
  4. Diffstat

Summary

[Back to Top]

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.8.0.


Contributors

[Back to Top]

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

45 rmudgett
25 twilson
18 wdoekes
14 jrose
12 kmoore
12 mjordan
7 mnicholson
6 pabelanger
5 lmadsen
5 schmidts
4 bebuild
4 may
3 igorg
3 irroot
3 kpfleming
3 seanbright
2 tzafrir
1 qwell
1 tilghman

Commits Not Associated with an Issue

[Back to Top]

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.

RevisionAuthorSummaryIssues Referenced
339566lmadsenUpdate prep_tarball script to download pre-exported documentation. ASTERISK-18677
339625rmudgettFix debugging messages generated by 'udptl debug'. ASTERISK-18401
339719rmudgettFix regression in configure script for libpri capability checks. ASTERISK-18535, ASTERISK-18687
339776rmudgettInitialize option flags for SendURL application. ASTERISK-18574
339830igorg ASTERISK-17314
339884igorg ASTERISK-18638
339938igorgFix compilation issue, caused by missed session structure ASTERISK-18694
340108mnicholsonLoad the proper XML documentation when multiple modules document the same application. ASTERISK-18130
340164mjordanUpdated chan_sip to place calls on hold if SDP address in INVITE is ANY ASTERISK-18086
340263tzafrirUpdate SHA1 code to RFC 6234
340279rmudgettConvert registered AMI actions to ao2 objects. ASTERISK-13784, ASTERISK-17785, ASTERISK-18479
340284rmudgettFix some potential deadlocks pointed out by helgrind.
340365rmudgettAdd protection for SS7 channel allocation and better glare handling. ASTERISK-17966
340418pabelangerFix verbose messages when IPv6 logic was added ASTERISK-18612
340470rmudgettUpdate MeetMe p and X option documentation when interacting with the s option. ASTERISK-12175
340522rmudgettInitialize the PRI channel alarms properly on startup. ASTERISK-18710
340534twilsonUpdate SIP realtime fullcontact regardless of caching ASTERISK-18446
340576schmidtsStore route-set from provisional SIP responses so early-dialog requests can be routed properly
340662twilsonDon't skip the query field on a realtime multi query
340715twilsonInitialize ast_sockaddr before calling ast_sockaddr_resolve
340717schmidtsstoring the route-set also on a 181 response not only on 180,182 or 183.
340809rmudgettFix DTMF blind transfer continuing to execute dialplan after transfer. ASTERISK-18275
340863jroseFixes some support level info so that it can be read by menuselect. ASTERISK-18268
340878twilsonAvoid unnecessary WARNING message ASTERISK-18610
340970kmooreQuiet RTCP Receiver Reports during fax transmission ASTERISK-18400
341022kpflemingChange the internal name of the menuselect options that are used to control
341074tzafrirRemove an unused include of md5.h
341088twilsonDon't try to remove peers without IPs from peers_by_ip ASTERISK-18696
341108pabelangerVoicemail compiler flags are 'core' support
341112pabelangerFix previous commit
341189twilsonInitialize variables before calling parse_uri ASTERISK-18668
341254rmudgettMore parking issues.
341312mayfix issue on channel numbering (calls could have same channel number
341314twilsonDon't resolve numeric hosts or contact unresolved hosts ASTERISK-17146, ASTERISK-17716
341366schmidtsDon't sent in-dialog requests like UPDATE when Asterisk has not yet received a Contact URI from a UAS
341379twilsonDon't use is_int() since it doesn't link well on all platforms ASTERISK-17146
341435pabelangerOutgoing calls with Google Voice ASTERISK-18714
341529twilsonClean up ast_check_digits
341664pabelangerUpdated documentation for the optional CID parameter with CALLERID
341704pabelangerFixed typo from previous commit
341717rmudgettFix AGI exec Park to honor the Park application parameters. ASTERISK-12715, ASTERISK-12685, ASTERISK-18737
341806mnicholsondon't limit the length of app and function arguments ASTERISK-18395
341809mnicholsononly process args that exist ASTERISK-18395
341906irrootWhitespace Fixups / Add Braces
341921irrootRevert Janitor patch 341906 For now
342061jroseOutbound SIP OPTIONS messages will now include fromuser of related peer. ASTERISK-17616
342223twilsonReturn NULL when no results returned for realtime_multientry
342276kmooreFix spool handling to allow call files to be hardlinked into place ASTERISK-18331
342328kmooreFix compilation on Snow Leopard/FreeBSD for pbx_spool.c
342380twilsonProperly update membercount for reloaded members
342383twilsonSimplify queue membercount code
342435twilsonUse int for storing ao2_container_count instad of size_t
342484rmudgettChange D-channel warning to be less confusing on non-NFAS setups.
342487rmudgettCheck fopen return value for ao2 reference debug output.
342545jroseCleanup reference leaks in res_jabber
342602jroseFix sequence number overflow over 16 bits causing codec change in RTP packets. ASTERISK-18291
342661rmudgettFix AST_LIST_INSERT_BEFORE_CURRENT() updating the wrong variable.
342769mjordanFixed invalid memory access when adding extension to pattern match tree ASTERISK-18135
342869wdoekesCleanup references to sipusers and sipfriends dynamic realtime families
342927wdoekesSeveral fixes to the chan_sip dynamic realtime peer/user lookup ASTERISK-17792, ASTERISK-18356
342990kpflemingModify comments in MeetMe application documentation about DAHDI.
343047lmadsenUpdate documentation for leastrecent strategy. ASTERISK-17854
343102lmadsenAdd note about how Authenticate() application with option 'd' works. ASTERISK-17422
343157wdoekesEnsure that string field lengths are properly aligned ASTERISK-17310
343181wdoekesFix improper warning introduced by r342927 and more tweaks
343220twilsonRemove registertrying option in chan_sip
343276twilsonMake room for the fax detect flags
343281mayFinal fix memleaks in GkClient codes, same for Timer codes.
343336rmudgettRemove invalid flag given to iterator in func_dialgroup.c
343375wdoekesFix sqlite config driver segfault and broken queries ASTERISK-18354, ASTERISK-18355
343577rmudgettFix deadlock if peer is destroyed while sending MWI notice. ASTERISK-18747
343621kmoorePrevent BLF subscriptions from causing deadlocks ASTERISK-18663
343637rmudgettFix __sip_subscribe_mwi_do() incorectly changing dialogs hash key callid.
343690mnicholsonrespect case changes in peer names on sip reload ASTERISK-18669
343791lmadsenFix boo-boo in prep_tarball script.
343851rmudgettFixed reference to incorrect variable if unknown host configured crash. ASTERISK-18743
343936wdoekesFix crash when dialplan remove include is called with too few arguments. ASTERISK-18762
344048mnicholsondon't call ltohl() twice on the same value ASTERISK-18739
344102kmooreFix pin parameter behavior regression in MeetMe ASTERISK-18488
344157twilsonAdd a unit test for ast_sockaddr_split_hostport
344158may(closes issue ASTERISK-18748) ASTERISK-18748
344215twilsonDon't treat a host:port string as a domain
344268rmudgettFix deadlock during dialplan reload. ASTERISK-18740
344330mnicholsononly attempt to do stun handling on ipv4 or ipv4 mapped to ipv6 addresses ASTERISK-18490
344385kmooreFix several bugs with SDP parsing and well-formedness of responses ASTERISK-16558
344439kmooreFix another incorrect case with meetme's PIN logic and add documentation
344536rmudgettMake AMI event AgentCalled get CallerID/ConnectedLine info from the incoming channel. ASTERISK-18152
344539rmudgettFix potential deadlock calling ast_call() with channel locks held.
344608jroseFix a segmentation fault when using an extension with CID matching and no CID. ASTERISK-18392
344661rmudgettMake CLI "core show channel" not hold the channel lock during console output. ASTERISK-18571
344715rmudgettCheck sip.conf maxforwards parameter for range 1 <= x <= 255.
344769kmooreFix regression introduced by SDP fixups
344823mjordanVideo format was treated as audio when removed from the file playback scheduler ASTERISK-18682
344835wdoekesFix bad quoting of multiline mxml opaque_data that caused invalid xml. ASTERISK-18852
344837wdoekesRemove unneeded if(params) checks in reqresp_parser.
344843wdoekesUse __alignof__ instead of sizeof for stringfield length storage.
344899twilsonDon't forget to rescan MOH files for cached realtime classes ASTERISK-18039
344965irrootmISDN Round Robin break when no channel is available
345062jroseMoves voicemail setup password entry to the end of the setup process. ASTERISK-18282
345063kmooreEnsure that a null vmexten does not cause a segfault
345160wdoekesUpdate reqresp_parser parse_uri doxygen comments. ASTERISK-18572
345163twilsonDon't read past end of input when calling write()
345219rmudgettFix Progress spelling error in main/pbx.c. ASTERISK-18857
345273rmudgettRestore SIP DTMF overlap dialing method. ASTERISK-17288, ASTERISK-18702
345285rmudgettMake queue log indicate if ADDMEMBER is paused for AMI and realtime. ASTERISK-18645
345370rmudgettFix typo in sig_pri using wrong structure name. ASTERISK-18868
345431rmudgettMake FastAGI HANGUP show up in AGI debug output. ASTERISK-18723
345487jroseGuarantee messages go into the right folders with multiple recipients ASTERISK-18245, ASTERISK-18246
345545qwellFix documentation of 's' option.
345546rmudgettRemove dead code since pri_grab() can never fail.
345682tilghmanUpdate the documentation to better clarify how the existing commands work.
345828twilsonDefault to nat=yes; warn when nat in general and peer differ ASTERISK-18862
345829twilsonChange nat=yes to nat=force_rport in CHANGES ASTERISK-18862
345923wdoekesClarify why the AST_LOG_* macros exist next to the LOG_* macros. ASTERISK-17973
345976rmudgettFix dnsmgr entries to ask for the same address family each time.
346030twilsonResume playing existing hold music for cached realtime MOH ASTERISK-18039, ASTERISK-18912
346086kmooreFix res_jabber resource leaks
346144wdoekesFix ast_str_truncate signedness warning and documentation.
346147wdoekesMinor cleanup in chan_sip get_msg_text() function.
346239rmudgettFix calls to ast_get_ip() not initializing the address family.
346292schmidtsFix regression that 'rtp/rtcp set debup ip' only works when also a port was specified. ASTERISK-18693
346472lmadsenUpdate queues.conf.sample documentation. ASTERISK-17413
346564jroser346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30 Nov 2011) | 18 lines ASTERISK-18700, ASTERISK-18345, ASTERISK-18342
346697jroseChange 183 Ringing in sipfrag body to 180 ringing. 183 Ringing isn't even a thing. ASTERISK-18925
346700rmudgettRe-resolve the STUN address if a STUN poll fails for res_stun_monitor. ASTERISK-18327
346762mayprocess null frame pointer returned by ast_rtp_instance_read correctly ASTERISK-16697
346899wdoekesFor SIP REGISTER fix domain-only URIs and domain ACL bypass. ASTERISK-18389, ASTERISK-18741
346951kmooreFix chan_jingle/gtalk load regression introduced in r346087
346954jroseResolve duplicate label used in multiple priorities for the same extension. ASTERISK-18807
347006rmudgettRestore call progress code for analog ports. ASTERISK-18841
347058mjordanFixed crash from orphaned MWI subscriptions in chan_sip ASTERISK-18663
347111wdoekesMove setting of voicemail zonetag and locale up a bit. ASTERISK-18838
347131wdoekesAdd regression tests for issue ASTERISK-18838.
347166wdoekesDon't allow transport=tcp when tcpenable=no. ASTERISK-18837
347239jroseDocuments CHANNEL(musicclass) taking priority over m([x]) in waitExten ASTERISK-18804
347292rmudgettMake SIP INFO messages for dtmf-relay signals case insensitive. ASTERISK-18924
347369jroseFix: Meetme recording variables from realtime DB use null entries over channel variables ASTERISK-18873
347438rmudgettUpdate AMI Getvar and Setvar documentation about supplying a channel name. ASTERISK-18958
347531twilsonDon't crash on INFO automon request with no channel ASTERISK-18805
347595rmudgettMark channel running the h exten with the soft-hangup flag. ASTERISK-18811
347718wdoekesFix regression when using tcpenable=no and tlsenable=yes.
347811rmudgettFix some parsing issues in add_exten_to_pattern_tree(). ASTERISK-18909
347995twilsonAdd a separate buffer for SRTCP packets ASTERISK-18889
348048schmidtsFix possible misshandling of an incoming SIP response as a peer poke response. ASTERISK-18940
348101rmudgettFix FollowMe CallerID on outgoing calls. ASTERISK-17557
348154jroseDocument PARKINGSLOT variable in features.conf.sample ASTERISK-16239
348157jroseFix accidental use of tabs instead of spaces from previous features.conf.sample change
348212mnicholsonDon't clear LOCALSTATIONID before sending or receiving. The user may set that ASTERISK-18921
348310rmudgettFix ParkAndAnnounce to pass the CallerID to the announcing channel.
348362rmudgettFix crash during CDR update. ASTERISK-18836
348401rmudgettFix cut and past error in ast_call_forward(). ASTERISK-18836
348464rmudgettClean-up on isle five for __ast_request_and_dial() and ast_call_forward().
348516kpflemingCorrect two flaws in sip.conf.sample related to AST-2011-013.
348647rmudgettFix crashes on other platforms caused by interference from Darwin weak symbol support. ASTERISK-18728
348735rmudgettFix chan_iax2 to not report an RDNIS number if it is blank. ASTERISK-17152
348833twilsonAllow packetization vaules > 127 ASTERISK-18876
348888mjordanFix for memory leaks / cleanup in cel_pgsql ASTERISK-18879
348940rmudgettFix extension state callback references in chan_sip. ASTERISK-17760, ASTERISK-18844
348992kmooreFix missing doc tags found while fixing ASTERISK-18689 ASTERISK-18689
349044seanbrightIn ChanSpy, don't create audiohooks that will never be used.
349144seanbrightOnce an audiohook is attached to a channel, we continue to transcode all of the
349194mjordanFix timing source dependency issues with MOH ASTERISK-17474
349289seanbrightUse ast_audiohook_write_list_empty to determine if our lists are empty instead
349339mjordanHandle AST_CONTROL_UPDATE_RTP_PEER frames in local bridge loop ASTERISK-19040, ASTERISK-19128, ASTERISK-17725, ASTERISK-18340, ASTERISK-19095
350588mjordanCreate tag for 1.8.9.0-rc2
350606mjordanMerged 1.8.9.0-rc2 blockers
350682bebuildRemove summary files
350696bebuildImporting release summary for 1.8.9.0-rc2 release.
350728mjordanUpdated summaries to proper issues
352284mjordanCreate 1.8.9.0-rc3
352286mjordanCommit changes: r349731, r352199, r352014, r351504
352344bebuildUpdated test results
352345bebuildImporting release summary for 1.8.9.0-rc3 release.

Diffstat Results

[Back to Top]

This is a summary of the changes to the source code that went into this release that was generated using the diffstat utility.

.version                              |    2
CHANGES                               |   12
ChangeLog                             |   31
Makefile.moddir_rules                 |    4
UPGRADE.txt                           |    7
addons/chan_ooh323.c                  |    4
addons/ooh323c/src/dlist.c            |    6
addons/ooh323c/src/dlist.h            |    2
addons/ooh323c/src/ooGkClient.c       |   10
addons/ooh323c/src/ooTimer.c          |    6
addons/ooh323c/src/oochannels.c       |    4
addons/ooh323c/src/ooh245.c           |   17
addons/ooh323c/src/ooh323.c           |    1
addons/ooh323c/src/ooq931.c           |  181 +++
addons/ooh323c/src/ooq931.h           |    8
addons/ooh323c/src/ootypes.h          |    3
addons/ooh323c/src/printHandler.c     |    4
apps/app_authenticate.c               |   23
apps/app_celgenuserevent.c            |    4
apps/app_chanspy.c                    |   56 -
apps/app_confbridge.c                 |    2
apps/app_dial.c                       |    2
apps/app_fax.c                        |    4
apps/app_followme.c                   |  201 ++-
apps/app_meetme.c                     |   52 -
apps/app_parkandannounce.c            |   19
apps/app_queue.c                      |   80 -
apps/app_system.c                     |    4
apps/app_url.c                        |    2
apps/app_voicemail.c                  |  332 ++++--
asterisk-1.8.9.0-rc2-summary.html     |   60 -
asterisk-1.8.9.0-rc2-summary.txt      |   88 -
asterisk-1.8.9.0-rc3-summary.html     |   64 +
asterisk-1.8.9.0-rc3-summary.txt      |   94 +
autoconf/ast_ext_lib.m4               |   20
bridges/bridge_builtin_features.c     |   13
build_tools/cflags.xml                |    6
build_tools/embed_modules.xml         |   22
build_tools/prep_tarball              |    2
cel/cel_pgsql.c                       |   37
channels/chan_dahdi.c                 |   57 -
channels/chan_gtalk.c                 |   20
channels/chan_h323.c                  |    3
channels/chan_iax2.c                  |  203 ++-
channels/chan_jingle.c                |   38
channels/chan_mgcp.c                  |    3
channels/chan_misdn.c                 |   16
channels/chan_sip.c                   | 1727 +++++++++++++++++++++-------------
channels/chan_skinny.c                |    1
channels/chan_unistim.c               |    5
channels/sig_analog.c                 |   17
channels/sig_analog.h                 |    1
channels/sig_pri.c                    |  263 ++---
channels/sig_ss7.c                    |  380 +++++--
channels/sig_ss7.h                    |   36
channels/sip/include/dialog.h         |    9
channels/sip/include/reqresp_parser.h |   14
channels/sip/include/sip.h            |   88 -
channels/sip/reqresp_parser.c         |  198 +--
codecs/codec_dahdi.c                  |    1
configs/dbsep.conf.sample             |    3
configs/extconfig.conf.sample         |    3
configs/features.conf.sample          |    2
configs/queues.conf.sample            |   11
configs/res_config_mysql.conf.sample  |    2
configs/res_ldap.conf.sample          |    1
configs/res_stun_monitor.conf.sample  |   17
configs/sip.conf.sample               |   26
configure.ac                          |   54 +
contrib/realtime/mysql/sipfriends.sql |   98 -
contrib/realtime/mysql/sippeers.sql   |   97 +
doc/appdocsxml.dtd                    |    2
formats/format_wav.c                  |    6
funcs/func_callerid.c                 |    3
funcs/func_cdr.c                      |   20
funcs/func_dialgroup.c                |    2
funcs/func_realtime.c                 |    4
include/asterisk/acl.h                |   25
include/asterisk/autoconfig.h.in      |   64 +
include/asterisk/cdr.h                |   32
include/asterisk/config.h             |   14
include/asterisk/dnsmgr.h             |   19
include/asterisk/features.h           |   89 +
include/asterisk/frame.h              |    2
include/asterisk/jabber.h             |    5
include/asterisk/linkedlists.h        |    2
include/asterisk/logger.h             |    4
include/asterisk/manager.h            |    7
include/asterisk/module.h             |    9
include/asterisk/pbx.h                |   42
include/asterisk/sha1.h               |  390 ++++++-
include/asterisk/stringfields.h       |   17
include/asterisk/strings.h            |   29
include/asterisk/stun.h               |   43
include/asterisk/tcptls.h             |    7
include/asterisk/utils.h              |   53 +
include/asterisk/xmldoc.h             |   15
main/acl.c                            |   15
main/astobj2.c                        |   20
main/audiohook.c                      |    4
main/channel.c                        |  130 +-
main/cli.c                            |   32
main/config.c                         |   30
main/db.c                             |    8
main/dnsmgr.c                         |   18
main/features.c                       |  334 +++++-
main/file.c                           |   56 -
main/loader.c                         |    9
main/manager.c                        |  604 +++++++----
main/pbx.c                            |  543 +++++++---
main/rtp_engine.c                     |    8
main/sha1.c                           |  422 ++++----
main/stun.c                           |  126 +-
main/tcptls.c                         |   55 -
main/udptl.c                          |   54 -
main/utils.c                          |   41
main/xmldoc.c                         |  108 +-
pbx/pbx_config.c                      |    2
pbx/pbx_lua.c                         |  112 +-
pbx/pbx_realtime.c                    |    1
pbx/pbx_spool.c                       |   64 +
res/res_agi.c                         |   16
res/res_config_sqlite.c               |    9
res/res_curl.c                        |    1
res/res_fax.c                         |   15
res/res_jabber.c                      |  182 ++-
res/res_jabber.exports.in             |    2
res/res_monitor.c                     |    6
res/res_musiconhold.c                 |   38
res/res_realtime.c                    |    8
res/res_rtp_asterisk.c                |  130 +-
res/res_rtp_multicast.c               |    7
res/res_srtp.c                        |   10
res/res_stun_monitor.c                |  304 +++--
res/res_timing_dahdi.c                |    2
res/res_timing_pthread.c              |    2
res/res_timing_timerfd.c              |    2
tests/test_linkedlists.c              |  146 ++
tests/test_netsock2.c                 |   71 +
utils/utils.xml                       |    1
140 files changed, 6435 insertions(+), 3101 deletions(-)