Commit Graph

2352 Commits (9fc52cdaa3e2ba3386f6734b96fe9eeaaa12debb)

Author SHA1 Message Date
Richard Mudgett 83c6a754e6 Cleanup core main on exit.
13 years ago
Richard Mudgett 7b54904b81 Made AST_LIST_REMOVE() simpler and use better names.
13 years ago
Matthew Jordan 274a263773 Re-initialize logmsgs mutex upon logger initialization to prevent lock errors
13 years ago
David M. Lee fe1ea0d38e Migrate hashtest/hashtest2 to be unit tests.
13 years ago
Richard Mudgett df3fc95c4a Add MALLOC_DEBUG enhancements.
13 years ago
Mark Michelson e95efa6c50 Fix misuses of timeouts throughout the code.
13 years ago
Richard Mudgett 2fcf4a32a0 Fix stuck DTMF when bridge is broken.
13 years ago
Matthew Jordan d8a6097f96 Refactor ast_timer_ack to return an error and handle the error in timer users
13 years ago
Andrew Latham 9fce533f29 Doxygen Updates
13 years ago
Mark Michelson 30287adef2 Fix some potential misuses of ast_str in the code.
13 years ago
Mark Michelson e1d1cd4aa3 Do not use a FILE handle when doing SIP TCP reads.
13 years ago
Sean Bright 509c3ebaf7 app_queue: Support persisting and loading of long member lists.
13 years ago
David M. Lee 5cf7e22c08 Fix timeouts for ast_waitfordigit[_full].
13 years ago
Matthew Jordan e461247cef Constify __ao2_ref_debug in astobj2
13 years ago
Richard Mudgett af738476ca Use better libss7 detection test and move libpri compile test.
13 years ago
Kinsey Moore 377caa7fb1 Clean up and ensure proper usage of alloca()
13 years ago
Mark Michelson bd11706d8e Eliminate embedding of res_adsi.so module.
13 years ago
Michael L. Young c0e57ac429 Fix NULL pointer segfault in ast_sockaddr_parse()
13 years ago
Richard Mudgett 3863d34cdf Fix deadlock potential with ast_set_hangupsource() calls.
13 years ago
Terry Wilson 9753325d32 Fix race condition for CEL LINKEDID_END event
13 years ago
Mark Michelson eef4c09787 Fix memory leak of SSL_CTX structures in TLS core.
13 years ago
Matthew Jordan c527c4d197 Prevent overflow in calculation in ast_tvdiff_ms on 32-bit machines
13 years ago
Richard Mudgett 8dc6345d0f Allow AMI action callback to be reentrant.
13 years ago
Russell Bryant d500229f3c app.h: Always initialize AST_DECLARE_APP_ARGS().
13 years ago
Richard Mudgett 5b61050209 Fix deadlock potential with some ast_indicate/ast_indicate_data calls.
13 years ago
Russell Bryant 5a87fa5de9 Fix bogus reads/writes of console log levels in asterisk.c
13 years ago
Russell Bryant 0da9d71905 Remove chan_usbradio and app_rpt.
13 years ago
Terry Wilson 7622a34c89 Make hints for invalid SIP devices return Unavail, not idle
13 years ago
Kinsey Moore f1277cc0e0 Fix case-sensitivity for device-specific event subscriptions and CCSS
13 years ago
Richard Mudgett 534213a074 Fix worker thread resource leak in SIP TCP/TLS.
13 years ago
Matthew Jordan 032962f1a2 Allow SRTP policies to be reloaded
13 years ago
Terry Wilson 9a3c569772 Track module use count for res_calendar
13 years ago
Richard Mudgett 15f49a1497 Fix compile problem when old version of libvorbisfile v1.1.2 is used.
13 years ago
Richard Mudgett e296e8c96f Fix voicemail problems when using ogg/vorbis.
13 years ago
Mark Michelson 47b3aa6362 Fix TLS port binding behavior as well as reload behavior:
14 years ago
Sean Bright f28f00bd6e Resolve an overlap in the ast_audiohook_flags values.
14 years ago
Richard Mudgett c7c7d4dab4 Fix memory leak in error paths for action_originate().
14 years ago
Terry Wilson d699845a55 Re-link peers by IP when dnsmgr changes the IP
14 years ago
Richard Mudgett a55030f4fa Audit of ao2_iterator_init() usage for v1.8.
14 years ago
Jonathan Rose 5d9b4af4e2 Eliminates doubling the :port part of SIP Notify Message-Account headers.
14 years ago
Kinsey Moore d3d3ad2663 Run bootstrap.sh for the for the ASTERISK-18929 fix
14 years ago
Matthew Jordan 0ee313f076 Fix timing source dependency issues with MOH
14 years ago
Richard Mudgett 9698383360 Fix extension state callback references in chan_sip.
14 years ago
Terry Wilson 05078f24e1 Allow packetization vaules > 127
14 years ago
Richard Mudgett 74da7648bb Fix crash during CDR update.
14 years ago
Richard Mudgett c70441c168 Re-resolve the STUN address if a STUN poll fails for res_stun_monitor.
14 years ago
Jonathan Rose 458691a830 r346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30 Nov 2011) | 18 lines
14 years ago
Richard Mudgett 20e75b7ad2 Fix calls to ast_get_ip() not initializing the address family.
14 years ago
Walter Doekes 38e0ec57ee Fix ast_str_truncate signedness warning and documentation.
14 years ago
Kinsey Moore c4b7983866 Fix res_jabber resource leaks
14 years ago