Commit Graph

2378 Commits (a949e07a71ecdeb042fcee3fb82feb28bee12129)

Author SHA1 Message Date
Matthew Jordan 1f63923c93 Constify __ao2_ref_debug in astobj2
14 years ago
David M. Lee ba79960450 Fix timeouts for ast_waitfordigit[_full].
14 years ago
Mark Michelson 9fd24fa894 Fix inability to shutdown gracefully due to an unending channel reference.
14 years ago
Richard Mudgett 08da819293 Use better libss7 detection test and move libpri compile test.
14 years ago
Kinsey Moore 7135c1ccba Clean up and ensure proper usage of alloca()
14 years ago
Mark Michelson ef72caed6a Multiple revisions 369323-369324
14 years ago
Michael L. Young 3bac27f869 Fix NULL pointer segfault in ast_sockaddr_parse()
14 years ago
Richard Mudgett 40569b7d22 Fix deadlock potential with ast_set_hangupsource() calls.
14 years ago
Terry Wilson 6900424762 Fix race condition for CEL LINKEDID_END event
14 years ago
Mark Michelson 483f47dc9e Fix memory leak of SSL_CTX structures in TLS core.
14 years ago
Matthew Jordan 91603ac257 Prevent overflow in calculation in ast_tvdiff_ms on 32-bit machines
14 years ago
Richard Mudgett 01b999f833 Allow AMI action callback to be reentrant.
14 years ago
Russell Bryant 1ebd1d352f app.h: Always initialize AST_DECLARE_APP_ARGS().
14 years ago
Richard Mudgett 43100ddd82 Fix deadlock potential with some ast_indicate/ast_indicate_data calls.
14 years ago
Russell Bryant cca76a24b6 Fix bogus reads/writes of console log levels in asterisk.c
14 years ago
Russell Bryant 257238412a Remove chan_usbradio and app_rpt.
14 years ago
Terry Wilson 7db4fb902e Make hints for invalid SIP devices return Unavail, not idle
14 years ago
Kinsey Moore 56c9cee3f6 Fix case-sensitivity for device-specific event subscriptions and CCSS
14 years ago
Walter Doekes 98b303468b Update stringfield documentation for removed second va_list in favor of va_copy.
14 years ago
Richard Mudgett d372c43488 Fix worker thread resource leak in SIP TCP/TLS.
14 years ago
Matthew Jordan e796b45951 Allow SRTP policies to be reloaded
14 years ago
Terry Wilson f11810c690 Track module use count for res_calendar
14 years ago
Richard Mudgett 04a28ea1e2 Fix compile problem when old version of libvorbisfile v1.1.2 is used.
14 years ago
Richard Mudgett d7368aabe8 Fix voicemail problems when using ogg/vorbis.
14 years ago
Mark Michelson b504a707f5 Fix TLS port binding behavior as well as reload behavior:
14 years ago
Sean Bright 73b93bbc17 Resolve an overlap in the ast_audiohook_flags values.
14 years ago
Richard Mudgett 754e821648 Fix memory leak in error paths for action_originate().
14 years ago
Terry Wilson 48b42ebe3a Re-link peers by IP when dnsmgr changes the IP
14 years ago
Richard Mudgett 88af121f9f Audit of ao2_iterator_init() usage for v1.8.
14 years ago
Jonathan Rose 1ee1b73567 Eliminates doubling the :port part of SIP Notify Message-Account headers.
14 years ago
Kinsey Moore bb11601d06 Run bootstrap.sh for the for the ASTERISK-18929 fix
14 years ago
Matthew Jordan d3fbfc50f4 Fix crash from bridge channel hangup race condition in ConfBridge
14 years ago
Kevin P. Fleming a881e1740d Improve T.38 gateway V.21 preamble detection.
14 years ago
Matthew Jordan 580c6f9a48 Fix timing source dependency issues with MOH
14 years ago
Richard Mudgett d43b217d08 Fix extension state callback references in chan_sip.
14 years ago
Terry Wilson 07fd1458d7 Allow packetization vaules > 127
14 years ago
Richard Mudgett 5688637636 Fix crash during CDR update.
14 years ago
Terry Wilson 309c50e4bb Add ASTSBINDIR to the list of configurable paths
14 years ago
Richard Mudgett ae9145e400 Re-resolve the STUN address if a STUN poll fails for res_stun_monitor.
14 years ago
Jonathan Rose e0bcc2b29d r346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30 Nov 2011) | 18 lines
14 years ago
David Vossel 5d452c2647 Fixes memory leak in message API.
14 years ago
Richard Mudgett 8a8179fa03 Fix calls to ast_get_ip() not initializing the address family.
14 years ago
Walter Doekes 9ddc1ed171 Fix ast_str_truncate signedness warning and documentation.
14 years ago
Kinsey Moore 328f07623f Fix res_jabber resource leaks
14 years ago
Richard Mudgett baf71ede93 Fix dnsmgr entries to ask for the same address family each time.
14 years ago
Walter Doekes ea9adef27d Clarify why the AST_LOG_* macros exist next to the LOG_* macros.
14 years ago
Walter Doekes 5488244b13 Use __alignof__ instead of sizeof for stringfield length storage.
14 years ago
Walter Doekes e04eea4fab Ensure that string field lengths are properly aligned
14 years ago
Walter Doekes 14200ca67f Several fixes to the chan_sip dynamic realtime peer/user lookup
14 years ago
Richard Mudgett 24a8f7627d Fix AST_LIST_INSERT_BEFORE_CURRENT() updating the wrong variable.
14 years ago