]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
8 years agomain/bridge: Add some verbose logging for video source changes 05/4305/1
Matt Jordan [Fri, 4 Nov 2016 20:36:42 +0000 (15:36 -0500)] 
main/bridge: Add some verbose logging for video source changes

It's actually quite useful to see the source of a video stream change.
This doesn't happen terribly often, even with talk detection - but when
it does, it's nice to know which channel is now providing your video
stream.

As a verbose 5 level message, it shouldn't be terribly spammy or costly
to have, and is 'lower level' then most other verbose messages that the
bridge system emits.

ASTERISK-26555

Change-Id: Ia1c20ecafa9670171fd38bddcf3beccae47fb15c

8 years agobridges/bridge_softmix: Remove SSRC changes on join/leave; update video source 04/4304/1
Matt Jordan [Fri, 4 Nov 2016 20:33:35 +0000 (15:33 -0500)] 
bridges/bridge_softmix: Remove SSRC changes on join/leave; update video source

WebRTC clients really, really want to know the SSRC of the media they're
getting. Changing the SSRC is generally not a good thing.

bridge_softmix, starting in Asterisk 12, started changing the SSRC of
parties as they joined or left the bridge. With most phones, this isn't
a problem: phones just play back the stream they're getting. With WebRTC
clients, however, the SSRC is tied to a media stream that may be
negotiated. When a new SSRC just shows up, the media can be dropped.

As it turns out, the SSRC change shouldn't even be necessary. From the
perspective of the client, it's still talking to Asterisk with the same
media stream: why indicate that the far party has suddenly changed to a
different source of media?

This patch opts to just remove the SSRC changes. With this patch, video
clients that join/leave a softmix bridge actually get the video stream
instead of freaking out.

ASTERISK-26555

Change-Id: I27fec098b32e7c8718b4b65f3fd5fa73527968bf

8 years agoMerge "bundled pjproject: Crashes while resolving DNS names." into 14
zuul [Mon, 31 Oct 2016 17:44:41 +0000 (12:44 -0500)] 
Merge "bundled pjproject: Crashes while resolving DNS names." into 14

8 years agoMerge "astobj2: Declare private variable data_size for AO2_DEBUG only." into 14
Joshua Colp [Mon, 31 Oct 2016 16:02:48 +0000 (11:02 -0500)] 
Merge "astobj2: Declare private variable data_size for AO2_DEBUG only." into 14

8 years agovector: Prevent NULL argument to memcpy. 35/4235/1
Corey Farrell [Sun, 30 Oct 2016 18:33:12 +0000 (14:33 -0400)] 
vector: Prevent NULL argument to memcpy.

Headers declare that memcpy does not accept NULL argument for the first
two parameters.  Add a conditional block to prevent memcpy and ast_free
from running on vectors with NULL element array.

ASTERISK-26526 #close

Change-Id: I988a476bb5fcfcbd3f6d6c6b3e7769e4f9629b71

8 years agoastobj2: Declare private variable data_size for AO2_DEBUG only. 32/4232/1
Corey Farrell [Sat, 29 Oct 2016 15:19:53 +0000 (11:19 -0400)] 
astobj2: Declare private variable data_size for AO2_DEBUG only.

Every ao2 object contains storage for a private variable data_size,
though the value is never read if AO2_DEBUG is disabled.  This change
makes the variable conditional, reducing memory usage.

ASTERISK-26524 #close

Change-Id: If859929e507676ebc58b0f84247a4231e11da07f

8 years agobundled pjproject: Crashes while resolving DNS names. 29/4229/1
Richard Mudgett [Fri, 28 Oct 2016 19:55:08 +0000 (14:55 -0500)] 
bundled pjproject: Crashes while resolving DNS names.

PJPROJECT 2.5.5 introduced a race condition with the -r5349 IPv6 DNS
patch.

The patches below fix the DNS lookup race condition crash caused by
attempting to send the same message twice for the single DNS lookup.

0006-r5471-svn-backport-Various-fixes-for-DNS-IPv6.patch
0006-r5473-svn-backport-Fix-pending-query.patch

The patch below removes a cached DNS response from the hash table when
another thread is referencing the old entry.  The table still contained
the entry when it was destroyed which can result in inexplicable crashes.

0006-r5475-svn-backport-Remove-DNS-cache-entry.patch

ASTERISK-26344 #close
Reported by: Ian Gilmour

ASTERISK-26387 #close
Reported by: Harley Peters

Change-Id: I17fde80359e66f65a91341ceca58d914d0f61cc4

8 years agopjproject_bundled: Fix issue where "/version.mak" wasn't found 26/4226/1
George Joseph [Fri, 28 Oct 2016 21:59:19 +0000 (15:59 -0600)] 
pjproject_bundled:  Fix issue where "/version.mak" wasn't found

main/Makefile includes third-party/pjproject/build.mak but
doesn't set PJDIR beforehand so "include $(PJDIR)/version.mak"
evaluates to "/version.mak".  Fix is to set PJDIR in main/Makefile
before the include.

Change-Id: I0f7c67d60209049056fe9c4b041bf0463aa95604

8 years agoMerge "Fix shutdown crash caused by modules being left open." into 14
zuul [Fri, 28 Oct 2016 20:53:51 +0000 (15:53 -0500)] 
Merge "Fix shutdown crash caused by modules being left open." into 14

8 years agoFix shutdown crash caused by modules being left open. 19/4219/1
Corey Farrell [Fri, 28 Oct 2016 02:49:43 +0000 (22:49 -0400)] 
Fix shutdown crash caused by modules being left open.

It is only safe to run ast_register_cleanup callbacks when all modules
have been unloaded.  Previously these callbacks were run during graceful
shutdown, making it possible to crash during shutdown.

ASTERISK-26513 #close

Change-Id: Ibfa635bb688d1227ec54aa211d90d6bd45052e21

8 years agoSAC documentation: don't specify transports for endpoints and registrations 16/4216/1
Rusty Newton [Fri, 28 Oct 2016 14:50:32 +0000 (09:50 -0500)] 
SAC documentation: don't specify transports for endpoints and registrations

Removing explicit transport definition for endpoints and registrations. It
isn't necessary and isn't generally advised.

ASTERISK-26514 #close

Change-Id: Ifdec5e631962438a4683600968dfa4bfd15909fb

8 years agoMerge "res_pjsip_sdp_rtp: Fix address family of explicit media_address." into 14
zuul [Fri, 28 Oct 2016 03:22:54 +0000 (22:22 -0500)] 
Merge "res_pjsip_sdp_rtp: Fix address family of explicit media_address." into 14

8 years agoMerge "pjsip: Fix a few media bugs with reinvites and asymmetric payloads." into 14
Joshua Colp [Thu, 27 Oct 2016 23:08:45 +0000 (18:08 -0500)] 
Merge "pjsip: Fix a few media bugs with reinvites and asymmetric payloads." into 14

8 years agoMerge "res_pjsip_caller_id: Fix crash on session timers UPDATE on inbound calls....
Joshua Colp [Thu, 27 Oct 2016 20:32:37 +0000 (15:32 -0500)] 
Merge "res_pjsip_caller_id: Fix crash on session timers UPDATE on inbound calls." into 14

8 years agoMerge "pjproject_bundled: Remove usage of tar's --strip-components option" into 14
Joshua Colp [Thu, 27 Oct 2016 18:31:17 +0000 (13:31 -0500)] 
Merge "pjproject_bundled:  Remove usage of tar's --strip-components option" into 14

8 years agoMerge "app_voicemail: Clear voice mailbox in MailboxExists and MAILBOX_EXISTS." into 14
zuul [Thu, 27 Oct 2016 17:27:55 +0000 (12:27 -0500)] 
Merge "app_voicemail: Clear voice mailbox in MailboxExists and MAILBOX_EXISTS." into 14

8 years agopjproject_bundled: Remove usage of tar's --strip-components option 00/4200/2
George Joseph [Wed, 26 Oct 2016 23:48:24 +0000 (17:48 -0600)] 
pjproject_bundled:  Remove usage of tar's --strip-components option

Older versions of tar don't support the --strip-components option so
instead of doing 'tar --strip-components=1 -C source', we now just
untar to the tarball's root directory (pjproject-<version>) and
rename that directory to 'source'.

Also fixed an issue where the pjproject source directory is a hard
coded absolute pathname.

ASTERISK-26510 #close
ASTERISK-22480 #close

Change-Id: I9ec92952507a91ff4e4d01e0149e09fd8e8f32b0

8 years agores_pjsip_caller_id: Fix crash on session timers UPDATE on inbound calls. 03/4203/1
Joshua Colp [Thu, 27 Oct 2016 13:07:02 +0000 (13:07 +0000)] 
res_pjsip_caller_id: Fix crash on session timers UPDATE on inbound calls.

The res_pjsip_caller_id module wrongly assumed that a
saved From header would always exist on sessions. This
is true until an inbound call is received and a session
timer causes an UPDATE to be sent. In this case there will
be no saved From header and a crash will occur. This change
makes it fall back to the From header of the outgoing request
if no saved From header is present.

ASTERISK-26307 #close

Change-Id: Iccc3bc8d243b5ede9b81abf960292930c908d4fa

8 years agoMerge "test_astobj2_thrash: Fix multithreaded issues" into 14
Joshua Colp [Wed, 26 Oct 2016 22:21:45 +0000 (17:21 -0500)] 
Merge "test_astobj2_thrash:  Fix multithreaded issues" into 14

8 years agoapp_voicemail: Clear voice mailbox in MailboxExists and MAILBOX_EXISTS. 85/4185/1
Joshua Colp [Wed, 26 Oct 2016 12:51:50 +0000 (12:51 +0000)] 
app_voicemail: Clear voice mailbox in MailboxExists and MAILBOX_EXISTS.

When executing the MailboxExists dialplan application and
MAILBOX_EXISTS dialplan function the passed in temporary voice
mailbox was not cleared, causing it to try to free garbage.

ASTERISK-26503 #close

Change-Id: Ie21ccfa1b80b9c59318e596f6b8e17da2b5a7cb3

8 years agopjsip: Fix a few media bugs with reinvites and asymmetric payloads. 73/4173/3
Joshua Colp [Sun, 23 Oct 2016 12:38:59 +0000 (12:38 +0000)] 
pjsip: Fix a few media bugs with reinvites and asymmetric payloads.

When channel format changes occurred as a result of an RTP
re-negotiation the bridge was not informed this had happened.
As a result the bridge technology was not re-evaluated and the
channel may have been in a bridge technology that was incompatible
with its formats. The bridge is now unbridged and the technology
re-evaluated when this occurs.

The chan_pjsip module also allowed asymmetric codecs for sending
and receiving. This did not work with all devices and caused one
way audio problems. The default has been changed to NOT do this
but to match the sending codec to the receiving codec. For users
who want asymmetric codecs an option has been added, asymmetric_rtp_codec,
which will return chan_pjsip to the previous behavior.

The codecs returned by the chan_pjsip module when queried by
the bridge_native_rtp module were also not reflective of the
actual negotiated codecs. The nativeformats are now returned as
they reflect the actual negotiated codecs.

ASTERISK-26423 #close

Change-Id: I6ec88c6e3912f52c334f1a26983ccb8f267020dc

8 years agores_pjsip_sdp_rtp: Fix address family of explicit media_address. 81/4181/1
Joshua Colp [Wed, 26 Oct 2016 11:32:04 +0000 (11:32 +0000)] 
res_pjsip_sdp_rtp: Fix address family of explicit media_address.

When an explicit media_address is provided the address family
in the SDP needs to be set to reflect it.

ASTERISK-26309

Change-Id: Ib9350cc91c120eb2f96f0623d3907d12af67eb79

8 years agotest_astobj2_thrash: Fix multithreaded issues 77/4177/1
George Joseph [Tue, 25 Oct 2016 16:20:16 +0000 (10:20 -0600)] 
test_astobj2_thrash:  Fix multithreaded issues

The test uses 4 threads to grow, count, lookup and shrink 15K objects
in a container.  If there's only 1 execution engine available, the test
will complete in <50ms.  If each threads gets its own execution engine,
the test may timeout after 60 seconds because the count thread does a
locked ao2_callback on the whole container in a tight loop with only
a sched_yield to give up time.  The lock contention makes the test
execution times wildly variable and mostly timeout.  2 execution
engines are OK, 3 results in about 33% failure rate and >=4 causes
a 80% failure rate.

To fix, the sched_yield was changed to a usleep(500).

Also, the number of buckets specified for the container was an even
number so that was changed to the next prime number greater than
(MAX_HASH_ENTRIES / 100).  That's 151 currently.

Change-Id: I50cd2344161ea61bfe4b96d2a29a6ccf88385c77

8 years agochan_pjsip: segfault on already disconnected session 76/4176/1
Alexei Gradinari [Tue, 18 Oct 2016 14:04:54 +0000 (10:04 -0400)] 
chan_pjsip: 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.

This patch uses functions pjsip_inv_add_ref/pjsip_inv_dec_ref
to inform pjproject that an INVITE session is in use.

ASTERISK-26482 #close

Change-Id: Ia2e3e2f75358cdb530252a9ce158af3d5d9fdf33

8 years agoMerge "pjsip: Support dual stack automatically." into 14
zuul [Tue, 25 Oct 2016 03:50:30 +0000 (22:50 -0500)] 
Merge "pjsip: Support dual stack automatically." into 14

8 years agoMerge "pjproject_bundled: Fixed various build issues" into 14
zuul [Tue, 25 Oct 2016 02:32:04 +0000 (21:32 -0500)] 
Merge "pjproject_bundled:  Fixed various build issues" into 14

8 years agoMerge "ARI: Add duplicate channel ID checking for channel creation." into 14
Joshua Colp [Tue, 25 Oct 2016 00:53:16 +0000 (19:53 -0500)] 
Merge "ARI: Add duplicate channel ID checking for channel creation." into 14

8 years agoMerge "ARI: Detect duplicate channel IDs" into 14
Joshua Colp [Tue, 25 Oct 2016 00:53:06 +0000 (19:53 -0500)] 
Merge "ARI: Detect duplicate channel IDs" into 14

8 years agotypo: s/paranthesis/parenthesis/ in a comment 69/4169/1
Pascal Cadotte Michaud [Mon, 24 Oct 2016 19:13:43 +0000 (15:13 -0400)] 
typo: s/paranthesis/parenthesis/ in a comment

Change-Id: I7c1f4eb051177ee22cbe97e063d4a3effe29be30

8 years agopjproject_bundled: Fixed various build issues 66/4166/2
George Joseph [Mon, 24 Oct 2016 15:55:23 +0000 (09:55 -0600)] 
pjproject_bundled:  Fixed various build issues

* CFLAGS is now properly set when using older gcc.
* All third-party pjproject targets have been removed.  This fixes
  an issue with older libsrtp in some distros.
* Manually removing the source directory now causes a rebuild.
* EXTERNALS_CACHE_DIR is now properly checked.
* Whitespace fixes.

Change-Id: I98fec6847efc5602a9f41cb95096fd660a49fa60

8 years agopjsip: Support dual stack automatically. 76/3976/5
Joshua Colp [Mon, 19 Sep 2016 11:13:21 +0000 (11:13 +0000)] 
pjsip: Support dual stack automatically.

This change adds support for dual stack automatically. No
configuration is required and the IP address and version
in the SIP messages and SDP will be automatically changed
based on the transport over which the message is being
sent. RTP usage has also been changed to listen on both
IPv4 and IPv6 simultaneously to allow media to flow, and
to allow ICE support on both simultaneously. This also
allows failover between IPv6 and IPv4 to work as expected.

ASTERISK-26309 #close

Change-Id: I235a421d8f9a326606d861b449fa6fe3a030572d

8 years agoARI: Add duplicate channel ID checking for channel creation. 58/4158/4
Mark Michelson [Wed, 19 Oct 2016 17:05:28 +0000 (12:05 -0500)] 
ARI: Add duplicate channel ID checking for channel creation.

This is similar to what is done for origination, but for the 14 and up
channel creation method. When attempting to create a channel, if a
channel ID is specified and a channel already exists with that ID, then
a 409 is returned.

Change-Id: I77f9253278c6947939c418073b6b31065489187c

8 years agoARI: Detect duplicate channel IDs 54/4154/3
Mark Michelson [Mon, 17 Oct 2016 19:18:57 +0000 (14:18 -0500)] 
ARI: Detect duplicate channel IDs

ARI and AMI allow for an explicit channel ID to be specified
when originating channels. Unfortunately, there is nothing in
place to prevent someone from using the same ID for multiple
channels. Further complicating things, adding ID validation to channel
allocation makes it impossible for ARI to discern why channel allocation
failed, resulting in a vague error code being returned.

The fix for this is to institute a new method for channel errors to be
discerned. The method mirrors errno, in that when an error occurs, the
caller can consult the channel errno value to determine what the error
was. This initial iteration of the feature only introduces "unknown" and
"channel ID exists" errors. However, it's possible to add more errors as
needed.

ARI uses this feature to determine why channel allocation failed and can
return a 409 error during origination to show that a channel with the
given ID already exists.

ASTERISK-26421

Change-Id: Ibba7ae68842dab6df0c2e9c45559208bc89d3d06

8 years agoFix issue with CLI not returning to prompt after running "features show" 63/4163/1
snuffy [Wed, 19 Oct 2016 22:53:24 +0000 (09:53 +1100)] 
Fix issue with CLI not returning to prompt after running "features show"

ASTERISK-26444 #close

Change-Id: I91d645b7e6e5dba35f8c410df2be77a8c0e3acb8

8 years agoMerge "utils.c: Fix ast_set_default_eid for multiple platforms" into 14
zuul [Wed, 19 Oct 2016 22:35:54 +0000 (17:35 -0500)] 
Merge "utils.c:  Fix ast_set_default_eid for multiple platforms" into 14

8 years agoMerge "res_rtp_asterisk: Add ice_blacklist option" into 14
zuul [Wed, 19 Oct 2016 19:58:26 +0000 (14:58 -0500)] 
Merge "res_rtp_asterisk: Add ice_blacklist option" into 14

8 years agoMerge "chan_sip: Support nat=auto_comedia or nat=force_rport,auto_comedia." into 14
zuul [Wed, 19 Oct 2016 16:23:16 +0000 (11:23 -0500)] 
Merge "chan_sip: Support nat=auto_comedia or nat=force_rport,auto_comedia." into 14

8 years agores_rtp_asterisk: Add ice_blacklist option 10/4110/2
Michael Walton [Tue, 4 Oct 2016 23:24:54 +0000 (12:24 +1300)] 
res_rtp_asterisk: Add ice_blacklist option

Introduces ice_blacklist configuration in rtp.conf. Subnets listed in the
form ice_blacklist = <subnet spec>, e.g. ice_blacklist =
192.168.1.0/255.255.255.0, are excluded from ICE host, srflx and relay
discovery. This is useful for optimizing the ICE process where a system
has multiple host address ranges and/or physical interfaces and certain
of them are not expected to be used for RTP. Multiple ice_blacklist
configuration lines may be used. If left unconfigured, all discovered
host addresses are used, as per previous behavior.

Documention in rtp.conf.sample.

ASTERISK-26418 #close

Change-Id: Ibee88f80d7693874fda1cceaef94a03bd86012c9

8 years agoCDR: Alter destruction pattern for CDR chains. 52/4152/1
Mark Michelson [Tue, 18 Oct 2016 21:30:17 +0000 (16:30 -0500)] 
CDR: Alter destruction pattern for CDR chains.

CDRs form chains. When the root of the chain is destroyed, it then
unreferences the next CDR in the chain. That CDR is destroyed, and it
then unreferences the next CDR in the chain. This repeats until the end
of the chain is reached. While this typically does not cause any sort of
problems, it is possible in strange scenarios for the CDR chain to grow
way longer than expected. In such a scenario, the destruction pattern
can result in a stack overflow.

This patch fixes the problem by switching from a recursive pattern to an
iterative pattern for destruction. When the root CDR is destroyed, it is
responsible for iterating over the rest of the CDRs and unreferencing
each one. Other CDRs in the chain, since they are not the root, will
simply destroy themselves and be done. This causes the stack depth not
to increase.

ASTERISK-26421 #close
Reported by Andrew Nagy

Change-Id: I3ca90c2b8051f3b7ead2e0e43f60d2c18fb204b8

8 years agoMerge "cli: Auto-complete File not Module for core set debug." into 14
zuul [Tue, 18 Oct 2016 19:10:45 +0000 (14:10 -0500)] 
Merge "cli: Auto-complete File not Module for core set debug." into 14

8 years agoMerge "ari: Update model validator based on addition of asterisk_id." into 14
Joshua Colp [Tue, 18 Oct 2016 17:16:02 +0000 (12:16 -0500)] 
Merge "ari: Update model validator based on addition of asterisk_id." into 14

8 years agoMerge "chan_rtp: Set a sane default rtp engine for unicast." into 14
Joshua Colp [Tue, 18 Oct 2016 17:07:09 +0000 (12:07 -0500)] 
Merge "chan_rtp: Set a sane default rtp engine for unicast." into 14

8 years agoari: Update model validator based on addition of asterisk_id. 44/4144/1
Joshua Colp [Tue, 18 Oct 2016 16:51:20 +0000 (16:51 +0000)] 
ari: Update model validator based on addition of asterisk_id.

ASTERISK-26470

Change-Id: I9c386f7a1c7d969161b28f189eb6298bbc5b7541

8 years agoMerge "res/ari: Add the Asterisk EID field to outgoing events" into 14
Joshua Colp [Tue, 18 Oct 2016 10:38:35 +0000 (05:38 -0500)] 
Merge "res/ari: Add the Asterisk EID field to outgoing events" into 14

8 years agocli: Auto-complete File not Module for core set debug. 40/4140/1
Alexander Traud [Tue, 18 Oct 2016 08:01:47 +0000 (10:01 +0200)] 
cli: Auto-complete File not Module for core set debug.

Since Asterisk 1.8, the command "core set debug" on the command-line interface
asks not for a file (.c) but a module name. This change shows modules (.so) on
the auto-completion via a tabulator or the question mark. Now, when you
partially type a module name, TAB or ?, you get the correct candidiates.

ASTERISK-26480

Change-Id: I1213f1dd409bd4ff8de08ad80cb0c73cafb1bae0

8 years agoMerge "menuselect: invalid test for GTK2" into 14
zuul [Tue, 18 Oct 2016 04:55:30 +0000 (23:55 -0500)] 
Merge "menuselect: invalid test for GTK2" into 14

8 years agoMerge "app_queue: Added initialization for "context" parameter" into 14
zuul [Mon, 17 Oct 2016 21:27:47 +0000 (16:27 -0500)] 
Merge "app_queue: Added initialization for "context" parameter" into 14

8 years agomenuselect: invalid test for GTK2 33/4133/2
Tzafrir Cohen [Sun, 11 Sep 2016 15:13:00 +0000 (10:13 -0500)] 
menuselect: invalid test for GTK2

configuire.ac was only checking for the existence of pkg-config
and not the gtk2 package itself.  Now it calls AST_PKG_CONFIG_CHECK
for gtk+-2.0.

ASTERISK-26356 #close

Change-Id: I8079d515d6ea99f9ab320a7eaa71c2aaa101ccd5

8 years agopjproject_bundled: Add patch to address SSL crash 35/4135/2
George Joseph [Mon, 17 Oct 2016 16:39:10 +0000 (10:39 -0600)] 
pjproject_bundled:  Add patch to address SSL crash

Addresses crashes when an attempt is made to operate on an SSL socket
after the socket has been closed.

ASTERISK-26477 #close

Change-Id: I421305b357558b4f9e690210dc0f4831ef4b3002

8 years agoapp_queue: Added initialization for "context" parameter 29/4129/1
Leandro Dardini [Thu, 13 Oct 2016 19:09:18 +0000 (21:09 +0200)] 
app_queue: Added initialization for "context" parameter

When using Asterisk Realtime Architecture, empty fields are skipped and the
default values are used. If the "context" parameter in queue was set and then
cleared from the database, the old value remains in memory and it continues
to be used. This change initialize the "context" parameter with an empty value,
allowing clearing the parameter.

ASTERISK-26462 #close

Change-Id: I64be73d5044ce38dd02408bd0e53de965ef65905

8 years agores/ari: Add the Asterisk EID field to outgoing events 26/4126/1
Matt Jordan [Sun, 16 Oct 2016 01:05:05 +0000 (20:05 -0500)] 
res/ari: Add the Asterisk EID field to outgoing events

This patch adds the Asterisk EID field to all outgoing ARI events.
Because this field should be added to all events as they are
transmitted, it is appended to the JSON message just prior to it being
handed off to the application message handler. This makes it somewhat
resilient to both new events being added to ARI, as well as other
potential event transport mechanisms.

ASTERISK-26470 #close

Change-Id: Ieff0ecc24464e83f3f44e9c3e7bd9a5d70b87a1d

8 years agochan_rtp: Set a sane default rtp engine for unicast. 24/4124/1
Moises Silva [Thu, 13 Oct 2016 07:06:56 +0000 (03:06 -0400)] 
chan_rtp: Set a sane default rtp engine for unicast.

ASTERISK-26439

Change-Id: I7f5ee2eeba8906e9ecb3293dbe3a747770bb5011

8 years agoutils.c: Fix ast_set_default_eid for multiple platforms 17/4117/2
George Joseph [Sun, 16 Oct 2016 22:25:35 +0000 (16:25 -0600)] 
utils.c:  Fix ast_set_default_eid for multiple platforms

ast_set_default_eid was searching for ethX, emX, enoX, ensX and even
pciD#U interface names.  While this was a good attempt, it wasn't
inclusive enough to capture interfaces like enp6s0 or ens6d1, etc.

Rather than relying on interface names, we now simply find the first
interface returned by the OS that has a hardware address and that
address isn't all 0x00 or all 0xff.  The code IS different for BSD,
Solaris and Linux based on what method is available for enumerating
interfaces.

Tested on:
FreeBSD9
CentOS6
Ubuntu14
Fedora24

I was unable to test on Solaris at this time but the code for Solaris
is used elsewhere at Digium.

Change-Id: Iaa6db87ca78a9a375e47d70e043ae08c1448cb72

8 years agochan_sip: Only send video on outgoing channel if incoming channel supports it 13/4113/1
Michael Kuron [Sat, 15 Oct 2016 09:58:05 +0000 (11:58 +0200)] 
chan_sip: Only send video on outgoing channel if incoming channel supports it

Previously, the settings videosupport=always and videosupport=yes behaved
identically and unconditionally caused a video offer to be sent in the SDP on
an outgoing call. This was a regression introduced with commit
5a1d90e1fbfc4b48927aad55311f3b38efbf1f54 in Asterisk 1.6.1.

This commit restores correct behavior: videosupport=always causes a video offer
to be sent unconditionally, while videosupport=yes will only offer video on an
outbound channel if the incoming channel it is bridged to also supports video.
That way, the device receiving the outgoing call can display the correct user
interface elements for audio or video and will not unnecessarily show a blank
video window on an audio-only call.

ASTERISK-17470 #close

Change-Id: I782f4409d436114dbc97061c3570c0cd24f7c3ae

8 years agoMerge "Fix issues with bundled pjproject cached download." into 14
Joshua Colp [Fri, 14 Oct 2016 23:03:43 +0000 (18:03 -0500)] 
Merge "Fix issues with bundled pjproject cached download." into 14

8 years agoMerge "Audit ast_json_pack() calls for needed UTF-8 checks." into 14
Joshua Colp [Fri, 14 Oct 2016 19:15:51 +0000 (14:15 -0500)] 
Merge "Audit ast_json_pack() calls for needed UTF-8 checks." into 14

8 years agoMerge "json: Check party id name, number, subaddresses for UTF-8." into 14
Joshua Colp [Fri, 14 Oct 2016 19:15:47 +0000 (14:15 -0500)] 
Merge "json: Check party id name, number, subaddresses for UTF-8." into 14

8 years agoMerge "json: Add UTF-8 check call." into 14
Joshua Colp [Fri, 14 Oct 2016 19:15:44 +0000 (14:15 -0500)] 
Merge "json: Add UTF-8 check call." into 14

8 years agoMerge "res_config_mysql: Fix several issues related to recent table changes" into 14
zuul [Fri, 14 Oct 2016 17:46:46 +0000 (12:46 -0500)] 
Merge "res_config_mysql:  Fix several issues related to recent table changes" into 14

8 years agoMerge "aoc.c: Whitespace cleanup" into 14
zuul [Fri, 14 Oct 2016 16:01:24 +0000 (11:01 -0500)] 
Merge "aoc.c: Whitespace cleanup" into 14

8 years agoMerge "app_queue.c: Fix clearing of pause reason string." into 14
zuul [Fri, 14 Oct 2016 14:41:07 +0000 (09:41 -0500)] 
Merge "app_queue.c: Fix clearing of pause reason string." into 14

8 years agoFix issues with bundled pjproject cached download. 08/4108/2
Corey Farrell [Fri, 14 Oct 2016 05:18:50 +0000 (01:18 -0400)] 
Fix issues with bundled pjproject cached download.

Previously when testing I had a preexisting makeopts in ASTTOPDIR.  The
ordering of configure.ac causes --with-externals-cache to be processed
after third-party configure.  In cases where the Asterisk clone is
cleaned it would cause pjproject to be downloaded to /tmp.  This
moves processing of the externals cache and sounds cache to happen
before third-party configure.

This also addresses a possible issue with the third-party Makefile.  If
TMPDIR is set by the environment it would override the path given to
--with-externals-cache.

ASTERISK-26416

Change-Id: Ifab7f35bfcd5a31a31a3a4353cc26a68c8c6592d

8 years agoAudit ast_json_pack() calls for needed UTF-8 checks. 00/4100/2
Richard Mudgett [Wed, 12 Oct 2016 21:24:14 +0000 (16:24 -0500)] 
Audit ast_json_pack() calls for needed UTF-8 checks.

Added needed UTF-8 checks before constructing json objects in various
files for strings obtained outside the system.  In this case string values
from a channel driver's peer and not from the user setting channel
variables.

* aoc.c: Fixed type mismatch in s_to_json() for time and granularity json
object construction.

ASTERISK-26466
Reported by: Richard Mudgett

Change-Id: Iac2d867fa598daba5c5dbc619b5464625a7f2096

8 years agojson: Check party id name, number, subaddresses for UTF-8. 99/4099/2
Richard Mudgett [Wed, 12 Oct 2016 21:20:00 +0000 (16:20 -0500)] 
json: Check party id name, number, subaddresses for UTF-8.

* Updated unit test as ast_json_name_number() is now NULL tolerant.

ASTERISK-26466 #close
Reported by: Richard Mudgett

Change-Id: I7d4e14194f8f81f24a1dc34d1b8602c0950265a6

8 years agojson: Add UTF-8 check call. 98/4098/2
Richard Mudgett [Tue, 11 Oct 2016 23:14:39 +0000 (18:14 -0500)] 
json: Add UTF-8 check call.

Since the json library does not make the check function public we
recreate/copy the function in our interface module.

ASTERISK-26466
Reported by: Richard Mudgett

Change-Id: I36d3d750b6f5f1a110bc69ea92b435ecdeeb2a99

8 years agoaoc.c: Whitespace cleanup 93/4093/1
Richard Mudgett [Wed, 12 Oct 2016 22:42:11 +0000 (17:42 -0500)] 
aoc.c: Whitespace cleanup

* In s_to_json() removed unnecessary ast_json_ref() to ast_json_null()
when creating the type json object.  The ref is a noop.

Change-Id: I2be8b836876fc2e34a27c161f8b1c53b58a3889a

8 years agoapp_minivm.c: Fix malformed ast_json_pack() call. 90/4090/1
Richard Mudgett [Wed, 12 Oct 2016 21:22:34 +0000 (16:22 -0500)] 
app_minivm.c: Fix malformed ast_json_pack() call.

Change-Id: I082b239022fac462666e52a14a44304748908dc0

8 years agoapp_queue.c: Fix clearing of pause reason string. 87/4087/1
Richard Mudgett [Wed, 12 Oct 2016 22:27:06 +0000 (17:27 -0500)] 
app_queue.c: Fix clearing of pause reason string.

The pause reason is not always cleared when it should be cleared.

* Made set_queue_member_pause() always clear pause reason if not pausing
with a reason string.

Change-Id: I993dad19626ec017478a230e980989438b778c53

8 years agores_config_mysql: Fix several issues related to recent table changes 80/4080/1
George Joseph [Wed, 12 Oct 2016 21:30:40 +0000 (15:30 -0600)] 
res_config_mysql:  Fix several issues related to recent table changes

Unlike any of the other database drivers, res_config_mysql checks that
the table definition matches the requirements for every insert and
update statement.  Since all requirements are forced to 'char', any
column that isn't a char, like ps_contacts' expiration_time,
qualify_timeout, etc., will throw a warning.  It's kinda harmless but
very misleading.  Since no other driver does those checks on insert
or update, they've been removed from res_config_mysql.  Also, all
the logic that actually attempted to ALTER the table to fix the issue
has been removed.  With the move to alembic, the auto-alter
functionality is not only unnecessary, it's also dangerous.

The other issue is that res_config_mysql calls the mysql_insert_id
function inside store_mysql.  Presumably the intention was to return
the number of rows inserted DESPITE A NOTE IN THE CODE THAT THE VALUE
IS NON_PORTABLE AND MAY CHANGE.  That value is then returned to
config realtime as the number of rows inserted.  Guess what?  The value
changed.  It now only returns the number of rows inserted if there's an
auto increment column on the table, which ps_contacts doesn't have.
Otherwise it returns 0.  So now, the insert worked but we tell config
realtime and sorcery that no rows were inserted.  That call to
mysql_insert_id was removed and we now always return 1 if the insert
succeeded.  We're only inserting 1 row at a time anyway.  If the insert
fails, we still return -1.

ASTERISK-26362 #close
Reported-by: Carlos Chavez
Change-Id: I83ce633efdb477b03c8399946994ee16fefceaf4

8 years agoMerge "bundled_pjproject: Add tests for programs used by the Makefile, et al." into 14
zuul [Wed, 12 Oct 2016 16:15:22 +0000 (11:15 -0500)] 
Merge "bundled_pjproject:  Add tests for programs used by the Makefile, et al." into 14

8 years agores_fax: Fix a tight race condition causing fax to crash in audio fallback 77/4077/1
Torrey Searle [Thu, 29 Sep 2016 18:08:07 +0000 (20:08 +0200)] 
res_fax: Fix a tight race condition causing fax to crash in audio fallback

When T.38 gets rejected and G711 failback occurs there is a period of
time where neither AST_FAX_TECH_T38 nor AST_FAX_TECH_AUDIO is set,
leading to a crash.

Change-Id: Icc3f457b2292d48a9d7843dac0028347420cc982

8 years agoMerge "Add text of cdr directory into README.md for ast-db-manage" into 14
zuul [Wed, 12 Oct 2016 03:10:59 +0000 (22:10 -0500)] 
Merge "Add text of cdr directory into README.md for ast-db-manage" into 14

8 years agoMerge "audiohooks: Remove redundant codec translations when using audiohooks" into 14
zuul [Tue, 11 Oct 2016 23:09:13 +0000 (18:09 -0500)] 
Merge "audiohooks: Remove redundant codec translations when using audiohooks" into 14

8 years agoMerge "vector: After remove element recheck index" into 14
zuul [Tue, 11 Oct 2016 22:39:55 +0000 (17:39 -0500)] 
Merge "vector: After remove element recheck index" into 14

8 years agoAdd text of cdr directory into README.md for ast-db-manage 73/4073/1
Rodrigo Ramírez Norambuena [Fri, 30 Sep 2016 21:29:37 +0000 (18:29 -0300)] 
Add text of cdr directory into README.md for ast-db-manage

Change-Id: I68321c4bea50730c39fdb486e5f23aeadd1ad636

8 years agoMerge "app_dial: Add the "Q" option to set the cause on unanswered channels" into 14
zuul [Tue, 11 Oct 2016 20:36:58 +0000 (15:36 -0500)] 
Merge "app_dial:  Add the "Q" option to set the cause on unanswered channels" into 14

8 years agoMerge "astobj2: Add backtrace to log_bad_ao2." into 14
zuul [Tue, 11 Oct 2016 18:22:39 +0000 (13:22 -0500)] 
Merge "astobj2: Add backtrace to log_bad_ao2." into 14

8 years agoapp_dial: Add the "Q" option to set the cause on unanswered channels 34/4034/7
George Joseph [Thu, 6 Oct 2016 14:58:26 +0000 (08:58 -0600)] 
app_dial:  Add the "Q" option to set the cause on unanswered channels

The "Q" option will set the cause on the unanswered channels when
another channel answers.  It overrides the default of
ANSWERED_ELSEWHERE.

NOTE:  chan_sip does not support setting the cause on a CANCEL to
anything other than ANSWERED_ELSEWHERE.

ASTERISK-26446 #close

Change-Id: I71742e0919aaa16784c30a2b2e73fbeed7672e47

8 years agoMerge "res_rtp_asterisk: Fix infinite DTMF issue when switching to P2P bridge" into 14
Joshua Colp [Tue, 11 Oct 2016 12:32:02 +0000 (07:32 -0500)] 
Merge "res_rtp_asterisk: Fix infinite DTMF issue when switching to P2P bridge" into 14

8 years agochan_sip: Support nat=auto_comedia or nat=force_rport,auto_comedia. 71/4071/1
Alexander Traud [Tue, 11 Oct 2016 11:55:13 +0000 (13:55 +0200)] 
chan_sip: Support nat=auto_comedia or nat=force_rport,auto_comedia.

In the SIP channel driver chan_sip, auto_comedia was expected to be used in
tandem with auto_force_rport. Or stated differently: Only when auto_force_rport
was chosen (the default), auto_comedia worked. This change allows auto_comedia
to be set independently of the state of (auto_)force_rport. For example,
nat=force_rport,auto_comedia is useful for IPv4/IPv6 Dual Stack deployments
when IPv6 clients are behind a Firewall.

ASTERISK-26457 #close

Change-Id: Ib29d66c6dbb61648e371e01fc36c6978ddae5bc2

8 years agovector: After remove element recheck index 66/4066/6
Badalyan Vyacheslav [Mon, 10 Oct 2016 21:59:58 +0000 (17:59 -0400)] 
vector: After remove element recheck index

Small fix. It is necessary to double-check
the index that we just removed because there
is a new element.

ASTERISK-26453 #close

Change-Id: Ib947fa94dc91dcd9341f357f1084782c64434eb7

8 years agoMerge "cel_odbc: Fix memory leak on module unload" into 14
Joshua Colp [Tue, 11 Oct 2016 10:36:29 +0000 (05:36 -0500)] 
Merge "cel_odbc: Fix memory leak on module unload" into 14

8 years agoMerge "logger: Prevent output of verbose messages initiated from rasterisk." into 14
zuul [Tue, 11 Oct 2016 03:43:23 +0000 (22:43 -0500)] 
Merge "logger: Prevent output of verbose messages initiated from rasterisk." into 14

8 years agores_rtp_asterisk: Fix infinite DTMF issue when switching to P2P bridge 52/4052/2
Torrey Searle [Thu, 29 Sep 2016 17:52:45 +0000 (19:52 +0200)] 
res_rtp_asterisk: Fix infinite DTMF issue when switching to P2P bridge

If a bridge switched to P2P when a DTMF was in progress it
was possible for the DTMF to continue being sent indefinitely.

Change-Id: I7e2a3efe0d59d4b214ed50cd0b5d0317e2d92e29

8 years agoMerge "pjproject_bundled: Add MALLOC_DEBUG capability" into 14
Joshua Colp [Mon, 10 Oct 2016 21:44:46 +0000 (16:44 -0500)] 
Merge "pjproject_bundled:  Add MALLOC_DEBUG capability" into 14

8 years agoaudiohooks: Remove redundant codec translations when using audiohooks 58/4058/1
Michael Walton [Wed, 5 Oct 2016 01:46:17 +0000 (14:46 +1300)] 
audiohooks: Remove redundant codec translations when using audiohooks

The main frame read and write handlers in main/channel.c don't use the
optimum placement in the processing flow for calling audiohooks
callbacks, as far as codec translation is concerned. This change places
the audiohooks callback code:
 * After the channel read translation if the frame is not linear before
the translation, thereby increasing the chance that the frame is linear
as required by audiohooks
 * Before the channel write translation if the frame is linear at this
point
This prevents the audiohooks code from instantiating additional
translation paths to/from linear where a linear frame format is already
available, saving valuable CPU cycles

ASTERISK-26419

Change-Id: I6edd5771f0740e758e7eb42558b953f046c01f8f

8 years agores_pjsip_config_wizard: Memory leak in module_unload 56/4056/1
Badalyan Vyacheslav [Mon, 10 Oct 2016 15:59:38 +0000 (11:59 -0400)] 
res_pjsip_config_wizard: Memory leak in module_unload

Fixed a memory leak. It removes only the first element.
Added a useful feature in vector.h to remove all items
under the CMP through a callback function / macro.

ASTERISK-26453 #close

Change-Id: I84508353463456d2495678f125738e20052da950

8 years agocel_odbc: Fix memory leak on module unload 46/4046/1
Badalyan Vyacheslav [Mon, 10 Oct 2016 02:53:07 +0000 (22:53 -0400)] 
cel_odbc: Fix memory leak on module unload

Change-Id: Ic7a1236eba2408090fdabb5f717b5fa455ead715

8 years agobundled_pjproject: Add tests for programs used by the Makefile, et al. 15/4015/2
George Joseph [Mon, 3 Oct 2016 16:30:43 +0000 (10:30 -0600)] 
bundled_pjproject:  Add tests for programs used by the Makefile, et al.

Added tests for bzip2, tar, patch, sed and nm to configure.ac.

Set DOWNLOAD_TO_STDOUT to a working command line regardless of
whether the download program is wget, curl or fetch.

Added a 'configure.m4' file to the third-party directory which takes
care of calling any third-party project setup.  Had to move some
pjproject_bundled stuff up in configure.ac so it was called before
the third-party configure macro.

The pjproject tarball is now downloaded to the externals_cache_dir if
it was specified on the ./configure command line

Removed regeneration of the pjproject aconfigure file.  It was only
needed for an old patch that no longer applies.

Converted the tests for symbols to explicit tests since we know that
they're now available in the bundled version.  Saves a little time
during configure.

ASTERISK-26416 #close
Reported-by: Corey Farrell
Change-Id: Id1d94251c0155f8dd41b7de7067f35cfbaafbb9b
(cherry picked from commit e6b0053d7561032b7adbf6f3afaecf30f5046605)

8 years agologger: Prevent output of verbose messages initiated from rasterisk. 41/4041/1
Corey Farrell [Mon, 10 Oct 2016 02:28:52 +0000 (22:28 -0400)] 
logger: Prevent output of verbose messages initiated from rasterisk.

Remote asterisk consoles should only display verbose log messages
created by the daemon.  The first patch for ASTERISK-26410 caused
a couple verbose messages to be printed when the rasterisk process
ended.

ASTERISK-26410

Change-Id: Ie2a1bb3753ad2724c0349ec1a336f52f7117b52a

8 years agopjproject_bundled: Add MALLOC_DEBUG capability 31/4031/5
George Joseph [Wed, 5 Oct 2016 19:53:10 +0000 (13:53 -0600)] 
pjproject_bundled:  Add MALLOC_DEBUG capability

pjproject_bundled will now use the asterisk memory debugging APIs
if MALLOC_DEBUG is turned on in menuselect.

Because this required stubs for the executable programs and the python
bindings, some Makefile reorganization was needed to properly handle
the dependencies.  As a result, the makefile now individually makes
each of the pjproject libraries separately instead of making them all
in 1 shot.  The only visible change is that there are separate status
lines printed for each library instead oif 1 for all libs.  Also, the
making of the pjproject dependency files was eliminated.  They're not
needed for building unless you're actively modifying pjproject source
files and it makes the build process faster.  Finally, any issues with
parallel builds should be resolved again making the build faster.

Change-Id: Icc5e3d658fbfb00e0a46b44c66dcc2522d5171b0

8 years agoalembic: Allow cdr, config and voicemail to exist in the same schema 19/4019/2
George Joseph [Tue, 4 Oct 2016 21:59:54 +0000 (15:59 -0600)] 
alembic:  Allow cdr, config and voicemail to exist in the same schema

cdr, config and voicemail are all separate alembic trees.  Because
alembic's default is to use a table named 'alembic_version' to store
the current tree revision, the 3 trees can't exist in the same schema
without stepping on each other.

Now each tree uses 'alembic_version_<tree_name>' as the version table.
Each tree's env.py script now first checks for 'alembic_version'.  If
it finds it AND its revision is in the tree's history, the script
renames it to 'alembic_version_<tree_name>'.  Regardless, the script
then continues with the migration using 'alembic_version_<tree_name>'
and creates that table if it's not found.  The result is that if an
existing 'alembic_version' table was found but it didn't belong to this
tree, it's left alone and 'alembic_version_<tree_name>' is used or
created.

WARNING:  If multiple trees are using the same schema, they MUST NOT
CRU or D any objects with names that might exist in the other trees.
An example would be 'yesno_values' type.  If two trees perform
operations on it, one tree could pull it out from under the other.
Thankfully we currently don't share any names among cdr, config and
voicemail.

NOTE:  Since the env.py scripts in each tree were identical, a common
env.py has been placed in the ast-db-manage directory and a symlink
to it has been placed in each tree directory.

ASTERISK-24311 #close
Reported-by: Dafi Ni
Change-Id: I4d593f000350deb5d21a14fa1e9bc3896844d898

8 years agoastobj2: Add backtrace to log_bad_ao2. 36/4036/2
Corey Farrell [Fri, 16 Sep 2016 23:54:07 +0000 (19:54 -0400)] 
astobj2: Add backtrace to log_bad_ao2.

* Compile __ast_assert_failed unconditionally.
* Use __ast_assert_failed to log messages from log_bad_ao2
* Remove calls to ast_assert(0) that happen after log_bad_ao2 was run.

Change-Id: I48f1af44b2718ad74a421ff75cb6397b924a9751

8 years agochan_sip: Honor support of Symmetric Response (rport) for SIP requests. 28/4028/1
Alexander Traud [Wed, 5 Oct 2016 09:25:11 +0000 (11:25 +0200)] 
chan_sip: Honor support of Symmetric Response (rport) for SIP requests.

In the SIP channel driver chan_sip, the default is "auto_force_rport". When no
NAT was detected, for example in case of IPv6, Asterisk uses the IP address
from the headers within the SIP-REGISTER for subsequent SIP signaling. When
the remote party specifies support for Symmetric Response (RFC 3581) via the
parameter "rport", Asterisk should not extract the port from the SIP headers
but reuse the port of the transport. This did not happen because of a typo.

ASTERISK-26438 #close

Change-Id: If6e7891848aaf96666dee5305695f7c6667cd5a6

8 years agoMerge "Remove "format_ogg_opus: New format"" into 14
Joshua Colp [Thu, 29 Sep 2016 21:14:24 +0000 (16:14 -0500)] 
Merge "Remove "format_ogg_opus: New format"" into 14

8 years agoMerge "download_externals: Fix issue with re-install" into 14
Joshua Colp [Thu, 29 Sep 2016 20:53:25 +0000 (15:53 -0500)] 
Merge "download_externals: Fix issue with re-install" into 14

8 years agoRemove "format_ogg_opus: New format" 04/4004/1
Kevin Harwell [Thu, 29 Sep 2016 19:02:37 +0000 (14:02 -0500)] 
Remove "format_ogg_opus: New format"

This reverts commit 40aa28131bc30b4516da2b20eb1a1e043920169c.

ASTERISK-26426 #close

Change-Id: I81e55c3c512f1dd6f49896f0c6b97a07d74fd8f5

8 years agodownload_externals: Fix issue with re-install 94/3994/1
George Joseph [Tue, 27 Sep 2016 21:10:37 +0000 (15:10 -0600)] 
download_externals: Fix issue with re-install

Needed to ignore an xmlstarlet return code for optional element.

Change-Id: I6a96f709b4b38c9a3f3dda4e8b07903787e16873
Reported-by: Dan Jenkins
8 years agologger: Output early verbose messages to console. 91/3991/1
Corey Farrell [Tue, 27 Sep 2016 20:35:38 +0000 (16:35 -0400)] 
logger: Output early verbose messages to console.

Verbose messages should be printed to the console if the sublevel is
less than option_verbose.  This fix ensures the welcome message with
copyright and license are printed at daemon and interactive rasterisk
startup.

ASTERISK-26410 #close

Change-Id: Ia44235e30ec328aba92ea2c8a837b094e65c9a03

8 years agoMerge "chan_sip: Resolve externhost not to IPv6; instead go for IPv4." into 14
zuul [Tue, 27 Sep 2016 19:30:48 +0000 (14:30 -0500)] 
Merge "chan_sip: Resolve externhost not to IPv6; instead go for IPv4." into 14