summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-10Improve documentation by making all of the colors used readable,Tilghman Lesher
2012-12-10Remove some dead code and additionally handle a case that wasn't handled.Tilghman Lesher
2012-12-09Add missing support for "who hung up" to chan_motif.Joshua Colp
2012-12-08Fix order of SIP allow/disallow in MySQL contrib script.Richard Mudgett
2012-12-07MALLOC_DEBUG: Only wait if we want atexit allocation dumps.Richard Mudgett
2012-12-07codec_dahdi: Fix output of "transcoder show" CLI command.Kinsey Moore
2012-12-07confbridge: Fix some resource leaks on conference teardown.Richard Mudgett
2012-12-06Recorded merge of revisions 377340 from http://svn.asterisk.org/svn/asterisk/...Russell Bryant
2012-12-06Minor code cleanup in named_acl.c.Russell Bryant
2012-12-06Add CLI tab completion to 'acl show'.Russell Bryant
2012-12-06Fix memory leak in 'manager show event' when command entered incorrectlyMatthew Jordan
2012-12-05res_srtp: Fix a crash caused by srtp_dealloc on an already dealloced sessionJonathan Rose
2012-12-05Fix a SIP request memory leak with TLS connections.Joshua Colp
2012-12-05Remove init_framer(). It no longer does anything.Richard Mudgett
2012-12-05Fix registering core show codecs/codec CLI commands twice.Richard Mudgett
2012-12-05confbridge: Fix several small issues.Richard Mudgett
2012-12-04confbridge: Update online XML documentation.Richard Mudgett
2012-12-04Add libuuid to install_prereq for Fedora.Russell Bryant
2012-12-03Cleanup ast_run_atexits() atexits list.Richard Mudgett
2012-12-03Cleanup core main on exit.Richard Mudgett
2012-12-03Cleanup config cache on exit.Richard Mudgett
2012-12-03Cleanup CLI resources on exit and CLI command registration errors.Richard Mudgett
2012-12-03Cleanup CDR resources on exit.Richard Mudgett
2012-12-03Fix CCSS CLI commands and logger level not unregistered.Richard Mudgett
2012-12-03Formatting fixesOlle Johansson
2012-12-03Fix an RTP instance reference count leak in chan_motif.Joshua Colp
2012-12-03Move functions to AFTER the block of forward declarations of functions. Olle Johansson
2012-12-03Formatting changesOlle Johansson
2012-12-01Tweak extension used for incoming calls received on Motif.Joshua Colp
2012-11-30chan_misdn: Fix sending RELEASE_COMPLETE in response to SETUP.Richard Mudgett
2012-11-30Minor spelling fix to the VOLUME documentation.Sean Bright
2012-11-30Fix potential crashes during SIP attended transfers.Mark Michelson
2012-11-29chan_local: Fix local_pvt ref leak in local_devicestate().Richard Mudgett
2012-11-29Fix compile error.Richard Mudgett
2012-11-29Improve Code Readability And Fix Setting natdetected FlagMichael L. Young
2012-11-29Fixed ast_random's comment about locking.David M. Lee
2012-11-29Fix chan_sip websocket payload handlingPedro Kiefer
2012-11-29Add MALLOC_DEBUG atexit unreleased malloc memory summary.Richard Mudgett
2012-11-29Enhance MALLOC_DEBUG CLI commands.Richard Mudgett
2012-11-28manager: Make challenge work with allowmultiplelogin=noJonathan Rose
2012-11-28Fix extension matching with the '-' char.Richard Mudgett
2012-11-27Remove unnecessary channel module references.Richard Mudgett
2012-11-27Made AST_LIST_REMOVE() simpler and use better names.Richard Mudgett
2012-11-23Re-initialize logmsgs mutex upon logger initialization to prevent lock errorsMatthew Jordan
2012-11-21Add red-black tree container type to astobj2.Richard Mudgett
2012-11-20Added missing newlines to websocket ast_logs.David M. Lee
2012-11-20Add "Require: timer" to 200 OK responses when appropriate.Mark Michelson
2012-11-20Reduce CLI spam of "Extension Changed" device state messages.Alec L Davis
2012-11-19Fix most leftover non-opaque ast_str uses.Walter Doekes
2012-11-19Fix uninitialized in this function errorMatthew Jordan