asterisk/asterisk.git
2012-12-11 Richard MudgettCleanup pbx on exit.
2012-12-11 Richard MudgettCleanup logger on exit.
2012-12-11 Richard MudgettCleanup indications on exit.
2012-12-11 Richard MudgettCleanup event on exit.
2012-12-11 Richard MudgettCleanup dnsmgr on exit.
2012-12-10 Kinsey MooreEnsure ReceiveFax provides a CED tone via T.38
2012-12-10 Kinsey MooreHandle Session-Expires less than local Min-SE in 200 OK
2012-12-10 Igor GoncharovskiyAdd firmware information to CLI devices listing
2012-12-10 Igor GoncharovskiyFix codec mismatch
2012-12-10 Igor GoncharovskiyRemove trailing whitespaces in number from incoming...
2012-12-10 Tilghman LesherImprove documentation by making all of the colors used...
2012-12-10 Tilghman LesherRemove some dead code and additionally handle a case...
2012-12-09 Joshua ColpAdd missing support for "who hung up" to chan_motif.
2012-12-08 Richard MudgettFix order of SIP allow/disallow in MySQL contrib script.
2012-12-07 Richard MudgettMALLOC_DEBUG: Only wait if we want atexit allocation...
2012-12-07 Kinsey Moorecodec_dahdi: Fix output of "transcoder show" CLI command.
2012-12-07 Richard Mudgettconfbridge: Fix some resource leaks on conference teardown.
2012-12-06 Russell BryantRecorded merge of revisions 377340 from svn.asterisk...
2012-12-06 Russell BryantMinor code cleanup in named_acl.c.
2012-12-06 Russell BryantAdd CLI tab completion to 'acl show'.
2012-12-06 Matthew JordanFix memory leak in 'manager show event' when command...
2012-12-05 Jonathan Roseres_srtp: Fix a crash caused by srtp_dealloc on an...
2012-12-05 Joshua ColpFix a SIP request memory leak with TLS connections.
2012-12-05 Richard MudgettRemove init_framer(). It no longer does anything.
2012-12-05 Richard MudgettFix registering core show codecs/codec CLI commands...
2012-12-05 Richard Mudgettconfbridge: Fix several small issues.
2012-12-04 Richard Mudgettconfbridge: Update online XML documentation.
2012-12-04 Russell BryantAdd libuuid to install_prereq for Fedora.
2012-12-03 Richard MudgettCleanup ast_run_atexits() atexits list.
2012-12-03 Richard MudgettCleanup core main on exit.
2012-12-03 Richard MudgettCleanup config cache on exit.
2012-12-03 Richard MudgettCleanup CLI resources on exit and CLI command registrat...
2012-12-03 Richard MudgettCleanup CDR resources on exit.
2012-12-03 Richard MudgettFix CCSS CLI commands and logger level not unregistered.
2012-12-03 Olle JohanssonFormatting fixes
2012-12-03 Joshua ColpFix an RTP instance reference count leak in chan_motif.
2012-12-03 Olle JohanssonMove functions to AFTER the block of forward declaratio...
2012-12-03 Olle JohanssonFormatting changes
2012-12-01 Joshua ColpTweak extension used for incoming calls received on...
2012-11-30 Richard Mudgettchan_misdn: Fix sending RELEASE_COMPLETE in response...
2012-11-30 Sean BrightMinor spelling fix to the VOLUME documentation.
2012-11-30 Mark MichelsonFix potential crashes during SIP attended transfers.
2012-11-29 Richard Mudgettchan_local: Fix local_pvt ref leak in local_devicestate().
2012-11-29 Richard MudgettFix compile error.
2012-11-29 Michael L.... Improve Code Readability And Fix Setting natdetected...
2012-11-29 David M. LeeFixed ast_random's comment about locking.
2012-11-29 Pedro KieferFix chan_sip websocket payload handling
2012-11-29 Richard MudgettAdd MALLOC_DEBUG atexit unreleased malloc memory summary.
2012-11-29 Richard MudgettEnhance MALLOC_DEBUG CLI commands.
2012-11-28 Jonathan Rosemanager: Make challenge work with allowmultiplelogin=no
2012-11-28 Richard MudgettFix extension matching with the '-' char.
2012-11-27 Richard MudgettRemove unnecessary channel module references.
2012-11-27 Richard MudgettMade AST_LIST_REMOVE() simpler and use better names.
2012-11-23 Matthew JordanRe-initialize logmsgs mutex upon logger initialization...
2012-11-21 Richard MudgettAdd red-black tree container type to astobj2.
2012-11-20 David M. LeeAdded missing newlines to websocket ast_logs.
2012-11-20 Mark MichelsonAdd "Require: timer" to 200 OK responses when appropriate.
2012-11-20 Alec L DavisReduce CLI spam of "Extension Changed" device state...
2012-11-19 Walter DoekesFix most leftover non-opaque ast_str uses.
2012-11-19 Matthew JordanFix uninitialized in this function error
2012-11-18 Matthew JordanReorder startup sequence to prevent lockups when proces...
2012-11-18 Matthew JordanAdd a test event that reports changes in ConfBridge...
2012-11-16 David M. LeeFixed extconf.c breakage introduced in r376306.
2012-11-16 David M. LeeSomehow I put in svn-1.6 merge information. Oops.
2012-11-16 David M. LeeMigrate hashtest/hashtest2 to be unit tests.
2012-11-15 Jonathan Roseapp_meetme: Fix channels lingering when hung up under...
2012-11-15 Brent EaglesPatch to prevent stopping the active generator when...
2012-11-15 Rusty NewtonPatch to play correct sound file when a voicemail's...
2012-11-14 Richard MudgettFix call files when astspooldir is relative.
2012-11-13 Jonathan Rosechan_sip: Add SubscribeContext field to SIPshowpeer...
2012-11-12 Joshua ColpProperly check if the "Context" and "Extension" headers...
2012-11-12 Michael L.... Fix Dynamic Hints Variable Substition - Underscore...
2012-11-11 Joshua ColpRemove a fixed size limitation for producing SDP and...
2012-11-08 Mark MichelsonFix a "set but not used" warning on newer gccs.
2012-11-08 Richard Mudgettchan_dahdi/SS7: Made reject incoming call for an in...
2012-11-08 Richard MudgettAdd MALLOC_DEBUG enhancements.
2012-11-07 Mark MichelsonMultiple revisions 375993-375994
2012-11-06 Richard MudgettFix stuck DTMF when bridge is broken.
2012-11-06 Joshua ColpFix a bug where our Motif ICE candidates were not quite...
2012-11-05 Matthew JordanRefactor ast_timer_ack to return an error and handle...
2012-11-05 Richard MudgettAdd safety NULL pointer check in module user references.
2012-11-05 Jonathan Rosechan_sip: Document a change to user-field encoding...
2012-11-04 Matthew JordanDon't attempt to purge sessions when no sessions exist
2012-11-04 Matthew JordanOnly deref a reserved gateway session if we actually...
2012-11-04 Matthew JordanProperly clean up manager resources on exit
2012-11-04 Matthew JordanProperly finalize prepared SQLite3 statements to preven...
2012-11-04 Matthew JordanFix memory leaks in XML documentation
2012-11-04 Matthew JordanPrevent multiple CDR batches from conflicting when...
2012-11-03 Andrew LathamBlocked revisions 375702
2012-11-02 Damien WedhornFix for chan_skinny leaving RTP ports open
2012-11-02 Richard MudgettThings don't need to be that const.
2012-11-02 Richard MudgettMultiple revisions 375519-375524
2012-11-02 Michael L.... Fix Wrong Result In Debug Message For SDP Origin Processing
2012-11-01 Jonathan Rosechan_sip: Fix a bug causing SIP reloads to remove all...
2012-10-31 Joshua ColpFix an issue with res_http_websocket where the chan_sip...
2012-10-31 Matthew JordanProperly extract the Body information of an EWS calenda...
2012-10-30 Richard MudgettFix ConfBridge crash if no timing module loaded.
2012-10-30 Jonathan Rosemixmonitor: Add a test event
2012-10-30 Jonathan Roseconfbridge: Fix a bug which made conferences not record...
2012-10-29 Mark MichelsonPrevent resetting of NATted realtime peer address on...
next