Commit Graph

6658 Commits (development/16/python3)

Author SHA1 Message Date
Corey Farrell abee4fd072 taskprocessor: Warn on unused result from pushing task.
8 years ago
George Joseph ebd8e0720d Merge "refdebug: Create refstats.py script." into 16
8 years ago
George Joseph 8c2c6ba913 Merge "threadpool: Eliminate pointless AO2 usage." into 16
8 years ago
Corey Farrell 35f44be460
refdebug: Create refstats.py script.
8 years ago
Corey Farrell 08e5bbfec0
threadpool: Eliminate pointless AO2 usage.
8 years ago
Corey Farrell a5023d4f75
main/astfd: Fix GCC8 format-truncation warning.
8 years ago
Kevin Harwell 31fed39078 Merge "loader: Flag module as declined in all cases where it fails to load." into 16
8 years ago
neutrino88 e0496fe062 core/frame: generate correct T.140 payload in ast_sendtext_data()
8 years ago
Corey Farrell c6ee3cf639 loader: Flag module as declined in all cases where it fails to load.
8 years ago
George Joseph be88c768f4 Merge "astobj2: Comment on OBJ_NOLOCK in ao2_container_clone." into 16
8 years ago
George Joseph 99e05591fa Merge "http.c: Reload TLS even if http.conf hasn't changed" into 16
8 years ago
George Joseph 26123b01cb Merge "core/frame: Fix ast_frdup() and ast_frisolate() for empty text frames" into 16
8 years ago
Corey Farrell fa9cd68589 astobj2: Comment on OBJ_NOLOCK in ao2_container_clone.
8 years ago
George Joseph aae29f38ea Merge "loader: Fix result of module reload error." into 16
8 years ago
George Joseph dae4c4c95d Merge "astobj2: Record lock usage to refs log when DEBUG_THREADS is enabled." into 16
8 years ago
Sean Bright 2b4752911f http.c: Reload TLS even if http.conf hasn't changed
8 years ago
Corey Farrell 3b2310332d core: Disable astobj2 locking for some common objects.
8 years ago
Corey Farrell 65f06a4505 loader: Fix result of module reload error.
8 years ago
Corey Farrell f066dbc353 loader: Improve error handling.
8 years ago
neutrino88 406c5bef0a core/frame: Fix ast_frdup() and ast_frisolate() for empty text frames
8 years ago
Corey Farrell 693e00eee6 astobj2: Record lock usage to refs log when DEBUG_THREADS is enabled.
8 years ago
Jenkins2 68fe182e4f Merge "astobj2: Reduce memory overhead." into 16
8 years ago
Corey Farrell b3b95c8d36 lock: Improve performance of DEBUG_THREADS.
8 years ago
George Joseph 0ad987168e Merge "config.c: Cleanup AST_INCLUDE_GLOB" into 16
8 years ago
Corey Farrell 33455f8d6f astobj2: Reduce memory overhead.
8 years ago
Sean Bright d1698b4e0b config.c: Cleanup AST_INCLUDE_GLOB
8 years ago
Corey Farrell 0fe08c5e79 astobj2: Fix shutdown order.
8 years ago
George Joseph 94ef074cc7 Merge "jansson: Backport fixes to bundled, use json_vsprintf if available." into 16
8 years ago
George Joseph a6c3984175 Merge "rtp_engine: rtcp_report_to_json can overflow the ssrc integer value" into 16
8 years ago
Corey Farrell ede59966d9 jansson: Backport fixes to bundled, use json_vsprintf if available.
8 years ago
Corey Farrell 7b0dbda936 json: Take advantage of new API's.
8 years ago
George Joseph 82f28106df Merge "app_voicemail: Cleanup mailbox topic and cache" into 16
8 years ago
George Joseph 64e3ed75ab Merge "stasis: Add function to delete topic from pool" into 16
8 years ago
Kevin Harwell 755febe497 rtp_engine: rtcp_report_to_json can overflow the ssrc integer value
8 years ago
George Joseph 0a1a96d331 channel.c: Address stack overflow in does_id_conflict()
8 years ago
George Joseph fa1b836374 app_voicemail: Cleanup mailbox topic and cache
8 years ago
George Joseph dec6ebd9e1 Merge "stasis: No need to keep a stasis type ref in a stasis msg or cache object." into 16
8 years ago
George Joseph 1a9c69d729 stasis: Add function to delete topic from pool
8 years ago
Joshua Colp 84b60aeb70 Merge "stasis_cache: Stop caching stasis subscription change messages" into 16
8 years ago
Richard Mudgett f6695249a5 stasis: No need to keep a stasis type ref in a stasis msg or cache object.
8 years ago
Richard Mudgett 192f71b7de stasis_message.c: Don't create immutable stasis objects with locks.
8 years ago
George Joseph 17d6d9e1e7 stasis_cache: Stop caching stasis subscription change messages
8 years ago
lvl f4bffe2326 manager: Set AMI event "Newexten" to the EVENT_FLAG_DIALPLAN class
8 years ago
Jenkins2 c1a2c84361 Merge "core: Don't stop generators when writing RTCP frames." into 16
8 years ago
Joshua Colp 3c52cc32f1 Merge "stasis_cache: Prune stasis_subscription_change messages" into 16
8 years ago
Joshua Colp af6a3d02e1 core: Don't stop generators when writing RTCP frames.
8 years ago
George Joseph ead0bc63da Merge "http.c: Give HTTP error response when received lines are too long." into 16
8 years ago
George Joseph 9fb166cf3b stasis_cache: Prune stasis_subscription_change messages
8 years ago
Richard Mudgett 4fcdcfaa37 http.c: Give HTTP error response when received lines are too long.
8 years ago
Richard Mudgett f6a165208b iostream.c: Fix ast_iostream_gets() needlessly returning failure.
8 years ago
Jaco Kroon d84de695ed AMI: be less verbose when adding HTTP headers to AMI/HTTP messages.
8 years ago
Richard Mudgett fb2f242c49 AMI: Remove docs for nonexistent AMI ContactStatus event headers
8 years ago
Corey Farrell d61a8791b5 Build System: Improve ccache matching for different menuselect options.
8 years ago
Joshua Colp 5030756bfa stasis: Reduce calculation of stasis message type hash.
8 years ago
Joshua Colp a31e877502 Merge "loader: Process dependencies for built-in modules." into 16
8 years ago
Joshua Colp 3ce7f3a441 Merge "devicestate: Don't create topic when change isn't cached." into 16
8 years ago
Corey Farrell e5de8a70f8 loader: Process dependencies for built-in modules.
8 years ago
Kevin Harwell 8ea13d62cd json.c: improve ast_json_to_ast_variables performance
8 years ago
Joshua Colp e5c0ac6a64 devicestate: Don't create topic when change isn't cached.
8 years ago
George Joseph cecff1f7ab Merge "Enable bundling of jansson, require 2.11." into 16
8 years ago
George Joseph 03b1078117 Merge "sched: Make ABI compatible between dev mode and non-dev mode." into 16
8 years ago
George Joseph 648541fe89 Merge "asterisk.c: Update displayed copyright year for v16 release." into 16
8 years ago
George Joseph 460ef41f7a xmldoc.c: Fix dump of xml document
8 years ago
Joshua Colp 0f999a834f sched: Make ABI compatible between dev mode and non-dev mode.
8 years ago
Richard Mudgett aea0a0294d asterisk.c: Update displayed copyright year for v16 release.
8 years ago
Corey Farrell d2dace81d4 Enable bundling of jansson, require 2.11.
8 years ago
George Joseph 85a95b8a29 Merge "res_rtp_asterisk: Add support for sending NACK requests."
8 years ago
George Joseph 56740c6a57 Merge "module: Remove deprecated modules and update support levels."
8 years ago
Ben Ford 5bacde37a2 res_rtp_asterisk: Add support for sending NACK requests.
8 years ago
Joshua Colp 134e2f0ddc module: Remove deprecated modules and update support levels.
8 years ago
Chris-Savinovich 94dd0544e5 stasis: Improve message type "Use of before/init after destruction"
8 years ago
Corey Farrell 49f83a7490 loader: Fix startup issues.
8 years ago
George Joseph c1e49720fa test.c: Make output jUnit compatible
8 years ago
Joshua Colp 454aa952fa Merge "main/cdr.c: Alleviate CDR deadlock"
8 years ago
Matthew Fredrickson db02218db2 main/cdr.c: Alleviate CDR deadlock
8 years ago
Richard Mudgett 7a238fe74d AMI SendText action: Fix to use correct thread to send the text.
8 years ago
George Joseph e3585353f6 res_pjsip_messaging: Allow application/* for in-dialog MESSAGEs
8 years ago
Alexander Traud 675e2ddb49 uuid: Enable UUID in Solaris 11.
8 years ago
Jenkins2 bbd962bc4b Merge "utils: Avoid an unused variable in Solaris 11."
8 years ago
George Joseph d87631d21f Merge changes from topic 'ASTERISK-27625'
8 years ago
George Joseph 98bd5908a2 Merge "ARI POST DTMF: Make not compete with channel's media thread."
8 years ago
George Joseph 46c1f81fad Merge "AMI PlayDTMF Action: Make not compete with channel's media thread."
8 years ago
Alexander Traud a5c53bd323 utils: Avoid an unused variable in Solaris 11.
8 years ago
Jenkins2 5065cb2c24 Merge "Fix some doxygen and curly placement."
8 years ago
Jenkins2 8892a9b8d9 Merge "Dialplan functions: Fix some channel autoservice misuse."
8 years ago
Richard Mudgett eb8bbe660e channel.c: Make CHECK_BLOCKING() save thread LWP id for messages.
8 years ago
Richard Mudgett da54605b8a ARI POST DTMF: Make not compete with channel's media thread.
8 years ago
Richard Mudgett 7d874c1af7 AMI PlayDTMF Action: Make not compete with channel's media thread.
8 years ago
Richard Mudgett 080508d2eb channel.c: Fix usage of CHECK_BLOCKING()
8 years ago
Richard Mudgett 0989b63047 autoservice: Don't start channel autoservice if the thread is a user interface.
8 years ago
Richard Mudgett 91c3ac19cb Dialplan functions: Fix some channel autoservice misuse.
8 years ago
Richard Mudgett 720c2d1da2 Fix some doxygen and curly placement.
8 years ago
Richard Mudgett a470bb9e27 channel: Fix some more unprotected channel flag setting.
8 years ago
Joshua Colp 41175caee0 rtp: Don't negotiate dynamic codecs using payload.
8 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"
9 years ago
Jenkins2 c66fde8247 Merge "BuildSystem: With external editline, do not require libs for internal editline."
9 years ago
Jenkins2 0718964e32 Merge "core: Create main/options.c."
9 years ago
Kevin Harwell 48ef239a01 Merge "res_rtp_asterisk: Add support for raising additional RTCP messages."
9 years ago
Kevin Harwell d8a2ced3ad Merge "main/indications: Use ast_cli_completion_add for all completions."
9 years ago
Jenkins2 7b744bac60 Merge "Add data buffer API to store packets."
9 years ago
Ben Ford 138e0eff4e Add data buffer API to store packets.
9 years ago
Joshua Colp e14b0e960d res_rtp_asterisk: Add support for raising additional RTCP messages.
9 years ago
Florian Floimair 455cee99ae main: Update copyright notice with year 2018
9 years ago
Guido Falsi 48190c7f93 core: fix getopt(3) usage
9 years ago
Corey Farrell 318bf45928 main/indications: Use ast_cli_completion_add for all completions.
9 years ago
Alexander Traud d6fda173a4 BuildSystem: With external editline, do not require libs for internal editline.
9 years ago
Corey Farrell a6d58c518a core: Create main/options.c.
9 years ago
Jenkins2 fa892d8dfd Merge "core: Stop using AST_INLINE_API for allocator functions."
9 years ago
Joshua Colp f03b984724 Merge "core: Remove additional symbols."
9 years ago
Jenkins2 60a06fbd1d Merge "core: Remove dead symbols from asterisk.exports.in."
9 years ago
Jenkins2 f863f1f91b Merge "channel.c: Allow generic plc then channel formats are equal"
9 years ago
Jenkins2 fcad222d7f Merge "BuildSystem: Instead of $PJPROJECT_LIBS with s, use $PJPROJECT_LIB everywhere."
9 years ago
Jenkins2 b68dae189d Merge "main/sounds: Use ast_cli_completion_add."
9 years ago
Joshua Colp dc2ce3ce32 Merge "named_acl: Use ast_cli_completion_add."
9 years ago
Joshua Colp 1a2f12e288 Merge "manager: Use ast_cli_completion_add for completion generators."
9 years ago
Joshua Colp e3a5874c12 Merge "main/test: Use ast_cli_completion_add."
9 years ago
Jenkins2 c1344d3f77 Merge "core: Minor cleanup of ast_el_read_char."
9 years ago
Joshua Colp 06424ebde1 Merge "aco: Use ast_cli_completion_add for 'config show help'."
9 years ago
Jenkins2 716e2d46e7 Merge "main/config: Use ast_cli_completion_add for reload completion."
9 years ago
Jenkins2 bf9631ea0b Merge "main/translate: Use ast_cli_completion_add."
9 years ago
Joshua Colp 650f561bbb Merge "main/taskprocessor: Use ast_cli_completion_add."
9 years ago
Jenkins2 5f5bb31f74 Merge "main/bridge: Use ast_cli_completion_add."
9 years ago
Jenkins2 ffc20301fa Merge "stringfields: Remove MALLOC_DEBUG fields from struct ast_string_field_mgr."
9 years ago
Corey Farrell 040bb21771 core: Remove additional symbols.
9 years ago
Corey Farrell de77cf8698 core: Remove dead symbols from asterisk.exports.in.
9 years ago
Corey Farrell 201762f161 named_acl: Use ast_cli_completion_add.
9 years ago
Corey Farrell 645203a422 main/sounds: Use ast_cli_completion_add.
9 years ago
George Joseph 5d097f8236 channel.c: Allow generic plc then channel formats are equal
9 years ago
Corey Farrell 8d01ec572d manager: Use ast_cli_completion_add for completion generators.
9 years ago
Corey Farrell 2c1ad2f510 main/test: Use ast_cli_completion_add.
9 years ago
Jenkins2 5843a19797 Merge "loader: Convert reload_classes to built-in modules."
9 years ago
Jenkins2 19196a98d0 Merge "main/cdr: Use ast_cli_completion_add for CDR channel completion."
9 years ago
Corey Farrell 8c25a72d57 main/bridge: Use ast_cli_completion_add.
9 years ago
Corey Farrell 5b40441197 core: Minor cleanup of ast_el_read_char.
9 years ago
Corey Farrell 1136a22a1e main/translate: Use ast_cli_completion_add.
9 years ago
Corey Farrell 91ac95993e main/taskprocessor: Use ast_cli_completion_add.
9 years ago
Corey Farrell 3ad56aa929 main/config: Use ast_cli_completion_add for reload completion.
9 years ago
Corey Farrell 9e335f22e7 aco: Use ast_cli_completion_add for 'config show help'.
9 years ago
Corey Farrell 4d1c9d8711 core: Stop using AST_INLINE_API for allocator functions.
9 years ago
Joshua Colp d5bfba60d2 Merge "astobj2_container: Use ast_cli_completion_add for container names."
9 years ago
Jenkins2 6df575541b Merge "main/ccss: Use ast_cli_completion_add for core id."
9 years ago
Jenkins2 6c4719fc2a Merge "main/channel: Use ast_cli_completion_add for channeltypes."
9 years ago
Corey Farrell ebe957c5e9 main/cdr: Use ast_cli_completion_add for CDR channel completion.
9 years ago
Corey Farrell 89ba4d4e3d main/ccss: Use ast_cli_completion_add for core id.
9 years ago
Corey Farrell aa0d95c730 astobj2_container: Use ast_cli_completion_add for container names.
9 years ago
Corey Farrell b929a7fb8d main/channel: Use ast_cli_completion_add for channeltypes.
9 years ago
Corey Farrell b45bb476bb cli: Enable ast_cli_completion_add on public completion generators.
9 years ago
Jenkins2 1a9ed413a1 Merge "core: Remove incorrect usage of attribute_malloc."
9 years ago
Jenkins2 15bf51af73 Merge "core: Remove non-critical cleanup from startup aborts."
9 years ago
Corey Farrell 572a508ef2 loader: Convert reload_classes to built-in modules.
9 years ago
Corey Farrell 9e488dd482 core: Remove incorrect usage of attribute_malloc.
9 years ago
Corey Farrell ea9768ff07 stringfields: Remove MALLOC_DEBUG fields from struct ast_string_field_mgr.
9 years ago
Jenkins2 4b7872c9db Merge "core: Remove ABI effects of MALLOC_DEBUG."
9 years ago
Corey Farrell fee929c8ac core: Remove non-critical cleanup from startup aborts.
9 years ago
Jenkins2 1485719531 Merge "Replace direct checks of option_debug with DEBUG_ATLEAST macro."
9 years ago
Alexander Traud fc64a0e2b3 BuildSystem: Instead of $PJPROJECT_LIBS with s, use $PJPROJECT_LIB everywhere.
9 years ago
Corey Farrell c8a521b6c8 Replace direct checks of option_debug with DEBUG_ATLEAST macro.
9 years ago
Alexander Traud 58f44f225a utils: In Solaris, avoid a warning about an unused variable.
9 years ago
Jenkins2 91a8c7a281 Merge "BuildSystem: Cast any intptr_t explicitly to its proposed type."
9 years ago
Jenkins2 e21f168477 Merge "BuildSystem: Detect whether uselocale(.) is available."
9 years ago
Jenkins2 3afc2c52af Merge "core: Fix handling of maximum length lines in config files."
9 years ago
Alexander Traud 5d19762b5f BuildSystem: Cast any intptr_t explicitly to its proposed type.
9 years ago
Alexander Traud 9749524520 BuildSystem: Detect whether uselocale(.) is available.
9 years ago
Richard Mudgett c711e4076a core: Remove ABI effects of MALLOC_DEBUG.
9 years ago
Richard Mudgett 1a36a452bd pjproject: Add cache_pools debugging option.
9 years ago
Corey Farrell a7927471ad core: Fix handling of maximum length lines in config files.
9 years ago
Richard Mudgett f083edc43c manager.c: Fix lseek() parameter order.
9 years ago
Joshua Colp e70c4ec84d AST-2018-001: rtp / channel: Don't allow an unnegotiated format to be passed up.
9 years ago
Richard Mudgett e2f98fbd63 channel.c: Fix typo.
9 years ago
Jenkins2 3c5784315d Merge "core: Rename sounds_index.c to sounds.c."
9 years ago
Jenkins2 fd353237f0 Merge "config: Fix locking for extconfig reload."
9 years ago
Jenkins2 ff4351952b Merge "optional_api: Refactor to use vector's and standard allocators."
9 years ago
Jenkins2 fbe2f1fe01 Merge "rtp_engine: Load format name / mime type in uppercase again."
9 years ago
Jenkins2 15886d5833 Merge "manager: Add AMI event Load/Unload"
9 years ago
Corey Farrell 97c21e9cb3 core: Rename sounds_index.c to sounds.c.
9 years ago
Corey Farrell e03f0f9572 config: Fix locking for extconfig reload.
9 years ago
Alexander Traud a70c92121d rtp_engine: Load format name / mime type in uppercase again.
9 years ago
Sean Bright af2dd3a678 bridge_roles: Use a non-locking linked list where appropriate
9 years ago
Jenkins2 d6147aa6a3 Merge "main/asterisk.c: Remove silly usage of RAII_VAR."
9 years ago
Jenkins2 41a05aacc9 Merge "core: Remove embedded editline."
9 years ago
Joshua Colp d494cc1c88 Merge "json: Add conditionals to avoid locking if Jansson is thread safe."
9 years ago
Corey Farrell 9e45d3f893 main/asterisk.c: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 02ee296f81 optional_api: Refactor to use vector's and standard allocators.
9 years ago
Jenkins2 0461286123 Merge "cdr.c: Fix runtime leak of CDR records."
9 years ago
Sungtae Kim cb4cfb8c43 manager: Add AMI event Load/Unload
9 years ago
Corey Farrell 04490fb1d8 json: Add conditionals to avoid locking if Jansson is thread safe.
9 years ago
Corey Farrell 9fddc8b4dc core: Remove embedded editline.
9 years ago
Alexander Traud 32e610d9e6 backtrace: Avoid potential spurious output.
9 years ago
Richard Mudgett b2fcb30d38 cdr.c: Fix runtime leak of CDR records.
9 years ago
Jenkins2 2d90b1efd9 Merge "manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event"
9 years ago
Jenkins2 5c524e3287 Merge "manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix()"
9 years ago
Sungtae Kim 7e32adf044 manager.c: Fixed "(null):" header in AMI AsyncAGIEnd event
9 years ago
Richard Mudgett 3419a048b9 manager.c: Fix potential memory leak and corruption.
9 years ago
Richard Mudgett bcfe172f8d manager_channels.c: Reordered ast_manager_build_channel_state_string_prefix()
9 years ago
Richard Mudgett b9024197ab app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs.
9 years ago
Jenkins2 093484d137 Merge "loader: Use ast_cli_completion_add for 'module load' completion."
9 years ago
Jenkins2 8f6978d7b8 Merge "pbx_variables.c: Misc fixes in variable substitution."
9 years ago
Jenkins2 da4ddb1faa Merge "Build System: Require __sync or __atomic functions."
9 years ago
Jenkins2 21bcd85bba Merge "core: Fix unused variable error in handle_show_sysinfo."
9 years ago
Jenkins2 1e44d50893 Merge "core: Tweak startup order."
9 years ago
Jenkins2 7c77365549 Merge "editline: Avoid shifting a negative signed value."
9 years ago
Corey Farrell 84a6365164 loader: Use ast_cli_completion_add for 'module load' completion.
9 years ago
Alexander Traud d9e42f27b9 core: Fix unused variable error in handle_show_sysinfo.
9 years ago
Alexander Traud 3c26eec043 editline: Avoid shifting a negative signed value.
9 years ago
Corey Farrell 39fcecad59 core: Tweak startup order.
9 years ago
Corey Farrell 23381d2c5e Build System: Require __sync or __atomic functions.
9 years ago
Corey Farrell a164b7ccfb loader: Correct overly strict startup checks.
9 years ago
Jenkins2 d4e9f7c940 Merge "loader: Add support for built-in modules."
9 years ago
Jenkins2 cec16d8e4f Merge "loader: Rework load_resource_list."
9 years ago
Richard Mudgett 2f78dc2bfa pbx_variables.c: Misc fixes in variable substitution.
9 years ago
Joshua Colp 908e39f186 Merge "loader: Remove global symbol only startup phase."
9 years ago
Jenkins2 2c27205e4e Merge "loader: Process module dependencies."
9 years ago
Jenkins2 fd32ca51e8 Merge "pbx: Reduce verbosity while loading extensions"
9 years ago
krells 77f2814d01 pbx: Reduce verbosity while loading extensions
9 years ago
Corey Farrell 25cb1ab05b loader: Add support for built-in modules.
9 years ago
Corey Farrell e6142a1282 loader: Rework load_resource_list.
9 years ago
Corey Farrell a80cbb046e loader: Remove global symbol only startup phase.
9 years ago
Corey Farrell 3b73ed28c5 loader: Process module dependencies.
9 years ago
Corey Farrell 4fd303b630 loader: Miscellaneous fixes.
9 years ago
Richard Mudgett 7ed7d525fb taskprocessor.c: Increase the number of tps_singletons container buckets.
9 years ago
Corey Farrell 35ae99c712 vector: Additional string vector definitions.
9 years ago
Jenkins2 8a6febd980 Merge "stasis_message_router: Remove silly usage of RAII_VAR."
9 years ago
Jenkins2 f94c56d388 Merge "stasis_endpoints: Remove silly usage of RAII_VAR."
9 years ago
Jenkins2 a13578e789 Merge "stasis_system: Remove silly usage of RAII_VAR."
9 years ago
Jenkins2 4534f32fca Merge "stasis: Remove silly usage of RAII_VAR."
9 years ago
Jenkins2 ae723f85ee Merge "stasis_bridges: Remove silly usage of RAII_VAR."
9 years ago
Jenkins2 19523cd5a1 Merge "stasis_cache: Remove silly usage of RAII_VAR."
9 years ago
Corey Farrell f0eb00d1e7 stasis: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell a383e1ddb1 stasis_cache_pattern: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 0de004dd85 stasis_bridges: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 01127e1664 stasis_cache: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 175a9ef873 stasis_endpoints: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 4b655184b0 stasis_message_router: Remove silly usage of RAII_VAR.
9 years ago
Corey Farrell 3074c4165c stasis_system: Remove silly usage of RAII_VAR.
9 years ago
Alexander Traud 3a7d917256 translate: Avoid absolute value on unsigned substraction.
9 years ago
Jenkins2 4b326eb289 Merge "editline: Avoid comparison between pointer and zero character constant."
9 years ago
Alexander Traud ad3252ccef editline: Avoid comparison between pointer and zero character constant.
9 years ago
Corey Farrell cfb88f3ac1 pbx: Prevent execution of NULL pointer.
9 years ago
Jenkins2 4eccf697e1 Merge "rtp_engine: Add missing unlock."
9 years ago
Joshua Colp 5cab877093 Merge "translators: Don't use ast_module_running_ref."
9 years ago
Corey Farrell 82cf585fb5 translators: Don't use ast_module_running_ref.
9 years ago
Corey Farrell da365affbd rtp_engine: Add missing unlock.
9 years ago
Corey Farrell aaed0b8b3a aco: Fix NULL dereference in error path.
9 years ago
Joshua Colp 2fac32a37a Merge "loader: Create ast_module_running_ref."
9 years ago
Joshua Colp 307abc4cad Merge "datastore: Add automatic module references."
9 years ago
Corey Farrell 55f1d69c43 loader: Create ast_module_running_ref.
9 years ago
Jenkins2 84d0871380 Merge "core: Use macros to generate ao2_container callbacks where possible."
9 years ago
Joshua Colp f77ca95418 Merge "aco: Add missing aco_option_type_string for OPT_TIMELEN_T."
9 years ago
Jenkins2 5a1525345e Merge "cdr: submit: fix logic of test for batch mode"
9 years ago
Jenkins2 6480777005 Merge "stasis_channels.c: Misc cleanup."
9 years ago
Tzafrir Cohen 9b5d1454b4 cdr: submit: fix logic of test for batch mode
9 years ago
Corey Farrell f298178583 aco: Add missing aco_option_type_string for OPT_TIMELEN_T.
9 years ago
Sean Bright 15f8b9b8bf ice: Increase foundation buffer size
9 years ago
Corey Farrell bc73337e07 core: Use macros to generate ao2_container callbacks where possible.
9 years ago
Corey Farrell 0fe7df641a datastore: Add automatic module references.
9 years ago
Richard Mudgett 2dde5bef47 stasis_channels.c: Misc cleanup.
9 years ago
Jenkins2 0d9968e001 Merge "manager.c: Update AMI Status event documentation"
9 years ago
Jenkins2 50cf373be5 Merge "cdr: Missing NULL check and unlock."
9 years ago
Richard Mudgett d69b7c6c6d manager.c: Update AMI Status event documentation
9 years ago
Corey Farrell 94eb12ca56 cdr: Missing NULL check and unlock.
9 years ago
Corey Farrell 23aa20bf20 loader: Add volatile to resource_being_loaded.
9 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
9 years ago
Jenkins2 0100c9267e Merge "Fix Common Typo's."
9 years ago
Joshua Colp c7a0ad8b99 Merge "bridge: Old channel video source not set to NULL after unref."
9 years ago
Corey Farrell 1b80ffa495 Fix Common Typo's.
9 years ago
Corey Farrell aaa3884d4a bridge: Old channel video source not set to NULL after unref.
9 years ago
Corey Farrell c2850bfebc core: Fix unused variable error in handle_show_sysinfo.
9 years ago
Jenkins2 4815be9aeb Merge "CLI: Address multiple issues."
9 years ago
Jenkins2 0b9396720a Merge "bridge: Stop music on hold on adding an arbitrary channel to a bridge"
9 years ago
Jenkins2 a711ac25f1 Merge "dns_core: Protect against array index violation."
9 years ago
Jenkins2 262eda7801 Merge "Remove constant conditionals (dead-code)."
9 years ago
Corey Farrell d51837a1b9 CLI: Address multiple issues.
9 years ago
Jenkins2 204dd027dd Merge "core: Fix multiple trivial issues in the core."
9 years ago
George Joseph 88f7f4ebb6 Merge "main/app: Fix leaks."
9 years ago
Corey Farrell b8f54f742f dns_core: Protect against array index violation.
9 years ago
Ivan Poddubny 3b99a0332c bridge: Stop music on hold on adding an arbitrary channel to a bridge
9 years ago
Jenkins2 6bd25cad86 Merge "rtp_engine.c: Eliminate rtcp_report_to_json() RAII_VAR usage."
9 years ago
Corey Farrell b3e839debd Remove constant conditionals (dead-code).
9 years ago
Corey Farrell bf33a09c37 core: Fix multiple trivial issues in the core.
9 years ago
Corey Farrell 8dfc973d64 main/app: Fix leaks.
9 years ago
Richard Mudgett f6393b59af ast_json_pack(): Use safer json ref mechanism.
9 years ago
Richard Mudgett 7054fb8756 rtp_engine.c: Eliminate rtcp_report_to_json() RAII_VAR usage.
9 years ago
Jenkins2 11a1e07ad2 Merge "netsock: Remove from Asterisk core."
9 years ago
Jenkins2 7b127e2d20 Merge "CLI: Fix 'core set debug channel' completion bug."
9 years ago
George Joseph 08440fd1d9 Merge "CLI: Remove special handling of 'core set verbose' from rasterisk."
9 years ago
Joshua Colp 5224fd3ab4 Merge changes from topic 'faster-aco'
9 years ago
Corey Farrell 064c74e4af netsock: Remove from Asterisk core.
9 years ago
Corey Farrell 731a23fba7 CLI: Fix 'core set debug channel' completion bug.
9 years ago
George Joseph c56c4312ad Merge changes from topic 'loader-work'
9 years ago
Jenkins2 5346c290e0 Merge "cdr: Minor optimizations."
9 years ago
Jenkins2 7ffe5aba24 Merge "loader: Rework of load_dynamic_module."
9 years ago
Jenkins2 c9bcd888a2 Merge "res_rtp_asterisk.c: Disable packet flood detection for video streams."
9 years ago
Joshua Colp b223f0e108 Merge "loader: Minor fix to module registration."
9 years ago
Corey Farrell e6768c0f81 cdr: Minor optimizations.
9 years ago
Jenkins2 dff0415b1e Merge "pjsip_options: wrongly applied "UNKNOWN" status"
9 years ago
Corey Farrell bf2d35931d aco: Minimize use of regex.
9 years ago
Corey Farrell a455e18320 aco: Create ways to minimize use of regex.
9 years ago
Corey Farrell 9d5797616c loader: Use vector to build apha sorted module lists.
9 years ago
Corey Farrell 7b54903313 loader: Replace priority heap with vector.
9 years ago
Corey Farrell 3505cc88e8 loader: Rework of load_dynamic_module.
9 years ago
Corey Farrell 80bf0ee99a loader: Minor fix to module registration.
9 years ago
Richard Mudgett 98f7e9251f res_rtp_asterisk.c: Disable packet flood detection for video streams.
9 years ago
George Joseph afb6e85980 Merge "CLI: Fix 'core show sysinfo' function ordering."
9 years ago
Corey Farrell 5f6a3c4399 CLI: Remove special handling of 'core set verbose' from rasterisk.
9 years ago
Corey Farrell c01ba7437e CLI: Fix 'core show sysinfo' function ordering.
9 years ago
Kevin Harwell b088cddc03 pjsip_options: wrongly applied "UNKNOWN" status
9 years ago
Richard Mudgett c2ec82bf36 stasis_channels.c: Don't set channel snapshot caller_dnid twice.
9 years ago
Jenkins2 b7e79d7baf Merge "astdb: Improve prefix searches in astdb"
9 years ago
Jenkins2 f81a884033 Merge "loader: Refactor resource_name_match."
9 years ago
Sean Bright 9a9edc6c9e astdb: Improve prefix searches in astdb
9 years ago
Corey Farrell d2e87b8e14 loader: Refactor resource_name_match.
9 years ago
Sean Bright 2ffe52a116 utils: Add convenience function for setting fd flags
9 years ago
Jenkins2 b0b28446c1 Merge "translate: Skip matrix_rebuild during shutdown."
9 years ago
George Joseph d7f3f8c283 Merge "sounds_index: Avoid repeatedly reindexing."
9 years ago
George Joseph 5cef8b2f3e Merge "media_index: Improve startup."
9 years ago
Corey Farrell c2c9995830 translate: Skip matrix_rebuild during shutdown.
9 years ago
Corey Farrell ab191e9782 sounds_index: Avoid repeatedly reindexing.
9 years ago
Corey Farrell 2af59ebb3a media_index: Improve startup.
9 years ago
Richard Mudgett e97e41552e bridge_basic.c: Update transfer diagnostic messages addendum.
9 years ago
Niklas Larsson 9d00583164 bridge_basic.c: Update transfer diagnostic messages.
9 years ago
Joshua Colp 93c2cd1383 Merge "config: Speed up config template lookup"
9 years ago
Sean Bright d9fdeae6a4 config: Speed up config template lookup
9 years ago
Sean Bright 1ad0fbc80e config: Speed up ACO & sorcery initialization
9 years ago
Jenkins2 5de9754313 Merge "translate: Transcode siren14, speex32, silk24, and silk12 via slin16."
9 years ago
Jenkins2 f98dad52d2 Merge "CLI: Remove compatibility code."
9 years ago
Joshua Colp c7aa6e41c1 Merge "translate: Show sample rate for silk, speex, and slin in translation table."
9 years ago
Corey Farrell d12a2ab400 CLI: Remove compatibility code.
9 years ago
Jenkins2 ae342a824f Merge "CLI: Finish conversion of completion handling to vectors."
9 years ago
George Joseph b4119a4c31 Merge "CLI: Refactor cli_complete."
9 years ago
Joshua Colp a06bca48e7 Merge "CLI: Rewrite ast_el_strtoarr to use vector's internally."
9 years ago
George Joseph 708189ce02 Merge "CLI: Create ast_cli_completion_add function."
9 years ago
Jenkins2 b69bfc637f Merge "CLI: Refactor ast_cli_display_match_list."
9 years ago
George Joseph 93dba6f396 Merge "CLI: Remove calls to ast_cli_generator."
9 years ago
Alexander Traud 58115e9c21 translate: Transcode siren14, speex32, silk24, and silk12 via slin16.
9 years ago
Alexander Traud 74e7005a74 translate: Show sample rate for silk, speex, and slin in translation table.
9 years ago
Joshua Colp ac6b029fe4 Merge "aoc: Remove silly usage of RAII_VAR."
9 years ago
Joshua Colp 0434f6a255 Merge "abstract_jb: Remove silly usage of RAII_VAR."
9 years ago
Joshua Colp 11cb4f2715 Merge "app: Remove silly usage of RAII_VAR."
9 years ago
Joshua Colp 40c3114013 Merge "ccss: Remove silly usage of RAII_VAR."
9 years ago
Corey Farrell b79d04f8f8 CLI: Finish conversion of completion handling to vectors.
9 years ago
Corey Farrell fbb8c0d3e4 CLI: Refactor cli_complete.
9 years ago
Corey Farrell 1cd24cd726 CLI: Rewrite ast_el_strtoarr to use vector's internally.
9 years ago
Corey Farrell 9c0a2110f0 CLI: Refactor ast_cli_display_match_list.
9 years ago
Corey Farrell 9587a61f4c CLI: Create ast_cli_completion_add function.
9 years ago
Corey Farrell a02cbc2ef3 CLI: Remove calls to ast_cli_generator.
9 years ago
Joshua Colp 3abf8dfeae Merge "cli: Remove silly usage of RAII_VAR."
9 years ago
Joshua Colp 146f6b92eb Merge "loader: Fix comments in struct ast_module."
9 years ago
Joshua Colp f5b2746355 Merge "CLI: Create ast_cli_completion_vector."
9 years ago