]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
8 years agores_odbc: Make pooling option deprecation notice more useful. 51/3951/2
Joshua Colp [Wed, 21 Sep 2016 15:48:47 +0000 (15:48 +0000)] 
res_odbc: Make pooling option deprecation notice more useful.

This changes the notice for the deprecation of the old
pooling options to point to the new option for doing
pooling. This gives a clearer direction as to what to
look into.

ASTERISK-26389 #close

Change-Id: I2ca9cdfdcd75aec170a7db9d5ff69a4cd25b7c10

8 years agoMerge "core: Fix LOW_MEMORY missing symbol ast_pbx_uuid_get." into 13
zuul [Wed, 21 Sep 2016 14:57:50 +0000 (09:57 -0500)] 
Merge "core: Fix LOW_MEMORY missing symbol ast_pbx_uuid_get." into 13

8 years agoodbc: Remove options that are no longer applicable. 44/3944/1
Joshua Colp [Wed, 21 Sep 2016 13:46:36 +0000 (13:46 +0000)] 
odbc: Remove options that are no longer applicable.

The pooling, shared_connection, limit, and idlecheck options
are no longer used in res_odbc.

ASTERISK-26389

Change-Id: I2fde7b467d01f9d1c82cc0a339bb4f7e1dd6bbe6

8 years agoMerge "asterisk.c: Non-root users also get the astcanary after core restart." into 13
zuul [Wed, 21 Sep 2016 12:36:40 +0000 (07:36 -0500)] 
Merge "asterisk.c: Non-root users also get the astcanary after core restart." into 13

8 years agocore: Fix LOW_MEMORY missing symbol ast_pbx_uuid_get. 36/3936/1
Corey Farrell [Tue, 20 Sep 2016 20:17:42 +0000 (16:17 -0400)] 
core: Fix LOW_MEMORY missing symbol ast_pbx_uuid_get.

Move the function outside the conditional block that excludes
LOW_MEMORY.

ASTERISK-26273 #close

Change-Id: Ic290fa128222c410c3531107e30efacabc8493b4

8 years agoMerge "sd_notify (systemd status notifications) support" into 13
Joshua Colp [Tue, 20 Sep 2016 19:03:15 +0000 (14:03 -0500)] 
Merge "sd_notify (systemd status notifications) support" into 13

8 years agoMerge "res_pjsip_multihomed: Change Contact port to listening port." into 13
zuul [Tue, 20 Sep 2016 17:50:30 +0000 (12:50 -0500)] 
Merge "res_pjsip_multihomed: Change Contact port to listening port." into 13

8 years agosd_notify (systemd status notifications) support 28/3928/1
Tzafrir Cohen [Mon, 27 Jun 2016 19:26:54 +0000 (21:26 +0200)] 
sd_notify (systemd status notifications) support

sd_notify() is used to notify systemd of changes to the status of the
process. This allows the systemd daemon to know when the process
finished loading (and thus only start another program after Asterisk has
finished loading).

To use this, use a systemd unit with 'Type=notify' for Asterisk.

This commit also adds the function ast_sd_notify(), a wrapper around
sd_notify that does nothing if not built with systemd support.

Also adds support for libsystemd detection in the configure script.

Change-Id: Ied6a59dafd5ef331c5c7ae8f3ccd2dfc94be7811
(cherry picked from commit 07b95f7c65b7c083724f1af2b26f93cc22cad58c)

8 years agoasterisk.c: Non-root users also get the astcanary after core restart. 22/3922/2
Walter Doekes [Mon, 19 Sep 2016 19:21:23 +0000 (21:21 +0200)] 
asterisk.c: Non-root users also get the astcanary after core restart.

Without this change, a 'core restart' would kill the astcanary forever
if you're not running as root. Both with and without this patch, the
scheduling priority was still SCHED_RR after restart.

Additionally, the astcanary is now spawned if you start with high
priority and Asterisk doesn't get a chance to lower it. For example
through: `chrt -r 10 sudo -u asterisk asterisk -c`

Also reap killed astcanary processes on core restart.

ASTERISK-26352 #close

Change-Id: Iacb49f26491a0717084ad46ed96b0bea5f627a55

8 years agoMerge "asterisk.c: When astcanary dies on linux, reset priority on all threads."...
zuul [Mon, 19 Sep 2016 23:03:13 +0000 (18:03 -0500)] 
Merge "asterisk.c: When astcanary dies on linux, reset priority on all threads." into 13

8 years agoMerge "Fix showing of swap details when sysinfo() is available" into 13
zuul [Mon, 19 Sep 2016 22:21:03 +0000 (17:21 -0500)] 
Merge "Fix showing of swap details when sysinfo() is available" into 13

8 years agoMerge "res_config_odbc.c: Fix buffer size limitation creating invalid SQL." into 13
zuul [Mon, 19 Sep 2016 20:21:39 +0000 (15:21 -0500)] 
Merge "res_config_odbc.c: Fix buffer size limitation creating invalid SQL." into 13

8 years agoasterisk.c: When astcanary dies on linux, reset priority on all threads. 18/3918/2
Walter Doekes [Mon, 19 Sep 2016 14:40:40 +0000 (16:40 +0200)] 
asterisk.c: When astcanary dies on linux, reset priority on all threads.

Previously only the canary checking thread itself had its priority set
to SCHED_OTHER. Now all threads are traversed and adjusted.

ASTERISK-19867 #close
Reported by: Xavier Hienne

Change-Id: Ie0dd02a3ec42f66a78303e9c1aac28f7ed9aae39

8 years agoFix showing of swap details when sysinfo() is available 14/3914/1
Timo Teräs [Fri, 9 Sep 2016 11:35:43 +0000 (14:35 +0300)] 
Fix showing of swap details when sysinfo() is available

If sysinfo() is available, but not sysctl() or swapctl() the
printing code for swap buffer sizes is incorrectly omitted.
The above condition happens with musl c-library.

Fix #if rule to consider defined(HAVE_SYSINFO). And also
remove the redundant || defined(HAVE_SYSCTL) which was
incorrectly there to start with. Now swap information is
displayed only if an actual libc function to get it is
available.

This also fixes warnings previously seen with musl libc:

   [CC] asterisk.c -> asterisk.o
asterisk.c: In function 'handle_show_sysinfo':
asterisk.c:773:6: warning: variable 'totalswap' set but not used
 [-Wunused-but-set-variable]
  int totalswap = 0;
      ^~~~~~~~~
asterisk.c:770:11: warning: variable 'freeswap' set but not used
 [-Wunused-but-set-variable]
  uint64_t freeswap = 0;
           ^~~~~~~~

Change-Id: I1fb21dad8f27e416c60f138c6f2bff03fb626eca

8 years agores_config_odbc.c: Fix buffer size limitation creating invalid SQL. 24/3924/1
Richard Mudgett [Mon, 12 Sep 2016 23:00:22 +0000 (18:00 -0500)] 
res_config_odbc.c: Fix buffer size limitation creating invalid SQL.

Creating ODBC SQL queries resulted in queries too large to fit into the
supplied buffer.  The resulting truncated buffer contained an invalid SQL
query.

* Made SQL query generation code use a thread storage buffer that can
increase in size as needed.

* Fixed bad multi-line warning messages.

ASTERISK-26263 #close
Reported by: Jeppe Ryskov Larsen

Change-Id: I23f3cdd43c2dac80bed3ded4dd77d18cb17f21ae

8 years agores_pjsip_multihomed: Change Contact port to listening port. 01/3901/3
Joshua Colp [Wed, 14 Sep 2016 13:42:46 +0000 (09:42 -0400)] 
res_pjsip_multihomed: Change Contact port to listening port.

The res_pjsip_multihomed module determines what interface and transport
a request is going out on and updates the SIP message accordingly with
the address information. This currently incorrectly updates the Contact
header for connectionful protocols to the ephemeral connection port,
instead of the bound address for the listening socket which can actually
accept the connection back. If the remote side attempts to connect back on
the epehemeral port it will fail.

This change makes it so the port is updated to the bound port on
connectionful protocols and is maintained on UDP (as there can be
multiple of those).

ASTERISK-26374 #close

Change-Id: I50f8dab65b9f75117d73ba5f6bbcf6c9871854ab

8 years agopjproject_bundled: Prevent SERVFAIL from marking name server bad 10/3910/2
George Joseph [Wed, 7 Sep 2016 19:48:48 +0000 (13:48 -0600)] 
pjproject_bundled:  Prevent SERVFAIL from marking name server bad

A name server that returns "Server Failure" is indicating only that
the server couldn't process that particular request.  We should NOT
assume that the name server is incapable of serving other requests.

Here's the scenario we've been encountering...

* 2 local name servers configured in resolv.conf.
* An OPTIONS request causes a request for A and AAAA records to go out
  to both nameservers.
* The A responses both come back successfully resolved.
* Because of an issue at some upstream nameserver, the AAAA responses
  for that particular query come back as "SERVFAIL" from both local
  name servers.
* Both local servers are marked as bad and no further queries can be
  sent until the 60 second ttl expires.  Only previously cached results
  can be used.
* In this case, 60 seconds is just enough time for another OPTIONS
  request to go out to the same host so the cycle repeats.

We could set the bad ttl really low but that also affects REFUSED and
NOTAUTH which probably DO signal a real server issue.  Besides, even
a really low bad ttl would be an issue on a pbx.

Although we use our own resolver in 14 and master and don't have this
issue there, Teluu has merged this patch upstream so it's appropriate
to cherry-pick to 14 and master to keep pjproject consistent.

Change-Id: Ie03ba902288e274aff23f9b9bb2786e1e8be09e0

8 years agoMerge "res_pjsip_transport_management: Convert time in log message to seconds." into 13
zuul [Thu, 15 Sep 2016 03:59:07 +0000 (22:59 -0500)] 
Merge "res_pjsip_transport_management: Convert time in log message to seconds." into 13

8 years agoMerge "chan_sip: Fix session timeout on retransmit of non-UDP packets" into 13
zuul [Thu, 15 Sep 2016 00:21:50 +0000 (19:21 -0500)] 
Merge "chan_sip: Fix session timeout on retransmit of non-UDP packets" into 13

8 years agoMerge "rtp: Preserve timestamps on video frames." into 13
zuul [Wed, 14 Sep 2016 22:29:33 +0000 (17:29 -0500)] 
Merge "rtp: Preserve timestamps on video frames." into 13

8 years agoMerge "sip_to_pjsip.py: Map legacy_useroption_parsing." into 13
zuul [Wed, 14 Sep 2016 20:03:49 +0000 (15:03 -0500)] 
Merge "sip_to_pjsip.py: Map legacy_useroption_parsing." into 13

8 years agortp: Preserve timestamps on video frames. 98/3898/2
Joshua Colp [Wed, 14 Sep 2016 12:59:51 +0000 (08:59 -0400)] 
rtp: Preserve timestamps on video frames.

Currently when receiving video over RTP we store only
a calculated samples on the frame. When starting the video
it can take some time for this calculation to actually yield
a value as it requires constant changing timestamps. As well
if a video frame passes over multiple RTP packets this calculation
will fail as the timestamp is the same as the previous RTP
packet and the number of samples calculated will be 0.

This change preserves the timestamp on the frame and allows
it to pass through the core. When sending the video this timestamp
is used instead of a new one being calculated.

ASTERISK-26367 #close

Change-Id: Iba8179fb5c14c9443aee4baf670d2185da3ecfbd

8 years agoMerge "res_pjsip: Add ignore_uri_user_options option." into 13
zuul [Wed, 14 Sep 2016 17:54:24 +0000 (12:54 -0500)] 
Merge "res_pjsip: Add ignore_uri_user_options option." into 13

8 years agores_pjsip_transport_management: Convert time in log message to seconds. 06/3906/1
Joshua Colp [Wed, 14 Sep 2016 14:51:53 +0000 (10:51 -0400)] 
res_pjsip_transport_management: Convert time in log message to seconds.

ASTERISK-26375 #close

Change-Id: I46496af5cae41413e76d44d2068a7431279f09dc

8 years agochan_sip: Fix session timeout on retransmit of non-UDP packets 91/3891/2
Steve Davies [Tue, 13 Sep 2016 10:34:47 +0000 (11:34 +0100)] 
chan_sip: Fix session timeout on retransmit of non-UDP packets

Change-Id I1cd33453c77c56c8e1394cd60a6f17bb61c1d957 Enable Session-Timers for
SIP over TCP (and TLS) also disables SIP retransmits in chan_sip for non-UDP
connections, allowing the TCP layer to handle the retransmits. Unfortunately,
this caused sessions to be terminated with a retransmit timeout becasue it
stopped at the point of the first retrans call.

This patch waits for the 64*T1 timer to expire instead.

ASTERISK-19968

Change-Id: I844f26801aada10bc94e9bebe6e151f0a8443204

8 years agoMerge "chan_sip: Allow target refresh (Contact update) on re-INVITE." into 13
zuul [Tue, 13 Sep 2016 14:59:13 +0000 (09:59 -0500)] 
Merge "chan_sip: Allow target refresh (Contact update) on re-INVITE." into 13

8 years agoMerge "res_pjsip_messaging.c: Misc cleanups and fixes." into 13
zuul [Tue, 13 Sep 2016 14:04:08 +0000 (09:04 -0500)] 
Merge "res_pjsip_messaging.c: Misc cleanups and fixes." into 13

8 years agoapp_queue: Fix CLI "queue show" and AMI Queues action output truncation. 82/3882/1
Richard Mudgett [Mon, 12 Sep 2016 17:25:54 +0000 (12:25 -0500)] 
app_queue: Fix CLI "queue show" and AMI Queues action output truncation.

The output of CLI "queue show" and AMI Queues action is truncated and
"failed to extend from 240 to 327" messages are generated if the queue
member and interface names are lengthy.

* Increase the string buffer size from 240 to 512 in order to accommodate
for more information fields added to the output since v1.8.

ASTERISK-26360 #close
Reported by: Richard Mudgett

Change-Id: Id99c03cf5362453b80491a4b3b0434cb67aa966d

8 years agoMerge "contrib: Let safe_asterisk script continue without /dev/tty9." into 13
zuul [Mon, 12 Sep 2016 14:03:48 +0000 (09:03 -0500)] 
Merge "contrib: Let safe_asterisk script continue without /dev/tty9." into 13

8 years agochan_sip: Allow target refresh (Contact update) on re-INVITE. 79/3879/1
Walter Doekes [Mon, 12 Sep 2016 08:28:17 +0000 (10:28 +0200)] 
chan_sip: Allow target refresh (Contact update) on re-INVITE.

Previously, the Contact was stored only on initial INVITE and on any
18X and 200. That meant that after re-INVITEs from *us* the Contact
could get updated, but after re-INVITEs from the *peer*, it did not.

This changeset fixes this inconsistency, properly allowing target
refreshes through re-INVITES (RFC3261, 12.2).

If your strictrtp setting allows it, this change allows you to switch
the source IP of a connected/calling device mid-call with a simple
re-INVITE from the new IP.

ASTERISK-26358 #close

Change-Id: Ibb8512054ab27c8c3d2514022568fde943bf2435

8 years agosip_to_pjsip.py: Map legacy_useroption_parsing. 49/3849/2
Richard Mudgett [Wed, 31 Aug 2016 20:22:01 +0000 (15:22 -0500)] 
sip_to_pjsip.py: Map legacy_useroption_parsing.

Map the sip.conf general section legacy_useroption_parsing to the
new pjsip.conf global ignore_uri_user_options.

ASTERISK-26316
Reported by: Kevin Harwell

Change-Id: I78108a31995db19d41f4e1a07b3324692c5363fc

8 years agores_pjsip: Add ignore_uri_user_options option. 48/3848/2
Richard Mudgett [Mon, 29 Aug 2016 23:08:22 +0000 (18:08 -0500)] 
res_pjsip: Add ignore_uri_user_options option.

This implements the chan_sip legacy_useroption_parsing option but with a
better name.

* Made the caller-id number and redirecting number strings obtained from
incoming SIP URI user fields always truncated at the first semicolon.
People don't care about anything after the semicolon showing up on their
displays even though the RFC allows the semicolon.

ASTERISK-26316 #close
Reported by: Kevin Harwell

Change-Id: Ib42b0e940dd34d84c7b14bc2e90d1ba392624f62

8 years agocontrib: Let safe_asterisk script continue without /dev/tty9. 69/3869/1
Walter Doekes [Fri, 9 Sep 2016 11:26:01 +0000 (13:26 +0200)] 
contrib: Let safe_asterisk script continue without /dev/tty9.

If you use the safe_asterisk script, it uses hardcoded defaults before
running configurable values from /etc/asterisk/startup.d. The hardcoded
default has TTY=9. Some containerized environments don't have such a
TTY, and safe_asterisk would stop.

The custom configuration from /etc/asterisk/startup.d/* isn't read until
after it stopped, so changing TTY in a custom config did not help.

This changeset changes safe_asterisk to continue if the TTY setting was
untouched and /dev/tty9 and /dev/vc/9 aren't found.

Change-Id: I2c7cdba549b77f418a0af4cb1227e8e6fe4148fc

8 years agores_pjsip: Only invoke unidentified endpoint logic when unidentified. 63/3863/2
Joshua Colp [Fri, 9 Sep 2016 10:39:51 +0000 (10:39 +0000)] 
res_pjsip: Only invoke unidentified endpoint logic when unidentified.

The code was incorrectly invoking the unidentified logic when
an endpoint had actually been identified, causing log messages
to be output.

ASTERISK-26349 #close

Change-Id: Id8104fc9e3d138d5e8b6f6977ecc08765fd17d4f

8 years agochan_sip: Don't allocate new RTP instances on top of old ones.
Joshua Colp [Tue, 23 Aug 2016 11:35:11 +0000 (11:35 +0000)] 
chan_sip: Don't allocate new RTP instances on top of old ones.

In some scenarios dialog_initialize_rtp can be called multiple times on
the same dialog.  This can cause RTP instances to be leaked along with
multiple file descriptors for each instance.

This change makes it so the existing RTP instances are destroyed and
not overwritten, stopping the memory leak.

ASTERISK-26272 #close
patches:
  ASTERISK-26272-13.patch submitted by Corey Farrell (license 5909)

Change-Id: Id529de1184c68f2f4d254ab41a1f458dafdb5f73

8 years agores_pjsip: Do not crash on ACKs from unknown endpoints.
Mark Michelson [Tue, 16 Aug 2016 20:34:53 +0000 (15:34 -0500)] 
res_pjsip: Do not crash on ACKs from unknown endpoints.

The endpoint identification PJSIP module is intended to identify which
endpoint an incoming request is from. If an endpoint is not identified,
then an artificial endpoint is used in its place when proceeding.

The problem is that the ACK request type is an exception to the rule.
The artificial endpoint is not used when processing an ACK. This results
in the possibility of having a NULL endpoint being used further on.

The reason ACK is an exception is an attempt not to spam security logs
with unidentified requests. Presumably, you've already logged the
unidentified request on the preceeding INVITE.

Up until Asterisk 13.10, retrieving a NULL endpoint in this fashion
didn't cause an issue. A new change in 13.10 added endpoint ACL checking
shortly after endpoint identification. Because we are accessing a NULL
endpoint, this ACL check resulted in a crash.

The fix here is to be sure to retrieve the artificial endpoint for all
request types. ACKs still do not generate unidentified request security
events.

ASTERISK-26264 #close
Reported by nappsoft

AST-2016-006

Change-Id: Ie0c795ae2d72273decb972dd74b6a1489fb6b703

8 years agoMerge "res_pjsip: Allow global headers to be overridden." into 13
zuul [Thu, 8 Sep 2016 18:06:59 +0000 (13:06 -0500)] 
Merge "res_pjsip: Allow global headers to be overridden." into 13

8 years agoMerge "ConfBridge: Make some announcements asynchronous." into 13
zuul [Thu, 8 Sep 2016 01:05:09 +0000 (20:05 -0500)] 
Merge "ConfBridge: Make some announcements asynchronous." into 13

8 years agoMerge "followme: initialize all config items on reload" into 13
zuul [Wed, 7 Sep 2016 22:23:49 +0000 (17:23 -0500)] 
Merge "followme: initialize all config items on reload" into 13

8 years agores_pjsip_messaging.c: Misc cleanups and fixes. 43/3843/1
Richard Mudgett [Tue, 6 Sep 2016 16:46:16 +0000 (11:46 -0500)] 
res_pjsip_messaging.c: Misc cleanups and fixes.

* Eliminated RAII_VAR in get_outbound_endpoint().

* Simplify update_to() coding.  However, this function can only be a NoOp
because the To string can only be a URI and not a name-address formatted
string.

* Simplify update_from() coding.  Also fixed a code path modifying the
from string when the caller could still want to use the original string.

* Fixed msg_data_create() incompletely removing the "pjsip:" to then add
back the "sip:" string if needed.  The code didn't handle the "pjsip:sip:"
case because it left the colon after pjsip in the string.

Change-Id: I68a09a665f6d4daa9eaa59069045ab69122e28db

8 years agores_pjsip: Allow global headers to be overridden. 40/3840/2
Joshua Colp [Wed, 7 Sep 2016 21:00:16 +0000 (21:00 +0000)] 
res_pjsip: Allow global headers to be overridden.

Currently when you add global headers from the dialplan both
the header in the dialplan and the globally configured header
are added to the resulting SIP INVITE. This change makes it
so the headers in the dialplan take precedence and are the
only ones added.

Change-Id: I36f864298f38db3632ad503edc11267cb8ffb3ad

8 years agoMerge "apps/app_dial: Fix crash on non-connect call paths for Privacy/Screening optio...
zuul [Wed, 7 Sep 2016 20:49:31 +0000 (15:49 -0500)] 
Merge "apps/app_dial: Fix crash on non-connect call paths for Privacy/Screening option" into 13

8 years agoMerge "res_pjsip_session: segfault on already disconnected session" into 13
zuul [Wed, 7 Sep 2016 19:04:26 +0000 (14:04 -0500)] 
Merge "res_pjsip_session: segfault on already disconnected session" into 13

8 years agoMerge "apps/app_dial: Set the DIALSTATUS to NOANSWER on privacy option 5" into 13
zuul [Wed, 7 Sep 2016 18:01:53 +0000 (13:01 -0500)] 
Merge "apps/app_dial: Set the DIALSTATUS to NOANSWER on privacy option 5" into 13

8 years agoMerge "build: Add download capability for external packages" into 13
Joshua Colp [Wed, 7 Sep 2016 14:13:40 +0000 (09:13 -0500)] 
Merge "build: Add download capability for external packages" into 13

8 years agofollowme: initialize all config items on reload 80/3580/3
Tzafrir Cohen [Thu, 11 Aug 2016 17:10:44 +0000 (20:10 +0300)] 
followme: initialize all config items on reload

Some configuration directives were not initialized on reload, and hence
were not reset to default if they were removed from followme.conf.

ASTERISK-26288 #close

Change-Id: Ief829e16374ad1e0ecfd63e6ee4923b5a1d1c150

8 years agoMerge "chan_sip: Don't refuse calls with "optional crypto"; fall back to RTP." into 13
zuul [Wed, 7 Sep 2016 04:01:10 +0000 (23:01 -0500)] 
Merge "chan_sip: Don't refuse calls with "optional crypto"; fall back to RTP." into 13

8 years agoMerge "res_pjsip_registrar.c: Reduce stack usage in find_aor_name()." into 13
zuul [Wed, 7 Sep 2016 02:58:50 +0000 (21:58 -0500)] 
Merge "res_pjsip_registrar.c: Reduce stack usage in find_aor_name()." into 13

8 years agoMerge "pjsip_configuration.c: Ignore repeated identify by methods." into 13
zuul [Wed, 7 Sep 2016 00:45:06 +0000 (19:45 -0500)] 
Merge "pjsip_configuration.c: Ignore repeated identify by methods." into 13

8 years agoMerge "config_global.c: Comments and a default expression adjustment." into 13
zuul [Tue, 6 Sep 2016 21:55:33 +0000 (16:55 -0500)] 
Merge "config_global.c: Comments and a default expression adjustment." into 13

8 years agoMerge "sip_to_pjsip.py: Map canreinvite as directmedia alias." into 13
zuul [Tue, 6 Sep 2016 21:07:18 +0000 (16:07 -0500)] 
Merge "sip_to_pjsip.py: Map canreinvite as directmedia alias." into 13

8 years agoMerge "sip_to_pjsip.py: Fix typo converting outboundproxy registration." into 13
zuul [Tue, 6 Sep 2016 19:19:05 +0000 (14:19 -0500)] 
Merge "sip_to_pjsip.py: Fix typo converting outboundproxy registration." into 13

8 years agoMerge "sip_to_pjsip.py: Fix comment typo and tabs." into 13
zuul [Tue, 6 Sep 2016 18:18:23 +0000 (13:18 -0500)] 
Merge "sip_to_pjsip.py: Fix comment typo and tabs." into 13

8 years agoMerge "Sample configs: Eliminate false multiline comment block starts." into 13
zuul [Tue, 6 Sep 2016 17:24:17 +0000 (12:24 -0500)] 
Merge "Sample configs: Eliminate false multiline comment block starts." into 13

8 years agobuild: Add download capability for external packages 69/3769/8
George Joseph [Tue, 2 Aug 2016 01:55:33 +0000 (19:55 -0600)] 
build: Add download capability for external packages

The DPMA and g729a, silk, siren7 and siren14 codecs hosted at
http://downloads.digium.com/pub/telephony/ are now listed in the
"External" sections of the "Resource Modules" and "Codec Translators"
pages in menuselect.  Any that are selected will automatically be
downloaded and installed when "make install" is run.  Their LICENSE and
README (if avaialble) files will be installed to
ASTVARLIBDIR/documentation/thirdparty/<product_name>.

Example use with codecs:

The codecs/codecs.xml file is a menuselect style xml file that lists
the codecs to be included.  Their support levels are 'external', which
triggers the download and install, and defaultenabled is no.  Also
because codec_g729a is actually in a directory named codec_g729 on the
download server, the newly added 'member_data' element is used to
override the default of the directory name being the package name.  You
can use the 'directory_name' attribute to keep default base URL
(http://downloads.digium.com/pub/telephony/) but use the new directory,
or you use the 'remote_url' attribute to specify a full URL to the
download directory.  In this case, you must still follow the same
subdirectory naming conventions as that used for the packages located
at 'http://downloads.digium.com/pub/telephony'.

A new configure option '--with-externals-cache' was added and like
'--with-sounds-cache' it allows the installer to cache tarballs so
they're not downloaded every time.

To assist with the download and install process, each external package
now has a manifest.xml file that, among other things, contains a package
version and checksums for each file in the tarball.  The manifest is
saved to both the cache directory and ASTMODDIR and together with the
manifest.xml on the downloads site, tells the install scripts whether
a download and/or update is needed.

bash and xmlstarlet are required for downloader operation.  If they're
not installed, the external items in menuselect will be unavailable.

Change-Id: Id3dcf1289ffd3cb0bbd7dfab3cafbb87be60323a

8 years agoMerge "format_cap.c: Fix CLI "core show channeltype Surrogate" crash." into 13
zuul [Tue, 6 Sep 2016 14:00:09 +0000 (09:00 -0500)] 
Merge "format_cap.c: Fix CLI "core show channeltype Surrogate" crash." into 13

8 years agochan_sip: Don't refuse calls with "optional crypto"; fall back to RTP. 30/3830/1
Walter Doekes [Tue, 6 Sep 2016 07:41:06 +0000 (09:41 +0200)] 
chan_sip: Don't refuse calls with "optional crypto"; fall back to RTP.

Certain SNOM phones send so-called "optional crypto" in their SDP body.
Regular SRTP setup looks like this:

    m=audio 64620 RTP/SAVP 8 0 9 99 3 18 4 101
    a=crypto:1 AES_CM_128_HMAC_SHA1_32 inline:...

SNOM-style "optional crypto" looks like this:

    m=audio 61438 RTP/AVP 8 0 9 99 3 18 4 101
    a=crypto:1 AES_CM_128_HMAC_SHA1_32 inline:...

A crypto line is supplied, but the m-line does not have SAVP.

When res_srtp.so is *not* loaded, then chan_sip.so treats the optional
crypto as regular RTP, but when res_srtp.so *is* loaded, it refuses the
incoming call with the following message:

    WARNING: process_sdp: Failed to receive SDP offer/answer with
    required SRTP crypto attributes for audio

For platforms that want to start providing SRTP this presents a
compatibility problem.

This changeset lets chan_sip handle the SDP as if no crypto-line was
supplied: i.e. accept the call as regular RTP, just like it did before
res_srtp was loaded.

Now you'll get this informative warning instead:

    WARNING: Ignoring crypto attribute in SDP because RTP transport is
    insecure

ASTERISK-23989 #close
Reported by: Olle Johansson

Change-Id: I91a15ae05a0296e398d6b65f53bb11afde1d80e2

8 years agoMerge "app_mp3: Use correct buffer size and the same sample rate as the channel"...
zuul [Sun, 4 Sep 2016 18:21:17 +0000 (13:21 -0500)] 
Merge "app_mp3: Use correct buffer size and the same sample rate as the channel" into 13

8 years agoapps/app_dial: Fix crash on non-connect call paths for Privacy/Screening option 22/3822/1
Matt Jordan [Sat, 3 Sep 2016 21:04:21 +0000 (16:04 -0500)] 
apps/app_dial: Fix crash on non-connect call paths for Privacy/Screening option

In any scenario in which the callee is not connected to the caller, the
current code in app_dial will crash due to raising a Dial End Stasis
Message after the callee channel has been hung up. This patch corrects
the error by simply moving the explicit hangup of the callee (peer)
channel until after the dial end message.

ASTERISK-25691 #close

Change-Id: I816a414014424d0d8c80e2a3cbef13ef8c63798d

8 years agoapps/app_dial: Set the DIALSTATUS to NOANSWER on privacy option 5 21/3821/1
Matt Jordan [Sat, 3 Sep 2016 21:02:37 +0000 (16:02 -0500)] 
apps/app_dial: Set the DIALSTATUS to NOANSWER on privacy option 5

If the callee selects option '5' using the Dial application's privacy
(P) option, the DIALSTATUS is erroneously set to ANSWER. This option
reflects the callee sending the caller to VoiceMail one time; the call
is definitely *not* ANSWERed in such a scenario. With this patch, the
DIALSTATUS is instead set to NOANSWER, which is the same DIALSTATUS that
is set when the 'send to VoiceMail every time' option is set.

ASTERISK-25691

Change-Id: Iaf0c9f0fa00545e7366443875e2bb7d9a89a1358

8 years agores_pjsip_registrar.c: Reduce stack usage in find_aor_name(). 07/3807/1
Richard Mudgett [Tue, 30 Aug 2016 21:40:59 +0000 (16:40 -0500)] 
res_pjsip_registrar.c: Reduce stack usage in find_aor_name().

Change-Id: I8aebad1fdcf303bd115b59a4b57fbbd5b2267f09

8 years agopjsip_configuration.c: Ignore repeated identify by methods. 04/3804/1
Richard Mudgett [Mon, 29 Aug 2016 23:06:48 +0000 (18:06 -0500)] 
pjsip_configuration.c: Ignore repeated identify by methods.

Change-Id: Ied0c06043d1dfef8fdc9c9a808cf89b118119838

8 years agoconfig_global.c: Comments and a default expression adjustment. 01/3801/1
Richard Mudgett [Tue, 30 Aug 2016 22:26:43 +0000 (17:26 -0500)] 
config_global.c: Comments and a default expression adjustment.

Change-Id: Ia6a58f8c73a30da6874b3f94364dce162d6f1ad3

8 years agosip_to_pjsip.py: Map canreinvite as directmedia alias. 98/3798/1
Richard Mudgett [Wed, 31 Aug 2016 20:14:32 +0000 (15:14 -0500)] 
sip_to_pjsip.py: Map canreinvite as directmedia alias.

Change-Id: I48b8e150f96a3d2a24d8fc25fbe4f5aff9f4a6b2

8 years agosip_to_pjsip.py: Fix typo converting outboundproxy registration. 95/3795/1
Richard Mudgett [Wed, 31 Aug 2016 20:37:44 +0000 (15:37 -0500)] 
sip_to_pjsip.py: Fix typo converting outboundproxy registration.

Change-Id: I6f30e5f9fcf8469ba0079fbf884047d54c2c0b15

8 years agosip_to_pjsip.py: Fix comment typo and tabs. 92/3792/1
Richard Mudgett [Wed, 31 Aug 2016 20:13:19 +0000 (15:13 -0500)] 
sip_to_pjsip.py: Fix comment typo and tabs.

Change-Id: If35174614545727817d329c60ba4456c028941b5

8 years agoSample configs: Eliminate false multiline comment block starts. 89/3789/1
Richard Mudgett [Wed, 31 Aug 2016 20:56:41 +0000 (15:56 -0500)] 
Sample configs: Eliminate false multiline comment block starts.

Change-Id: Ie627def9604ae30abd80754f9e6f09874825aec6

8 years agoformat_cap.c: Fix CLI "core show channeltype Surrogate" crash. 86/3786/1
Richard Mudgett [Fri, 2 Sep 2016 16:36:38 +0000 (11:36 -0500)] 
format_cap.c: Fix CLI "core show channeltype Surrogate" crash.

* Make ast_format_cap_get_names() NULL tolerant.

ASTERISK-26331 #close
Reported by: CGI.NET

Change-Id: Id67e93936dc8ec2a33a9d33655843d43b59285a3

8 years agores_pjsip_session: segfault on already disconnected session 14/3514/9
Alexei Gradinari [Thu, 18 Aug 2016 19:45:59 +0000 (15:45 -0400)] 
res_pjsip_session: segfault on already disconnected session

On heavy loaded system the TCP/TLS incoming calls could be
disconnected by pjproject while these calls are being
processed by asterisk which could use the session's memory pools.
If the session in the disconnected state then the session memory
pools were already freed, so we get segfault.

This patch adds a lifetime control on an INVITE session to pjproject.
The lifetime of the session is manipulated by calling
pjsip_inv_add_ref/pjsip_inv_dec_ref.
This patch uses these functions to inform pjproject that the
session is in use.

This patch adds check if the session state is not disconnected
and also checks if the memory pool is not NULL.

This patch also places tasks 'session_end' and 'session_end_completion'
into session's serializer to avoid race condition.

ASTERISK-26291 #close

Change-Id: I4d28b1fb3b91f0492a911d110049d670fdc3c8d7

8 years agoConfBridge: Make some announcements asynchronous. 04/3504/7
Mark Michelson [Wed, 10 Aug 2016 20:14:09 +0000 (15:14 -0500)] 
ConfBridge: Make some announcements asynchronous.

Confbridge announcements tend to block a channel while they are being
played. In some circumstances, this is warranted since you want that
particular channel not to hear the announcement (Example: "John Doe has
entered the conference"). For others it makes less sense.

This change first introduces methods for playing sounds asynchronously
into the conference. This is very similar to how synchronous sounds are
played, except the channel initiating the playback does not wait for the
sound to complete before moving on.

Asynchronous announcements are used for two circumstances:
* Sounds played for a user after they have left the bridge
* Sounds that play first to a single user and then the rest of the
  conference (if the channel and conference use the same language)

ASTERISK-26289 #close
Reported by Mark Michelson

Change-Id: Ie486bb3de1646d50894489030326a423e594ab0a

8 years agoMerge "res_pjsip: qualify/unqualify added/deleted realtime endpoints" into 13
zuul [Thu, 1 Sep 2016 18:21:56 +0000 (13:21 -0500)] 
Merge "res_pjsip: qualify/unqualify added/deleted realtime endpoints" into 13

8 years agoMerge "sip_to_pjsip: Migrate IPv4/IPv6 (Dual Stack) configurations." into 13
zuul [Thu, 1 Sep 2016 16:40:22 +0000 (11:40 -0500)] 
Merge "sip_to_pjsip: Migrate IPv4/IPv6 (Dual Stack) configurations." into 13

8 years agoapp_mp3: Use correct buffer size and the same sample rate as the channel 40/3740/3
Michael Kuron [Wed, 31 Aug 2016 17:23:09 +0000 (19:23 +0200)] 
app_mp3: Use correct buffer size and the same sample rate as the channel

Previously, the buffer used for MP3 streamed from HTTP servers had a size of
1 MB. For 8 kHz mono audio at 16 bit resolution, such a buffer covers about 1
minute. Only when the buffer is full does audio start to play.
For MP3 files streamed from a server, that is usually not a big deal as long as
the connection to the server is fast enough to supply that much data within a
second or two. For MP3 live streams however, it takes 1 minute to download 1
minute of audio, so without this change, app_mp3 wasn't really usable for MP3
live streams.
This commit changes the buffer size so that it covers 6 seconds of an MP3 file
streamed from a server and 0.5 seconds of an MP3 live stream. The latter is
identified by the use of a .m3u file extension.

app_mp3 so far only supported 8 kHz audio.
Now it always runs at the sample rate of the channel.

ASTERISK-26085 #close

Change-Id: Id1ee274733cd804a0edecf7450329b72f1235af0

8 years agores_pjsip: qualify/unqualify added/deleted realtime endpoints 32/3732/2
Alexei Gradinari [Fri, 26 Aug 2016 15:39:11 +0000 (11:39 -0400)] 
res_pjsip: qualify/unqualify added/deleted realtime endpoints

If the PJSIP endpoint's AOR with the permanent contact
was deleted from the realtime storage the res_pjsip module
continues trying to qualify this contact.
The error 'Unable to find an endpoint to qualify contact'
appeares every 'qualify_frequency' seconds.
This patch deletes this contact in this case.

The PJSIP endpoint's AOR with the permanent contact
is never qualified if it is added to realtime storage
after asterisk started.
This patch adds qualifying for the AOR's permanent contacts
on the first handling of this AOR.

ASTERISK-26319 #close

Change-Id: Ib93dded9121edb113076903d1aa95402f799f8fe

8 years agoMerge "res_pjsip: Default endpoints to the "offline" status." into 13
zuul [Mon, 29 Aug 2016 23:09:24 +0000 (18:09 -0500)] 
Merge "res_pjsip: Default endpoints to the "offline" status." into 13

8 years agoMerge "pjproject_bundled: Disable srtp use by pjmedia" into 13
zuul [Mon, 29 Aug 2016 21:50:25 +0000 (16:50 -0500)] 
Merge "pjproject_bundled:  Disable srtp use by pjmedia" into 13

8 years agoMerge "pbx.c: Prevent infinite recursion in manager_show_dialplan_helper." into 13
zuul [Mon, 29 Aug 2016 20:39:24 +0000 (15:39 -0500)] 
Merge "pbx.c: Prevent infinite recursion in manager_show_dialplan_helper." into 13

8 years agoMerge "app_queue: Ensure member is removed from pending when hanging up." into 13
zuul [Mon, 29 Aug 2016 18:40:58 +0000 (13:40 -0500)] 
Merge "app_queue: Ensure member is removed from pending when hanging up." into 13

8 years agoapp_macro: Consider '~~s~~' as a macro start extension. 57/3757/1
chrisderock [Wed, 17 Aug 2016 07:51:17 +0000 (09:51 +0200)] 
app_macro: Consider '~~s~~' as a macro start extension.

As described in issue ASTERISK-26282 the AEL parser creates macros with
extension '~~s~~'.  app_macro searches only for extension 's' so the
created extension cannot be found.  with this patch app_macro searches for
both extensions and performs the right extension.

ASTERISK-26282 #close

Change-Id: I939aa2a694148cc1054dd75ec0c47c47f47c90fb

8 years agopbx.c: Prevent infinite recursion in manager_show_dialplan_helper. 53/3753/1
Etienne Lessard [Mon, 29 Aug 2016 12:10:34 +0000 (08:10 -0400)] 
pbx.c: Prevent infinite recursion in manager_show_dialplan_helper.

Previously, if context A was including context B and context B was including
context A, i.e. if there was a circular dependency between contexts, then
calling manager_show_dialplan_helper could lead to an infinite recursion,
resulting in a crash.

This commit applies the same solution as the one implemented in the
show_dialplan_helper function. The manager_show_dialplan_helper and
show_dialplan_helper functions contain lots of code in common, but the former
was missing the "infinite recursion avoidance" code.

ASTERISK-26226 #close

Change-Id: I1aea85133c21787226f4f8442253a93000aa0897

8 years agoMerge "res_pjsip: Cache global config options." into 13
Joshua Colp [Sat, 27 Aug 2016 10:03:14 +0000 (05:03 -0500)] 
Merge "res_pjsip: Cache global config options." into 13

8 years agoMerge "channel: No hung-up on failing security requirements." into 13
zuul [Fri, 26 Aug 2016 23:56:16 +0000 (18:56 -0500)] 
Merge "channel: No hung-up on failing security requirements." into 13

8 years agopjproject_bundled: Disable srtp use by pjmedia 33/3733/1
George Joseph [Fri, 26 Aug 2016 19:34:22 +0000 (13:34 -0600)] 
pjproject_bundled:  Disable srtp use by pjmedia

The reason for the disable is that while Asterisk works fine with older
libsrtp versions, newer versions of pjproject won't compile with them.
Debian 6 for instance, has libsrtp 1.4.4 which is older than what
pjproject is expecting.

We don't use most of pjmedia but we DO use it for SDP negotiation.
Luckily disabling srtp in pjmedia doesn't interfere with it's ability
to negitiate a secure channel.  The proper crypto attributes are
negotiated in both directions.

ASTERISK-26279 #close

Change-Id: Id25a92cdf3df97a26c53cffae65b6b82de33c8e2

8 years agochannel: No hung-up on failing security requirements. 26/3726/2
Alexander Traud [Fri, 26 Aug 2016 13:41:16 +0000 (15:41 +0200)] 
channel: No hung-up on failing security requirements.

In your Diaplan, if you specify
 same => n,Set(CHANNEL(secure_bridge_media)=1)
 same => n,Set(CHANNEL(secure_bridge_signaling)=1)
only the SIP channel driver chan_sip supports this. All other channels drivers
like res_pjsip fail. In case of failure, the original sRTP source code released
the whole channel, even if not hung-up, yet. This change does not release the
channel but instead hangs-up the channel.

ASTERISK-26306

Change-Id: I0489f0cb660fab6673b0db8af027d116e70a66db

8 years agosip_to_pjsip: Migrate IPv4/IPv6 (Dual Stack) configurations. 57/3657/2
Alexander Traud [Sat, 20 Aug 2016 14:04:13 +0000 (16:04 +0200)] 
sip_to_pjsip: Migrate IPv4/IPv6 (Dual Stack) configurations.

When using the migration script sip_to_pjsip.py, and your sip.conf is
configured with bindaddr=::, two transports are written to pjsip.conf, one for
0.0.0.0 (IPv4) and one for [::] (IPv6). That way, PJProject listens on the IPv4
and IPv6 wildcards; a IPv4/IPv6 Dual Stack configuration on a single interface
like in chan_sip.

Furthermore, the script internal functions "build_host" and "split_hostport"
did not parse Literal IPv6 addresses as expected (like [::1]:5060). This change
makes sure, even such addresses are parsed correctly.

ASTERISK-26309

Change-Id: Ia4799a0f80fc30c0550fc373efc207c3330aeb48

8 years agoapp_queue: Ensure member is removed from pending when hanging up. 42/3742/1
Joshua Colp [Thu, 25 Aug 2016 12:06:41 +0000 (12:06 +0000)] 
app_queue: Ensure member is removed from pending when hanging up.

When dialing channels it is possible that they may not ever
leave the not in use state (Local channels in particular) by
the time we cancel them. If this occurs but we know they were
dialed we explicitly remove them from the pending members
container so that subsequent call attempts occur.

ASTERISK-26299 #close

Change-Id: I6ad0d17c36480c92cebf840626228ce3f7e4bd65

8 years agores_pjsip: Cache global config options. 79/3479/2
Richard Mudgett [Fri, 5 Aug 2016 01:11:29 +0000 (20:11 -0500)] 
res_pjsip: Cache global config options.

We may check a global config option hundreds of times a second or more.
Asking sorcery for the global configuration from the config files backend
involves several allocations and container traversals.  Using realtime
without a memory cache is a lot worse because you have to lookup in the
realtime database each time to reconstitute the sorcery object.  With a
memory cache for realtime, there is about the same amount of overhead as
for config files.  Either way, it is still fairly expensive to access the
sorcery object that much.

* Cache the global config options so we can access them faster.  You must
now always perform a res_pjsip reload to change the global options.

Change-Id: Ice16c7a4cbca4614da344aaea21a072b86263ef7

8 years agores_fax: Fix deadlock in ast_channel_get_t38_state(). 11/3711/1
Richard Mudgett [Tue, 23 Aug 2016 16:02:35 +0000 (11:02 -0500)] 
res_fax: Fix deadlock in ast_channel_get_t38_state().

ast_channel_get_t38_state() calls ast_channel_queryoption() with
AST_OPTION_T38_STATE.  If the passed in channel is a local channel then a
deadlock can happen if a channel lock is held when called.

* Made ast_channel_get_t38_state() callers not hold a channel lock before
calling.

* Update ast_channel_get_t38_state() doxygen to note that no channel locks
can be held when calling the function.

ASTERISK-26203 #close
Reported by: Etienne Lessard

ASTERISK-24822 #close
Reported by: David Brillert

ASTERISK-22732 #close
Reported by: Richard Mudgett

Change-Id: I49fd76fa9af628b4198009b5c0b82c8b03681214

8 years agores_fax: Fix deadlock setting FAXMODE channel variable. 10/3710/1
Richard Mudgett [Tue, 23 Aug 2016 15:39:01 +0000 (10:39 -0500)] 
res_fax: Fix deadlock setting FAXMODE channel variable.

ASTERISK-25980 added the FAXMODE channel variable to res_fax.c.
Unfortunately, it also introduced a deadlock potential because
set_channel_variables() which sets FAXMODE can be called during a
masquerade.  The ast_channel_get_t38_state() which gets the value used to
set FAXMODE cannot be called with the channel locked.  As a result, local
channels can deadlock because of how they must acquire the locks necessary
to operate.

The intent of FAXMODE is for dialplan to know how a fax was transferred
after the fax completes.  However, the previous patch sets FAXMODE to the
channel's current T.38 state AFTER the fax has completed and where T.38
may have already disconnected.

* Set FAXMODE based upon T.38 negotiations exchanged either with the fax
applications or the fax framehooks.

ASTERISK-26203
Reported by: Etienne Lessard

ASTERISK-24822
Reported by: David Brillert

ASTERISK-22732
Reported by: Richard Mudgett

Change-Id: Id525747254b64c1efe8b1b5973d52ff9719c2ae1

8 years agores_fax.c: Fix deadlock in fax_gateway_indicate_t38(). 09/3709/1
Richard Mudgett [Mon, 22 Aug 2016 17:31:24 +0000 (12:31 -0500)] 
res_fax.c: Fix deadlock in fax_gateway_indicate_t38().

fax_gateway_indicate_t38() calls ast_indicate_data() which cannot be
called with any channel locks already held.  A deadlock can happen if the
function is operating on a local channel.

* Made fax_gateway_indicate_t38() unlock the channel before calling
ast_indicate_data() since fax_gateway_indicate_t38() is always called with
the channel locked.

* Made fax_gateway_indicate_t38() return void since nothing cared about
its return value.

ASTERISK-26203
Reported by: Etienne Lessard

ASTERISK-24822
Reported by: David Brillert

ASTERISK-22732
Reported by: Richard Mudgett

Change-Id: I701ff2d26c5fc23e0d5a48a3fd98759a9fd09407

8 years agores_fax.c: Add chan locked precondition comments. 08/3708/1
Richard Mudgett [Tue, 23 Aug 2016 16:16:04 +0000 (11:16 -0500)] 
res_fax.c: Add chan locked precondition comments.

Change-Id: Ic10ae434536bbf7fb7055d6ab36cc50b8748a4e7

8 years agoast_framehook_detach() must be called with the channel locked. 07/3707/1
Richard Mudgett [Tue, 23 Aug 2016 15:42:08 +0000 (10:42 -0500)] 
ast_framehook_detach() must be called with the channel locked.

The framehook container could become corrupted if the channel lock is not
held before calling.

Change-Id: If0a1c7ba0484ed3a191106a7516526b905952584

8 years agoast_framehook_attach() must be called with the channel locked. 06/3706/1
Richard Mudgett [Mon, 22 Aug 2016 20:01:37 +0000 (15:01 -0500)] 
ast_framehook_attach() must be called with the channel locked.

The framehook container could become corrupted if the channel lock is not
held before calling.

Change-Id: I1a6b957a1f7b899eb29a186915f8cccab886a438

8 years agoMerge "res_rtp_multicast: Fix SEGV in ast_multicast_rtp_create_options" into 13
Joshua Colp [Wed, 24 Aug 2016 23:53:45 +0000 (18:53 -0500)] 
Merge "res_rtp_multicast:  Fix SEGV in ast_multicast_rtp_create_options" into 13

8 years agores_rtp_multicast: Fix SEGV in ast_multicast_rtp_create_options 95/3695/1
George Joseph [Wed, 24 Aug 2016 19:42:34 +0000 (13:42 -0600)] 
res_rtp_multicast:  Fix SEGV in ast_multicast_rtp_create_options

ast_multicast_rtp_create_options now checks for NULL or empty options

Change-Id: Ib845eae46a67a9787e89a87ebd1027344e5e0362

8 years agoFix checks for allocation debugging. 92/3692/1
Corey Farrell [Fri, 19 Aug 2016 23:19:28 +0000 (19:19 -0400)] 
Fix checks for allocation debugging.

MALLOC_DEBUG should not be used to check if debugging is actually
enabled, __AST_DEBUG_MALLOC should be used instead.  MALLOC_DEBUG only
indicates that debugging is requested, __AST_DEBUG_MALLOC indicates it
is active.

Change-Id: I3ce9cdb6ec91b74ee1302941328462231be1ea53

8 years agoConfBridge: Rework announcer channel methodology 86/3686/1
Mark Michelson [Wed, 10 Aug 2016 20:14:09 +0000 (15:14 -0500)] 
ConfBridge: Rework announcer channel methodology

NOTE: This patch was submitted earlier and reverted because of a failing
test. The test has been patched so that it adjusts for the changes here,
so this is being resubmitted for review.

One feature that confbridge has is the ability to play sounds to all
participants in the conference. Prior to this commit, the algorithm for
this was as follows:

* Grab the playback lock
* Push the conference announcer channel into the bridge
* Play back the sound
* Pull the conference announcer channel from the bridge
* Release the playback lock

The issue here is that the act of adding the playback channel to the
bridge and removing it for each announcement is expensive. Amongst the
expenses:

* The announcer channel is imparted into the bridge, meaning a new
  thread is spun up for each playback.
* When the announcer is added or removed from the bridge, it results
  in the BRIDGEPEER channel variable being set on all channels in the
  bridge. This requires keeping the bridge locked and locking each
  individual channel in order to set it.
* There's also just the general overhead of adding the channel and
  removing it from the bridge. The bridge potentially has to reconfigure
  every single time

With this commit, the paradigm for playing back announcements has
shifted.

* The announcer channel is now added to the bridge when the conference
  is allocated, and it is hung up when the conference is destroyed.
* A taskprocessor is used to queue playbacks onto the announcer channel.
  This keeps the behavior from before where playbacks do not overlap.
* The announcer channel is no longer placed into the bridge as
  departable. Since we are not constantly removing the channel from
  the bridge, it is safe to add the channel using an independent thread
  and simply hang the channel up when it is time for the conference to
  be destroyed.

The use of the taskprocessor for playbacks opens up the interesting
possibility of having asynchronous announcements played. In this commit,
however, the behavior is still exactly the same as it previously was.

ASTERISK-26289
Reported by Mark Michelson

Change-Id: Ica9fa4907c2f3728cdd1cf0bc564ef4eb40754a0

8 years agoMerge "Revert "ConfBridge: Rework announcer channel methodology"" into 13
Joshua Colp [Tue, 23 Aug 2016 10:54:29 +0000 (05:54 -0500)] 
Merge "Revert "ConfBridge: Rework announcer channel methodology"" into 13

8 years agoRevert "ConfBridge: Rework announcer channel methodology" 77/3677/1
Joshua Colp [Tue, 23 Aug 2016 10:54:18 +0000 (05:54 -0500)] 
Revert "ConfBridge: Rework announcer channel methodology"

This reverts commit 0cdeb2bfb0f4203384c08858951af3c77be8b9b3.

Change-Id: I18ba73b6d4dc0b994f4ffb01ae0b6cfad36ac636

8 years agoMerge "ConfBridge: Rework announcer channel methodology" into 13
zuul [Tue, 23 Aug 2016 01:36:28 +0000 (20:36 -0500)] 
Merge "ConfBridge: Rework announcer channel methodology" into 13