]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
8 years agores_pjsip: Fix 'A = B != C' kind. 93/4593/2
Badalyan Vyacheslav [Thu, 8 Dec 2016 18:30:38 +0000 (18:30 +0000)] 
res_pjsip: Fix 'A = B != C' kind.

Consider reviewing the expression of the 'A = B != C' kind.
The expression is calculated as following: 'A = (B != C)'

Change-Id: Ibaa637dfda47d51a20e26069d3103e05ce80003d

8 years agoMerge "res_format_attr_opus: Fix crash when fmtp contains spaces." into 13
Kevin Harwell [Thu, 8 Dec 2016 17:07:12 +0000 (11:07 -0600)] 
Merge "res_format_attr_opus: Fix crash when fmtp contains spaces." into 13

8 years agochan_sip: Do not allow non-SP/HTAB between header key and colon. 83/4583/1
Walter Doekes [Wed, 30 Nov 2016 15:31:39 +0000 (16:31 +0100)] 
chan_sip: Do not allow non-SP/HTAB between header key and colon.

RFC says SIP headers look like:

    HCOLON  =  *( SP / HTAB ) ":" SWS
    SWS     =  [LWS]                    ; sep whitespace
    LWS     =  [*WSP CRLF] 1*WSP        ; linear whitespace
    WSP     =  SP / HTAB                ; from rfc2234

chan_sip implemented this:

    HCOLON  =  *( LOWCTL / SP ) ":" SWS
    LOWCTL  = %x00-1F                   ; CTL without DEL

This discrepancy meant that SIP proxies in front of Asterisk with
chan_sip could pass on unknown headers with \x00-\x1F in them, which
would be treated by Asterisk as a different (known) header.  For
example, the "To\x01:" header would gladly be forwarded by some proxies
as irrelevant, but chan_sip would treat it as the relevant "To:" header.

Those relying on a SIP proxy to scrub certain headers could mistakenly
get unexpected and unvalidated data fed to Asterisk.

This change fixes so chan_sip only considers SP/HTAB as valid tokens
before the colon, making it agree on the headers with other speakers of
SIP.

ASTERISK-26433 #close
AST-2016-009

Change-Id: I78086fbc524ac733b8f7f78cb423c91075fd489b

8 years agores_format_attr_opus: Fix crash when fmtp contains spaces. 78/4578/1
Joshua Colp [Tue, 15 Nov 2016 00:18:21 +0000 (00:18 +0000)] 
res_format_attr_opus: Fix crash when fmtp contains spaces.

When an opus offer or answer was received that contained an
fmtp line with spaces between the attributes the module would
fail to properly parse it and crash due to recursion.

This change makes the module handle the space properly and
also removes the recursion requirement.

ASTERISK-26579

Change-Id: I01f53e5d9fa9f1925a7365f8d25071b5b3ac2dc3

8 years agoMerge "Bundled pjproject: Fix finding SIP transactions." into 13
Joshua Colp [Wed, 7 Dec 2016 19:38:10 +0000 (13:38 -0600)] 
Merge "Bundled pjproject:  Fix finding SIP transactions." into 13

8 years agoBundled pjproject: Fix finding SIP transactions. 65/4565/2
Richard Mudgett [Tue, 6 Dec 2016 22:45:38 +0000 (16:45 -0600)] 
Bundled pjproject:  Fix finding SIP transactions.

Occasionally SIP message transactions are not found when they should be.
In the particular case an incoming INVITE transaction is CANCELed but the
INVITE transaction cannot be found so a 481 response is returned for the
CANCEL.  The problematic calls have a '_' character in the Via branch
parameter.

The problem is in the pjproject PJ_HASH_USE_OWN_TOLOWER feature's code.
The problem with the "own tolower" code is that it does not calculate the
same hash value as when the pj_tolower() function is used.  The "own
tolower" code will erroneously modify the ASCII characters '@', '[', '\\',
']', '^', and '_'.  Calls to pj_hash_calc_tolower() can use the
PJ_HASH_USE_OWN_TOLOWER substitute algorithm when enabled.  Calls to
pj_hash_get_lower(), pj_hash_set_lower(), and pj_hash_set_np_lower() call
find_entry() which never uses the PJ_HASH_USE_OWN_TOLOWER algorithm.  As a
result you may not be able to find a hash tabled entry because the
calculated hash values would differ.

* Simply disable PJ_HASH_USE_OWN_TOLOWER.

ASTERISK-26490 #close

Change-Id: If89bfdb5f301b8b685881a9a2a6e0c3c5af32253

8 years agopjproject_bundled: Fix missing inclusion of symbols 57/4557/1
George Joseph [Tue, 6 Dec 2016 18:06:45 +0000 (11:06 -0700)] 
pjproject_bundled:  Fix missing inclusion of symbols

Added back in a -g3, and an -O3 when DONT_OPTIMIZE is not set, to
the CFLAGS.  Not sure how they went missing.

Also fixed an uninstall problem where we weren't removing the
symlink from libasteriskpj.so.2 to libasteriskpj.so.  While I was
there, I fixed it for libasteriskssl as well.

Change-Id: I9e00873b1e9082d05b5549d974534b48a2142556

8 years agoMerge "res_pjsip_outbound_registration.c: Filter redundant statsd reporting." into 13
Joshua Colp [Tue, 6 Dec 2016 11:34:38 +0000 (05:34 -0600)] 
Merge "res_pjsip_outbound_registration.c: Filter redundant statsd reporting." into 13

8 years agoMerge "Remove files that got merged in error somehow to the 13 branch." into 13
Joshua Colp [Mon, 5 Dec 2016 17:43:21 +0000 (11:43 -0600)] 
Merge "Remove files that got merged in error somehow to the 13 branch." into 13

8 years agoRemove files that got merged in error somehow to the 13 branch. 52/4552/1
Richard Mudgett [Fri, 2 Dec 2016 18:04:31 +0000 (12:04 -0600)] 
Remove files that got merged in error somehow to the 13 branch.

Change-Id: Id79e2226c31084f9252d5aede9050d3cf13322c8

8 years agores_pjsip_outbound_registration.c: Filter redundant statsd reporting. 41/4541/2
Richard Mudgett [Thu, 1 Dec 2016 00:25:11 +0000 (18:25 -0600)] 
res_pjsip_outbound_registration.c: Filter redundant statsd reporting.

Increasing the testsuite shutdown timeout before forcibly killing
Asterisk allowed more events to be sent out.  Some tests failed as
a result.  The tests/channels/pjsip/statsd/registrations failed
because we now get the statsd events that a comment in the test
configuration stated couldn't be intercepted.  Unfortunately, we
get a variable number of events because of internal status state
transition races generating redundant statsd events.

We were reporting redundant statsd PJSIP.registrations.state changes
for internal state changes that equated to the same thing publicly.

* Made update_client_state_status() filter out redundant statsd
updates.

ASTERISK-26527

Change-Id: If851c7d514bb530d9226e4941ba97dcf52000646

8 years agoMerge "res_pjsip/chan_sip: Advertise 'ws' in the SIP URI transport parameter" into 13
Joshua Colp [Fri, 2 Dec 2016 17:30:09 +0000 (11:30 -0600)] 
Merge "res_pjsip/chan_sip: Advertise 'ws' in the SIP URI transport parameter" into 13

8 years agoMerge "tcptls: Use new certificate upon sip reload" into 13
Joshua Colp [Fri, 2 Dec 2016 13:56:51 +0000 (07:56 -0600)] 
Merge "tcptls: Use new certificate upon sip reload" into 13

8 years agoMerge "PJPROJECT logging: Made easier to get available logging levels." into 13
Joshua Colp [Fri, 2 Dec 2016 11:38:05 +0000 (05:38 -0600)] 
Merge "PJPROJECT logging: Made easier to get available logging levels." into 13

8 years agoMerge "res_rtp: Fix regression when IPv6 is not available." into 13
Joshua Colp [Thu, 1 Dec 2016 21:51:06 +0000 (15:51 -0600)] 
Merge "res_rtp: Fix regression when IPv6 is not available." into 13

8 years agoMerge "res_calendar_caldav: Add support reading gmail calendar" into 13
Joshua Colp [Thu, 1 Dec 2016 21:28:09 +0000 (15:28 -0600)] 
Merge "res_calendar_caldav: Add support reading gmail calendar" into 13

8 years agoMerge "Frame deferral: Re-queue deferred frames one-at-a-time." into 13
Joshua Colp [Thu, 1 Dec 2016 16:38:34 +0000 (10:38 -0600)] 
Merge "Frame deferral: Re-queue deferred frames one-at-a-time." into 13

8 years agoMerge "OpenSSL 1.1.0 support" into 13
Joshua Colp [Thu, 1 Dec 2016 11:08:52 +0000 (05:08 -0600)] 
Merge "OpenSSL 1.1.0 support" into 13

8 years agores_rtp: Fix regression when IPv6 is not available. 40/4540/1
Guido Falsi [Tue, 22 Nov 2016 17:20:06 +0000 (18:20 +0100)] 
res_rtp: Fix regression when IPv6 is not available.

The latest Release candidate fails to create RTP streams when IPv6
is not available. Due to the changes made in September the ast_sockaddr
structure passed around to create these streams is always of AF_INET6
type, causing failure when used for IPv4. This patch adds a utility
function to check for availability of IPv6 and applies such check
at startup to determine how to create the ast_sockaddr structures.

ASTERISK-26617 #close

Change-Id: I627a4e91795e821111e1cda523f083a40d0e0c3e

8 years agores_calendar_caldav: Add support reading gmail calendar 34/4534/1
Eduardo S. Libardi [Tue, 29 Nov 2016 01:43:53 +0000 (23:43 -0200)] 
res_calendar_caldav: Add support reading gmail calendar

The response from gmail calendar includes the string name
"caldav:calendar-data". res_calendar_caldav implements
the example included in RFC 4791: string "C:calendar-data".
When reading the calendar, res_calendar_caldav compare the
string and if does not match just discards the event.
This commit compares the response to both strings,
successfully loading gmail calendar events.
Writing to gmail calendar is working prior to this fix.

ASTERISK-26624
Reported by: Eduardo S. Libardi

Change-Id: Ia1eef10552ae616efb645d390f5ffe81260d7d4a

8 years agoPJPROJECT logging: Made easier to get available logging levels. 15/4515/4
Richard Mudgett [Thu, 24 Nov 2016 00:27:54 +0000 (18:27 -0600)] 
PJPROJECT logging: Made easier to get available logging levels.

Use of the new logging is as simple as issuing the new CLI command or
setting the new pjproject.conf option.

Other options that can affect the logging are how you have the pjproject
log levels mapped to Asterisk log types in pjproject.conf and if you have
configured Asterisk to log the DEBUG type messages.  Altering the
pjproject.conf level mapping shouldn't be necessary for most installations
as the default mapping is sensible.  Configuring Asterisk to log the DEBUG
message type is standard practice for collecting debug information.

* Added CLI "pjproject set log level" command to dynamically adjust the
maximum pjproject log message level.

* Added CLI "pjproject show log level" command to see the currently set
maximum pjproject log message level.

* Added pjproject.conf startup section "log_level" option to set the
initial maximum pjproject log message level so all messages could be
captured from initialization.

* Set PJ_LOG_MAX_LEVEL to 6 to compile in all defined logging levels into
bundled pjproject.  Pjproject will use the currently set run time log
level to determine if a log message is generated just like Asterisk
verbose and debug logging levels.

* In log_forwarder(), made always log enabled and mapped pjproject log
messages.  DEBUG mapped log messages are no longer gated by the current
Asterisk debug logging level.

* Removed RAII_VAR() from res_pjproject.c:get_log_level().

ASTERISK-26630 #close

Change-Id: I6dca12979f482ffb0450aaf58db0fe0f6d2e5389

8 years agoFrame deferral: Re-queue deferred frames one-at-a-time. 30/4530/1
Mark Michelson [Wed, 30 Nov 2016 16:48:39 +0000 (10:48 -0600)] 
Frame deferral: Re-queue deferred frames one-at-a-time.

The recent change that made frame deferral into an API had a behavior
change to it. When frame deferral was completed, we would take all of
the deferred frames and queue them all onto the channel in one call to
ast_queue_frame_head(). Before frame deferral was API-ized, places that
performed manual frame deferral would actually take each deferred frame
and queue them onto the channel.

This change in behavior caused the confbridge_recording test to start
failing consistently. Without going too crazily deep into the details,
a channel was getting "stuck" in an ast_safe_sleep(). An AMI redirect
was attempting to break it out of the sleep, but because there were more
frames in the channel read queue than expected, the channel ended up
being unable to break from its sleep loop.

By restoring the behavior of individual frame queuing after deferral,
the test starts passing again.

Note, this points to a potential underlying issue pointing to an
"unbalance" that can occur when queuing multiple frames at once,
and so a follow-up issue is being created to investigate that
possibility.

Change-Id: Ied5dacacda06d343dea751ed5814a03364fe5a7d

8 years agoMerge "chan_pjsip: fix switching sending codec when asymmetric_rtp_codec=no" into 13
zuul [Wed, 30 Nov 2016 16:48:13 +0000 (10:48 -0600)] 
Merge "chan_pjsip: fix switching sending codec when asymmetric_rtp_codec=no" into 13

8 years agoMerge "chan_sip: Fix segfault during module unload" into 13
zuul [Wed, 30 Nov 2016 13:56:43 +0000 (07:56 -0600)] 
Merge "chan_sip: Fix segfault during module unload" into 13

8 years agoOpenSSL 1.1.0 support 25/4525/1
Tzafrir Cohen [Tue, 28 Jun 2016 21:26:59 +0000 (23:26 +0200)] 
OpenSSL 1.1.0 support

OpenSSL 1.1.0 includes some major changes in the interface. See
https://wiki.openssl.org/index.php/1.1_API_Changes .

Status: Right now there are still a few deprecation notes with OpenSSL
1.1.0. But it's a start.

Changes:
* CRYPTO_LOCK is no longer available. Replace it with its value for now.
  I don't completely understand what it is used for there.
* Remove several functions from libasteriskssl that seem to no longer be
  needed.
* Structures have become opaque and are accesses with accessors.
* ERR_remove_thread_state() no longer needed.
* SSLv2 code now could no longer be used in 1.1.

ASTERISK-26109 #close

Change-Id: I5e29d477d486ca29b6aae0dc2f5dff960c1cb82b

8 years agores/res_pjsip: Fix documentation whitespace issues 12/4512/1
Matt Jordan [Mon, 28 Nov 2016 21:12:08 +0000 (15:12 -0600)] 
res/res_pjsip: Fix documentation whitespace issues

Tabs > Spaces.

Change-Id: If1e43a71822615a898e958e0f8b2e882606f0bd0

8 years agoMerge "build_tools: Fix download_externals to handle certified branches" into 13
Mark Michelson [Mon, 28 Nov 2016 20:44:28 +0000 (14:44 -0600)] 
Merge "build_tools:  Fix download_externals to handle certified branches" into 13

8 years agoMerge "autoconf: more variants for OSARCH linux-gnu" into 13
zuul [Mon, 28 Nov 2016 20:38:55 +0000 (14:38 -0600)] 
Merge "autoconf: more variants for OSARCH linux-gnu" into 13

8 years agores_pjsip/chan_sip: Advertise 'ws' in the SIP URI transport parameter 09/4509/1
Matt Jordan [Tue, 22 Nov 2016 16:27:46 +0000 (10:27 -0600)] 
res_pjsip/chan_sip: Advertise 'ws' in the SIP URI transport parameter

Per RFC 7118 5.2, the SIP URI 'transport' parameter should advertise
'ws' when WebSockets are to be used as the transport. This applies to
both secure and insecure WebSockets.

There were two bugs in Asterisk with respect to this:

(1) The most egregious occurs in res_pjsip. There, we advertise 'ws' for
    insecure websockets and 'wss' for secure websockets. While this
    would seem to make sense - since 'WS' and 'WSS' are used for the Via
    Transport parameter - this is not the case for the SIP URI. This
    patch corrects that by registering the secure websockets with
    pjproject using the shorthand 'WS', and by returning 'ws' when asked
    for the transport parameter. Note that in pjproject, it is perfectly
    valid to have multiple transports use the same shorthand.

(2) In chan_sip, we return an upper-case version of the transport 'WS'
    instead of 'ws'. Since we should be strict in what we send and
    liberal in what we accept (within reason), this patch lower-cases
    the transport before appending it to the parameter.

ASTERISK-24330 #close
Reported by: cervajs, Inaki Baz Castillo

Change-Id: Iff77b645f8cc3b7cd35168a6676c26b147f22f42

8 years agobuild_tools: Fix download_externals to handle certified branches 05/4505/1
George Joseph [Mon, 28 Nov 2016 17:03:23 +0000 (10:03 -0700)] 
build_tools:  Fix download_externals to handle certified branches

download_externals wasn't handling the "certified/13.x" version
correctly.

Change-Id: I124d195bb117ca36fd7bf1150c630f3b474a9d9a

8 years agoautoconf: more variants for OSARCH linux-gnu 00/4500/1
Tzafrir Cohen [Wed, 2 Nov 2016 10:05:18 +0000 (12:05 +0200)] 
autoconf: more variants for OSARCH linux-gnu

There are quite a few odd GNU/Linux platforms. Just call all of them
linux-gnu.

Specifically this fixes building the Debian platforms mips64el and x32.
And maybe also others.

ASTERISK-26546 #close

Change-Id: I06ec4bd7f0ee1c84b6b24d81538223b07c4174b1

8 years agocodec_dahdi: Fix poll.h include. 98/4498/1
Timo Teräs [Thu, 17 Nov 2016 14:25:41 +0000 (16:25 +0200)] 
codec_dahdi: Fix poll.h include.

POSIX defines poll.h. sys/poll.h should not be used as it is c-library
internal header which may or may not exist. Notably in musl including
sys/poll.h generates warning of being incorrect.

Change-Id: Ib318c1c7142a737bcf3caa4d8d72560bebe39252

8 years agochan_sip: Fix segfault during module unload 94/4494/1
Michael Kuron [Sat, 26 Nov 2016 16:57:03 +0000 (17:57 +0100)] 
chan_sip: Fix segfault during module unload

If a TCP/TLS connection was pending (not accepted and not timed out) during
unload of chan_sip, Asterisk would segfault when trying to send a signal to
a thread whose thread ID hadn't been recorded yet. This commit fixes that by
recording the thread ID before calling the blocking connect() syscall.
This was a regression introduced by 776a14386a55b5425c7e9617eff8af8b45427144.

The above wasn't enough to fix the segfault, which was now delayed to the
point where connect() timed out. Therefore, it was necessary to also remove
the SA_RESTART flag from the SIGURG sigaction so that pthread_kill() could be
used to interruput the connect() syscall.
This was a regression introduced by 5d313f51b982a18f7321adcf7c7a4e822d8b2714.

ASTERISK-26586 #close

Change-Id: I76fd9d47d56e4264e2629bce8ec15fecba673e7b

8 years agoMerge "addons/chan_mobile: do not use strerror_r" into 13
zuul [Wed, 23 Nov 2016 22:44:01 +0000 (16:44 -0600)] 
Merge "addons/chan_mobile: do not use strerror_r" into 13

8 years agores_rtp_asterisk: RTT miscalculation in RTCP 97/4397/2
gestoip2 [Fri, 11 Nov 2016 14:16:50 +0000 (14:16 +0000)] 
res_rtp_asterisk: RTT miscalculation in RTCP

When retrieving RTCP stats for PJSIP channels, RTT values are unreliable.
RTT calculation is correct, but the data representation isn't.  RTT is
represented by a 32-bit fixed-point number with the integer part in the
first 16 bits and the fractional part in the last 16 bits.  In order to
get the RTT value, the fractional part is miscalculated, there is an
unnecessary 16 bit shift that causes overflow.  Besides this there is
another mistake, when transforming the integer value to the fixed point
fractional part via bitwise operation, that loses precision.

* RTT fractional part is no longer shifted, avoiding overflow.

* RTT fractional part is transformed to its fixed-point value more
precisely.

* Fixed timeval2ntp() and ntp2timeval() second fraction conversions.

* Fixed NTP timestamp report logging.  The usec was inexplicably
multiplied by 4096.

ASTERISK-26566 #close
Reported by Hector Royo Concepcion

Change-Id: Ie09bdabfee75afb3f1b8ddfd963e5219ada3b96f

8 years agotcptls: Use new certificate upon sip reload 48/4448/8
Michael Kuron [Tue, 15 Nov 2016 19:44:13 +0000 (20:44 +0100)] 
tcptls: Use new certificate upon sip reload

Previously, a TLS server socket would only be restarted upon sip reload if the
bind address had changed. This commit adds checking for changes to TLS
parameters like certificate, ciphers, etc. so they get picked up without
requiring a reload of the entire chan_sip module. This does not affect open
connections in any way, but new connections will use the new TLS parameters.
The changes also apply to HTTP and Manager.

ASTERISK-26604 #close

Change-Id: I169e86cefc6dcd627c915134015a6a1ab1aadbe6

8 years agoaddons/chan_mobile: do not use strerror_r 86/4486/1
Timo Teräs [Fri, 11 Nov 2016 06:29:40 +0000 (08:29 +0200)] 
addons/chan_mobile: do not use strerror_r

The two reasons why it might be used are that some systems do not
implement strerror in thread safe manner, and that strerror_r returns
the error code in the string in case there's no error message.

However, all of asterisk elsewhere uses strerror() and assumes it
to be thread safe. And in chan_mobile the errno is also explicitly
printed so neither of the above reasons are valid.

The reasoning to remove usage is that there are actually two versions
of strerror_r: XSI and GNU. They are incompatible in their return
value, and there's no easy way to figure out which one is being
used. glibc gives you the GNU version if _GNU_SOURCE is defined,
but the same feature test macro is needed for other symbols. On
all other systems you assumedly get XSI symbol, and compilation warnings
as well as non-working error printing.

Thus the easiest solution is to just remove strerror_r and use
strerror as rest of the code. Alternative is to introduce ast_strerror
in separate translation unit so it can request the XSI symbol in
glibc case, and replace all usage of strerror.

Change-Id: I84d35225b5642d85d48bc35fdf399afbae28a91d

8 years agobuild: Backport addition of librt check to configure.ac 81/4481/1
George Joseph [Mon, 21 Nov 2016 15:40:59 +0000 (08:40 -0700)] 
build:  Backport addition of librt check to configure.ac

A while back, a master-only change was made to check for librt which
should probably have been cherry-picked to 13 at that time.  Sometime
between then and now, part of that change did make it into 13 but it
was incomplete and non-functional.  This patch backports the rest
of the librt check and allows the link of libasteriskpj to use the
results.

Change-Id: I1424008fd8c90f389dda53162ec4a340b253a3c1

8 years agoMerge "pjproject_bundled: Improve reliability of pjproject download" into 13
Joshua Colp [Mon, 21 Nov 2016 12:23:58 +0000 (06:23 -0600)] 
Merge "pjproject_bundled:  Improve reliability of pjproject download" into 13

8 years agoMerge "main/app.c: Transmit Silence on ControlPlayback pause" into 13
Joshua Colp [Mon, 21 Nov 2016 10:46:42 +0000 (04:46 -0600)] 
Merge "main/app.c: Transmit Silence on ControlPlayback pause" into 13

8 years agoMerge "build: Various OpenBSD issues" into 13
Joshua Colp [Fri, 18 Nov 2016 18:37:59 +0000 (12:37 -0600)] 
Merge "build:  Various OpenBSD issues" into 13

8 years agoMerge "Bump ARI version to 1.10.0" into 13
Joshua Colp [Fri, 18 Nov 2016 18:35:45 +0000 (12:35 -0600)] 
Merge "Bump ARI version to 1.10.0" into 13

8 years agoBump ARI version to 1.10.0 74/4474/3
Mark Michelson [Fri, 18 Nov 2016 15:45:27 +0000 (09:45 -0600)] 
Bump ARI version to 1.10.0

The video-related bridge changes mean that the version needs to be
bumped.

Change-Id: I41c4495068562bef03aa76728f188b8ac4bd393d

8 years agopjproject_bundled: Improve reliability of pjproject download 57/4457/2
George Joseph [Wed, 16 Nov 2016 18:05:43 +0000 (11:05 -0700)] 
pjproject_bundled:  Improve reliability of pjproject download

The download process now has a timeout which will cause wget to retry
if it stops retrieving data for 5 seconds and fetch and curl to timeout
if the whole retrieval take smore than 30 seconds.

If the tarball retrieval works, the MD5SUM file is retrieved from
the downloads site and the md5 checksum is verified.

If either the tarball retrieval or MD5SUM retrieval fails, or the
checksums don't match, the entire process is retried once.  If it
fails again, any incomplete tarball is deleted.

.DELETE_ON_ERROR: was also added to the Makefile.  Not only does
this delete the tarball on failure, it till also delete corrupted
library files from the pjproject source directory should they
fail to build correctly.

Tested all the way back to FreeBSD 9, CentOS 6, Debian 6 and
Ubuntu 14.

Change-Id: Iea7d33b96a31622ab1b6e54baebaf271959514e1

8 years agomain/app.c: Transmit Silence on ControlPlayback pause 96/4396/5
misha [Fri, 11 Nov 2016 13:13:30 +0000 (14:13 +0100)] 
main/app.c: Transmit Silence on ControlPlayback pause

ASTERISK-26562 #close

Change-Id: Ie6cb0ffc2b8c775639ce7784fe96f4ea00cfa2f8

8 years agomanager: update minor version 67/4467/1
Mark Michelson [Thu, 17 Nov 2016 16:50:58 +0000 (10:50 -0600)] 
manager: update minor version

Based on bridge video AMI event changes, bump the minor version of AMI.

Change-Id: I02586bd6cafc0baa33ea98c2f75356c0f5e03435

8 years agoMerge "res_pjsip_outbound_authenticator_digest.c: Fix memory pool leak." into 13
zuul [Thu, 17 Nov 2016 05:20:10 +0000 (23:20 -0600)] 
Merge "res_pjsip_outbound_authenticator_digest.c: Fix memory pool leak." into 13

8 years agoMerge "res_format_attr_opus: Fix fmtp generation." into 13
George Joseph [Thu, 17 Nov 2016 04:41:00 +0000 (22:41 -0600)] 
Merge "res_format_attr_opus: Fix fmtp generation." into 13

8 years agobuild: Various OpenBSD issues 65/4465/1
George Joseph [Thu, 17 Nov 2016 02:24:08 +0000 (19:24 -0700)] 
build:  Various OpenBSD issues

OpenBSD's 'find' doesn't take the -delete argument so you have to pipe
through 'xargs rm -rf'.

'echo -e' doesn't like \t starting a line. It just prints 't' which
causes the libasteriskpj.exports file to be garbage.  They were just
cosmetic so they were removed.

librt doesn't exist so the link of libasteriskpj.so fails. It's not
actually needed for linux anyway so -lrt was removed from the link.

res_rtp_asterisk was failing to load because of an undefined
DTLS_method. '|| defined(LIBRESSL_VERSION_NUMBER)' was added to the #if
so DTLSv1_method is used instead.

ASTERISK-26608

Change-Id: I926ec95b0b69633231e3ad1d6e803b977272c49c

8 years agoMerge "channel: Fix issues in hangup scenarios caused by frame deferral" into 13
George Joseph [Wed, 16 Nov 2016 23:42:17 +0000 (17:42 -0600)] 
Merge "channel:  Fix issues in hangup scenarios caused by frame deferral" into 13

8 years agochannel: Fix issues in hangup scenarios caused by frame deferral 22/4422/4
George Joseph [Tue, 15 Nov 2016 00:45:01 +0000 (17:45 -0700)] 
channel:  Fix issues in hangup scenarios caused by frame deferral

ASTERISK-26343

Change-Id: I06dbf7366e26028251964143454a77d017bb61c8

8 years agoMerge "codec_opus: Fix warning when Opus negotiated but codec_opus not loaded." into 13
Joshua Colp [Wed, 16 Nov 2016 23:40:36 +0000 (17:40 -0600)] 
Merge "codec_opus: Fix warning when Opus negotiated but codec_opus not loaded." into 13

8 years agoMerge "res/ari/resource_bridges: Add the ability to manipulate the video source"...
zuul [Wed, 16 Nov 2016 22:48:14 +0000 (16:48 -0600)] 
Merge "res/ari/resource_bridges: Add the ability to manipulate the video source" into 13

8 years agores_format_attr_opus: Fix fmtp generation. 60/4460/1
Mark Michelson [Wed, 16 Nov 2016 21:42:39 +0000 (15:42 -0600)] 
res_format_attr_opus: Fix fmtp generation.

res_format_attr_opus assumed that the string being passed into it was
empty. It tried to determine if the only thing it had written was

a=fmtp:<num>

And if it had, it would reset the string. Its calculation was off when
working with chan_sip, though. chan_sip passes the entire built SDP
rather than an empty string. This resulted in always putting an empty
fmtp line in the SDP.

ASTERISK-26520 #close
Reported by scgm11

Change-Id: Ib2e8712d26a47067e5f36d5973577added01dbb5

8 years agoMerge "Revert "Revert "channel: Use frame deferral API for safe sleep.""" into 13
Joshua Colp [Wed, 16 Nov 2016 21:39:00 +0000 (15:39 -0600)] 
Merge "Revert "Revert "channel: Use frame deferral API for safe sleep.""" into 13

8 years agoMerge "Revert "Revert "autoservice: Use frame deferral API""" into 13
Joshua Colp [Wed, 16 Nov 2016 21:38:55 +0000 (15:38 -0600)] 
Merge "Revert "Revert "autoservice: Use frame deferral API""" into 13

8 years agoMerge "Revert "Revert "AGI: Only defer frames when in an interception routine.""...
zuul [Wed, 16 Nov 2016 21:06:25 +0000 (15:06 -0600)] 
Merge "Revert "Revert "AGI: Only defer frames when in an interception routine.""" into 13

8 years agoMerge "Revert "Revert "Add API for channel frame deferral.""" into 13
zuul [Wed, 16 Nov 2016 21:06:24 +0000 (15:06 -0600)] 
Merge "Revert "Revert "Add API for channel frame deferral.""" into 13

8 years agoMerge "apps/app_echo: Only relay a single video source change frame" into 13
zuul [Wed, 16 Nov 2016 21:06:23 +0000 (15:06 -0600)] 
Merge "apps/app_echo: Only relay a single video source change frame" into 13

8 years agocodec_opus: Fix warning when Opus negotiated but codec_opus not loaded. 54/4454/2
Richard Mudgett [Tue, 15 Nov 2016 22:23:35 +0000 (16:23 -0600)] 
codec_opus: Fix warning when Opus negotiated but codec_opus not loaded.

When Opus is negotiated but not loaded, the log is spammed with messages
because the system does not know how to calculate the number of samples in
a frame.

* Suppress the warning by supplying a function that assumes 20ms of
samples in the frame.  For pass through support it doesn't really seem to
matter what number of samples is returned anyway.

ASTERISK-26605 #close

Change-Id: Icf2273692f040dc2c45b01e72a790d11092f9e0f

8 years agoMerge "Add X.509 subject alternative name support to TLS certificate verification...
Joshua Colp [Wed, 16 Nov 2016 19:14:42 +0000 (13:14 -0600)] 
Merge "Add X.509 subject alternative name support to TLS certificate verification." into 13

8 years agoMerge "cli: Fix ast_el_read_char to work with libedit >= 3.1" into 13
Joshua Colp [Wed, 16 Nov 2016 18:50:15 +0000 (12:50 -0600)] 
Merge "cli:  Fix ast_el_read_char to work with libedit >= 3.1" into 13

8 years agores_pjsip_outbound_authenticator_digest.c: Fix memory pool leak. 42/4442/2
Richard Mudgett [Mon, 14 Nov 2016 20:36:52 +0000 (14:36 -0600)] 
res_pjsip_outbound_authenticator_digest.c: Fix memory pool leak.

Responding to authentication challenges leaks PJSIP memory pools.

The leak was introduced with a pjproject 2.5.5 API change.
https://trac.pjsip.org/repos/ticket/1929 changed the API usage of
pjsip_auth_clt_init() to require the new API pjsip_auth_clt_deinit() to
clean up cached authentication allocations that get allocated with
pjsip_auth_clt_reinit_req().

ASTERISK-26516 #close

Change-Id: I4473141b8c3961d0dc91c382beb3876b3efb45c8

8 years agoMerge "file.c/__ast_file_read_dirs: Fix issues on filesystems without d_type" into 13
Joshua Colp [Wed, 16 Nov 2016 17:12:16 +0000 (11:12 -0600)] 
Merge "file.c/__ast_file_read_dirs:  Fix issues on filesystems without d_type" into 13

8 years agochan_pjsip: fix switching sending codec when asymmetric_rtp_codec=no 53/4453/3
Alexei Gradinari [Tue, 15 Nov 2016 21:01:27 +0000 (16:01 -0500)] 
chan_pjsip: fix switching sending codec when asymmetric_rtp_codec=no

The sending codec is switched to the receiving codec and then
is switched back to the best native codec on EVERY receiving RTP packets.
This is because after call of ast_channel_set_rawwriteformat there is call
of ast_set_write_format which calls set_format which sets rawwriteformat
to the best native format.

This patch adds a new function ast_set_write_format_path which set
specific write path on channel and uses this function to switch
the sending codec.

ASTERISK-26603 #close

Change-Id: I5b7d098f8b254ce8f45546e6c36e5d324737f71d

8 years agofile.c/__ast_file_read_dirs: Fix issues on filesystems without d_type 46/4446/4
George Joseph [Tue, 15 Nov 2016 18:01:04 +0000 (11:01 -0700)] 
file.c/__ast_file_read_dirs:  Fix issues on filesystems without d_type

One of the code paths in __ast_file_read_dirs will only get executed if
the OS doesn't support dirent->d_type OR if the filesystem the
particular file is on doesn't support it.  So, while standard Linux
systems support the field, some filesystems like XFS do not.  In this
case, we need to call stat() to determine whether the directory entry
is a file or directory so we append the filename to the supplied
directory path and call stat.  We forgot to truncate path back to just
the directory afterwards though so we were passing a complete file name
to the callback in the dir_name parameter instead of just the directory
name.

The logic has been re-written to only create a full_path if we need to
call stat() or if we need to descend into another directory.

Change-Id: I54e4228bd8355fad65200c6df3ec4c9c8a98dfba

8 years agoAdd X.509 subject alternative name support to TLS certificate 51/4451/1
Maciej Szmigiero [Thu, 14 May 2015 22:12:41 +0000 (00:12 +0200)] 
Add X.509 subject alternative name support to TLS certificate
verification.

This way one X.509 certificate can be used for hosts that
can be reached under multiple DNS names or for multiple hosts.

Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name>
ASTERISK-25063 #close

Change-Id: I13302c80490a0b44c43f1b45376c9bd7b15a538f

8 years agopjproject: Use a much higher limit for PJ_ICE_MAX_CHECKS 33/4433/1
Matt Jordan [Mon, 14 Nov 2016 21:57:08 +0000 (15:57 -0600)] 
pjproject: Use a much higher limit for PJ_ICE_MAX_CHECKS

The PJ_ICE_MAX_CHECKS constant is used by pjproject to determine how
many pairs of local/remote candidates will be made. If for some reason
we reach this upper bound, ICE will generally fail and no media will
flow between the browser and Asterisk.

This patch makes PJ_ICE_MAX_CHECKS set to the total possible number of
pairs of candidates we'd theoretically allow, which is
PJ_ICE_MAX_CAND^2. Prior to this patch, we simply multiplied
PJ_ICE_MAX_CAND by two; on systems with multiple interfaces (I blame
Docker), this is far too low to allow WebRTC calls to succeed.

Setting this to be PJ_ICE_MAX_CAND^2 allowed WebRTC calls to succeed
even when the system Asterisk was running on had quite a few virtual
interfaces.

Change-Id: Icd4f17de0ac9d3a83dddfc8bf1cb7616bc107d55

8 years agoapps/app_echo: Only relay a single video source change frame 32/4432/1
Matt Jordan [Mon, 14 Nov 2016 21:32:14 +0000 (15:32 -0600)] 
apps/app_echo: Only relay a single video source change frame

In 9785e8d0, app_echo was updated to relay video source updates to the
channel for the purposes of displaying video in WebRTC tests.
Unfortunately, this can cause a Kafkaesque nightmare if two or more
Local channels are in a bridge together where their ends are in
app_echo. When this situation occurs, a video update sent into app_echo
will cause the video update to be relayed to the other Local channels,
causing another round of video updates, etc. In not much time at all,
the channel length queues will be overwhelmed, channel alert pipes will
fail, and all hell will break loose as Asterisk merrily continues to
throw more video update requests onto the channels.

This patch updates app_echo to *only* relay a single video update. Once
a video update has been made, all further video updates are dropped.
This meets the intended purpose of the original patch: if we get a video
update and we're in app_echo, go ahead and ask the sender to update
themselves. However, once we've got that video stream sync'd up, don't
keep spamming the world.

Change-Id: I9210780b08d4c17ddb38599d1c64453adfc34f74

8 years agores/ari/resource_bridges: Add the ability to manipulate the video source 31/4431/1
Matt Jordan [Tue, 8 Nov 2016 16:11:41 +0000 (10:11 -0600)] 
res/ari/resource_bridges: Add the ability to manipulate the video source

In multi-party bridges, Asterisk currently supports two video modes:
 * Follow the talker, in which the speaker with the most energy is shown
   to all participants but the speaker, and the speaker sees the
   previous video source
 * Explicitly set video sources, in which all participants see a locked
   video source

Prior to this patch, ARI had no ability to manipulate the video source.
This isn't important for two-party bridges, in which Asterisk merely
relays the video between the participants. However, in a multi-party
bridge, it can be advantageous to allow an external application to
manipulate the video source.

This patch provides two new routes to accomplish this:
(1) setVideoSource: POST /bridges/{bridgeId}/videoSource/{channelId}
    Sets a video source to an explicit channel
(2) clearVideoSource: DELETE /bridges/{bridgeId}/videoSource
    Removes any explicit video source, and sets the video mode to talk
    detection

ASTERISK-26595 #close

Change-Id: I98e455d5bffc08ea5e8d6b84ccaf063c714e6621

8 years agoRevert "Revert "channel: Use frame deferral API for safe sleep."" 21/4421/2
George Joseph [Mon, 14 Nov 2016 20:22:31 +0000 (15:22 -0500)] 
Revert "Revert "channel: Use frame deferral API for safe sleep.""

This reverts commit 58c88cfbaa80cb43419cde9186d643d1c5d24baf.

Change-Id: I72692e2b2e83ef6da9390075ff20b138b2c374b6

8 years agoRevert "Revert "autoservice: Use frame deferral API"" 20/4420/2
George Joseph [Mon, 14 Nov 2016 20:22:10 +0000 (15:22 -0500)] 
Revert "Revert "autoservice: Use frame deferral API""

This reverts commit 1df434e2b4bd7cc34b9b4addf405a3caa7ac16b8.

Change-Id: Id2b8a8bccbb4bbdd82b792275d4cd6f32563e401

8 years agoRevert "Revert "AGI: Only defer frames when in an interception routine."" 19/4419/2
George Joseph [Mon, 14 Nov 2016 20:21:48 +0000 (15:21 -0500)] 
Revert "Revert "AGI: Only defer frames when in an interception routine.""

This reverts commit 6be5d8de0da7e804544507f70382425af9a07b3f.

Change-Id: I4b548137f52ae0686d8f09e21496b778d1c6a797

8 years agoRevert "Revert "Add API for channel frame deferral."" 18/4418/1
George Joseph [Mon, 14 Nov 2016 20:21:26 +0000 (15:21 -0500)] 
Revert "Revert "Add API for channel frame deferral.""

This reverts commit 6b5a7ced136b7178ae0b2ba39221eba1cd2e37c9.

Change-Id: I61d1dbb2e69e1977f684b7dfc8e98211024e1cd1

8 years agoMerge "res_pjsip.c: Rework endpt_send_request() req_wrapper code." into 13
zuul [Mon, 14 Nov 2016 18:44:41 +0000 (12:44 -0600)] 
Merge "res_pjsip.c: Rework endpt_send_request() req_wrapper code." into 13

8 years agocli: Fix ast_el_read_char to work with libedit >= 3.1 11/4411/1
George Joseph [Mon, 14 Nov 2016 18:16:03 +0000 (11:16 -0700)] 
cli:  Fix ast_el_read_char to work with libedit >= 3.1

Libedit 3.1 is not build with unicode on as a default and so the
prototype for the el_gets callback changed from expecting a char buffer
to accepting a wchar buffer.  If ast_el_read_char isn't changed,
the cli reads garbage from teh terminal.

Added a configure test for (*el_rfunc_t)(EditLine *, wchar_t *) and
updated ast_el_read_char to use the HAVE_ define to detemrine whether
to use char or wchar.

ASTERISK-26592 #close

Change-Id: I9099b46f68e06d0202ff80e53022a2b68b08871a

8 years agoMerge "Fix closing rtp ports after call finished in chan_unistim." into 13
Joshua Colp [Mon, 14 Nov 2016 14:05:38 +0000 (08:05 -0600)] 
Merge "Fix closing rtp ports after call finished in chan_unistim." into 13

8 years agoMerge "res_pjsip: Fix tdata leaks in off nominal paths." into 13
Joshua Colp [Mon, 14 Nov 2016 12:15:44 +0000 (06:15 -0600)] 
Merge "res_pjsip: Fix tdata leaks in off nominal paths." into 13

8 years agoFix closing rtp ports after call finished in chan_unistim. 02/4402/1
Igor Goncharovskiy [Fri, 11 Nov 2016 08:41:36 +0000 (11:41 +0300)] 
Fix closing rtp ports after call finished in chan_unistim.

Fix ASTERISK-26565 by adding ast_rtp_instance_stop before
rtp instance destroy for chan_unistim. Also several fixes
for displayed text translation.

Change-Id: If42a03eea09bd1633471406bdc829cf98bf6affc

8 years agoMerge "res_pjsip_sdp_rtp: Reject offer of required SRTP without res_srtp." into 13
Joshua Colp [Fri, 11 Nov 2016 21:17:54 +0000 (15:17 -0600)] 
Merge "res_pjsip_sdp_rtp: Reject offer of required SRTP without res_srtp." into 13

8 years agoMerge "build: Fix default values for some SANITIZER options" into 13
zuul [Fri, 11 Nov 2016 04:09:02 +0000 (22:09 -0600)] 
Merge "build:  Fix default values for some SANITIZER options" into 13

8 years agores_pjsip.c: Rework endpt_send_request() req_wrapper code. 87/4387/1
Richard Mudgett [Fri, 23 Sep 2016 22:54:07 +0000 (17:54 -0500)] 
res_pjsip.c: Rework endpt_send_request() req_wrapper code.

* Don't hold the req_wrapper lock too long in endpt_send_request().  We
could block the PJSIP monitor thread if the timeout timer expires.
sip_get_tpselector_from_endpoint() does a sorcery access that could take
awhile accessing a database.  pjsip_endpt_send_request() might take awhile
if selecting a transport.

* Shorten the time that the req_wrapper lock is held in the callback
functions.

* Simplify endpt_send_request() req_wrapper->timeout code.

* Removed some redundant req_wrapper->timeout_timer->id assignments.

Change-Id: I3195e3a8e0207bb8e7f49060ad2742cf21a6e4c9

8 years agores_pjsip: Fix tdata leaks in off nominal paths. 84/4384/1
Richard Mudgett [Wed, 21 Sep 2016 20:10:29 +0000 (15:10 -0500)] 
res_pjsip: Fix tdata leaks in off nominal paths.

Change-Id: Ie83e06e88c2d60157775263b07e40b61718ac97b

8 years agores_pjsip_registrar_expire.c: Remove extra linefeed in debug message. 81/4381/1
Richard Mudgett [Mon, 24 Oct 2016 17:41:38 +0000 (12:41 -0500)] 
res_pjsip_registrar_expire.c: Remove extra linefeed in debug message.

Change-Id: I1f9adb911f23376503396ec8867e8005b755eb94

8 years agoUpdate for 13.12.2 13.12.2
George Joseph [Thu, 10 Nov 2016 19:34:55 +0000 (14:34 -0500)] 
Update for 13.12.2

8 years agores_pjsip_sdp_rtp: Reject offer of required SRTP without res_srtp. 92/4392/1
Joshua Colp [Thu, 10 Nov 2016 16:57:49 +0000 (16:57 +0000)] 
res_pjsip_sdp_rtp: Reject offer of required SRTP without res_srtp.

When optimistic SRTP was on it was possible for us to still
set up a call without an audio stream if an offer was received
with required SRTP.

This change makes it so this scenario will now fail with a 488
response.

ASTERISK-26575

Change-Id: I7d14187037681f48879bd20319ac79d0877318f3

8 years agoapp_queue: Add mention of 'ABANDON' variable to CHANGES. 77/4377/1
Joshua Colp [Thu, 10 Nov 2016 14:33:41 +0000 (14:33 +0000)] 
app_queue: Add mention of 'ABANDON' variable to CHANGES.

ASTERISK-26558

Change-Id: I1127010181e79c8ac291f72f036cb8e430dc7f7e

8 years agoMerge "Revert "autoservice: Use frame deferral API"" into 13
George Joseph [Thu, 10 Nov 2016 13:42:37 +0000 (07:42 -0600)] 
Merge "Revert "autoservice: Use frame deferral API"" into 13

8 years agoMerge "Revert "Add API for channel frame deferral."" into 13
George Joseph [Thu, 10 Nov 2016 13:42:36 +0000 (07:42 -0600)] 
Merge "Revert "Add API for channel frame deferral."" into 13

8 years agoMerge "Revert "AGI: Only defer frames when in an interception routine."" into 13
George Joseph [Thu, 10 Nov 2016 13:42:36 +0000 (07:42 -0600)] 
Merge "Revert "AGI: Only defer frames when in an interception routine."" into 13

8 years agoMerge "Revert "channel: Use frame deferral API for safe sleep."" into 13
George Joseph [Thu, 10 Nov 2016 13:42:35 +0000 (07:42 -0600)] 
Merge "Revert "channel: Use frame deferral API for safe sleep."" into 13

8 years agoRevert "Add API for channel frame deferral." 76/4376/1
George Joseph [Thu, 10 Nov 2016 13:41:55 +0000 (08:41 -0500)] 
Revert "Add API for channel frame deferral."

This reverts commit 9231a56cf3d6f5eca1bf2d37d827453400690773.
Multiple testsuite failures were detected after the fact.

Change-Id: I3bac8d7c3ddb69a4ddf6c5d6de0ffa5ff7ff3af7

8 years agoRevert "AGI: Only defer frames when in an interception routine." 75/4375/1
George Joseph [Thu, 10 Nov 2016 13:41:43 +0000 (08:41 -0500)] 
Revert "AGI: Only defer frames when in an interception routine."

This reverts commit 5c10091f3d1430c6fc04015226f8c3e3aa9d8282.
Multiple testsuite failures were detected after the fact.

Change-Id: I397a841acc17ae230c512449cd6bed89d2ef3b73

8 years agoRevert "autoservice: Use frame deferral API" 74/4374/1
George Joseph [Thu, 10 Nov 2016 13:41:25 +0000 (08:41 -0500)] 
Revert "autoservice: Use frame deferral API"

This reverts commit 2e3a3545754749de21873bfdc6d1a40ec7d8893f.
Multiple testsuite failures were detected after the fact.

Change-Id: Ia45fa4633fae74dca345b24bb6722737c63035de

8 years agoRevert "channel: Use frame deferral API for safe sleep." 73/4373/1
George Joseph [Thu, 10 Nov 2016 13:40:59 +0000 (08:40 -0500)] 
Revert "channel: Use frame deferral API for safe sleep."

This reverts commit 44f7e252397fd87420b3374df26941d7436401b3.
Multiple testsuite failures were detected after the fact.

Change-Id: I56299087da22128a95f0c8f3955f740890d7ca65

8 years agoMerge "app_queue: new variable set when abandoned" into 13
Joshua Colp [Thu, 10 Nov 2016 12:52:41 +0000 (06:52 -0600)] 
Merge "app_queue: new variable set when abandoned" into 13

8 years agobuild: Fix default values for some SANITIZER options 61/4361/1
George Joseph [Thu, 10 Nov 2016 00:18:00 +0000 (17:18 -0700)] 
build:  Fix default values for some SANITIZER options

2 of the sanitizers didn't have default values so in systems that
don't support sanitizers menuselect would spit out warnings.  They
were harmless but confusing.  They've now been set to "0".

Change-Id: I08dc495e3b83f1feac3160b421f538c375fc5d58

8 years agoMerge "res_pjsip_session: Do not call session supplements when it's too late." into 13
George Joseph [Wed, 9 Nov 2016 19:23:59 +0000 (13:23 -0600)] 
Merge "res_pjsip_session: Do not call session supplements when it's too late." into 13

8 years agoapp_queue: new variable set when abandoned 23/4323/4
Sebastian Gutierrez [Sun, 6 Nov 2016 12:04:00 +0000 (09:04 -0300)] 
app_queue: new variable set when abandoned

sets the variable ABANDONED to TRUE if the call was not answered.

ASTERISK-26558

Change-Id: I4729af9bff4eba436d8a776afd3374065d0036d3

8 years agores_pjsip_session: Do not call session supplements when it's too late. 51/4351/1
Mark Michelson [Tue, 8 Nov 2016 16:48:32 +0000 (10:48 -0600)] 
res_pjsip_session: Do not call session supplements when it's too late.

res_pjsip_sesssion was hooking into transaction and invite state
changes. One of the reasons for doing so was due to the
PJSIP_EVENT_TX_MSG event. The idea was that we were hooking into the
message sending process, and so we should call session supplements to
alter the outgoing message.

In reality, this event was meant to indicate that the message either
a) had already been sent, or
b) required a DNS lookup and would be sent when the DNS query
completed.

In case (a), this meant we were altering an already-sent
request/response for no reason. In case (b), this potentially meant we
could be trying to alter a request/response at the same time that the
DNS resolution completed. In this case, it meant we might be stomping on
memory being used by the thread actually sending the message. This
caused potential crashes and memory corruption.

This patch removes the calls to session supplements from the case where
the PJSIP_EVENT_TX_MSG event occurs. In all of these cases, trying to
alter the message at this point is too late, and it can cause nothing
but harm to try to do it. Because there were no longer any calls to the
handle_outgoing() function, it has been removed.

Change-Id: Ibcc223fb1c3a237927f38754e0429e80ee301e92