]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
6 years agoMerge "pjproject-bundled: Use AST_DEVMODE for conditional compilation." into 13
George Joseph [Sun, 18 Nov 2018 20:12:06 +0000 (14:12 -0600)] 
Merge "pjproject-bundled: Use AST_DEVMODE for conditional compilation." into 13

6 years agoCI: Add tmpfs to all jenkinsfiles
George Joseph [Sun, 18 Nov 2018 16:38:40 +0000 (09:38 -0700)] 
CI:  Add tmpfs to all jenkinsfiles

Change-Id: Ida29d70d48d5f39aabf0b25c66b51f79324a8cba

6 years agoMerge "res/res_pjsip_nat: Fix logic for REINVITES" into 13
George Joseph [Sun, 18 Nov 2018 14:46:09 +0000 (08:46 -0600)] 
Merge "res/res_pjsip_nat: Fix logic for REINVITES" into 13

6 years agoMerge "taskprocessor: Prevent race creating new taskprocessor." into 13
George Joseph [Sat, 17 Nov 2018 23:28:31 +0000 (17:28 -0600)] 
Merge "taskprocessor: Prevent race creating new taskprocessor." into 13

6 years agoCI: Mount a tmpfs on /tmp for testsuite docker containers
George Joseph [Sat, 17 Nov 2018 21:40:46 +0000 (14:40 -0700)] 
CI:  Mount a tmpfs on /tmp for testsuite docker containers

Change-Id: I0566d81b0852f22066cd76d58eae5f1fda5602aa

6 years agoCI: Pass work directory to runTestsuite
George Joseph [Sat, 17 Nov 2018 19:07:32 +0000 (12:07 -0700)] 
CI:  Pass work directory to runTestsuite

The testsuite can now use a user-specified work directory for
all it's temp files.  This allows the docker containers to use
a tmpfs backed directory for the temp files instead of it's
own write-layer image.

* runTestsuite.sh now accepts a --work-dir command line argument
  that gets exported as AST_WORK_DIR before running the testsuite.

* gates.jenkinsfile now specifies --work-dir to be
  <testsuite_dir>/astroot.

Since the Asterisk CI docker hosts now mount /srv/jenkins/workspace
on a tmpfs, asterisk should be compiled and the testsuite run all in
memory.

Change-Id: If5ee905a15821296c355bb84cda38950ad8edc45

6 years agoMerge "CI: Allow runUnittests to use 'expect' to run the tests" into 13
George Joseph [Sat, 17 Nov 2018 17:30:12 +0000 (11:30 -0600)] 
Merge "CI: Allow runUnittests to use 'expect' to run the tests" into 13

6 years agoMerge "core: Fix handling of restart from remote console." into 13
George Joseph [Fri, 16 Nov 2018 15:22:15 +0000 (09:22 -0600)] 
Merge "core: Fix handling of restart from remote console." into 13

6 years agoCI: Allow runUnittests to use 'expect' to run the tests
George Joseph [Thu, 15 Nov 2018 17:41:44 +0000 (10:41 -0700)] 
CI: Allow runUnittests to use 'expect' to run the tests

There seems to be a race condition between starting the asterisk
daemon and attempting to use 'asterisk -r' that can cause the
control socket file to not be created.  Since all of the Jenkins
slaves have 'expect' installed, the runUnittests script can use
it to start asterisk in the forground and issue the commands
interactively.  This is much more reliable and it can also make
startup errors more visible since they'll be in the Jenkins console
output.

If 'expect' isn't installed, the original daemon/asterisk -r
process is used.

Also added a "core show settings" before running the tests
and added "notice,warning,error" to the console log.

Change-Id: Idd656085f854afede813ac241b9e312b31358160

6 years agotaskprocessor: Prevent race creating new taskprocessor.
Corey Farrell [Mon, 12 Nov 2018 18:23:34 +0000 (13:23 -0500)] 
taskprocessor: Prevent race creating new taskprocessor.

Task processors are retrieved using a 'get or create' pattern.  The
singleton container was unlocked between the get and create steps so
it's possible that two threads could create task processors with the
same name at the same time.

Change-Id: Id64fae94a6a1e940ddf38fde622dcd4391635382

6 years agopjproject-bundled: Use AST_DEVMODE for conditional compilation.
Corey Farrell [Fri, 16 Nov 2018 12:20:11 +0000 (07:20 -0500)] 
pjproject-bundled: Use AST_DEVMODE for conditional compilation.

We previously allowed resample and g711 codecs to be built when
TEST_FRAMEWORK was enabled.  This could cause errors if the testsuite
was run without this option enabled.  Switch the build system to allow
those codecs to be built when --enable-dev-mode is used.  This removes a
chance for strange testsuite errors from use of an inadequate pjsua
binary.

Change-Id: Iee8a3613cdb711fa7e7d217c5a775a575907ae22

6 years agoMerge "pbx_config: Only the first [globals] section is seen." into 13
George Joseph [Thu, 15 Nov 2018 13:48:30 +0000 (07:48 -0600)] 
Merge "pbx_config: Only the first [globals] section is seen." into 13

6 years agores/res_pjsip_nat: Fix logic for REINVITES
Torrey Searle [Wed, 24 Oct 2018 12:38:37 +0000 (14:38 +0200)] 
res/res_pjsip_nat: Fix logic for REINVITES

The presence of Record-Route in re-invites is optional, thus it is
important to make sure the dialog doesn't have a routset before
rewriting the contact header.

ASTERISK-28129 #close

Change-Id: Ic8ceb54ccfc93f7e315e476c514a2c777f2da7dc

6 years agocore: Fix handling of restart from remote console.
Corey Farrell [Thu, 15 Nov 2018 11:25:46 +0000 (06:25 -0500)] 
core: Fix handling of restart from remote console.

We cannot use need_el_end and SIGURG when restarting.  Instead we need
to run el_end within the SIGHUP restartnow handler.

ASTERISK-28158

Change-Id: Ia852276363c81bdcf1aa29eb4558c5c2fa1218a0

6 years agoMerge "core: Ensure that el_end is always run when needed." into 13
Joshua Colp [Wed, 14 Nov 2018 13:06:52 +0000 (07:06 -0600)] 
Merge "core: Ensure that el_end is always run when needed." into 13

6 years agoMerge "taskprocessor: Do not use separate allocation for stats or name." into 13
Joshua Colp [Wed, 14 Nov 2018 13:05:54 +0000 (07:05 -0600)] 
Merge "taskprocessor: Do not use separate allocation for stats or name." into 13

6 years agoMerge "jansson-bundled: Patch for off-nominal crash." into 13
George Joseph [Tue, 13 Nov 2018 20:39:46 +0000 (14:39 -0600)] 
Merge "jansson-bundled: Patch for off-nominal crash." into 13

6 years agotaskprocessor: Do not use separate allocation for stats or name.
Corey Farrell [Mon, 12 Nov 2018 00:32:11 +0000 (19:32 -0500)] 
taskprocessor: Do not use separate allocation for stats or name.

Merge storage for the stats object and name string into the main
allocation for struct ast_taskprocessor.

Change-Id: I74fe9a7f357f0e6d63152f163cf5eef6428218e1

6 years agoMerge "res_pjsip.c: Make taskprocessor scheduling algorithm pick the shortest queue...
Joshua Colp [Mon, 12 Nov 2018 11:38:27 +0000 (05:38 -0600)] 
Merge "res_pjsip.c: Make taskprocessor scheduling algorithm pick the shortest queue" into 13

6 years agocore: Ensure that el_end is always run when needed.
Corey Farrell [Sun, 11 Nov 2018 13:34:53 +0000 (08:34 -0500)] 
core: Ensure that el_end is always run when needed.

* Ignore console=yes configuration option in remote console processes.
* Use new flag to tell consolethread to run el_end and exit when needed.

ASTERISK-28158

Change-Id: I9e23b31d4211417ddc88c6bbfd83ea4c9f3e5438

6 years agojansson-bundled: Patch for off-nominal crash.
Corey Farrell [Thu, 8 Nov 2018 21:37:34 +0000 (16:37 -0500)] 
jansson-bundled: Patch for off-nominal crash.

pack_string crashed on non-NULL strings returned when s->has_error was
true if the string was the result of 's' format without '#', '%' or '+'.

Change-Id: Ic125df691d81ba2cbc413e37bdae657b304d20d0

6 years agopbx_config: Only the first [globals] section is seen.
Corey Farrell [Fri, 2 Nov 2018 11:38:19 +0000 (07:38 -0400)] 
pbx_config: Only the first [globals] section is seen.

If multiple [globals] sections are used (for example via separate
included files), only the first one is processed.  This can result in
lost global variables when using a modular extensions.conf.

ASTERISK-28146 #close

Change-Id: Iaac810c0a7c4d9b1bf8989fcc041cdb910ef08a0

6 years agores_pjsip: Send a 503 response when overload state if reliable transport.
Chris-Savinovich [Tue, 6 Nov 2018 22:44:34 +0000 (16:44 -0600)] 
res_pjsip: Send a 503 response when overload state if reliable transport.

When Asterisk's taskprocessors get overloaded we need to reduce the work
load. res_pjsip currently ignores new SIP requests and relies on SIP
retransmissions in the hope that the overload condition will clear soon
enough to handle the retransmitted SIP request.
This change adds the following code after ast_taskprocessor_alert_get()
has returned TRUE:
1- identifies transport type. If non-udp then send a 503 response
2- if transport type is udp/udp6 then ignore, as before.

Change-Id: I1c230b40d43a254ea0f226b7acf9ee480a5d3836

6 years agoMerge "stasis: Clarify lifetime of topics." into 13
Joshua Colp [Wed, 7 Nov 2018 12:06:02 +0000 (06:06 -0600)] 
Merge "stasis: Clarify lifetime of topics." into 13

6 years agores_pjsip: formatting error in documentation
Kevin Harwell [Tue, 6 Nov 2018 22:35:30 +0000 (16:35 -0600)] 
res_pjsip: formatting error in documentation

The use of a '|' in the "global/debug" synopsis documentation caused the
generated html table on the wiki to add an extra column that included the
text after the pipe.

This patch replaces the pipe with a comma.

ASTERISK-28150

Change-Id: I3d79a6ca6d733d9cb290e779438114884b98a719

6 years agores_pjsip.c: Make taskprocessor scheduling algorithm pick the shortest queue
Alexei Gradinari [Mon, 5 Nov 2018 18:44:28 +0000 (13:44 -0500)] 
res_pjsip.c: Make taskprocessor scheduling algorithm pick the shortest queue

The current round-robin method does not take the current taskprocessor
load into consideration when distributing requests.  Using the least-size
method the request goes to the taskprocessor that is servicing the least
number of active tasks at the current time.

Longer running tasks with the round-robin method can delay processing
tasks.

* Change the algorithm from round-robin to least-size for picking the
PJSIP taskprocessor from the default serializer pool.

Change-Id: I7b8d8cc2c2490494f579374b6af0a4868e3a37cd

6 years agoMerge "chan_sip: Attempt ast_do_pickup in handle_invite_replaces" into 13
George Joseph [Mon, 5 Nov 2018 15:33:22 +0000 (09:33 -0600)] 
Merge "chan_sip:  Attempt ast_do_pickup in handle_invite_replaces" into 13

6 years agostasis: Clarify lifetime of topics.
Joshua Colp [Mon, 5 Nov 2018 14:30:54 +0000 (14:30 +0000)] 
stasis: Clarify lifetime of topics.

As mentioned in the comment I've added in the code there is no
ability to unsubscribe all subscribers from a topic and explicitly
destroy it. This is not currently a problem as we have two types of
topics:

Long lived topics which exist for the lifetime of the system.
Ephemeral topics which feed a long lived topic.

In the case of the ephemeral topics there is no subscriber which does
not have its lifetime managed by the same entity that has created
the topic. This ensures that when the topic is being unreferenced the
subscribers are also unsubscribed and destroyed, allowing the topic
to ultimately be destroyed as well.

Change-Id: Ic5e244da7b16b1895ba1fc5ece481ebba5809c9a

6 years agochan_sip: Attempt ast_do_pickup in handle_invite_replaces
Jasper Hafkenscheid [Tue, 9 Oct 2018 12:44:57 +0000 (14:44 +0200)] 
chan_sip:  Attempt ast_do_pickup in handle_invite_replaces

When a call pickup is performed using and invite with replaces header
the ast_do_pickup method is attempted and a PICKUP stasis message is sent.

ASTERISK-28081 #close
Reported-by: Luit van Drongelen
Change-Id: Ieb1442027a3ce6ae55faca47bc095e53972f947a

6 years agocontrib/sip_to_pjsip: add a --quiet option to avoid prints
Pascal Cadotte Michaud [Fri, 26 Oct 2018 15:53:40 +0000 (11:53 -0400)] 
contrib/sip_to_pjsip: add a --quiet option to avoid prints

Using the --quiet or -q option in conjonction with /dev/stdout as the output
file allow the output to be used as a valid configuration.

Given a script that generates a valid sip.conf I can pipe the output of that
script into `sip_to_pjsip.py -q /dev/stdin /dev/stdout`. This allow me to use
that piped command in my pjsip.conf using the `exec` command.

ASTERISK-28136

Change-Id: I7b0e2e90e2549f3f8e01dc96701f111b5874c88d

6 years agoMerge "res_pjsip: Add XML documentation for "use_callerid_contact"" into 13
George Joseph [Wed, 31 Oct 2018 18:59:04 +0000 (13:59 -0500)] 
Merge "res_pjsip: Add XML documentation for "use_callerid_contact"" into 13

6 years agoMerge "alembic: Fix use_callerid_contact option add script." into 13
George Joseph [Wed, 31 Oct 2018 18:58:12 +0000 (13:58 -0500)] 
Merge "alembic: Fix use_callerid_contact option add script." into 13

6 years agoMerge "pjsip: new endpoint's options to control Connected Line updates" into 13
George Joseph [Wed, 31 Oct 2018 18:56:47 +0000 (13:56 -0500)] 
Merge "pjsip: new endpoint's options to control Connected Line updates" into 13

6 years agores_pjsip: Add XML documentation for "use_callerid_contact"
Joshua Colp [Wed, 31 Oct 2018 12:53:08 +0000 (12:53 +0000)] 
res_pjsip: Add XML documentation for "use_callerid_contact"

ASTERISK-28087

Change-Id: I69d48813ec514f5ef06c6de994cba52630e0a3b4

6 years agoalembic: Fix use_callerid_contact option add script.
Richard Mudgett [Tue, 30 Oct 2018 15:52:28 +0000 (10:52 -0500)] 
alembic: Fix use_callerid_contact option add script.

ASTERISK-28087

Change-Id: I046d018015427d0916fab571b5a4f5367476f729

6 years agopjsip: new endpoint's options to control Connected Line updates
Alexei Gradinari [Fri, 12 Oct 2018 21:46:29 +0000 (17:46 -0400)] 
pjsip: new endpoint's options to control Connected Line updates

This patch adds new options 'trust_connected_line' and 'send_connected_line'
to the endpoint.

The option 'trust_connected_line' is to control if connected line updates
are accepted from this endpoint.

The option 'send_connected_line' is to control if connected line updates
can be sent to this endpoint.

The default value is 'yes' for both options.

Change-Id: I16af967815efd904597ec2f033337e4333d097cd

6 years agocontrib/sip_to_pjsip: handle setvar in conversion
Pascal Cadotte Michaud [Sat, 27 Oct 2018 14:59:15 +0000 (10:59 -0400)] 
contrib/sip_to_pjsip: handle setvar in conversion

Given a sip.conf with the following content:

setvar FOO=1
setvar BAR=42

I want my generated pjsip.conf to containt the following set_vars

set_var FOO=1
set_var BAR=42

in the matching endpoint section.

Change-Id: I6c822401fda4133c3b44bf31e655b4eb939d4d26

6 years agoMerge "res_pjsip_notify: improve realtime performance on CLI completion on the endpoi...
George Joseph [Mon, 29 Oct 2018 18:22:38 +0000 (13:22 -0500)] 
Merge "res_pjsip_notify: improve realtime performance on CLI completion on the endpoint" into 13

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:00 +0000 (07:46 -0500)] 
Merge "app_dial/queue/followme: 'I' options to block initial updates in both directions" into 13

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 agoMerge "astobj2: Eliminate usage of legacy container allocation macros." into 13
George Joseph [Wed, 24 Oct 2018 13:30:27 +0000 (08:30 -0500)] 
Merge "astobj2: Eliminate usage of legacy container allocation macros." into 13

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

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

6 years agoMerge "Fix 'statement' typo throughout code." into 13
Richard Mudgett [Mon, 22 Oct 2018 15:25:14 +0000 (10:25 -0500)] 
Merge "Fix 'statement' typo throughout code." into 13

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

6 years agoastobj2: Eliminate usage of legacy container allocation macros.
Corey Farrell [Tue, 16 Oct 2018 19:00:27 +0000 (15:00 -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 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 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 "taskprocessor: Warn on unused result from pushing task." into 13
George Joseph [Fri, 19 Oct 2018 13:40:18 +0000 (08:40 -0500)] 
Merge "taskprocessor: Warn on unused result from pushing task." into 13

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 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 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 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 "res_pjsip: set callerid_tag to empty string" into 13
George Joseph [Tue, 16 Oct 2018 15:13:02 +0000 (10:13 -0500)] 
Merge "res_pjsip: set callerid_tag to empty string" into 13

6 years agoMerge "CI: Disable binary modules when REF_DEBUG is enabled." into 13
George Joseph [Tue, 16 Oct 2018 15:11:59 +0000 (10:11 -0500)] 
Merge "CI: Disable binary modules when REF_DEBUG is enabled." into 13

6 years agoMerge "threadpool: Eliminate pointless AO2 usage." into 13
Jenkins2 [Tue, 16 Oct 2018 14:11:24 +0000 (09:11 -0500)] 
Merge "threadpool: Eliminate pointless AO2 usage." into 13

6 years agoMerge "CI: Use bundled jansson if needed." into 13
George Joseph [Mon, 15 Oct 2018 15:35:26 +0000 (10:35 -0500)] 
Merge "CI: Use bundled jansson if needed." into 13

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

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

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 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 agomain/astfd: Fix GCC8 format-truncation warning.
Corey Farrell [Fri, 12 Oct 2018 17:16:29 +0000 (13:16 -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 agochan_sip: Tell module loader that chan_sip is extended support.
Corey Farrell [Wed, 10 Oct 2018 11:36:54 +0000 (07:36 -0400)] 
chan_sip: Tell module loader that chan_sip is extended support.

Change-Id: I33508c134b1be888b8884f5dcfee19087634e415

6 years agoCI: Disable binary modules when REF_DEBUG is enabled.
Corey Farrell [Wed, 10 Oct 2018 07:54:08 +0000 (03:54 -0400)] 
CI: Disable binary modules when REF_DEBUG is enabled.

In Asterisk 13 binary modules are linked to the non-REF_DEBUG variants
of ao2 functions.  Cause false leaks to be reported when binary modules
are used.

Change-Id: I192b1b912ad20b6f46e51dcc0f6fcf2d6cef9e70

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 agoCI: Use bundled jansson if needed.
Corey Farrell [Tue, 24 Jul 2018 15:43:45 +0000 (11:43 -0400)] 
CI: Use bundled jansson if needed.

Use pkg-config to determine if jansson is installed, enabled bundled
version otherwise.

Change-Id: Ib555a8b72ff6f6925f9280ef035caa0b91ca4bd2

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

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

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

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

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 agoMerge "CI: Add timestamps and timeouts to jenkinsfiles" into 13
Jenkins2 [Thu, 4 Oct 2018 17:50:19 +0000 (12:50 -0500)] 
Merge "CI: Add timestamps and timeouts to jenkinsfiles" into 13

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 13
George Joseph [Thu, 4 Oct 2018 14:42:44 +0000 (09:42 -0500)] 
Merge "ast_coredumper: Remove .gdbinit file on exit" into 13

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

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

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

6 years agoMerge "ast_coredumper: Don't use "declare -n"" into 13
George Joseph [Thu, 4 Oct 2018 12:27:35 +0000 (07:27 -0500)] 
Merge "ast_coredumper: Don't use "declare -n"" into 13

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

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

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 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 "CI: Use bindport instead of port in test http.conf" into 13
George Joseph [Wed, 3 Oct 2018 18:56:14 +0000 (13:56 -0500)] 
Merge "CI: Use bindport instead of port in test http.conf" into 13

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

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 "core: Disable astobj2 locking for some common objects." into 13
George Joseph [Wed, 3 Oct 2018 15:16:34 +0000 (10:16 -0500)] 
Merge "core: Disable astobj2 locking for some common objects." into 13

6 years agoMerge "loader: Fix result of module reload error." into 13
George Joseph [Wed, 3 Oct 2018 14:29:44 +0000 (09:29 -0500)] 
Merge "loader: Fix result of module reload error." into 13

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