Commit Graph

4818 Commits (0ecd472e4f890cb932265028bca9b4c2fef562ea)

Author SHA1 Message Date
Matthew Jordan 4e7be5b2dc clang compiler warnings: Fix format specified in framehook
12 years ago
Mark Michelson 2443b40341 Ensure that a non-zero sample rate is returned for all formats.
12 years ago
Corey Farrell 9967739669 Re-add _ast_mem_backtrace_buffer variable for ABI compatibility.
12 years ago
Corey Farrell 2d39bc5528 Fix an ABI compatibility issue with ast_log_safe for modules.
12 years ago
Matthew Jordan 5f8faf16af clang compiler warnings: Fix -Wabsolute-value warnings
12 years ago
Matthew Jordan 09b681e344 clang compiler warnings: Fix invalid enum conversion
12 years ago
Matthew Jordan 7f33abb827 main/stdtime/localtime: Fix warning introduced in r433720
12 years ago
Matthew Jordan dbb4d6f9e7 clang compiler warnings: Fix warning for -Wgnu-variable-sized-type-not-at-end
12 years ago
Matthew Jordan e126ab9eeb clang compiler warnings: Fix a variety of "unused" warnings
12 years ago
Matthew Jordan eb70993a50 clang compiler warnings: Fix -Wparantheses-equality warnings
12 years ago
Matthew Jordan 5e204042d9 clang compiler warnings: Fix -Wunused-function; make inline function static
12 years ago
Corey Farrell d01706ce1e Improved and portable ast_log recursion avoidance
12 years ago
Corey Farrell 4b225e2104 Fix compile errors caused by r4500 / r4501.
12 years ago
Corey Farrell 6adf26f14d Replace most uses of ast_register_atexit with ast_register_cleanup.
12 years ago
Kevin Harwell fd434a210f app_confbridge: file playback blocks dtmf
12 years ago
Richard Mudgett dea885a607 A couple minor cleanup tweaks.
12 years ago
Matthew Jordan a3fe43fbdc Fix compilations errors on 64-bit OpenBSD systems
12 years ago
Matthew Jordan 08a88aab15 Fix compilation issues for OpenBSD
12 years ago
Richard Mudgett 1c09028171 res_pjsip_sdp_rtp,sorcery: Fix invalid access and memory leak respectively.
12 years ago
Corey Farrell 4c84dca2d8 logger: Apply default console logging when configuration cannot be loaded.
12 years ago
Scott Griepentrog 2c7b945149 Various: bugfixes found via chaos
12 years ago
Richard Mudgett 2122c205e6 Audit ast_sockaddr_resolve() usage for memory leaks.
12 years ago
Matthew Jordan 5c03a5f2e7 main/frame: Don't report empty disallow values as an error
12 years ago
Joshua Colp 287a22435f core: Fix tab completion of "core set debug channel" CLI command.
12 years ago
Matthew Jordan b9fd61f2c7 main/audiohook: Update internal sample rate on reads
12 years ago
Matthew Jordan f5bc032567 Add support for the clang compiler; update RAII_VAR to use BlocksRuntime
12 years ago
Joshua Colp bc357c1d7e core: Don't create snapshots with locks.
12 years ago
Matthew Jordan 92178247ee localtime: Fix file descriptor leak on kqueue(2) systems
12 years ago
Jonathan Rose 772793f18e app: Add functions to swap voicemail function table for testing purposes
12 years ago
Matthew Jordan 999d96d405 translate: Prevent invalid memory accesses on fast shutdown
12 years ago
Richard Mudgett 9d85e855de ARI: Fix crash if integer values used in JSON payload 'variables' object.
12 years ago
Scott Griepentrog c33c5183a5 Dial API: add self destruct option when complete
12 years ago
Kevin Harwell 169058e73f app_chanspy, channel: fix frame leaks
12 years ago
Matthew Jordan dd8ac00f24 channels/sip/sdp_crypto: Handle SRTP keys negotiated with key lifetime/MKI
12 years ago
Matthew Jordan 3d1a1533bf ARI/PJSIP: Apply requesting channel's format cap to created channels
12 years ago
Joshua Colp bf9d416536 http: Add missing html tag to 'httpstatus' functionality.
12 years ago
Corey Farrell 93c9c3af2f Allow shutdown to unload modules that register bucket scheme's or codec's.
12 years ago
Richard Mudgett 40547e7210 ISDN AOC: Fix crash from an AOC-E message that doesn't have a channel association.
12 years ago
Matthew Jordan 374013d817 tcptls: Handle new OpenSSL compile time option to disable SSLv3
12 years ago
Corey Farrell eb9448a1ae Create work around for scheduler leaks during shutdown.
12 years ago
Joshua Colp 758a897876 sorcery: Output an error message if a wizard is specified for an object type and it isn't found.
12 years ago
Richard Mudgett feddab7944 HTTP: Stop accepting requests on final system shutdown.
12 years ago
Corey Farrell 2531f75057 Enable REF_DEBUG for ast_module_ref / ast_module_unref.
12 years ago
Scott Griepentrog 323c0927ac various: cleanup issues found during leak hunt
12 years ago
Joshua Colp 2f2eb1931a sorcery: Don't try to load object types which haven't been defined.
12 years ago
Ashley Sanders 112d23c73e HTTP: For httpd server, need option to define server name for security purposes
12 years ago
Mark Michelson 43dd42d8ae Fix some memory leaks.
12 years ago
Scott Griepentrog f7d23dfcc6 stasis transfer: fix stasis bridge push race part two
12 years ago
Richard Mudgett 88fbe4e917 res_pjsip_outbound_registration: Fix reload race condition.
12 years ago
Kevin Harwell 61822e78ae tcptls: Bad file descriptor error when reloading chan_sip
12 years ago