Commit Graph

5541 Commits (d3cfcc0da6b7e675d6779fa006abd2cc3d77d809)

Author SHA1 Message Date
Jenkins2 bf7cf10d15 Merge "frame: Better handle interpolated frames." into 13
9 years ago
Joshua Colp ae696132a2 frame: Better handle interpolated frames.
9 years ago
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
zuul b745c326c2 Merge "res/ari/resource_bridges: Add the ability to manipulate the video source" into 13
9 years ago
Joshua Colp 4c1b9fbefe Merge "Revert "Revert "channel: Use frame deferral API for safe sleep.""" into 13
9 years ago
Joshua Colp d0a72d3779 Merge "Revert "Revert "autoservice: Use frame deferral API""" into 13
9 years ago
zuul 36b59ee9c1 Merge "Revert "Revert "AGI: Only defer frames when in an interception routine.""" into 13
9 years ago
zuul f68790d46a Merge "Revert "Revert "Add API for channel frame deferral.""" into 13
9 years ago
Richard Mudgett ed0f1afc8c codec_opus: Fix warning when Opus negotiated but codec_opus not loaded.
9 years ago
Joshua Colp 4c3d25875f Merge "Add X.509 subject alternative name support to TLS certificate verification." into 13
9 years ago
Joshua Colp 6672fd5faa Merge "cli: Fix ast_el_read_char to work with libedit >= 3.1" into 13
9 years ago
Alexei Gradinari cf6d13180e chan_pjsip: fix switching sending codec when asymmetric_rtp_codec=no
9 years ago
George Joseph c92dcc76da file.c/__ast_file_read_dirs: Fix issues on filesystems without d_type
9 years ago
Maciej Szmigiero 7b96e8cc3d Add X.509 subject alternative name support to TLS certificate
9 years ago
Matt Jordan d23b4af477 res/ari/resource_bridges: Add the ability to manipulate the video source
9 years ago
George Joseph 404a62eeee Revert "Revert "channel: Use frame deferral API for safe sleep.""
9 years ago
George Joseph 09d8febc91 Revert "Revert "autoservice: Use frame deferral API""
9 years ago
George Joseph ffad2b44df Revert "Revert "AGI: Only defer frames when in an interception routine.""
9 years ago
George Joseph 2fefb6187f Revert "Revert "Add API for channel frame deferral.""
9 years ago
George Joseph 5e0c224043 cli: Fix ast_el_read_char to work with libedit >= 3.1
9 years ago
George Joseph ccc8a37584 Merge "Revert "autoservice: Use frame deferral API"" into 13
9 years ago
George Joseph 07e7ac5119 Merge "Revert "Add API for channel frame deferral."" into 13
9 years ago
George Joseph 06045fc29e Merge "Revert "AGI: Only defer frames when in an interception routine."" into 13
9 years ago
George Joseph 6b5a7ced13 Revert "Add API for channel frame deferral."
9 years ago
George Joseph 6be5d8de0d Revert "AGI: Only defer frames when in an interception routine."
9 years ago
George Joseph 1df434e2b4 Revert "autoservice: Use frame deferral API"
9 years ago
George Joseph 58c88cfbaa Revert "channel: Use frame deferral API for safe sleep."
9 years ago
Mark Michelson 44f7e25239 channel: Use frame deferral API for safe sleep.
9 years ago
Mark Michelson 2e3a354575 autoservice: Use frame deferral API
9 years ago
Mark Michelson 5c10091f3d AGI: Only defer frames when in an interception routine.
9 years ago
zuul 7477c95749 Merge "Add API for channel frame deferral." into 13
9 years ago
Joshua Colp 77e56bc2e0 Merge "stasis_recording/stored: remove calls to deprecated readdir_r function." into 13
9 years ago
Joshua Colp 87c884965c Merge "main/bridge: Add some verbose logging for video source changes" into 13
9 years ago
Joshua Colp 222cee2410 Merge "main/bridge_channel: Fix channel reference leak on video source" into 13
9 years ago
Mark Michelson 9231a56cf3 Add API for channel frame deferral.
9 years ago
Matt Jordan e7dc536b7a main/bridge_channel: Fix channel reference leak on video source
9 years ago
Matt Jordan 7c824b955d main/bridge: Add some verbose logging for video source changes
9 years ago
Kevin Harwell bd4d7d8ad0 stasis_recording/stored: remove calls to deprecated readdir_r function.
9 years ago
Alexander Traud 0cf1778eed rtp_engine: Allow more than 32 dynamic payload types.
9 years ago
Tzafrir Cohen 94c9496ed5 netsock.c: fix includes for HURD
9 years ago
Etienne Lessard 42bd70b29f manager: Add documentation for NewConnectedLine event.
9 years ago
Corey Farrell b96f18560b astobj2: Declare private variable data_size for AO2_DEBUG only.
9 years ago
George Joseph 6b1c55dc9b pjproject_bundled: Fix issue where "/version.mak" wasn't found
9 years ago
Corey Farrell f373de3020 Fix shutdown crash caused by modules being left open.
9 years ago
Joshua Colp 5677e18631 Merge "typo: s/paranthesis/parenthesis/ in a comment" into 13
9 years ago
Joshua Colp 578e34b445 Merge "ARI: Detect duplicate channel IDs" into 13
9 years ago
Pascal Cadotte Michaud 640203802e typo: s/paranthesis/parenthesis/ in a comment
9 years ago
Mark Michelson eff97808fb ARI: Detect duplicate channel IDs
9 years ago
snuffy c2036c827c Fix issue with CLI not returning to prompt after running "features show"
9 years ago
zuul 87483f3545 Merge "utils.c: Fix ast_set_default_eid for multiple platforms" into 13
9 years ago
Joshua Colp 1bde92f68c Merge "CDR: Alter destruction pattern for CDR chains." into 13
9 years ago