Commit Graph

5668 Commits (e94962ce63c4987f9bf36c6380473d2944b10251)

Author SHA1 Message Date
Richard Mudgett 507d9b5f9e core: Add cache_media_frames debugging option.
8 years ago
Richard Mudgett bb2173275a frame.c: Make ast_frame_free()/ast_frfree() NULL tolerant
8 years ago
Corey Farrell 211f5d8dd4 core: Remove disabled code.
8 years ago
Jenkins2 6cce744401 Merge "stasis_bridges.c: Fix off-nominal json memory leaks." into 13
8 years ago
Richard Mudgett 2b85799512 AST-2017-010: Fix cdr_object_update_party_b_userfield_cb() buf overrun
8 years ago
Jenkins2 841fc3e5c2 Merge "stasis: Release object if vector append fails." into 13
8 years ago
Joshua Colp 7657519a53 Merge "format_cap: Fix leak on AST_VECTOR_APPEND error." into 13
8 years ago
Joshua Colp 5a60ce3ee3 Merge "Messaging: Report error on failure to register tech or handler." into 13
8 years ago
Jenkins2 cb1ec6255f Merge "CLI: Remove unused internal command." into 13
8 years ago
Joshua Colp 5d19dc2cb1 Merge "tcptls: Print notice when TLS is enabled but not configured." into 13
8 years ago
Joshua Colp 315ccf40f4 Merge "stasis: Remove silly use of RAII_VAR in stasis_forward_all." into 13
8 years ago
Jenkins2 ec40b74e51 Merge "stasis_channels.c: Remove a very silly RAII_VAR()." into 13
8 years ago
Jenkins2 37863c163c Merge "Fix ast_(v)asprintf() malloc failure usage conditions." into 13
8 years ago
Corey Farrell 3dc600ef84 stasis: Release object if vector append fails.
8 years ago
Corey Farrell fc041554c3 RTP Engine: Deal with errors returned from AST_VECTOR_REPLACE.
8 years ago
Corey Farrell 75539dbf2c Messaging: Report error on failure to register tech or handler.
8 years ago
Corey Farrell b4240bea6c format_cap: Fix leak on AST_VECTOR_APPEND error.
8 years ago
Corey Farrell 803dc3dee5 stasis: Remove silly use of RAII_VAR in stasis_forward_all.
8 years ago
Corey Farrell 0a0e2c4253 CLI: Remove unused internal command.
8 years ago
Richard Mudgett 593f789563 stasis_bridges.c: Fix off-nominal json memory leaks.
8 years ago
Richard Mudgett 6bc8af2433 stasis_channels.c: Remove a very silly RAII_VAR().
8 years ago
Richard Mudgett 9013415593 Fix ast_(v)asprintf() malloc failure usage conditions.
8 years ago
Joshua Colp 1479d2603e Merge "Stasis/ARI: Fix off-nominal path json memory leaks." into 13
8 years ago
Jenkins2 6e34cf6af7 Merge "AOC: Fix AOC-S json memory leak." into 13
8 years ago
Alexander Traud 7dd2b18e32 tcptls: Print notice when TLS is enabled but not configured.
8 years ago
Richard Mudgett 3bce5a9dfa Stasis/ARI: Fix off-nominal path json memory leaks.
8 years ago
Richard Mudgett 675e50b903 AOC: Fix AOC-S json memory leak.
8 years ago
Corey Farrell d3cfcc0da6 Build System: Fix build failure caused by recent CLI improvements.
8 years ago
Corey Farrell bfb0f27c87 Modules: Additional improvements to CLI completion.
8 years ago
Kevin Harwell a7c00707a5 features: Bridge application's BRIDGERESULT not appropriately set
8 years ago
Jenkins2 71d3f2cb90 Merge "Build System: Fix --disable-xmldoc option." into 13
8 years ago
Corey Farrell cee81b3c8b Modules: Fix issues with CLI completion.
8 years ago
Richard Mudgett ca7f3d297b codec.c: Defensively check the returned samples.
8 years ago
Joshua Colp 28368b3553 Merge "http.c: Fix http header send content." into 13
8 years ago
Corey Farrell 4772849016 Build System: Fix --disable-xmldoc option.
8 years ago
Ben Ford dfe00b80e7 http.c: Fix http header send content.
8 years ago
Corey Farrell 23d05ebc49 hashtab: Use ast_free.
8 years ago
Corey Farrell ec278955a3 main/Makefile: Remove rule for non-existant testexpr2.
8 years ago
Richard Mudgett 7f8c212e75 cdr.c: Rename the Party A CDR container.
8 years ago
Richard Mudgett 85723a9e50 cdr.c: Add container to key off of Party B channel names.
8 years ago
Tzafrir Cohen 944e500e95 declare optional openssl dependencies in moduleinfo
8 years ago
Jenkins2 ce0ef34020 Merge "ast_bt_get_symbols: Prevent double-free." into 13
8 years ago
Jenkins2 3b1324b13e Merge "tcptls: NULL-check the parameter of ast_ssl_teardown before accessing it." into 13
8 years ago
Jenkins2 6fc88e80e8 Merge "cdr.c: Eliminated many calls to ao2_global_obj_ref()." into 13
8 years ago
Jenkins2 31cbb53a0a Merge "cdr.c: Defer getting ao2_global_obj_ref() until needed." into 13
8 years ago
Jenkins2 bf21ba9c2d Merge "cdr.c: Set stringfields only if they are different." into 13
8 years ago
Jenkins2 d0cd6cb1a7 Merge "cdr.c: Fix setting dnid, callingsubaddr, and calledsubaddr" into 13
8 years ago
Corey Farrell 89f11364f6 ast_bt_get_symbols: Prevent double-free.
8 years ago
Alexander Traud 114ed320ea tcptls: NULL-check the parameter of ast_ssl_teardown before accessing it.
8 years ago
Joshua Colp 7215d07ca2 Merge "features, manager : Add CancelAtxfer AMI action" into 13
8 years ago
Richard Mudgett a8c6c3bd7d cdr.c: Eliminated many calls to ao2_global_obj_ref().
8 years ago
Richard Mudgett b56fa63db8 cdr.c: Defer getting ao2_global_obj_ref() until needed.
8 years ago
Richard Mudgett 92c5cf3920 cdr.c: Set stringfields only if they are different.
8 years ago
Richard Mudgett 6393c106ca cdr.c: Fix setting dnid, callingsubaddr, and calledsubaddr
8 years ago
Thomas Sevestre 6d3ee9fb93 features, manager : Add CancelAtxfer AMI action
8 years ago
Richard Mudgett 5f6bad6733 cdr.c: Defer misc checks.
8 years ago
Richard Mudgett 42fdfffefc cdr.c: Eliminated simple RAII_VAR usages.
8 years ago
Jenkins2 2f3d3881d4 Merge "tcptls: Do not re-bind to wildcard on client creation." into 13
8 years ago
Joshua Colp ce26554b51 Merge "cdr.h: Fix doxygen comments." into 13
8 years ago
Jenkins2 dedd5abfe2 Merge "cdr.c: Replace redundant check with an ast_assert()" into 13
8 years ago
Jenkins2 dc524825a9 Merge "cdr.c: Use current ao2 flag names" into 13
8 years ago
Richard Mudgett 128f7ffaa2 cdr.c: Replace redundant check with an ast_assert()
8 years ago
Richard Mudgett 3525081a7c cdr.c: Replace inlined code with ao2_t_replace()
8 years ago
Richard Mudgett 7366657a9a cdr.c: Use current ao2 flag names
8 years ago
Richard Mudgett 34d55352a5 cdr.h: Fix doxygen comments.
8 years ago
Alexander Traud 209916981a tcptls: Do not re-bind to wildcard on client creation.
8 years ago
Corey Farrell 462dd7c2de main/strings: Fix uninitialized value.
8 years ago
Richard Mudgett a433bb38b5 heap.c: No need to calloc heap pointer array.
8 years ago
Richard Mudgett 8d2c3effc2 channel.c: Fix invalid reference in conditionaled out code.
8 years ago
Jean Aunis da40976987 bridge : Fix one-way direct-media when early bridging with native_rtp
8 years ago
Alexander Traud cfc0ca1fb5 tcptls: Fixed a white space error.
8 years ago
George Joseph ed2a4ee81e res_pjsip: Add handling for incoming unsolicited MWI NOTIFY
8 years ago
George Joseph 186ef1a657 stasis/control: Fix possible deadlock with swap channel
8 years ago
Walter Doekes 45744fc53d res/res_pjsip: Standardize/fix localnet checks across pjsip.
8 years ago
Sean Bright 55f30c29fd rtp_engine: Prevent possible double free with DTLS config
8 years ago
Corey Farrell 04ee3eb774 AST-2017-006: Fix app_minivm application MinivmNotify command injection
8 years ago
Matt Jordan fff2f68616 main/app: Only look to end of file if ':end' is specified, and not just ':'
8 years ago
Richard Mudgett bac3e8c08b STUN/netsock2: Fix some valgrind uninitialized memory findings.
8 years ago
Corey Farrell d066758a4c Fix compile error for old versions of GCC.
8 years ago
Corey Farrell 0f49e6ee2e Fix compiler warnings on Fedora 26 / GCC 7.
8 years ago
Joshua Colp 8314dd95aa Merge "core: Add VP9 passthrough support." into 13
8 years ago
Joshua Colp 24bb5a8908 core: Add VP9 passthrough support.
8 years ago
Rusty Newton 7e9aa74daa say.c: Fix file locations for second, seconds, minute, minutes files
8 years ago
Corey Farrell df49ad2528 core: Add PARSE_TIMELEN support to ast_parse_arg and ACO.
8 years ago
Joshua Colp 3bf42a58c4 Merge "http.c: Reduce log spam" into 13
8 years ago
Tzafrir Cohen 4f2f3bfebf Avoid setting maxfiles for a remote asterisk
8 years ago
George Joseph 32b98ad956 http.c: Reduce log spam
8 years ago
Richard Mudgett 8a803f75a0 json.c: Add backtrace log to find 'Invalid UTF-8 string' errors
8 years ago
Jenkins2 cad74cdd8f Merge "core: Fix segfault when invoking 'data get' CLI command" into 13
8 years ago
Sean Bright 6258de458b core: Fix segfault when invoking 'data get' CLI command
8 years ago
Corey Farrell 73520e9f58 channel: Clear channel flag in error branch.
8 years ago
Jenkins2 bd9d72793d Merge "core_local: local channel data not being properly unref'ed and unlocked" into 13
8 years ago
Kevin Harwell 1f9913f272 core_local: local channel data not being properly unref'ed and unlocked
8 years ago
Kevin Harwell 67664fbf95 bridge: stuck channel(s) after failed attended transfer
8 years ago
Jenkins2 507ce0aa95 Merge "res_stasis: Plug reference leak on stolen channels" into 13
8 years ago
Jenkins2 47b9651658 Merge "Core/PBX: Deadlock between dialplan execution and application unregistration." into 13
8 years ago
George Joseph edfdb4dff5 res_stasis: Plug reference leak on stolen channels
8 years ago
Jenkins2 37bc343b58 Merge "channel: Fix reference counting in ast_channel_suppress." into 13
8 years ago
Jenkins2 5fa52f0b5a Merge "bridge: Add a deferred queue." into 13
8 years ago
Joshua Colp 4910a3bf40 channel: Fix reference counting in ast_channel_suppress.
8 years ago
Joshua Colp 4ece39f476 Merge "BuildSystem: Add patches to allow building with recent LibreSSL" into 13
8 years ago
Frederic LE FOLL dc307af7f2 Core/PBX: Deadlock between dialplan execution and application unregistration.
8 years ago
Joshua Colp e414833f6e bridge: Add a deferred queue.
8 years ago
Guido Falsi 6a64f65fe6 BuildSystem: Add patches to allow building with recent LibreSSL
9 years ago
Guido Falsi 44cee2f4a1 BuildSystem: Fix build on FreeBSD due to missing crypt.h
9 years ago
Jenkins2 f0400ed858 Merge "channel: ast_write frame wrongly freed after call to audiohooks" into 13
9 years ago
Jenkins2 95b2b542f6 Merge "format: Reintroduce smoother flags" into 13
9 years ago
Kevin Harwell adfb28882b channel: ast_write frame wrongly freed after call to audiohooks
9 years ago
Sean Bright 283cc59af7 pbx_builtin: Properly handle hangup during Background
9 years ago
Joshua Colp dc05183f4b channel / app_meetme: Fix parentheses.
9 years ago
Sean Bright 70e5887906 format: Reintroduce smoother flags
9 years ago
Joshua Colp b07b216235 manager: Clear the flag on the other channel.
9 years ago
Jenkins2 d4ccd3a6c0 Merge "asterisk: Audit locking of channel when manipulating flags." into 13
9 years ago
George Joseph 65898c3af8 unittests: Add a unit test that causes a SEGV and...
9 years ago
Joshua Colp 1618203964 asterisk: Audit locking of channel when manipulating flags.
9 years ago
Jenkins2 3cfbb8b481 Merge "logger: Added logger_queue_limit to the configuration options." into 13
9 years ago
Jenkins2 ddbc68b68a Merge "tcptls: Improve error messages for TLS connections." into 13
9 years ago
Jenkins2 a546e16cdb Merge "Prevent Undefined Capath Crash" into 13
9 years ago
Joshua Colp 6fba0a41f0 tcptls: Improve error messages for TLS connections.
9 years ago
Joshua Elson 8ec6e19c86 Prevent Undefined Capath Crash
9 years ago
George Joseph 7d4a22bf2e logger: Added logger_queue_limit to the configuration options.
9 years ago
Joshua Colp e3fa458440 Merge "netsock2.c: Made get/set addr port avoid potential uninitialized memory." into 13
9 years ago
Joshua Colp 4d0bc3e5fc Merge "bridge: Fix returning to dialplan when executing Bridge() from AMI." into 13
9 years ago
Richard Mudgett 614eda785d netsock2.c: Made get/set addr port avoid potential uninitialized memory.
9 years ago
George Joseph bed6c0d04b app_confbridge: Fix reference to cfg in menu_template_handler
9 years ago
Joshua Colp 7ffd80cc04 bridge: Fix returning to dialplan when executing Bridge() from AMI.
9 years ago
Richard Mudgett 02234e920c rtp_engine.c: Fix deadlock potential copying RTP payload maps.
9 years ago
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