Commit Graph

6787 Commits (9cb77904e024fff3edf574581a640db6ac3c73bb)

Author SHA1 Message Date
Corey Farrell 49f83a7490 loader: Fix startup issues.
7 years ago
George Joseph c1e49720fa test.c: Make output jUnit compatible
7 years ago
Joshua Colp 454aa952fa Merge "main/cdr.c: Alleviate CDR deadlock"
7 years ago
Matthew Fredrickson db02218db2 main/cdr.c: Alleviate CDR deadlock
7 years ago
Richard Mudgett 7a238fe74d AMI SendText action: Fix to use correct thread to send the text.
7 years ago
George Joseph e3585353f6 res_pjsip_messaging: Allow application/* for in-dialog MESSAGEs
7 years ago
Alexander Traud 675e2ddb49 uuid: Enable UUID in Solaris 11.
7 years ago
Jenkins2 bbd962bc4b Merge "utils: Avoid an unused variable in Solaris 11."
7 years ago
George Joseph d87631d21f Merge changes from topic 'ASTERISK-27625'
7 years ago
George Joseph 98bd5908a2 Merge "ARI POST DTMF: Make not compete with channel's media thread."
7 years ago
George Joseph 46c1f81fad Merge "AMI PlayDTMF Action: Make not compete with channel's media thread."
7 years ago
Alexander Traud a5c53bd323 utils: Avoid an unused variable in Solaris 11.
7 years ago
Jenkins2 5065cb2c24 Merge "Fix some doxygen and curly placement."
7 years ago
Jenkins2 8892a9b8d9 Merge "Dialplan functions: Fix some channel autoservice misuse."
7 years ago
Richard Mudgett eb8bbe660e channel.c: Make CHECK_BLOCKING() save thread LWP id for messages.
7 years ago
Richard Mudgett da54605b8a ARI POST DTMF: Make not compete with channel's media thread.
7 years ago
Richard Mudgett 7d874c1af7 AMI PlayDTMF Action: Make not compete with channel's media thread.
7 years ago
Richard Mudgett 080508d2eb channel.c: Fix usage of CHECK_BLOCKING()
7 years ago
Richard Mudgett 0989b63047 autoservice: Don't start channel autoservice if the thread is a user interface.
7 years ago
Richard Mudgett 91c3ac19cb Dialplan functions: Fix some channel autoservice misuse.
7 years ago
Richard Mudgett 720c2d1da2 Fix some doxygen and curly placement.
7 years ago
Richard Mudgett a470bb9e27 channel: Fix some more unprotected channel flag setting.
7 years ago
Joshua Colp 41175caee0 rtp: Don't negotiate dynamic codecs using payload.
7 years ago
Sean Bright b649682caa AST-2018-007: iostreams potential DoS when client connection closed prematurely
8 years ago
Joshua Colp c98c1b3f74 Merge "bridge_channel.c: Fix Deadlock when using Local channels and fax gateway"
8 years ago
Joshua Colp 2151903a16 Merge "tcptls: Allow OpenSSL configured with no-dh."
8 years ago
George Joseph 76339b1962 Merge "tcptls.h: Repair ./configure --with-ssl=PATH."
8 years ago
George Joseph 99aad2f0af Merge "tcptls: Allow OpenSSL 1.1.x configured with enable-ssl3-method no-deprecated."
8 years ago
Pirmin Walthert e078558038 bridge_channel.c: Fix Deadlock when using Local channels and fax gateway
8 years ago
George Joseph 437ab41881 app_sendtext: Allow content types other than text/plain
8 years ago
Joshua Colp c63cd006ba Merge "libasteriskssl: Allow OpenSSL 1.0.2 configured with no-deprecated."
8 years ago
Alexander Traud 24503fb600 tcptls.h: Repair ./configure --with-ssl=PATH.
8 years ago
Alexander Traud d36338ce2b tcptls: Allow OpenSSL configured with no-dh.
8 years ago
Alexander Traud 91616f4524 tcptls: Allow OpenSSL 1.1.x configured with enable-ssl3-method no-deprecated.
8 years ago
Joshua Colp 4ea98e49f1 Merge "rtp: Add support for RTP extension negotiation and abs-send-time."
8 years ago
Joshua Colp fbb33ba6e8 Merge "tcptls: Repair ./configure --with-ssl=PATH."
8 years ago
Joshua Colp ca9120a1f0 Merge "config.c: Fix successful DELETE treated as failure"
8 years ago
Joshua Colp 7e655b26d1 Merge "channel.c: Fix off nominal channel allocation failure path."
8 years ago
Joshua Colp 25764691b0 Merge "netsock2: Add ast_sockaddr_resolve_first_af to netsock2 public API"
8 years ago
Joshua Colp a507c73a78 rtp: Add support for RTP extension negotiation and abs-send-time.
8 years ago
Richard Mudgett 1bec0c73b3 channel.c: Fix off nominal channel allocation failure path.
8 years ago
Alexei Gradinari 39632c7e00 config.c: Fix successful DELETE treated as failure
8 years ago
Matthew Fredrickson 9f9dce05b2 netsock2: Add ast_sockaddr_resolve_first_af to netsock2 public API
8 years ago
Alexander Traud 1424f42d25 libasteriskssl: Allow OpenSSL 1.0.2 configured with no-deprecated.
8 years ago
Alexander Traud 2228ae3f27 tcptls: Repair ./configure --with-ssl=PATH.
8 years ago
Kevin Harwell 357654313f Merge "rtp_engine: Allow Media Formats with add_static_payload(-1) on egress again."
8 years ago
Joshua Colp 60ce5d0003 Merge "cli: Display correct unit for HTTP timeout in "manager show settings"."
8 years ago
Joshua Colp 195af35026 Merge "Fix GCC 8 build issues."
8 years ago
Alexander Traud 71d1e8d8c8 rtp_engine: Remove the double assigned RTP payload ID of H.263+.
8 years ago
Corey Farrell 4722a653f4 cli: Display correct unit for HTTP timeout in "manager show settings".
8 years ago
Corey Farrell b5914d90ac Fix GCC 8 build issues.
8 years ago
Alexander Traud 919b0eb3f2 rtp_engine: Allow Media Formats with add_static_payload(-1) on egress again.
8 years ago
Jaco Kroon 9f1e1d153a manager: fix digest auth for ami/http mechanism.
8 years ago
Jenkins2 d83a37f0cc Merge "stream: Make the topology a reference counted object."
8 years ago
Jenkins2 dcaaae6cd1 Merge "iostreams: Add some documentation for the ast_iostream_* functions"
8 years ago
Joshua Colp 7528b86cad stream: Make the topology a reference counted object.
8 years ago
Sean Bright 069a0b7593 iostreams: Add some documentation for the ast_iostream_* functions
8 years ago
Gaurav Khurana 0827d5cc53 Add the ability to read the media file type from HTTP header for playback
8 years ago
George Joseph 3bad41257b Merge "BuildSystem: Add DragonFly BSD."
8 years ago
Jenkins2 8e368d0eaf Merge "translate: generic plc not filled in after translation"
8 years ago
Jenkins2 9c430569d4 Merge "bridge_softmix: Forward TEXT frames"
8 years ago
Richard Mudgett 661fec4b59 core: Remove unused/incomplete SDP modules.
8 years ago
Joshua Colp 1dedc73951 Merge "streams: Add string metadata capability"
8 years ago
Jenkins2 56a9338fc1 Merge "Build System: Add missing ASTMM_LIBC to flex output."
8 years ago
Kevin Harwell ff652711c7 translate: generic plc not filled in after translation
8 years ago
Alexander Traud efe40ff671 BuildSystem: Add DragonFly BSD.
8 years ago
Jenkins2 6ccf08c543 Merge "stringfields: Collect extended stringfields into the stringfield section."
8 years ago
Corey Farrell 179ae87cf4 Build System: Add missing ASTMM_LIBC to flex output.
8 years ago
Joshua Colp 8de3fa2b56 bridge_softmix / app_confbridge: Add support for REMB combining.
8 years ago
George Joseph f79a372941 streams: Add string metadata capability
8 years ago
George Joseph 4fb7967c73 bridge_softmix: Forward TEXT frames
8 years ago
Richard Mudgett d50d637764 stringfields: Collect extended stringfields into the stringfield section.
8 years ago
Jenkins2 fabfe701bb Merge "res_pjsip_refer/chan_sip: Fix INVITE with replaces transfer to ConfBridge"
8 years ago
Richard Mudgett 0c03eab962 res_pjsip_refer/chan_sip: Fix INVITE with replaces transfer to ConfBridge
8 years ago
Joshua Colp 0f6431e8e4 app_confbridge / bridge_softmix: Add ability to configure REMB interval.
8 years ago
George Joseph df7277ac5d Merge "main: Update copyright notice with year 2018"
8 years ago
Jenkins2 c66fde8247 Merge "BuildSystem: With external editline, do not require libs for internal editline."
8 years ago
Jenkins2 0718964e32 Merge "core: Create main/options.c."
8 years ago
Kevin Harwell 48ef239a01 Merge "res_rtp_asterisk: Add support for raising additional RTCP messages."
8 years ago
Kevin Harwell d8a2ced3ad Merge "main/indications: Use ast_cli_completion_add for all completions."
8 years ago
Jenkins2 7b744bac60 Merge "Add data buffer API to store packets."
8 years ago
Ben Ford 138e0eff4e Add data buffer API to store packets.
8 years ago
Joshua Colp e14b0e960d res_rtp_asterisk: Add support for raising additional RTCP messages.
8 years ago
Florian Floimair 455cee99ae main: Update copyright notice with year 2018
8 years ago
Guido Falsi 48190c7f93 core: fix getopt(3) usage
8 years ago
Corey Farrell 318bf45928 main/indications: Use ast_cli_completion_add for all completions.
8 years ago
Alexander Traud d6fda173a4 BuildSystem: With external editline, do not require libs for internal editline.
8 years ago
Corey Farrell a6d58c518a core: Create main/options.c.
8 years ago
Jenkins2 fa892d8dfd Merge "core: Stop using AST_INLINE_API for allocator functions."
8 years ago
Joshua Colp f03b984724 Merge "core: Remove additional symbols."
8 years ago
Jenkins2 60a06fbd1d Merge "core: Remove dead symbols from asterisk.exports.in."
8 years ago
Jenkins2 f863f1f91b Merge "channel.c: Allow generic plc then channel formats are equal"
8 years ago
Jenkins2 fcad222d7f Merge "BuildSystem: Instead of $PJPROJECT_LIBS with s, use $PJPROJECT_LIB everywhere."
8 years ago
Jenkins2 b68dae189d Merge "main/sounds: Use ast_cli_completion_add."
8 years ago
Joshua Colp dc2ce3ce32 Merge "named_acl: Use ast_cli_completion_add."
8 years ago
Joshua Colp 1a2f12e288 Merge "manager: Use ast_cli_completion_add for completion generators."
8 years ago
Joshua Colp e3a5874c12 Merge "main/test: Use ast_cli_completion_add."
8 years ago
Jenkins2 c1344d3f77 Merge "core: Minor cleanup of ast_el_read_char."
8 years ago
Joshua Colp 06424ebde1 Merge "aco: Use ast_cli_completion_add for 'config show help'."
8 years ago
Jenkins2 716e2d46e7 Merge "main/config: Use ast_cli_completion_add for reload completion."
8 years ago
Jenkins2 bf9631ea0b Merge "main/translate: Use ast_cli_completion_add."
8 years ago
Joshua Colp 650f561bbb Merge "main/taskprocessor: Use ast_cli_completion_add."
8 years ago
Jenkins2 5f5bb31f74 Merge "main/bridge: Use ast_cli_completion_add."
8 years ago
Jenkins2 ffc20301fa Merge "stringfields: Remove MALLOC_DEBUG fields from struct ast_string_field_mgr."
8 years ago
Corey Farrell 040bb21771 core: Remove additional symbols.
8 years ago
Corey Farrell de77cf8698 core: Remove dead symbols from asterisk.exports.in.
8 years ago
Corey Farrell 201762f161 named_acl: Use ast_cli_completion_add.
8 years ago
Corey Farrell 645203a422 main/sounds: Use ast_cli_completion_add.
8 years ago
George Joseph 5d097f8236 channel.c: Allow generic plc then channel formats are equal
8 years ago
Corey Farrell 8d01ec572d manager: Use ast_cli_completion_add for completion generators.
8 years ago
Corey Farrell 2c1ad2f510 main/test: Use ast_cli_completion_add.
8 years ago
Jenkins2 5843a19797 Merge "loader: Convert reload_classes to built-in modules."
8 years ago
Jenkins2 19196a98d0 Merge "main/cdr: Use ast_cli_completion_add for CDR channel completion."
8 years ago
Corey Farrell 8c25a72d57 main/bridge: Use ast_cli_completion_add.
8 years ago
Corey Farrell 5b40441197 core: Minor cleanup of ast_el_read_char.
8 years ago
Corey Farrell 1136a22a1e main/translate: Use ast_cli_completion_add.
8 years ago
Corey Farrell 91ac95993e main/taskprocessor: Use ast_cli_completion_add.
8 years ago
Corey Farrell 3ad56aa929 main/config: Use ast_cli_completion_add for reload completion.
8 years ago
Corey Farrell 9e335f22e7 aco: Use ast_cli_completion_add for 'config show help'.
8 years ago
Corey Farrell 4d1c9d8711 core: Stop using AST_INLINE_API for allocator functions.
8 years ago
Joshua Colp d5bfba60d2 Merge "astobj2_container: Use ast_cli_completion_add for container names."
8 years ago
Jenkins2 6df575541b Merge "main/ccss: Use ast_cli_completion_add for core id."
8 years ago
Jenkins2 6c4719fc2a Merge "main/channel: Use ast_cli_completion_add for channeltypes."
8 years ago
Corey Farrell ebe957c5e9 main/cdr: Use ast_cli_completion_add for CDR channel completion.
8 years ago
Corey Farrell 89ba4d4e3d main/ccss: Use ast_cli_completion_add for core id.
8 years ago
Corey Farrell aa0d95c730 astobj2_container: Use ast_cli_completion_add for container names.
8 years ago
Corey Farrell b929a7fb8d main/channel: Use ast_cli_completion_add for channeltypes.
8 years ago
Corey Farrell b45bb476bb cli: Enable ast_cli_completion_add on public completion generators.
8 years ago
Jenkins2 1a9ed413a1 Merge "core: Remove incorrect usage of attribute_malloc."
8 years ago
Jenkins2 15bf51af73 Merge "core: Remove non-critical cleanup from startup aborts."
8 years ago
Corey Farrell 572a508ef2 loader: Convert reload_classes to built-in modules.
8 years ago
Corey Farrell 9e488dd482 core: Remove incorrect usage of attribute_malloc.
8 years ago
Corey Farrell ea9768ff07 stringfields: Remove MALLOC_DEBUG fields from struct ast_string_field_mgr.
8 years ago
Jenkins2 4b7872c9db Merge "core: Remove ABI effects of MALLOC_DEBUG."
8 years ago
Corey Farrell fee929c8ac core: Remove non-critical cleanup from startup aborts.
8 years ago
Jenkins2 1485719531 Merge "Replace direct checks of option_debug with DEBUG_ATLEAST macro."
8 years ago
Alexander Traud fc64a0e2b3 BuildSystem: Instead of $PJPROJECT_LIBS with s, use $PJPROJECT_LIB everywhere.
8 years ago
Corey Farrell c8a521b6c8 Replace direct checks of option_debug with DEBUG_ATLEAST macro.
8 years ago
Alexander Traud 58f44f225a utils: In Solaris, avoid a warning about an unused variable.
8 years ago
Jenkins2 91a8c7a281 Merge "BuildSystem: Cast any intptr_t explicitly to its proposed type."
8 years ago
Jenkins2 e21f168477 Merge "BuildSystem: Detect whether uselocale(.) is available."
8 years ago
Jenkins2 3afc2c52af Merge "core: Fix handling of maximum length lines in config files."
8 years ago
Alexander Traud 5d19762b5f BuildSystem: Cast any intptr_t explicitly to its proposed type.
8 years ago
Alexander Traud 9749524520 BuildSystem: Detect whether uselocale(.) is available.
8 years ago
Richard Mudgett c711e4076a core: Remove ABI effects of MALLOC_DEBUG.
8 years ago
Richard Mudgett 1a36a452bd pjproject: Add cache_pools debugging option.
8 years ago
Corey Farrell a7927471ad core: Fix handling of maximum length lines in config files.
8 years ago
Richard Mudgett f083edc43c manager.c: Fix lseek() parameter order.
8 years ago
Joshua Colp e70c4ec84d AST-2018-001: rtp / channel: Don't allow an unnegotiated format to be passed up.
8 years ago
Richard Mudgett e2f98fbd63 channel.c: Fix typo.
8 years ago
Jenkins2 3c5784315d Merge "core: Rename sounds_index.c to sounds.c."
8 years ago
Jenkins2 fd353237f0 Merge "config: Fix locking for extconfig reload."
8 years ago
Jenkins2 ff4351952b Merge "optional_api: Refactor to use vector's and standard allocators."
8 years ago
Jenkins2 fbe2f1fe01 Merge "rtp_engine: Load format name / mime type in uppercase again."
8 years ago
Jenkins2 15886d5833 Merge "manager: Add AMI event Load/Unload"
8 years ago
Corey Farrell 97c21e9cb3 core: Rename sounds_index.c to sounds.c.
8 years ago
Corey Farrell e03f0f9572 config: Fix locking for extconfig reload.
8 years ago
Alexander Traud a70c92121d rtp_engine: Load format name / mime type in uppercase again.
8 years ago
Sean Bright af2dd3a678 bridge_roles: Use a non-locking linked list where appropriate
8 years ago
Jenkins2 d6147aa6a3 Merge "main/asterisk.c: Remove silly usage of RAII_VAR."
8 years ago
Jenkins2 41a05aacc9 Merge "core: Remove embedded editline."
8 years ago
Joshua Colp d494cc1c88 Merge "json: Add conditionals to avoid locking if Jansson is thread safe."
8 years ago
Corey Farrell 9e45d3f893 main/asterisk.c: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 02ee296f81 optional_api: Refactor to use vector's and standard allocators.
8 years ago
Jenkins2 0461286123 Merge "cdr.c: Fix runtime leak of CDR records."
8 years ago
Sungtae Kim cb4cfb8c43 manager: Add AMI event Load/Unload
8 years ago
Corey Farrell 04490fb1d8 json: Add conditionals to avoid locking if Jansson is thread safe.
8 years ago
Corey Farrell 9fddc8b4dc core: Remove embedded editline.
8 years ago
Alexander Traud 32e610d9e6 backtrace: Avoid potential spurious output.
8 years ago
Richard Mudgett b2fcb30d38 cdr.c: Fix runtime leak of CDR records.
8 years ago
Jenkins2 2d90b1efd9 Merge "manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event"
8 years ago
Jenkins2 5c524e3287 Merge "manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix()"
8 years ago
Sungtae Kim 7e32adf044 manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event
8 years ago
Richard Mudgett 3419a048b9 manager.c: Fix potential memory leak and corruption.
8 years ago
Richard Mudgett bcfe172f8d manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix()
8 years ago
Richard Mudgett b9024197ab app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs.
8 years ago
Jenkins2 093484d137 Merge "loader: Use ast_cli_completion_add for 'module load' completion."
8 years ago
Jenkins2 8f6978d7b8 Merge "pbx_variables.c: Misc fixes in variable substitution."
8 years ago
Jenkins2 da4ddb1faa Merge "Build System: Require __sync or __atomic functions."
8 years ago
Jenkins2 21bcd85bba Merge "core: Fix unused variable error in handle_show_sysinfo."
8 years ago
Jenkins2 1e44d50893 Merge "core: Tweak startup order."
8 years ago
Jenkins2 7c77365549 Merge "editline: Avoid shifting a negative signed value."
8 years ago
Corey Farrell 84a6365164 loader: Use ast_cli_completion_add for 'module load' completion.
8 years ago
Alexander Traud d9e42f27b9 core: Fix unused variable error in handle_show_sysinfo.
8 years ago
Alexander Traud 3c26eec043 editline: Avoid shifting a negative signed value.
8 years ago
Corey Farrell 39fcecad59 core: Tweak startup order.
8 years ago
Corey Farrell 23381d2c5e Build System: Require __sync or __atomic functions.
8 years ago
Corey Farrell a164b7ccfb loader: Correct overly strict startup checks.
8 years ago
Jenkins2 d4e9f7c940 Merge "loader: Add support for built-in modules."
8 years ago
Jenkins2 cec16d8e4f Merge "loader: Rework load_resource_list."
8 years ago
Richard Mudgett 2f78dc2bfa pbx_variables.c: Misc fixes in variable substitution.
8 years ago
Joshua Colp 908e39f186 Merge "loader: Remove global symbol only startup phase."
8 years ago
Jenkins2 2c27205e4e Merge "loader: Process module dependencies."
8 years ago
Jenkins2 fd32ca51e8 Merge "pbx: Reduce verbosity while loading extensions"
8 years ago
krells 77f2814d01 pbx: Reduce verbosity while loading extensions
8 years ago
Corey Farrell 25cb1ab05b loader: Add support for built-in modules.
8 years ago
Corey Farrell e6142a1282 loader: Rework load_resource_list.
8 years ago
Corey Farrell a80cbb046e loader: Remove global symbol only startup phase.
8 years ago
Corey Farrell 3b73ed28c5 loader: Process module dependencies.
8 years ago
Corey Farrell 4fd303b630 loader: Miscellaneous fixes.
8 years ago
Richard Mudgett 7ed7d525fb taskprocessor.c: Increase the number of tps_singletons container buckets.
8 years ago
Corey Farrell 35ae99c712 vector: Additional string vector definitions.
8 years ago
Jenkins2 8a6febd980 Merge "stasis_message_router: Remove silly usage of RAII_VAR."
8 years ago
Jenkins2 f94c56d388 Merge "stasis_endpoints: Remove silly usage of RAII_VAR."
8 years ago
Jenkins2 a13578e789 Merge "stasis_system: Remove silly usage of RAII_VAR."
8 years ago
Jenkins2 4534f32fca Merge "stasis: Remove silly usage of RAII_VAR."
8 years ago
Jenkins2 ae723f85ee Merge "stasis_bridges: Remove silly usage of RAII_VAR."
8 years ago
Jenkins2 19523cd5a1 Merge "stasis_cache: Remove silly usage of RAII_VAR."
8 years ago
Corey Farrell f0eb00d1e7 stasis: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell a383e1ddb1 stasis_cache_pattern: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 0de004dd85 stasis_bridges: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 01127e1664 stasis_cache: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 175a9ef873 stasis_endpoints: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 4b655184b0 stasis_message_router: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 3074c4165c stasis_system: Remove silly usage of RAII_VAR.
8 years ago
Alexander Traud 3a7d917256 translate: Avoid absolute value on unsigned substraction.
8 years ago
Jenkins2 4b326eb289 Merge "editline: Avoid comparison between pointer and zero character constant."
8 years ago
Alexander Traud ad3252ccef editline: Avoid comparison between pointer and zero character constant.
8 years ago
Corey Farrell cfb88f3ac1 pbx: Prevent execution of NULL pointer.
8 years ago
Jenkins2 4eccf697e1 Merge "rtp_engine: Add missing unlock."
8 years ago
Joshua Colp 5cab877093 Merge "translators: Don't use ast_module_running_ref."
8 years ago
Corey Farrell 82cf585fb5 translators: Don't use ast_module_running_ref.
8 years ago
Corey Farrell da365affbd rtp_engine: Add missing unlock.
8 years ago
Corey Farrell aaed0b8b3a aco: Fix NULL dereference in error path.
8 years ago
Joshua Colp 2fac32a37a Merge "loader: Create ast_module_running_ref."
8 years ago
Joshua Colp 307abc4cad Merge "datastore: Add automatic module references."
8 years ago
Corey Farrell 55f1d69c43 loader: Create ast_module_running_ref.
8 years ago
Jenkins2 84d0871380 Merge "core: Use macros to generate ao2_container callbacks where possible."
8 years ago
Joshua Colp f77ca95418 Merge "aco: Add missing aco_option_type_string for OPT_TIMELEN_T."
8 years ago
Jenkins2 5a1525345e Merge "cdr: submit: fix logic of test for batch mode"
8 years ago
Jenkins2 6480777005 Merge "stasis_channels.c: Misc cleanup."
8 years ago
Tzafrir Cohen 9b5d1454b4 cdr: submit: fix logic of test for batch mode
8 years ago
Corey Farrell f298178583 aco: Add missing aco_option_type_string for OPT_TIMELEN_T.
8 years ago
Sean Bright 15f8b9b8bf ice: Increase foundation buffer size
8 years ago
Corey Farrell bc73337e07 core: Use macros to generate ao2_container callbacks where possible.
8 years ago
Corey Farrell 0fe7df641a datastore: Add automatic module references.
8 years ago
Richard Mudgett 2dde5bef47 stasis_channels.c: Misc cleanup.
8 years ago
Jenkins2 0d9968e001 Merge "manager.c: Update AMI Status event documentation"
8 years ago
Jenkins2 50cf373be5 Merge "cdr: Missing NULL check and unlock."
8 years ago
Richard Mudgett d69b7c6c6d manager.c: Update AMI Status event documentation
8 years ago
Corey Farrell 94eb12ca56 cdr: Missing NULL check and unlock.
8 years ago
Corey Farrell 23aa20bf20 loader: Add volatile to resource_being_loaded.
8 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
8 years ago
Jenkins2 0100c9267e Merge "Fix Common Typo's."
8 years ago
Joshua Colp c7a0ad8b99 Merge "bridge: Old channel video source not set to NULL after unref."
8 years ago
Corey Farrell 1b80ffa495 Fix Common Typo's.
8 years ago
Corey Farrell aaa3884d4a bridge: Old channel video source not set to NULL after unref.
8 years ago
Corey Farrell c2850bfebc core: Fix unused variable error in handle_show_sysinfo.
8 years ago
Jenkins2 4815be9aeb Merge "CLI: Address multiple issues."
8 years ago
Jenkins2 0b9396720a Merge "bridge: Stop music on hold on adding an arbitrary channel to a bridge"
8 years ago
Jenkins2 a711ac25f1 Merge "dns_core: Protect against array index violation."
8 years ago
Jenkins2 262eda7801 Merge "Remove constant conditionals (dead-code)."
8 years ago
Corey Farrell d51837a1b9 CLI: Address multiple issues.
8 years ago
Jenkins2 204dd027dd Merge "core: Fix multiple trivial issues in the core."
8 years ago
George Joseph 88f7f4ebb6 Merge "main/app: Fix leaks."
8 years ago
Corey Farrell b8f54f742f dns_core: Protect against array index violation.
8 years ago
Ivan Poddubny 3b99a0332c bridge: Stop music on hold on adding an arbitrary channel to a bridge
8 years ago
Jenkins2 6bd25cad86 Merge "rtp_engine.c: Eliminate rtcp_report_to_json() RAII_VAR usage."
8 years ago
Corey Farrell b3e839debd Remove constant conditionals (dead-code).
8 years ago
Corey Farrell bf33a09c37 core: Fix multiple trivial issues in the core.
8 years ago
Corey Farrell 8dfc973d64 main/app: Fix leaks.
8 years ago
Richard Mudgett f6393b59af ast_json_pack(): Use safer json ref mechanism.
8 years ago
Richard Mudgett 7054fb8756 rtp_engine.c: Eliminate rtcp_report_to_json() RAII_VAR usage.
8 years ago
Jenkins2 11a1e07ad2 Merge "netsock: Remove from Asterisk core."
8 years ago
Jenkins2 7b127e2d20 Merge "CLI: Fix 'core set debug channel' completion bug."
8 years ago
George Joseph 08440fd1d9 Merge "CLI: Remove special handling of 'core set verbose' from rasterisk."
8 years ago
Joshua Colp 5224fd3ab4 Merge changes from topic 'faster-aco'
8 years ago
Corey Farrell 064c74e4af netsock: Remove from Asterisk core.
8 years ago
Corey Farrell 731a23fba7 CLI: Fix 'core set debug channel' completion bug.
8 years ago
George Joseph c56c4312ad Merge changes from topic 'loader-work'
8 years ago
Jenkins2 5346c290e0 Merge "cdr: Minor optimizations."
8 years ago
Jenkins2 7ffe5aba24 Merge "loader: Rework of load_dynamic_module."
8 years ago
Jenkins2 c9bcd888a2 Merge "res_rtp_asterisk.c: Disable packet flood detection for video streams."
8 years ago
Joshua Colp b223f0e108 Merge "loader: Minor fix to module registration."
8 years ago
Corey Farrell e6768c0f81 cdr: Minor optimizations.
8 years ago
Jenkins2 dff0415b1e Merge "pjsip_options: wrongly applied "UNKNOWN" status"
8 years ago
Corey Farrell bf2d35931d aco: Minimize use of regex.
8 years ago
Corey Farrell a455e18320 aco: Create ways to minimize use of regex.
8 years ago
Corey Farrell 9d5797616c loader: Use vector to build apha sorted module lists.
8 years ago
Corey Farrell 7b54903313 loader: Replace priority heap with vector.
8 years ago
Corey Farrell 3505cc88e8 loader: Rework of load_dynamic_module.
8 years ago
Corey Farrell 80bf0ee99a loader: Minor fix to module registration.
8 years ago
Richard Mudgett 98f7e9251f res_rtp_asterisk.c: Disable packet flood detection for video streams.
8 years ago
George Joseph afb6e85980 Merge "CLI: Fix 'core show sysinfo' function ordering."
8 years ago
Corey Farrell 5f6a3c4399 CLI: Remove special handling of 'core set verbose' from rasterisk.
8 years ago
Corey Farrell c01ba7437e CLI: Fix 'core show sysinfo' function ordering.
8 years ago
Kevin Harwell b088cddc03 pjsip_options: wrongly applied "UNKNOWN" status
8 years ago
Richard Mudgett c2ec82bf36 stasis_channels.c: Don't set channel snapshot caller_dnid twice.
8 years ago
Jenkins2 b7e79d7baf Merge "astdb: Improve prefix searches in astdb"
8 years ago
Jenkins2 f81a884033 Merge "loader: Refactor resource_name_match."
8 years ago
Sean Bright 9a9edc6c9e astdb: Improve prefix searches in astdb
8 years ago
Corey Farrell d2e87b8e14 loader: Refactor resource_name_match.
8 years ago
Sean Bright 2ffe52a116 utils: Add convenience function for setting fd flags
8 years ago
Jenkins2 b0b28446c1 Merge "translate: Skip matrix_rebuild during shutdown."
8 years ago
George Joseph d7f3f8c283 Merge "sounds_index: Avoid repeatedly reindexing."
8 years ago
George Joseph 5cef8b2f3e Merge "media_index: Improve startup."
8 years ago
Corey Farrell c2c9995830 translate: Skip matrix_rebuild during shutdown.
8 years ago
Corey Farrell ab191e9782 sounds_index: Avoid repeatedly reindexing.
8 years ago
Corey Farrell 2af59ebb3a media_index: Improve startup.
8 years ago
Richard Mudgett e97e41552e bridge_basic.c: Update transfer diagnostic messages addendum.
8 years ago
Niklas Larsson 9d00583164 bridge_basic.c: Update transfer diagnostic messages.
8 years ago
Joshua Colp 93c2cd1383 Merge "config: Speed up config template lookup"
8 years ago
Sean Bright d9fdeae6a4 config: Speed up config template lookup
8 years ago
Sean Bright 1ad0fbc80e config: Speed up ACO & sorcery initialization
8 years ago
Jenkins2 5de9754313 Merge "translate: Transcode siren14, speex32, silk24, and silk12 via slin16."
8 years ago
Jenkins2 f98dad52d2 Merge "CLI: Remove compatibility code."
8 years ago
Joshua Colp c7aa6e41c1 Merge "translate: Show sample rate for silk, speex, and slin in translation table."
8 years ago
Corey Farrell d12a2ab400 CLI: Remove compatibility code.
8 years ago
Jenkins2 ae342a824f Merge "CLI: Finish conversion of completion handling to vectors."
8 years ago
George Joseph b4119a4c31 Merge "CLI: Refactor cli_complete."
8 years ago
Joshua Colp a06bca48e7 Merge "CLI: Rewrite ast_el_strtoarr to use vector's internally."
8 years ago
George Joseph 708189ce02 Merge "CLI: Create ast_cli_completion_add function."
8 years ago
Jenkins2 b69bfc637f Merge "CLI: Refactor ast_cli_display_match_list."
8 years ago
George Joseph 93dba6f396 Merge "CLI: Remove calls to ast_cli_generator."
8 years ago
Alexander Traud 58115e9c21 translate: Transcode siren14, speex32, silk24, and silk12 via slin16.
8 years ago
Alexander Traud 74e7005a74 translate: Show sample rate for silk, speex, and slin in translation table.
8 years ago
Joshua Colp ac6b029fe4 Merge "aoc: Remove silly usage of RAII_VAR."
8 years ago
Joshua Colp 0434f6a255 Merge "abstract_jb: Remove silly usage of RAII_VAR."
8 years ago
Joshua Colp 11cb4f2715 Merge "app: Remove silly usage of RAII_VAR."
8 years ago
Joshua Colp 40c3114013 Merge "ccss: Remove silly usage of RAII_VAR."
8 years ago
Corey Farrell b79d04f8f8 CLI: Finish conversion of completion handling to vectors.
8 years ago
Corey Farrell fbb8c0d3e4 CLI: Refactor cli_complete.
8 years ago
Corey Farrell 1cd24cd726 CLI: Rewrite ast_el_strtoarr to use vector's internally.
8 years ago
Corey Farrell 9c0a2110f0 CLI: Refactor ast_cli_display_match_list.
8 years ago
Corey Farrell 9587a61f4c CLI: Create ast_cli_completion_add function.
8 years ago
Corey Farrell a02cbc2ef3 CLI: Remove calls to ast_cli_generator.
8 years ago
Joshua Colp 3abf8dfeae Merge "cli: Remove silly usage of RAII_VAR."
8 years ago
Joshua Colp 146f6b92eb Merge "loader: Fix comments in struct ast_module."
8 years ago
Joshua Colp f5b2746355 Merge "CLI: Create ast_cli_completion_vector."
8 years ago
Joshua Colp 81041aacbd Merge "Build: Fix issues building without SSL."
8 years ago
Corey Farrell 10b4b5d200 loader: Fix comments in struct ast_module.
8 years ago
Joshua Colp 5db911bf7d Merge "acl: Fix allocation related issues."
8 years ago
Joshua Colp d415eba990 Merge "bridge_basic: Ignore answer from transfer target when they've timed out."
8 years ago
Corey Farrell 9ae805c900 cli: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 89ccab95c2 ccss: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 5e99c334d1 app: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell abdd9fa1a8 aoc: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 48e1b39b28 abstract_jb: Remove silly usage of RAII_VAR.
8 years ago
Corey Farrell 999e0c17d7 Build: Fix issues building without SSL.
8 years ago
Corey Farrell b4862e463c iostream: Fix ast_iostream_printf declaration.
8 years ago
Joshua Colp 4181b6f377 Merge "DEBUG_FD_LEAKS: Add missing FD creators."
8 years ago
Corey Farrell c4f11911ea acl: Fix allocation related issues.
8 years ago
Joshua Colp 781a520b73 bridge_basic: Ignore answer from transfer target when they've timed out.
8 years ago
Corey Farrell a95f2994c6 aoc: Fix memory management issues.
8 years ago
Jenkins2 d89dc864eb Merge "sorcery: Add ast_sorcery_retrieve_by_prefix()"
8 years ago
Richard Mudgett b7b800b689 audiohook.c: Fix freeing a frame and still using it.
8 years ago
Joshua Colp a6d2926e5d Merge "core: Fix configuration of remote console socket path."
8 years ago
Joshua Colp 9d7b096023 Merge "core: Use ast_alertpipe for Asterisk signal monitoring thread."
8 years ago
Jenkins2 f616147487 Merge "core: Add cache_media_frames debugging option."
8 years ago
Corey Farrell edd1016dd8 core: Use ast_alertpipe for Asterisk signal monitoring thread.
8 years ago
Corey Farrell cdaaa14a5f core: Fix configuration of remote console socket path.
8 years ago
Sean Bright ffccce76d9 sorcery: Add ast_sorcery_retrieve_by_prefix()
8 years ago
Corey Farrell 14d60cee0c CLI: Create ast_cli_completion_vector.
8 years ago
Richard Mudgett 90bb0a3e10 core: Add cache_media_frames debugging option.
8 years ago
Richard Mudgett b865d29f1c frame.c: Make ast_frame_free()/ast_frfree() NULL tolerant
8 years ago
Corey Farrell bb77666620 core: Remove disabled code.
8 years ago
Joshua Colp 15d3c5f316 Merge "stasis_bridges.c: Fix off-nominal json memory leaks."
8 years ago
Joshua Colp c32710386e Merge "main/sdp_state: Check for errors from ast_stream_topology_set_stream."
8 years ago
Corey Farrell 0bda39c668 DEBUG_FD_LEAKS: Add missing FD creators.
8 years ago
Richard Mudgett b358e441cd AST-2017-010: Fix cdr_object_update_party_b_userfield_cb() buf overrun
8 years ago
Jenkins2 b7f64c30e2 Merge "stream: Return error from ast_stream_topology_set_stream."
8 years ago
Jenkins2 2dcd0c8a05 Merge "stasis: Release object if vector append fails."
8 years ago
Jenkins2 bd67e63434 Merge "PBX: Handle errors from AST_VECTOR_APPEND."
8 years ago
Jenkins2 64fa84b2ca Merge "Messaging: Report error on failure to register tech or handler."
8 years ago
Jenkins2 3d5aa21fe5 Merge "format_cap: Fix leak on AST_VECTOR_APPEND error."
8 years ago
Jenkins2 b52d53b6dc Merge "CLI: Remove unused internal command."
8 years ago
Corey Farrell 9b3db9a7fd main/sdp_state: Check for errors from ast_stream_topology_set_stream.
8 years ago
Corey Farrell fb18895108 stream: Return error from ast_stream_topology_set_stream.
8 years ago
Joshua Colp 3c897daabf Merge "tcptls: Print notice when TLS is enabled but not configured."
8 years ago
Joshua Colp 83c61383c8 Merge "stasis: Remove silly use of RAII_VAR in stasis_forward_all."
8 years ago
Joshua Colp a34b36c513 Merge "stasis_channels.c: Remove a very silly RAII_VAR()."
8 years ago
Joshua Colp e7c52d1b61 Merge "Fix ast_(v)asprintf() malloc failure usage conditions."
8 years ago
Corey Farrell adb4fdcb7b stasis: Release object if vector append fails.
8 years ago
Corey Farrell 2f4f216026 RTP Engine: Deal with errors returned from AST_VECTOR_REPLACE.
8 years ago
Corey Farrell 5762f72425 PBX: Handle errors from AST_VECTOR_APPEND.
8 years ago
Corey Farrell 714026b32e Messaging: Report error on failure to register tech or handler.
8 years ago
Corey Farrell e43c8af77c format_cap: Fix leak on AST_VECTOR_APPEND error.
8 years ago
Corey Farrell 64bcb65a78 stasis: Remove silly use of RAII_VAR in stasis_forward_all.
8 years ago
Corey Farrell b7e1034009 CLI: Remove unused internal command.
8 years ago
Joshua Colp 637b37fb98 Merge "dtls: Add support for ephemeral DTLS certificates."
8 years ago
Richard Mudgett 923424019b stasis_bridges.c: Fix off-nominal json memory leaks.
8 years ago
Richard Mudgett f81970d3fc stasis_channels.c: Remove a very silly RAII_VAR().
8 years ago
Richard Mudgett ee08f10d06 Fix ast_(v)asprintf() malloc failure usage conditions.
8 years ago
Joshua Colp 3c6fe0545a Merge "Stasis/ARI: Fix off-nominal path json memory leaks."
8 years ago
Joshua Colp 036bbe2d3f Merge "AOC: Fix AOC-S json memory leak."
8 years ago
Sean Bright 04d3785a79 dtls: Add support for ephemeral DTLS certificates.
8 years ago
Alexander Traud 19332e6968 tcptls: Print notice when TLS is enabled but not configured.
8 years ago
Richard Mudgett 79ddcdbc70 Stasis/ARI: Fix off-nominal path json memory leaks.
8 years ago
Richard Mudgett 229790ea3d AOC: Fix AOC-S json memory leak.
8 years ago
Corey Farrell 290bad22c9 Build System: Fix build failure caused by recent CLI improvements.
8 years ago
Joshua Colp 306e7912db Merge "Modules: Additional improvements to CLI completion."
8 years ago
Joshua Colp 8701479386 core: Don't attempt to write to a stream that does not exist.
8 years ago
Corey Farrell b9f457eac0 Modules: Additional improvements to CLI completion.
8 years ago
Kevin Harwell 1e70011710 features: Bridge application's BRIDGERESULT not appropriately set
8 years ago
Joshua Colp df18445b98 Merge "Build System: Fix --disable-xmldoc option."
8 years ago
Joshua Colp 491c8054f2 Merge "core / pjsip: Add support for grouping streams together."
8 years ago
Joshua Colp 4c535f5c30 core / pjsip: Add support for grouping streams together.
8 years ago
Corey Farrell e82b921c35 Modules: Fix issues with CLI completion.
8 years ago
Richard Mudgett 2ca3dbb197 codec.c: Defensively check the returned samples.
8 years ago
Joshua Colp 4f2717bab0 Merge "Single API for ast_store_lock_info and ast_remove_lock_info."
8 years ago
Ben Ford 3821be1c68 http.c: Fix http header send content.
8 years ago
Corey Farrell 5553adb8ba Build System: Fix --disable-xmldoc option.
8 years ago
Joshua Colp 61aeeb6d52 Merge "hashtab: Use ast_free."
8 years ago
Corey Farrell 569e9a8391 Single API for ast_store_lock_info and ast_remove_lock_info.
8 years ago
Corey Farrell 841ac3ded6 hashtab: Use ast_free.
8 years ago
Corey Farrell ee21076151 main/Makefile: Remove rule for non-existant testexpr2.
8 years ago
Richard Mudgett 73164d0d7f cdr.c: Rename the Party A CDR container.
8 years ago
Richard Mudgett fe1120cf88 cdr.c: Add container to key off of Party B channel names.
8 years ago
Jenkins2 3a2b132411 Merge "declare optional openssl dependencies in moduleinfo"
8 years ago
Joshua Colp 975d07248d Merge "cdr.c: Eliminated many calls to ao2_global_obj_ref()."
8 years ago
Joshua Colp 87123c90b2 Merge "cdr.c: Defer getting ao2_global_obj_ref() until needed."
8 years ago
Jenkins2 e08ac95e49 Merge "ast_bt_get_symbols: Prevent double-free."
8 years ago
Joshua Colp 8c09eeabce Merge "tcptls: NULL-check the parameter of ast_ssl_teardown before accessing it."
8 years ago
Jenkins2 89796eaef2 Merge "cdr.c: Set stringfields only if they are different."
8 years ago
Kevin Harwell 85bdfe2df7 Merge "cdr.c: Fix setting dnid, callingsubaddr, and calledsubaddr"
8 years ago
Corey Farrell ee65d5ac7c ast_bt_get_symbols: Prevent double-free.
8 years ago
Alexander Traud 44d9446eb5 tcptls: NULL-check the parameter of ast_ssl_teardown before accessing it.
8 years ago
Richard Mudgett f369be21a8 cdr.c: Eliminated many calls to ao2_global_obj_ref().
8 years ago
Richard Mudgett 2eea087401 cdr.c: Defer getting ao2_global_obj_ref() until needed.
8 years ago
Richard Mudgett 7c7a917874 cdr.c: Set stringfields only if they are different.
8 years ago
Richard Mudgett c80c8f2ab9 cdr.c: Fix setting dnid, callingsubaddr, and calledsubaddr
8 years ago
Thomas Sevestre 21c0283b78 features, manager : Add CancelAtxfer AMI action
8 years ago
Jenkins2 6058b1ef3e Merge "sorcery: Use ao2_weakproxy to hold list of instances."
8 years ago
Jenkins2 0b1b5849ce Merge "named_locks: Use ao2_weakproxy_find."
8 years ago
Jenkins2 b94f2343a6 Merge "astobj2: Add ao2_weakproxy_find function."
8 years ago
Jenkins2 3affeac39d Merge "astobj2: Run weakproxy callbacks outside of lock."
8 years ago
Richard Mudgett e5b9eb0460 cdr.c: Defer misc checks.
8 years ago
Corey Farrell b8dadccbe1 sorcery: Use ao2_weakproxy to hold list of instances.
8 years ago
Corey Farrell 7774623804 named_locks: Use ao2_weakproxy_find.
8 years ago
Corey Farrell b058f8673a astobj2: Add ao2_weakproxy_find function.
8 years ago
Corey Farrell fd3101e8ad astobj2: Run weakproxy callbacks outside of lock.
8 years ago
Richard Mudgett b0408d05c0 cdr.c: Eliminated simple RAII_VAR usages.
8 years ago
Joshua Colp 49e6356620 Merge "tcptls: Do not re-bind to wildcard on client creation."
8 years ago
Tzafrir Cohen b228f5c5e6 declare optional openssl dependencies in moduleinfo
8 years ago
Jenkins2 7d9fa0bea4 Merge "cdr.c: Replace redundant check with an ast_assert()"
8 years ago
Jenkins2 7002705940 Merge "cdr.h: Fix doxygen comments."
8 years ago
Joshua Colp 37297d2c0e Merge "cdr.c: Use current ao2 flag names"
8 years ago
Richard Mudgett fdf9aacca3 cdr.c: Replace redundant check with an ast_assert()
8 years ago
Richard Mudgett 2e4b5fadbd cdr.c: Replace inlined code with ao2_t_replace()
8 years ago
Richard Mudgett 62980eedc3 cdr.c: Use current ao2 flag names
8 years ago
Richard Mudgett e769846f11 cdr.h: Fix doxygen comments.
8 years ago
Alexander Traud feeb0974eb tcptls: Do not re-bind to wildcard on client creation.
8 years ago
Corey Farrell 0f3e725503 main/strings: Fix uninitialized value.
8 years ago
Richard Mudgett 80097676e7 heap.c: No need to calloc heap pointer array.
8 years ago
Richard Mudgett 08e67f814b channel.c: Fix invalid reference in conditionaled out code.
8 years ago
Joshua Colp f77a2367e7 Merge "bridge: Change participant SFU streams when source streams change."
8 years ago
Joshua Colp 357a2f353b Merge "res_pjsip_session: Check for removed stream state."
8 years ago
Joshua Colp f2985e3106 bridge: Change participant SFU streams when source streams change.
8 years ago
Ben Ford e666051d79 res_pjsip_session: Check for removed stream state.
8 years ago
Jean Aunis 6b7d5671d1 bridge : Fix one-way direct-media when early bridging with native_rtp
8 years ago
Joshua Colp ba27a6508a Merge "tcptls: Change error message to debug."
8 years ago
Joshua Colp 01f2220bec tcptls: Change error message to debug.
8 years ago
George Joseph 446d48fd49 res_pjsip: Add handling for incoming unsolicited MWI NOTIFY
8 years ago
George Joseph 94091c7b96 stasis/control: Fix possible deadlock with swap channel
8 years ago
Walter Doekes f856d9b42b res/res_pjsip: Standardize/fix localnet checks across pjsip.
8 years ago
Sean Bright 60b44d1e38 rtp_engine: Prevent possible double free with DTLS config
8 years ago
Corey Farrell 1bf3dfffd7 AST-2017-006: Fix app_minivm application MinivmNotify command injection
8 years ago
Joshua Colp 9a9589e8e1 core: Reduce video update queueing.
8 years ago
Richard Mudgett 17976d1b4e bridge_channel.c: Fix FRACK when mapping frames to the bridge.
8 years ago
Richard Mudgett 6ad8249233 bridge: Fix softmix bridge deadlock.
8 years ago
Richard Mudgett 9c70c88369 channel: Fix topology API locking.
8 years ago
Kevin Harwell e4e2e53c8a manager: hook event is not being raised
8 years ago
Richard Mudgett bd28a9bbd8 STUN/netsock2: Fix some valgrind uninitialized memory findings.
8 years ago
Jenkins2 2ea19e7140 Merge "bridge: Fix stream topology/participant locking and video misrouting."
8 years ago
Joshua Colp 88c65f7cb6 bridge: Fix stream topology/participant locking and video misrouting.
8 years ago
Corey Farrell 16cfc3a954 channel: Fix leak on successful call to chan->tech->requester.
8 years ago
Corey Farrell 4b03eb5c38 Fix compile error for old versions of GCC.
8 years ago
Corey Farrell 58d032112b Fix compiler warnings on Fedora 26 / GCC 7.
8 years ago
Jenkins2 1bec535df2 Merge "Core: Add support for systemd socket activation."
8 years ago
Joshua Colp b610295b62 Merge "bridge_softmix / res_rtp_asterisk: Fix packet loss and renegotiation issues."
8 years ago
Joshua Colp 3dff2711a3 Merge "SDP: Create declined m= SDP lines using remote SDP if applicable."
8 years ago
Joshua Colp 8412cc1e07 Merge "SDP: Rework SDP offer/answer model and update capabilities merges."
8 years ago
Jenkins2 51ef6a8b6c Merge "core: Add VP9 passthrough support."
8 years ago
George Joseph 63bcbb2a56 Merge "say.c: Fix file locations for second, seconds, minute, minutes files"
8 years ago
Joshua Colp a6eb9ee7d2 core: Add VP9 passthrough support.
8 years ago
Rusty Newton 19b080b547 say.c: Fix file locations for second, seconds, minute, minutes files
8 years ago
Joshua Colp f43fc91911 Merge "core: Add digit filtering to ast_waitfordigit_full"
8 years ago
Jenkins2 62c381afdb Merge "core: Add PARSE_TIMELEN support to ast_parse_arg and ACO."
8 years ago
Joshua Colp 680c491a62 bridge_softmix / res_rtp_asterisk: Fix packet loss and renegotiation issues.
8 years ago
Jenkins2 594c7a50af Merge "bridge/core_unreal: Fix SFU bugs with forwarding frames."
8 years ago
Jenkins2 0f45c979a3 Merge "res_rtp_asterisk / res_pjsip: Add support for BUNDLE."
8 years ago
Corey Farrell 78a50b0343 core: Add PARSE_TIMELEN support to ast_parse_arg and ACO.
8 years ago
Joshua Colp 065c3005ad res_rtp_asterisk / res_pjsip: Add support for BUNDLE.
8 years ago
Corey Farrell 6b138046e7 core: Add digit filtering to ast_waitfordigit_full
8 years ago
Joshua Colp 95b35cb1cb Merge "Avoid setting maxfiles for a remote asterisk"
8 years ago
Jenkins2 fbcfa6b4b2 Merge "http.c: Reduce log spam"
8 years ago
Joshua Colp 7f09fd2c2f bridge/core_unreal: Fix SFU bugs with forwarding frames.
8 years ago
Tzafrir Cohen d58ef31acd Avoid setting maxfiles for a remote asterisk
8 years ago
George Joseph 303f935a50 http.c: Reduce log spam
8 years ago
Richard Mudgett 03ae8b0105 json.c: Add backtrace log to find 'Invalid UTF-8 string' errors
8 years ago
Jenkins2 d6c08cc559 Merge "core: Remove 'Data Retrieval API'"
8 years ago
Sean Bright 325eeced6a core: Remove 'Data Retrieval API'
8 years ago
Corey Farrell 50ddb56dad channel: Clear channel flag in error branch.
8 years ago
Mark Michelson 45df25a579 chan_pjsip: Add support for multiple streams of the same type.
8 years ago
Jenkins2 01536546e2 Merge "bridge: stuck channel(s) after failed attended transfer"
8 years ago
Kevin Harwell 27dae55fb6 core_local: local channel data not being properly unref'ed and unlocked
8 years ago
Kevin Harwell 45a1f4e2ae bridge: stuck channel(s) after failed attended transfer
8 years ago
Richard Mudgett d2fbbdd692 SDP: Create declined m= SDP lines using remote SDP if applicable.
8 years ago
Richard Mudgett 3a18a09030 SDP: Rework SDP offer/answer model and update capabilities merges.
8 years ago
Joshua Colp 57bbba7d43 Merge "res_stasis: Plug reference leak on stolen channels"
8 years ago
Corey Farrell 70d2ccb9da Core: Add support for systemd socket activation.
8 years ago
George Joseph 3f5bf287a2 Merge "SDP: Add get/set option calls for RTP sched context per type."
8 years ago
George Joseph 854a6de819 res_stasis: Plug reference leak on stolen channels
9 years ago
Frederic LE FOLL 0ad95bc8a0 Core/PBX: Deadlock between dialplan execution and application unregistration.
9 years ago
Joshua Colp 0405185357 Merge "SDP: Search for the ice-lite attribute in the right place."
9 years ago
Jenkins2 d81293a5dd Merge changes from topic 'sdp_api_adjustments'
9 years ago
Jenkins2 2f684eb6a5 Merge "stream: Add ast_stream_topology_del_stream() and unit test."
9 years ago
Joshua Colp 41bd01c861 Merge "channel: Fix reference counting in ast_channel_suppress."
9 years ago
Richard Mudgett e563a1920e SDP: Add get/set option calls for RTP sched context per type.
9 years ago
Richard Mudgett 716abaf33d SDP: Search for the ice-lite attribute in the right place.
9 years ago
Richard Mudgett a95584d079 SDP: Set the remote c= line in RTP instance.
9 years ago
Richard Mudgett 06265b8c8a stream: Add ast_stream_topology_del_stream() and unit test.
9 years ago
Richard Mudgett 0fdb99c268 SDP: Add t= line in sdp_create_from_state()
9 years ago
Richard Mudgett 4797a8bb81 stream: Ignore declined streams for some topology calls.
9 years ago
Joshua Colp bd16c3c524 channel: Fix reference counting in ast_channel_suppress.
9 years ago
Joshua Colp d6386a8f0c bridge: Add a deferred queue.
9 years ago
Jenkins2 5d3420a2de Merge "BuildSystem: Add patches to allow building with recent LibreSSL"
9 years ago
Guido Falsi d27168d36f BuildSystem: Add patches to allow building with recent LibreSSL
9 years ago
Guido Falsi 7b668297f3 BuildSystem: Fix build on FreeBSD due to missing crypt.h
9 years ago
Jenkins2 29f87a5530 Merge "channel: ast_write frame wrongly freed after call to audiohooks"
9 years ago
Jenkins2 452e6315bb Merge "format: Reintroduce smoother flags"
9 years ago
Joshua Colp 1a24543124 Merge "Confbridge: Add "sfu" video mode to bridge profile options."
9 years ago
Jenkins2 bb2f6234da Merge "Add primitive SFU support to bridge_softmix."
9 years ago
Kevin Harwell d8802a6a0f channel: ast_write frame wrongly freed after call to audiohooks
9 years ago
Sean Bright 001f4ddda4 pbx_builtin: Properly handle hangup during Background
9 years ago
Joshua Colp f6eeaaafd5 channel / app_meetme: Fix parentheses.
9 years ago
Sean Bright 5c27fe2187 format: Reintroduce smoother flags
9 years ago
Mark Michelson 39d14834f8 Confbridge: Add "sfu" video mode to bridge profile options.
9 years ago
Mark Michelson 2da869408a Add primitive SFU support to bridge_softmix.
9 years ago
Joshua Colp 9c4f63263c manager: Clear the flag on the other channel.
9 years ago
Jenkins2 56b6a71548 Merge "asterisk: Audit locking of channel when manipulating flags."
9 years ago
George Joseph 08edd54c1b unittests: Add a unit test that causes a SEGV and...
9 years ago
Kevin Harwell 51375686f7 core/conversions: Added string to unsigned integer and long conversions
9 years ago
Joshua Colp 5a7af00e80 asterisk: Audit locking of channel when manipulating flags.
9 years ago
George Joseph ce4d8dac91 Merge changes from topic 'sdp_api_adjustments'
9 years ago
George Joseph 28d4e6be9b Merge "SDP: Remove sdp_state.remote_capabilities"
9 years ago
Jenkins2 f09e079294 Merge "SDP: Add interface_address to specify our address to use."
9 years ago
Jenkins2 542dd7d795 Merge "logger: Added logger_queue_limit to the configuration options."
9 years ago
Jenkins2 8b15719a11 Merge "tcptls: Improve error messages for TLS connections."
9 years ago
Richard Mudgett b8659be9b0 SDP: Make process possible multiple fmtp attributes per rtpmap.
9 years ago
Richard Mudgett c2906dfa05 SDP: Remove sdp_state.remote_capabilities
9 years ago
Richard Mudgett 16785c0908 SDP: Add interface_address to specify our address to use.
9 years ago
Richard Mudgett 367042bd3e SDP: Explicitly stop a RTP instance before destoying it.
9 years ago
Richard Mudgett be5809fac8 SDP: Rework merge_capabilities().
9 years ago
Richard Mudgett ae7689f093 SDP: Update ast_get_topology_from_sdp() to keep RTP map.
9 years ago
Joshua Colp cbbd119c21 tcptls: Improve error messages for TLS connections.
9 years ago
Joshua Elson 10a4439ac9 Prevent Undefined Capath Crash
9 years ago
Joshua Colp c62b5721b3 Merge "stream: ast_stream_clone() cannot copy the opaque user data."
9 years ago
George Joseph 201346fb7d logger: Added logger_queue_limit to the configuration options.
9 years ago
Joshua Colp d96f755682 Merge "netsock2.c: Made get/set addr port avoid potential uninitialized memory."
9 years ago
Joshua Colp 552e6d81ef Merge "bridge: Fix returning to dialplan when executing Bridge() from AMI."
9 years ago
Richard Mudgett 56c5c51076 stream: ast_stream_clone() cannot copy the opaque user data.
9 years ago
Richard Mudgett 924628812b netsock2.c: Made get/set addr port avoid potential uninitialized memory.
9 years ago
George Joseph 0001834157 app_confbridge: Fix reference to cfg in menu_template_handler
9 years ago
Jenkins2 a20db27c56 Merge "SDP: Replace SDP telephone_event option with dtmf option"
9 years ago
Joshua Colp c90d81ef51 bridge: Fix returning to dialplan when executing Bridge() from AMI.
9 years ago
Kevin Harwell 7b0e3b92fd bridge_simple: Added support for streams
9 years ago
Richard Mudgett cd272da7a8 SDP: Replace SDP telephone_event option with dtmf option
9 years ago
Joshua Colp 1d6429b269 Merge "SDP: Make SDP translation to/from internal representation more const."
9 years ago
Joshua Colp 090c6b702e Merge "stream: Make ast_stream_topology_create_from_format_cap() allow NULL cap."
9 years ago
Jenkins2 9af53d3563 Merge "SDP: Make ast_sdp_state_set_remote_sdp() return error."
9 years ago
Jenkins2 74134a03bc Merge "SDP: Misc cleanups (Mostly memory leaks)"
9 years ago
Jenkins2 94b97e0835 Merge "SDP API: Add SSRC-level attributes"
9 years ago
Richard Mudgett ede90e4aa5 SDP: Make SDP translation to/from internal representation more const.
9 years ago
Richard Mudgett 5c1851cbc0 stream: Make ast_stream_topology_create_from_format_cap() allow NULL cap.
9 years ago
Richard Mudgett d71c6e3bfd SDP: Make ast_sdp_state_set_remote_sdp() return error.
9 years ago
Richard Mudgett 176123e76c SDP: Misc cleanups (Mostly memory leaks)
9 years ago
Jenkins2 528e238447 Merge "channel: Add ability to request an outgoing channel with stream topology."
9 years ago
Jenkins2 16089ae1c9 Merge "frame: Better handle interpolated frames."
9 years ago
Mark Michelson d6535c0080 SDP API: Add SSRC-level attributes
9 years ago
Joshua Colp 2b22c3c84b channel: Add ability to request an outgoing channel with stream topology.
9 years ago
Joshua Colp 78eb08e7ba Merge "sdp: Add support for T.38"
9 years ago
Joshua Colp ed69471f94 Merge "SDP: Ensure SDPs "merge" properly."
9 years ago
Joshua Colp 985a5fd7aa frame: Better handle interpolated frames.
9 years ago
Jenkins2 e478d2eb94 Merge "res_pjsip_sdp_rtp: No rtpmap for static RTP payload IDs in SDP."
9 years ago
Joshua Colp 19a79ae12c sdp: Add support for T.38
9 years ago
Mark Michelson 32b3e36c68 SDP: Ensure SDPs "merge" properly.
9 years ago
Sean Bright 59203c51cc core: Use eventfd for alert pipes on Linux when possible
9 years ago
George Joseph dc6654d969 Merge "pbx: Use same thread if AST_OUTGOING_WAIT_COMPLETE specified"
9 years ago
Sean Bright c47b3e74d2 pbx: Use same thread if AST_OUTGOING_WAIT_COMPLETE specified
9 years ago
Richard Mudgett d165079cbc rtp_engine/res_rtp_asterisk: Fix RTP struct reentrancy crashes.
9 years ago
Alexander Traud 72c5f3b0ba res_pjsip_sdp_rtp: No rtpmap for static RTP payload IDs in SDP.
9 years ago
George Joseph 747beb1ed1 modules: change module LOAD_FAILUREs to LOAD_DECLINES
9 years ago
Joshua Colp c5536eaee9 Merge "stun.c: Fix ast_stun_request() erratic timeout."
9 years ago
zuul 3c32680a8a Merge "sorcery.c: Speed up ast_sorcery_retrieve_by_id()"
9 years ago
Richard Mudgett 7c37365f03 stun.c: Fix ast_stun_request() erratic timeout.
9 years ago
Richard Mudgett 8d323c74fa sorcery.c: Speed up ast_sorcery_retrieve_by_id()
9 years ago
Richard Mudgett d76bc0565c tcptls.c: Cleanup TCP/TLS listener thread on abnormal exit.
9 years ago
Corey Farrell 380973cc47 CDR: Protect from data overflow in ast_cdr_setuserfield.
9 years ago
Mark Michelson cf4dd32bef Merge "sdp: Add support for setting connection address and clean up state."
9 years ago
Walter Doekes a7d94f504f build: Fix deb build issues with fakeroot
9 years ago
Joshua Colp f3290d6b66 sdp: Add support for setting connection address and clean up state.
9 years ago
Sean Bright 5c1ea3ebbd astobj2: Prevent potential deadlocks with ao2_global_obj_release
9 years ago
George Joseph 88a4c93e4c Merge "core: Remove embedded module support"
9 years ago
zuul 7c2f4601f2 Merge "channel: Remove old epoll support and fixed max number of file descriptors."
9 years ago
Joshua Colp 5d938045d4 channel: Remove old epoll support and fixed max number of file descriptors.
9 years ago
Sean Bright cf6a6226ab core: Remove embedded module support
9 years ago
Joshua Colp 772afa59dc Merge "cdr: Allow setting of user field from 'h' extension"
9 years ago
zuul 90634cc184 Merge "rtp_engine: allocate RTP dynamic payloads per session"
9 years ago
Joshua Colp 59df60efb9 Merge "audiohook.c: Lost RTP packets lead to out-of-sync MixMonitor."
9 years ago