]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
6 years agoMerge "res_pjsip_notify: improve realtime performance on CLI completion on the endpoi...
George Joseph [Mon, 29 Oct 2018 18:22:52 +0000 (13:22 -0500)] 
Merge "res_pjsip_notify: improve realtime performance on CLI completion on the endpoint" into 16

6 years agores_pjsip_notify: improve realtime performance on CLI completion on the endpoint
Alexei Gradinari [Fri, 26 Oct 2018 21:18:38 +0000 (17:18 -0400)] 
res_pjsip_notify: improve realtime performance on CLI completion on the endpoint

The module 'res_pjsip_notify' inefficiently makes a lot of DB requests
on CLI completion on the endpoint.

For example if there are 10k endpoints the module makes 10k requests
of these 10k records.

Even if a part of the endpoint entered
the module makes the same 10k requests and then filtered them by itself.

This patch gathers endpoints container by prefix
and adds all gathered endpoints to completion at once.

ASTERISK-28137 #close

Change-Id: Ic20024912cc77bf4d3e476c4cd853293c52b254b

6 years agores_pjsip_session: add new flag use_callerid_contact
Torrey Searle [Tue, 2 Oct 2018 12:31:43 +0000 (14:31 +0200)] 
res_pjsip_session: add new flag use_callerid_contact

Add a new global flag to res_pjsip to allow the callerid to be used
as the username in the contact header.  This allows chan_pjsip to have
the same behavour as chan_sip

ASTERISK-28087 #close

Change-Id: I9a720e058323f6862a91c62f8a8c1a4b5c087b95

6 years agoMerge "app_dial/queue/followme: 'I' options to block initial updates in both directio...
Joshua Colp [Thu, 25 Oct 2018 12:46:16 +0000 (07:46 -0500)] 
Merge "app_dial/queue/followme: 'I' options to block initial updates in both directions" into 16

6 years agoMerge "bridge_softmix: Add SDP "label" attribute to streams" into 16
Joshua Colp [Thu, 25 Oct 2018 12:45:40 +0000 (07:45 -0500)] 
Merge "bridge_softmix:  Add SDP "label" attribute to streams" into 16

6 years agoMerge "modules.conf.sample: Update preload usage documentation." into 16
Joshua Colp [Thu, 25 Oct 2018 11:56:21 +0000 (06:56 -0500)] 
Merge "modules.conf.sample: Update preload usage documentation." into 16

6 years agologger.c: Fix default console logging when no logger.conf available.
Richard Mudgett [Thu, 18 Oct 2018 00:34:37 +0000 (19:34 -0500)] 
logger.c: Fix default console logging when no logger.conf available.

Default logging was not setup correctly when there was no logger.conf.
This resulted in many expected log messages not actually getting out to
the console.

Change-Id: I542e61c03b2f630ff5327f9de5641d776c6fa70c

6 years agoapp_dial/queue/followme: 'I' options to block initial updates in both directions
Alexei Gradinari [Wed, 26 Sep 2018 20:05:59 +0000 (16:05 -0400)] 
app_dial/queue/followme: 'I' options to block initial updates in both directions

The 'I' option currently blocks initial CONNECTEDLINE or REDIRECTING updates
from the called parties to the caller.

This patch also blocks updates in the other direction before call is
answered.

ASTERISK-27980

Change-Id: I6ce9e151a2220ce9e95aa66666933cfb9e2a4a01

6 years agomodules.conf.sample: Update preload usage documentation.
Richard Mudgett [Mon, 22 Oct 2018 19:31:27 +0000 (14:31 -0500)] 
modules.conf.sample: Update preload usage documentation.

Change-Id: Id449d4435c38148b56ac4cfd61ae4d90ac66bb90

6 years agobridge_softmix: Add SDP "label" attribute to streams
George Joseph [Tue, 16 Oct 2018 12:02:19 +0000 (06:02 -0600)] 
bridge_softmix:  Add SDP "label" attribute to streams

Adding the "label" attribute used for participant info correlation
was previously done in app_confbridge but it wasn't working
correctly because it didn't have knowledge about which video
streams belonged to which channel.  Only bridge_softmix has that
data so now it's set when the bridge topology is changed.

ASTERISK-28107

Change-Id: Ieddeca5799d710cad083af3fcc3e677fa2a2a499

6 years agoMerge "astobj2: Eliminate usage of legacy container allocation macros." into 16
George Joseph [Wed, 24 Oct 2018 13:30:56 +0000 (08:30 -0500)] 
Merge "astobj2: Eliminate usage of legacy container allocation macros." into 16

6 years agoMerge "app_dial/app_queue: Update application option documentation" into 16
George Joseph [Wed, 24 Oct 2018 12:47:29 +0000 (07:47 -0500)] 
Merge "app_dial/app_queue: Update application option documentation" into 16

6 years agoMerge "lock: Replace __ast_mutex_logger with private log_mutex_error." into 16
George Joseph [Wed, 24 Oct 2018 12:46:30 +0000 (07:46 -0500)] 
Merge "lock: Replace __ast_mutex_logger with private log_mutex_error." into 16

6 years agoMerge "samples: PARKINGSLOT -> PARKING_SPACE in parking sample config" into 16
Richard Mudgett [Mon, 22 Oct 2018 15:20:52 +0000 (10:20 -0500)] 
Merge "samples: PARKINGSLOT -> PARKING_SPACE in parking sample config" into 16

6 years agoastobj2: Eliminate usage of legacy container allocation macros.
Corey Farrell [Tue, 16 Oct 2018 19:06:15 +0000 (15:06 -0400)] 
astobj2: Eliminate usage of legacy container allocation macros.

These macros have been documented as legacy for a long time but are
still used in new code because they exist.  Remove all references to:
* ao2_container_alloc_options
* ao2_t_container_alloc_options
* ao2_t_container_alloc

These macro's are still available for use but only in modules.  Only
ao2_container_alloc remains due to it's use in over 100 places.

Change-Id: I1a26258b5bf3deb081aaeed11a0baa175c933c7a

6 years agolock: Replace __ast_mutex_logger with private log_mutex_error.
Corey Farrell [Fri, 28 Sep 2018 18:31:37 +0000 (14:31 -0400)] 
lock: Replace __ast_mutex_logger with private log_mutex_error.

__ast_mutex_logger used the variable `canlog` without accepting it as a
argument.  Replace with internal macro `log_mutex_error` which takes
canlog as the first arguement.  This will prevent confusion when working
with lock.c code, many of the function declare the canlog variable and
in some cases it previously appeared to be unused.

Change-Id: I83b372cb0654c5c18eadc512f65a57fa6c2e9853

6 years agoMerge "Fix 'statement' typo throughout code." into 16
Jenkins2 [Fri, 19 Oct 2018 14:05:56 +0000 (09:05 -0500)] 
Merge "Fix 'statement' typo throughout code." into 16

6 years agoMerge "modules: Add missing run time module support levels." into 16
George Joseph [Fri, 19 Oct 2018 13:39:32 +0000 (08:39 -0500)] 
Merge "modules: Add missing run time module support levels." into 16

6 years agoMerge "taskprocessor: Warn on unused result from pushing task." into 16
George Joseph [Fri, 19 Oct 2018 13:38:40 +0000 (08:38 -0500)] 
Merge "taskprocessor: Warn on unused result from pushing task." into 16

6 years agoapp_dial/app_queue: Update application option documentation
Richard Mudgett [Thu, 18 Oct 2018 19:36:47 +0000 (14:36 -0500)] 
app_dial/app_queue: Update application option documentation

* Update the post-answer documentation and example.  The Dial example was
incorrect and misleading for the post-answer subroutine useage.

* Fix note and warning paragraphs in option descriptions.  They don't show
up in the wiki.

Change-Id: I81019a1fd75d5b9151f76b52c38e2a90da682d14

6 years agosamples: PARKINGSLOT -> PARKING_SPACE in parking sample config
Sean Bright [Thu, 18 Oct 2018 19:56:42 +0000 (15:56 -0400)] 
samples: PARKINGSLOT -> PARKING_SPACE in parking sample config

PARKINGSLOT was deprecated in Asterisk 12 but the sample config was not
updated to reflect that.

Change-Id: I3e087c19d9ee587094fa5304102d8084a79c2b3c

6 years agoFix 'statement' typo throughout code.
Richard Mudgett [Thu, 18 Oct 2018 17:32:26 +0000 (12:32 -0500)] 
Fix 'statement' typo throughout code.

Most were in comments.  A couple were in warning messages.

Pointed out by Jonathan H on the Asterisk users mailing list.

Change-Id: I6286939dff5d0a27a2758140570106f1cb351855

6 years agores_rtp_asterisk.c: Add conditional module dependency to res_pjproject
Richard Mudgett [Wed, 17 Oct 2018 21:08:19 +0000 (16:08 -0500)] 
res_rtp_asterisk.c: Add conditional module dependency to res_pjproject

* The dependency ensures that res_pjproject cannot be manually unloaded
before res_rtp_asterisk.
* The dependency allows startup loading errors to report that
res_rtp_asterisk depends upon res_pjproject.

Change-Id: Icf5e7581f4ddd6189929f6174c74dd951f887377

6 years agomodules: Add missing run time module support levels.
Richard Mudgett [Wed, 17 Oct 2018 19:34:55 +0000 (14:34 -0500)] 
modules: Add missing run time module support levels.

Change-Id: I29b9dbfa4bbfc49f21eba356858e38b1d3041824

6 years agoMerge "bundled pjproject: Remove timer cleanup usage patch." into 16
George Joseph [Wed, 17 Oct 2018 15:15:43 +0000 (10:15 -0500)] 
Merge "bundled pjproject: Remove timer cleanup usage patch." into 16

6 years agotaskprocessor: Warn on unused result from pushing task.
Corey Farrell [Sun, 14 Oct 2018 12:58:59 +0000 (08:58 -0400)] 
taskprocessor: Warn on unused result from pushing task.

Add attribute_warn_unused_result to ast_taskprocessor_push,
ast_taskprocessor_push_local and ast_threadpool_push.  This will help
ensure we perform the necessary cleanup upon failure.

Change-Id: I7e4079bd7b21cfe52fb431ea79e41314520c3f6d

6 years agoMerge "refdebug: Create refstats.py script." into 16
George Joseph [Tue, 16 Oct 2018 18:43:19 +0000 (13:43 -0500)] 
Merge "refdebug: Create refstats.py script." into 16

6 years agobundled pjproject: Remove timer cleanup usage patch.
Richard Mudgett [Tue, 16 Oct 2018 17:28:38 +0000 (12:28 -0500)] 
bundled pjproject: Remove timer cleanup usage patch.

This patch is not in the upstream pjproject and does unsafe things with
the timer->_timer_id and timer->_grp_lock values in pj_timer_entry_reset()
outside of the timer heap lock.  pj_timer_entry_reset() is also called for
timers that are not about to be rescheduled in a few places.

Change-Id: I4fe0b4bc648f7be5903cf4531b94fc87275713c1

6 years agoMerge "threadpool: Eliminate pointless AO2 usage." into 16
George Joseph [Tue, 16 Oct 2018 15:15:36 +0000 (10:15 -0500)] 
Merge "threadpool: Eliminate pointless AO2 usage." into 16

6 years agorefdebug: Create refstats.py script.
Corey Farrell [Wed, 10 Oct 2018 09:37:23 +0000 (05:37 -0400)] 
refdebug: Create refstats.py script.

This allows us to process AO2 statistics for total objects, memory
usage, memory overhead and lock usage.

* Install refstats.py and reflocks.py into the Asterisk scripts folder.
* Enable support for reflocks.py without DEBUG_THREADS.

Steal a bit from the ao2 magic to flag when an object lock is used.
Remove 'lockobj' from reflocks.py since we can now record 'used' or
'unused' for those objects.

Add comments to explain thread safety of the 'struct __priv_data'
bitfields.

Change-Id: I84e9d679cc86d772cc97c888d9d856a17e0d3a4a

6 years agores_pjsip: set callerid_tag to empty string
Alexei Gradinari [Fri, 12 Oct 2018 17:14:03 +0000 (13:14 -0400)] 
res_pjsip: set callerid_tag to empty string

This patch sets the callerid_tag to empty string by default.

If the callerid_tag is set to NULL then the tag does not
become part of a connected line update.
For example:
Alice's tag is "Alice".
Bob's tag is empty.
Charlie's tag is "Charlie".
Alice calls Bob and then does attended transfer to Charlie.
When Alice hangs up the CONNECTEDLINE(tag) is "Alice"
on the interception routine on the Charlie's channel, but should be empty.

Ths patch also fix memory leaks if there are more then one options
"callerid", "callerid_tag", "voicemail_extension" and "contact_user"
in the pjsip.conf endpoint definition.

Change-Id: I86ba455c4677ca8d516d9a04ce7fb4d24dd576e4

6 years agoMerge "main/astfd: Fix GCC8 format-truncation warning." into 16
George Joseph [Mon, 15 Oct 2018 15:34:47 +0000 (10:34 -0500)] 
Merge "main/astfd: Fix GCC8 format-truncation warning." into 16

6 years agoMerge "res_statsd.c: Fix returned reload status." into 16
George Joseph [Mon, 15 Oct 2018 15:31:35 +0000 (10:31 -0500)] 
Merge "res_statsd.c: Fix returned reload status." into 16

6 years agothreadpool: Eliminate pointless AO2 usage.
Corey Farrell [Thu, 11 Oct 2018 11:24:40 +0000 (07:24 -0400)] 
threadpool: Eliminate pointless AO2 usage.

thread_worker_pair, set_size_data and task_pushed_data structures are
allocated with AO2 objects, passed to a taskprocessor, then released.
They never have multiple owners or use locking so AO2 only adds
overhead.

Change-Id: I2204d2615d9d952670fcb48e0a9c0dd1a6ba5036

6 years agomain/astfd: Fix GCC8 format-truncation warning.
Corey Farrell [Fri, 12 Oct 2018 17:21:24 +0000 (13:21 -0400)] 
main/astfd: Fix GCC8 format-truncation warning.

The field used to store call arguments was not large enough to hold the
arguments string that can be constructed for 'open'.  Expand it to
prevent this warning/error.

Change-Id: I514927f256481bc84df10a51b19d5b5fb1bc387e

6 years agoMerge "loader: Flag module as declined in all cases where it fails to load." into 16
Kevin Harwell [Wed, 10 Oct 2018 19:22:13 +0000 (14:22 -0500)] 
Merge "loader: Flag module as declined in all cases where it fails to load." into 16

6 years agochan_sip: Tell module loader that chan_sip is extended support.
Corey Farrell [Wed, 10 Oct 2018 11:38:08 +0000 (07:38 -0400)] 
chan_sip: Tell module loader that chan_sip is extended support.

Change-Id: I33508c134b1be888b8884f5dcfee19087634e415

6 years agores_statsd.c: Fix returned reload status.
Richard Mudgett [Tue, 9 Oct 2018 21:18:49 +0000 (16:18 -0500)] 
res_statsd.c: Fix returned reload status.

The return status when there was no change in statsd.conf was incorrect.
This resulted in the wrong status message on the CLI when reloading the
module.

* Fixed cleanup on initial load if initializing statsd failed.

Change-Id: Id24fae75f1a7ff584a444a5680e867d989792481

6 years agoMerge "core/frame: generate correct T.140 payload in ast_sendtext_data()" into 16
George Joseph [Fri, 5 Oct 2018 19:33:19 +0000 (14:33 -0500)] 
Merge "core/frame: generate correct T.140 payload in ast_sendtext_data()" into 16

6 years agoMerge "func_periodic_hook.c: Cleanup module resources on failure." into 16
George Joseph [Fri, 5 Oct 2018 19:32:08 +0000 (14:32 -0500)] 
Merge "func_periodic_hook.c: Cleanup module resources on failure." into 16

6 years agoMerge "codec_speex.c: Cleanup module loading to DECLINE and not FAILURE." into 16
George Joseph [Fri, 5 Oct 2018 19:31:17 +0000 (14:31 -0500)] 
Merge "codec_speex.c: Cleanup module loading to DECLINE and not FAILURE." into 16

6 years agoMerge "res_smdi.c: Fix module ref counting and inverted test." into 16
George Joseph [Fri, 5 Oct 2018 15:52:43 +0000 (10:52 -0500)] 
Merge "res_smdi.c: Fix module ref counting and inverted test." into 16

6 years agoMerge "res_statsd.c: Made use defaults if the statsd.conf file does not exist." into 16
George Joseph [Fri, 5 Oct 2018 15:10:53 +0000 (10:10 -0500)] 
Merge "res_statsd.c: Made use defaults if the statsd.conf file does not exist." into 16

6 years agoMerge "res_smdi.c: Made use defaults if the smdi.conf file does not exist." into 16
George Joseph [Fri, 5 Oct 2018 15:09:16 +0000 (10:09 -0500)] 
Merge "res_smdi.c: Made use defaults if the smdi.conf file does not exist." into 16

6 years agocore/frame: generate correct T.140 payload in ast_sendtext_data()
neutrino88 [Wed, 3 Oct 2018 21:51:49 +0000 (17:51 -0400)] 
core/frame: generate correct T.140 payload in ast_sendtext_data()

ast_sendtext_data() would create an incorrect T.140 text frame which
length include the null terminator byte. It causes ultimately RTP
packets to be send with this trailing 0. The proposed fix just set the
correct length to the text frame

ASTERISK-28089
Reported by: Emmanuel BUU
Tested by: Emmanuel BUU

Change-Id: I7ab1b9ed1e21683b2b667ea0a59d9aba3c77dd96

6 years agoloader: Flag module as declined in all cases where it fails to load.
Corey Farrell [Thu, 4 Oct 2018 23:33:25 +0000 (19:33 -0400)] 
loader: Flag module as declined in all cases where it fails to load.

This has no effect on startup since AST_MODULE_LOAD_FAILURE aborts
startup, but it's possible for this code to be returned on manual load
of a module after startup.

It is an error for a module to not have a load callback but this is not
a fatal system error.  In this case flag the module as declined, return
AST_MODULE_LOAD_FAILURE only if a required module is broken.

Expand doxygen documentation for AST_MODULE_LOAD_*.

Change-Id: I3c030bb917f6e5a0dfd9d91491a4661b348cabf8

6 years agofunc_periodic_hook.c: Cleanup module resources on failure.
Richard Mudgett [Thu, 4 Oct 2018 18:13:24 +0000 (13:13 -0500)] 
func_periodic_hook.c: Cleanup module resources on failure.

* Make load_module() cleanup if it failed to setup the module.

* Make unload_module() always return 0.  It is silly to fail unloading if
the hook function we try to unregister was not even registered.

Change-Id: I280fc6e8ba2a7ee2588ca01d870eebaf74b4ffe6

6 years agocodec_speex.c: Cleanup module loading to DECLINE and not FAILURE.
Richard Mudgett [Thu, 4 Oct 2018 16:49:09 +0000 (11:49 -0500)] 
codec_speex.c: Cleanup module loading to DECLINE and not FAILURE.

If codec_speex fails to register a translator it would cause Asterisk to
exit instead of continue as a DECLINED module.

* Make unload_module() always return 0.  It is silly to fail unloading if
any translators we try to unregister were not even registered.

Change-Id: Ia262591f68333dad17673ba7104d11c88096f51a

6 years agoCI: Fix missing () in gates.jenkinsfile
George Joseph [Thu, 4 Oct 2018 18:03:05 +0000 (12:03 -0600)] 
CI: Fix missing () in gates.jenkinsfile

Change-Id: I2f252e0f8c7f1a6328438fbd2be5d6574b7dfa5b

6 years agoCI: Add timestamps and timeouts to jenkinsfiles
George Joseph [Thu, 4 Oct 2018 15:13:22 +0000 (09:13 -0600)] 
CI: Add timestamps and timeouts to jenkinsfiles

Change-Id: Ide83574dc957bc1df28e30a69079140050dfc35f

6 years agoMerge "ast_coredumper: Remove .gdbinit file on exit" into 16
Jenkins2 [Thu, 4 Oct 2018 15:00:21 +0000 (10:00 -0500)] 
Merge "ast_coredumper: Remove .gdbinit file on exit" into 16

6 years agoMerge "jenkins: Fix cleanup command redirection." into 16
George Joseph [Thu, 4 Oct 2018 14:42:17 +0000 (09:42 -0500)] 
Merge "jenkins: Fix cleanup command redirection." into 16

6 years agoMerge "CI: Use brace expansion instead of calling out to seq" into 16
George Joseph [Thu, 4 Oct 2018 14:41:23 +0000 (09:41 -0500)] 
Merge "CI: Use brace expansion instead of calling out to seq" into 16

6 years agoMerge "CI: Look up configured kernel.core_pattern sysctl" into 16
George Joseph [Thu, 4 Oct 2018 13:54:46 +0000 (08:54 -0500)] 
Merge "CI: Look up configured kernel.core_pattern sysctl" into 16

6 years agoMerge "astobj2: Comment on OBJ_NOLOCK in ao2_container_clone." into 16
George Joseph [Thu, 4 Oct 2018 12:24:55 +0000 (07:24 -0500)] 
Merge "astobj2: Comment on OBJ_NOLOCK in ao2_container_clone." into 16

6 years agoMerge "http.c: Reload TLS even if http.conf hasn't changed" into 16
George Joseph [Thu, 4 Oct 2018 12:24:34 +0000 (07:24 -0500)] 
Merge "http.c: Reload TLS even if http.conf hasn't changed" into 16

6 years agoast_coredumper: Remove .gdbinit file on exit
Sean Bright [Wed, 3 Oct 2018 22:02:27 +0000 (18:02 -0400)] 
ast_coredumper: Remove .gdbinit file on exit

Change-Id: I1297de78628773ca368e687c6f148bf74857cae9

6 years agoCI: Look up configured kernel.core_pattern sysctl
Sean Bright [Wed, 3 Oct 2018 14:33:28 +0000 (10:33 -0400)] 
CI: Look up configured kernel.core_pattern sysctl

Change-Id: I8246a0147df8d821fbbcabc1db1887104b8bedc4

6 years agojenkins: Fix cleanup command redirection.
Corey Farrell [Wed, 3 Oct 2018 20:51:01 +0000 (16:51 -0400)] 
jenkins: Fix cleanup command redirection.

Fix redirection to /dev/null of cleanup commands.  The '2' was being
interpreted as part of the command instead of part of the redirect.

Change-Id: I2e3a591b165e0288c4b82b9ef475fdfd5392a90a

6 years agoast_coredumper: Don't use "declare -n"
George Joseph [Wed, 3 Oct 2018 20:29:31 +0000 (14:29 -0600)] 
ast_coredumper: Don't use "declare -n"

Change-Id: I7ddfed4cd6549a0cd458e4d5cf9ac95d784de6cb

6 years agoMerge "core/frame: Fix ast_frdup() and ast_frisolate() for empty text frames" into 16
George Joseph [Wed, 3 Oct 2018 18:57:08 +0000 (13:57 -0500)] 
Merge "core/frame: Fix ast_frdup() and ast_frisolate() for empty text frames" into 16

6 years agoMerge "CI: Use bindport instead of port in test http.conf" into 16
George Joseph [Wed, 3 Oct 2018 18:56:42 +0000 (13:56 -0500)] 
Merge "CI: Use bindport instead of port in test http.conf" into 16

6 years agores_smdi.c: Fix module ref counting and inverted test.
Richard Mudgett [Tue, 2 Oct 2018 21:15:37 +0000 (16:15 -0500)] 
res_smdi.c: Fix module ref counting and inverted test.

I think this module is so screwed up that it doesn't work anymore.  Even
with these attempts to fix things it still won't gracefully shut down.
The module refs will not go to zero to allow unloading the module.

* Fix module ref counting dealing with the SMDI interface object.  There
were several off-nominal paths that unbalanced the module ref count.  Also
the destructor freed the ao2 object itself which is bad.  Made the
smdi_read thread not hold its own ref to the SMDI interface object so when
all refs go away the destructor will stop the listener thread.

* Fixed the smdi_load() return code of 1 concerning the number of
listeners.  The test was inverted.

Change-Id: Ic288db51b58e395d6a2fc3847f77176c16988784

6 years agores_smdi.c: Made use defaults if the smdi.conf file does not exist.
Richard Mudgett [Tue, 2 Oct 2018 21:23:31 +0000 (16:23 -0500)] 
res_smdi.c: Made use defaults if the smdi.conf file does not exist.

This module is an optional dependency of a couple of other modules.  If it
declines to load, it then forces other modules that can optionally use
this module to also decline.

* Made use the default configuration if the config file does not exist and
simplified some of the logic.

Change-Id: Ib93191f1fe28c0dd9ebe3d84c7762b32f83c4eb9

6 years agoastobj2: Comment on OBJ_NOLOCK in ao2_container_clone.
Corey Farrell [Tue, 2 Oct 2018 22:15:47 +0000 (18:15 -0400)] 
astobj2: Comment on OBJ_NOLOCK in ao2_container_clone.

The test for OBJ_NOLOCK looks wrong but it isn't.  Add comments to
prevent confusion.

Change-Id: I9662b82eb39e7627a1f1944fd18f967a2b987344

6 years agoMerge "loader: Fix result of module reload error." into 16
George Joseph [Wed, 3 Oct 2018 15:19:40 +0000 (10:19 -0500)] 
Merge "loader: Fix result of module reload error." into 16

6 years agoMerge "astobj2: Record lock usage to refs log when DEBUG_THREADS is enabled." into 16
George Joseph [Wed, 3 Oct 2018 15:19:17 +0000 (10:19 -0500)] 
Merge "astobj2: Record lock usage to refs log when DEBUG_THREADS is enabled." into 16

6 years agoMerge "core: Disable astobj2 locking for some common objects." into 16
George Joseph [Wed, 3 Oct 2018 14:31:18 +0000 (09:31 -0500)] 
Merge "core: Disable astobj2 locking for some common objects." into 16

6 years agoMerge "Resolve warning about duplicate 'dialplan' CLI." into 16
George Joseph [Wed, 3 Oct 2018 14:28:44 +0000 (09:28 -0500)] 
Merge "Resolve warning about duplicate 'dialplan' CLI." into 16

6 years agoCI: Use brace expansion instead of calling out to seq
Sean Bright [Wed, 3 Oct 2018 14:05:55 +0000 (10:05 -0400)] 
CI: Use brace expansion instead of calling out to seq

Also make the shebang in publishAsteriskDocs.sh the first line.

Change-Id: I3fdd6f22e652e4fb5b5fe85df46fa34eb6d0cf08

6 years agoCI: Use bindport instead of port in test http.conf
Sean Bright [Wed, 3 Oct 2018 13:59:52 +0000 (09:59 -0400)] 
CI: Use bindport instead of port in test http.conf

Change-Id: Ife9a6879da63a56e5b8348a2024eeed4e7b1615b

6 years agohttp.c: Reload TLS even if http.conf hasn't changed
Sean Bright [Wed, 3 Oct 2018 12:56:34 +0000 (08:56 -0400)] 
http.c: Reload TLS even if http.conf hasn't changed

There is currently no way to indicate to Asterisk that TLS certificates
and/or keys have been updated other than by modifying http.conf or
restarting Asterisk.

There is already code in main/tcptls.c that determines if a reload is
actually necessary based on the hashes of the certicate and dependent
files, so this change merely gives us a way to request a reload without
explicitly modifying http.conf.

Change-Id: Ie795420dcc7eb3d91336820688a29adbcc321276

6 years agocore: Disable astobj2 locking for some common objects.
Corey Farrell [Tue, 2 Oct 2018 03:12:14 +0000 (23:12 -0400)] 
core: Disable astobj2 locking for some common objects.

* ACO options
* Indications
* Module loader ref_debug object
* Media index info and variants
* xmldoc items

These allocation locations were identified using reflocks.py on the
master branch.

Change-Id: Ie999b9941760be3d1946cdb6e30cb85fd97504d8

6 years agores_statsd.c: Made use defaults if the statsd.conf file does not exist.
Richard Mudgett [Tue, 2 Oct 2018 18:29:59 +0000 (13:29 -0500)] 
res_statsd.c: Made use defaults if the statsd.conf file does not exist.

This module is an optional dependency of many modules.  If it declines to
load it then forces other modules that can optionally use this module to
also decline.

* Made use default configuration if there is a config error or the config
file does not exist.

Change-Id: If1068a582ec54ab7fb437265cb5370a97a825737

6 years agoResolve warning about duplicate 'dialplan' CLI.
Corey Farrell [Thu, 13 Sep 2018 18:03:15 +0000 (14:03 -0400)] 
Resolve warning about duplicate 'dialplan' CLI.

Change-Id: I029db1b4a32ccfb38374d6fe944dc430866f4b30

6 years agoloader: Fix result of module reload error.
Corey Farrell [Tue, 2 Oct 2018 06:33:44 +0000 (02:33 -0400)] 
loader: Fix result of module reload error.

When a module reload fails we never set AST_MODULE_RELOAD_ERROR.  This
caused reload failures to incorrectly report 'No module found'.

Change-Id: I5f3953e0f7d135e53ec797f24c97ee3f73f232e7

6 years agoloader: Improve error handling.
Corey Farrell [Fri, 28 Sep 2018 15:13:39 +0000 (11:13 -0400)] 
loader: Improve error handling.

* Display list of unavailable dependencies when they cause another
  module to fail loading.
* When a module declines to load find all modules which depend on it so
  they can be declined and listed together.
* Prevent retry of declined modules during startup.
* When a module fails to dlopen try loading it with RTLD_LAZY so we can
  attempt to display the list of missing dependencies.

These changes are meant to reduce logger spam that is caused when a
module has many dependencies and declines to load.  This also fixes some
error paths which failed to recognize required modules.

Module load/start errors are delayed until the end of loader startup.

Change-Id: I046052c71331c556c09d39f47a3b92975f3e1758

6 years agocore/frame: Fix ast_frdup() and ast_frisolate() for empty text frames
neutrino88 [Tue, 25 Sep 2018 21:19:36 +0000 (17:19 -0400)] 
core/frame: Fix ast_frdup() and ast_frisolate() for empty text frames

If a channel creates an AST_TEXT_FRAME with datalen == 0, the ast_frdup()
and ast_frisolate() functions could create a clone frame with an invalid
data.ptr which would cause a crash.  The proposed fix is to make sure that
for such empty text frames, ast_frdup() and ast_frisolate() return cloned
text frames with a valid data.ptr.

ASTERISK-28076
Reported by: Emmanuel BUU
Tested by: Emmanuel BUU

Change-Id: Ib882dd028598f13c4c233edbfdd7e54ad44a68e9

6 years agoMerge "Append CHANGES/UPGRADE.txt for module loader changes." into 16
Joshua Colp [Tue, 2 Oct 2018 13:46:15 +0000 (08:46 -0500)] 
Merge "Append CHANGES/UPGRADE.txt for module loader changes." into 16

6 years agoMerge "app_queue.c: Fix json ref leak" into 16
Joshua Colp [Tue, 2 Oct 2018 12:59:32 +0000 (07:59 -0500)] 
Merge "app_queue.c: Fix json ref leak" into 16

6 years agoastobj2: Record lock usage to refs log when DEBUG_THREADS is enabled.
Corey Farrell [Mon, 1 Oct 2018 04:11:44 +0000 (00:11 -0400)] 
astobj2: Record lock usage to refs log when DEBUG_THREADS is enabled.

When DEBUG_THREADS is enabled we can know if the astobj2 mutex / rwlock
was ever used, so it can be recorded in the REF_DEBUG destructor entry.

Create contrib/scripts/reflocks.py to process locking used by
allocator.  This can be used to identify places where
AO2_ALLOC_OPT_LOCK_NOLOCK should be used to reduce memory usage.

Change-Id: I2e3cd23336a97df2692b545f548fd79b14b53bf4

6 years agoapp_page: Add dependency against app_confbridge.
Corey Farrell [Mon, 1 Oct 2018 17:11:41 +0000 (13:11 -0400)] 
app_page: Add dependency against app_confbridge.

Change-Id: I1946509f518961d23fb21229d91676ee3e441921

6 years agoapp_queue.c: Fix json ref leak
Richard Mudgett [Fri, 28 Sep 2018 18:55:43 +0000 (13:55 -0500)] 
app_queue.c: Fix json ref leak

Declining the queue_member_status_type stasis message in stasis.conf
causes these messages to leak json objects.

* Add missing ast_json_unref() if the type is NULL in
queue_publish_member_blob().

ASTERISK-28084

Change-Id: I691ecf49bd1f7d9c29182e1eee8c4bb7103be9fc

6 years agoMerge "jansson-bundled: Add patches to improve json_pack error reporting." into 16
Jenkins2 [Mon, 1 Oct 2018 15:17:01 +0000 (10:17 -0500)] 
Merge "jansson-bundled: Add patches to improve json_pack error reporting." into 16

6 years agoMerge "astobj2: Reduce memory overhead." into 16
Jenkins2 [Mon, 1 Oct 2018 14:03:07 +0000 (09:03 -0500)] 
Merge "astobj2: Reduce memory overhead." into 16

6 years agoMerge "lock: Improve performance of DEBUG_THREADS." into 16
George Joseph [Mon, 1 Oct 2018 13:36:47 +0000 (08:36 -0500)] 
Merge "lock: Improve performance of DEBUG_THREADS." into 16

6 years agoMerge "configure.ac: Check for unbound version >= 1.5" into 16
Joshua Colp [Mon, 1 Oct 2018 12:18:58 +0000 (07:18 -0500)] 
Merge "configure.ac:  Check for unbound version >= 1.5" into 16

6 years agoMerge "res_pjsip: improve realtime performance on CLI 'pjsip show contacts'" into 16
Joshua Colp [Mon, 1 Oct 2018 11:51:15 +0000 (06:51 -0500)] 
Merge "res_pjsip: improve realtime performance on CLI 'pjsip show contacts'" into 16

6 years agoMerge "app_confbridge: Use bridge join hook to send join and leave events" into 16
Joshua Colp [Mon, 1 Oct 2018 11:24:10 +0000 (06:24 -0500)] 
Merge "app_confbridge:  Use bridge join hook to send join and leave events" into 16

6 years agoMerge "res_stasis: Fix stale data in ARI bridges" into 16
Joshua Colp [Mon, 1 Oct 2018 09:34:59 +0000 (04:34 -0500)] 
Merge "res_stasis: Fix stale data in ARI bridges" into 16

6 years agoAppend CHANGES/UPGRADE.txt for module loader changes.
Corey Farrell [Mon, 1 Oct 2018 08:07:54 +0000 (04:07 -0400)] 
Append CHANGES/UPGRADE.txt for module loader changes.

Change-Id: Ib8db4e14187f5c11ecbff532df17d30c5d36fa3e

6 years agores_pjsip: improve realtime performance on CLI 'pjsip show contacts'
Alexei Gradinari [Tue, 25 Sep 2018 22:33:32 +0000 (18:33 -0400)] 
res_pjsip: improve realtime performance on CLI 'pjsip show contacts'

CLI command 'pjsip show contacts' inefficiently make a lot of DB requests.

For example if there are 10k aors then asterisk requests these 10k records
of aor and then does 10k requests of contact - one request per aor.

Even if use 'like <pattern>' the asterisk requests all aor's and contact's
records and then filters them by itself.

This patch gathers contact's container by
- retrieving all dynamic contacts by regex (filtered by reg_server)
- retrieving all aors with permanent contacts
- finally filters container by regex

ASTERISK-28077 #close

Change-Id: Id0ad65d14952a02fb213273a90f3f680a8149618

6 years agojansson-bundled: Add patches to improve json_pack error reporting.
Corey Farrell [Fri, 28 Sep 2018 19:45:36 +0000 (15:45 -0400)] 
jansson-bundled: Add patches to improve json_pack error reporting.

Change-Id: I045e420d5e73e60639079246e810da6ae21ae22b

6 years agolock: Improve performance of DEBUG_THREADS.
Corey Farrell [Fri, 28 Sep 2018 00:32:21 +0000 (20:32 -0400)] 
lock: Improve performance of DEBUG_THREADS.

Add a volatile flag to lock tracking structures so we only need to use
the global lock when first initializing tracking.

Additionally add support for DEBUG_THREADS_LOOSE_ABI.  This is used by
astobj2.c to eliminate storage for tracking fields when DEBUG_THREADS is
not defined.

Change-Id: Iabd650908901843e9fff47ef1c539f0e1b8cb13b

6 years agoMerge "config.c: Cleanup AST_INCLUDE_GLOB" into 16
George Joseph [Fri, 28 Sep 2018 18:16:41 +0000 (13:16 -0500)] 
Merge "config.c: Cleanup AST_INCLUDE_GLOB" into 16

6 years agoMerge "res_odbc: fix missing SQL error diagnostic" into 16
Kevin Harwell [Fri, 28 Sep 2018 15:39:00 +0000 (10:39 -0500)] 
Merge "res_odbc: fix missing SQL error diagnostic" into 16

6 years agoMerge "astobj2: Fix shutdown order." into 16
George Joseph [Fri, 28 Sep 2018 13:34:46 +0000 (08:34 -0500)] 
Merge "astobj2: Fix shutdown order." into 16

6 years agoMerge "app_queue: Fix Attended transfer hangup with removing pending member." into 16
George Joseph [Fri, 28 Sep 2018 12:48:59 +0000 (07:48 -0500)] 
Merge "app_queue: Fix Attended transfer hangup with removing pending member." into 16

6 years agoapp_confbridge: Use bridge join hook to send join and leave events
George Joseph [Thu, 27 Sep 2018 18:19:28 +0000 (12:19 -0600)] 
app_confbridge:  Use bridge join hook to send join and leave events

The first attempt at publishing confbridge events to participants
involved publishing them at the same time stasis events were
created.  This caused issues with bridge and channel locks.  The
second attempt involved publishing them when the stasis events
were received by the code that published the confbridge AMI events.
This caused timing issues because, depending on resources available,
the event could be received before channels actually joined the
bridge and would therefore fail to send messages to the participant.

This attempt reverts to the original mechanism with one exception.
The join and leave events are published via bridge join and leave
hooks.  This guarantees the states of the channels and bridge and
provides deterministic timing for event publishing.

Change-Id: I2660074f8a30a5224cb953d5e047ee84484a9036

6 years agoMerge "res_rtp_asterisk.c: Add "seqno" strictrtp option" into 16
George Joseph [Fri, 28 Sep 2018 12:28:39 +0000 (07:28 -0500)] 
Merge "res_rtp_asterisk.c: Add "seqno" strictrtp option" into 16