Commit Graph

5489 Commits (672af3c0ea665f73b976789462212818812feb6f)

Author SHA1 Message Date
Sean Bright 1b50df78d0 cleanup: Fix fread() and fwrite() error handling
9 years ago
Sean Bright cea3742c54 core: Use eventfd for alert pipes on Linux when possible
9 years ago
George Joseph dac4442cdd Merge "pbx: Use same thread if AST_OUTGOING_WAIT_COMPLETE specified" into 13
9 years ago
Sean Bright 98e38daf82 pbx: Use same thread if AST_OUTGOING_WAIT_COMPLETE specified
9 years ago
Richard Mudgett f856cfbb51 rtp_engine/res_rtp_asterisk: Fix RTP struct reentrancy crashes.
9 years ago
George Joseph f882ca2572 modules: change module LOAD_FAILUREs to LOAD_DECLINES
9 years ago
Joshua Colp fdc63152c3 Merge changes from topics 'ASTERISK-26890', 'ASTERISK-26851' into 13
9 years ago
Richard Mudgett f8219a2e12 stun.c: Fix ast_stun_request() erratic timeout.
9 years ago
Richard Mudgett 19b82a8644 sorcery.c: Speed up ast_sorcery_retrieve_by_id()
9 years ago
Richard Mudgett bb8cd2add7 tcptls.c: Cleanup TCP/TLS listener thread on abnormal exit.
9 years ago
Corey Farrell 68bde0f07d CDR: Protect from data overflow in ast_cdr_setuserfield.
9 years ago
George Joseph 01c1e60a4f Merge "build: Fix deb build issues with fakeroot" into 13
9 years ago
Walter Doekes 7954b39a50 build: Fix deb build issues with fakeroot
9 years ago
Sean Bright c9648f4690 astobj2: Prevent potential deadlocks with ao2_global_obj_release
9 years ago
Joshua Colp 5d3db15d2e Merge "srtp: Allow zero as tag value for a sRTP Crypto Suite." into 13
9 years ago
Alexander Traud ef19db9261 srtp: Allow zero as tag value for a sRTP Crypto Suite.
9 years ago
Sean Bright 79a2c26c03 core: Remove embedded module support
9 years ago
zuul 30f5409eef Merge "cdr: Allow setting of user field from 'h' extension" into 13
9 years ago
zuul 68d523a1af Merge "audiohook.c: Lost RTP packets lead to out-of-sync MixMonitor." into 13
9 years ago
zuul 5f75cc8279 Merge "res_pjsip_messaging: Check URI type before dereferencing" into 13
9 years ago
Sebastian Gutierrez e196190f11 cdr: Allow setting of user field from 'h' extension
9 years ago
zuul d7ba743329 Merge "autochan/mixmonitor/chanspy: Fix unsafe channel locking and references." into 13
9 years ago
Sean Bright b3cc20799b res_pjsip_messaging: Check URI type before dereferencing
9 years ago
Aaron An d5b480afca audiohook.c: Lost RTP packets lead to out-of-sync MixMonitor.
9 years ago
Sean Bright 38cebc73a3 thread safety: Don't use getprotobyname()
9 years ago
zuul 05ab662f70 Merge "pbx.c: Fix crash from malformed exten pattern." into 13
9 years ago
Richard Mudgett adad6020be autochan/mixmonitor/chanspy: Fix unsafe channel locking and references.
9 years ago
Richard Mudgett 9fd9b39e8b pbx.c: Fix crash from malformed exten pattern.
9 years ago
Matt Jordan 216e28aa95 main/stasis_cache: Demote the ERROR message when removing a nonexistent item
9 years ago
Daniel Journo d9972423d1 Saynumber is trying to get "and" from "digits/" subfolder
9 years ago
Richard Mudgett 4271c700f7 core: Cleanup ast_get_hint() usage.
9 years ago
George Joseph 3d2c119778 build: Warn if asterisk is installed in both 32 and 64 bit sys dirs
9 years ago
George Joseph bee55aaf2c build: Execute ldconfig to build cache. (take two)
9 years ago
Joshua Colp 5c9c097d17 Revert "build: Execute ldconfig to build cache."
9 years ago
Joshua Colp d90430953c build: Execute ldconfig to build cache.
9 years ago
zuul 557ef67690 Merge "tcptls.c: Add some missing allocation failure checks." into 13
9 years ago
Joshua Colp 06214173a9 Revert "build: Execute ldconfig to build cache."
9 years ago
Richard Mudgett 096496e13e tcptls.c: Add some missing allocation failure checks.
9 years ago
Joshua Colp e910dbab90 build: Execute ldconfig to build cache.
9 years ago
Joshua Elson 0fc27fa364 http: Ensure capath is defined on all http creations
9 years ago
Tzafrir Cohen 99b40e72ae libasteriskssl: do nothing with OpenSSL >= 1.1
9 years ago
Tzafrir Cohen e97e50b68b tcptls: use TLS_client_method with OpenSSL 1.1
9 years ago
Tzafrir Cohen 0d555f0d81 openssl 1.1 support: use OPENSSL_VERSION_NUMBER
9 years ago
zuul 0d6c99e715 Merge "cli: Fix various CLI documentation and completion issues" into 13
9 years ago
zuul bc2104819c Merge "channel: Protect flags in ast_waitfor_nandfds operation." into 13
9 years ago
zuul 6958241b3f Merge "core: Cleanup some channel snapshot staging anomalies." into 13
9 years ago
Sean Bright ea8a610776 cli: Fix various CLI documentation and completion issues
9 years ago
Joshua Colp 18f1b52601 channel: Protect flags in ast_waitfor_nandfds operation.
9 years ago
Sean Bright 8936568515 manager: Restore Originate failure behavior from Asterisk 11
9 years ago
Richard Mudgett 2817f87d27 core: Cleanup some channel snapshot staging anomalies.
9 years ago
Joshua Colp 7e14e086cf srv: Fix crash when ast_srv_lookup is used and 0 records are returned.
9 years ago
George Joseph 95e33a1f31 Merge "channel.c: Fix unbalanced read queue deadlocking local channels." into 13
9 years ago
zuul ba201f71af Merge "res_agi: Prevent an AGI from eating frames it should not. (Re-do)" into 13
9 years ago
zuul 0bb5c58cba Merge "Frame deferral: Revert API refactoring." into 13
9 years ago
Sean Bright 3aee199913 audiohooks: Muting a hook can mute underlying frames
9 years ago
Richard Mudgett 43f0ff4b69 channel.c: Fix unbalanced read queue deadlocking local channels.
9 years ago
Richard Mudgett a199f94908 res_agi: Prevent an AGI from eating frames it should not. (Re-do)
9 years ago
Richard Mudgett 6bed318a66 Frame deferral: Revert API refactoring.
9 years ago
Joshua Colp d2f30f0225 Merge "ast_careful_fwrite to support EPIPE gracefully" into 13
9 years ago
zuul 56e925f96a Merge "libastssl/pj: libastssl/pj should have an so_version" into 13
9 years ago
zuul 484e8ed5e3 Merge "debug_utilities: Add ast_logescalator" into 13
9 years ago
George Joseph 456bc3c704 debug_utilities: Add ast_logescalator
9 years ago
Torrey Searle 54b027916a libastssl/pj: libastssl/pj should have an so_version
9 years ago
George Joseph cb504ad6ae Merge "ari: Implement 'debug all' and request/response logging" into 13
9 years ago
kkm 555e8cd2ba ast_careful_fwrite to support EPIPE gracefully
9 years ago
George Joseph b39c04fc02 Merge "PJPROJECT logging: Fix detection of max supported log level." into 13
9 years ago
George Joseph f5b31cb2ae Merge "frame.c: Fix off-nominal format ref leaks." into 13
9 years ago
Joshua Colp 616e98ce0a Merge "T.140: Fix format ref and memory leaks." into 13
9 years ago
George Joseph da098e2227 Merge "astobj2.c: Add excessive ref count trap." into 13
9 years ago
Richard Mudgett c54f9d2bf0 T.140: Fix format ref and memory leaks.
9 years ago
Richard Mudgett 607b3ac736 astobj2.c: Add excessive ref count trap.
9 years ago
Richard Mudgett ab8cb5a7ce main/app.c: Memory corruption from early format destruction.
9 years ago
Richard Mudgett dcd8e4b1a0 frame.c: Fix off-nominal format ref leaks.
9 years ago
George Joseph 17f4989d49 ari: Implement 'debug all' and request/response logging
9 years ago
Richard Mudgett 30cb4eb57f PJPROJECT logging: Fix detection of max supported log level.
9 years ago
Kevin Harwell 883e7fde31 abstract/fixed/adpative jitter buffer: disallow frame re-inserts
9 years ago
Richard Mudgett 473330983b taskprocessor.c: Change when high water warning logged.
9 years ago
Richard Mudgett ac31233dbe acl.c: Improve ast_ouraddrfor() diagnostic messages.
9 years ago
Richard Mudgett 75a6afbec5 MESSAGE: Flush Message/ast_msg_queue channel alert pipe.
9 years ago
George Joseph 4b233675d8 pjproject_bundled: Fix missing inclusion of symbols
9 years ago
Joshua Colp 8d56016ae4 Merge "tcptls: Use new certificate upon sip reload" into 13
9 years ago
Joshua Colp 28b76ed667 Merge "PJPROJECT logging: Made easier to get available logging levels." into 13
9 years ago
Joshua Colp c3a509be7e Merge "res_rtp: Fix regression when IPv6 is not available." into 13
9 years ago
Joshua Colp bddc60df73 Merge "Frame deferral: Re-queue deferred frames one-at-a-time." into 13
9 years ago
Joshua Colp 662a4741e2 Merge "OpenSSL 1.1.0 support" into 13
9 years ago
Guido Falsi 2ceb609edb res_rtp: Fix regression when IPv6 is not available.
9 years ago
Richard Mudgett 44fe4a5769 PJPROJECT logging: Made easier to get available logging levels.
9 years ago
Mark Michelson 17b0b91afa Frame deferral: Re-queue deferred frames one-at-a-time.
9 years ago
zuul eec82c6221 Merge "chan_pjsip: fix switching sending codec when asymmetric_rtp_codec=no" into 13
9 years ago
Tzafrir Cohen b0c9f07f04 OpenSSL 1.1.0 support
9 years ago
Michael Kuron 0cc8351484 chan_sip: Fix segfault during module unload
9 years ago
gestoip2 8756ce64b7 res_rtp_asterisk: RTT miscalculation in RTCP
9 years ago
Michael Kuron 8e77d6f520 tcptls: Use new certificate upon sip reload
9 years ago
George Joseph 425da14927 build: Backport addition of librt check to configure.ac
9 years ago
Joshua Colp 5c9680da9d Merge "main/app.c: Transmit Silence on ControlPlayback pause" into 13
9 years ago
misha 12c4e664bc main/app.c: Transmit Silence on ControlPlayback pause
9 years ago
George Joseph b213045fe4 build: Various OpenBSD issues
9 years ago
George Joseph c877801e5d Merge "channel: Fix issues in hangup scenarios caused by frame deferral" into 13
9 years ago
George Joseph 404596b790 channel: Fix issues in hangup scenarios caused by frame deferral
9 years ago
Joshua Colp 19ca0e7fc8 Merge "codec_opus: Fix warning when Opus negotiated but codec_opus not loaded." into 13
9 years ago