Commit Graph

3693 Commits (ed6c43287496665ff6cd42c53f8064f44e6d016f)

Author SHA1 Message Date
Richard Mudgett c223b79688 Add MALLOC_DEBUG atexit unreleased malloc memory summary.
13 years ago
Richard Mudgett b6101cfec7 Enhance MALLOC_DEBUG CLI commands.
13 years ago
Jonathan Rose f4e00404e7 manager: Make challenge work with allowmultiplelogin=no
13 years ago
Richard Mudgett 8a32488929 Fix extension matching with the '-' char.
13 years ago
Matthew Jordan c4f013c5c8 Re-initialize logmsgs mutex upon logger initialization to prevent lock errors
13 years ago
Walter Doekes 65c8d16d79 Fix most leftover non-opaque ast_str uses.
13 years ago
Matthew Jordan 2bb01eb0ff Reorder startup sequence to prevent lockups when process is sent to background
13 years ago
Brent Eagles 852bc686c9 Patch to prevent stopping the active generator when it is not the silence
13 years ago
Joshua Colp 4e04ea29c7 Properly check if the "Context" and "Extension" headers are empty in a ShowDialPlan action.
13 years ago
Michael L. Young 1255a271d4 Fix Dynamic Hints Variable Substition - Underscore Problem
13 years ago
Richard Mudgett 1bba4b00b2 Add MALLOC_DEBUG enhancements.
13 years ago
Mark Michelson a65fbf8012 Multiple revisions 375993-375994
13 years ago
Richard Mudgett 647810f1d0 Fix stuck DTMF when bridge is broken.
13 years ago
Matthew Jordan f0cd27e027 Refactor ast_timer_ack to return an error and handle the error in timer users
13 years ago
Richard Mudgett 463cbc55ac Add safety NULL pointer check in module user references.
13 years ago
Matthew Jordan 769d9aa259 Don't attempt to purge sessions when no sessions exist
13 years ago
Matthew Jordan d38c42aab8 Properly clean up manager resources on exit
13 years ago
Matthew Jordan 260da253be Properly finalize prepared SQLite3 statements to prevent memory leak
13 years ago
Matthew Jordan 717068e362 Fix memory leaks in XML documentation
13 years ago
Matthew Jordan 69777a9376 Prevent multiple CDR batches from conflicting when scheduling the CDR write
13 years ago
Richard Mudgett 93d85a0087 Things don't need to be that const.
13 years ago
Richard Mudgett 48f0d85bd1 Fix the Park 'r' option when a channel parks itself.
13 years ago
Jonathan Rose 7ad1f16efd core: Fix a memory leak in app.c from an early return
13 years ago
Kinsey Moore 09d951514d Ensure Asterisk fails TCP/TLS SIP calls when certificate checking fails
13 years ago
Mark Michelson 94c0fa9098 Fix some potential misuses of ast_str in the code.
13 years ago
Mark Michelson ccf01fbfdc Do not use a FILE handle when doing SIP TCP reads.
13 years ago
Matthew Jordan 7c522a5fd3 Fix incorrect billing duration reported when batch mode is enabled
13 years ago
Mark Michelson b5f231501b Don't make chan_sip export global symbols.
13 years ago
Kinsey Moore 841158f428 Fix segfault regression from r370681
13 years ago
Richard Mudgett 1239385a58 Fix execution of 'i' extension due to uninitialized variable.
13 years ago
Matthew Jordan d99578264b Trivial patch to make 'best_score' defined for all architectures.
13 years ago
Matthew Jordan a7a10088f3 Update documentation for MessageSend application/command's From field for XMPP
13 years ago
David M. Lee 98f78d2c1d Multiple revisions 374570,374581
13 years ago
Alec L Davis ff8dce40f2 dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_END
13 years ago
Alec L Davis 76436d2064 dsp.c fix incorrect DTMF Digit_Duration.
13 years ago
David M. Lee 2659db6d61 Fix DBDelTree error codes for AMI, CLI and AGI
13 years ago
Alec L Davis 259f43f421 dsp.c User configuration of DTMF_NORMAL_TWIST and DTMF_REVERSE_TWIST values
13 years ago
Matthew Jordan ba781b68e9 Destroy the generic_monitors container after the core_instances in ccss
13 years ago
Matthew Jordan aa5ac80919 Ensure Shutdown AMI event is still fired during Asterisk shutdown
13 years ago
Matthew Jordan 61ac420dfb Fix findings from check-in on r374177
13 years ago
Matthew Jordan 8943656ccc Fix a variety of ref counting issues
13 years ago
Sean Bright 1449b2cad0 app_queue: Support persisting and loading of long member lists.
13 years ago
Sean Bright 0dd8b496cf Use ast_copy_string instead of strncpy to guarantee a NUL terminated string.
13 years ago
Brent Eagles ad8f06037b Reset hangup flags on channels created through messages and cleanup globals
13 years ago
Joshua Colp 302cc28472 loader: Ensure dependent modules are properly initialized.
13 years ago
Mark Michelson 8501e95d97 Fix saying of date in Dutch.
13 years ago
Joshua Colp 42ebea2f2f Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
13 years ago
Richard Mudgett 7e9bdcc3e0 Named call pickup groups. Fixes, missing functionality, and improvements.
13 years ago
Sean Bright 522740b00e Don't crash when passing a NULL message to __astman_get_header.
13 years ago
Matthew Jordan 9e396da730 Resolve memory leaks in TLS initialization and TLS client connections
13 years ago