]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
7 years agoMerge "BuildSystem: Enable Lua in NetBSD." into 13
Jenkins2 [Mon, 12 Mar 2018 14:02:45 +0000 (09:02 -0500)] 
Merge "BuildSystem: Enable Lua in NetBSD." into 13

7 years agoMerge "Replace direct checks of option_debug with DEBUG_ATLEAST macro." into 13
Joshua Colp [Mon, 12 Mar 2018 13:35:51 +0000 (08:35 -0500)] 
Merge "Replace direct checks of option_debug with DEBUG_ATLEAST macro." into 13

7 years agoMerge "BuildSystem: Depend not implicitly but explicitly on external libraries."...
Jenkins2 [Mon, 12 Mar 2018 12:07:54 +0000 (07:07 -0500)] 
Merge "BuildSystem: Depend not implicitly but explicitly on external libraries." into 13

7 years agoMerge "res_http_post: Enable GMime in NetBSD." into 13
Jenkins2 [Fri, 9 Mar 2018 08:53:50 +0000 (02:53 -0600)] 
Merge "res_http_post: Enable GMime in NetBSD." into 13

7 years agoMerge "chan_sip: Fix improper RTP framing on outgoing calls" into 13
Jenkins2 [Thu, 8 Mar 2018 23:12:47 +0000 (17:12 -0600)] 
Merge "chan_sip: Fix improper RTP framing on outgoing calls" into 13

7 years agoMerge "voicemail: Fixed wrong voicemail message count" into 13
Kevin Harwell [Thu, 8 Mar 2018 21:27:04 +0000 (15:27 -0600)] 
Merge "voicemail: Fixed wrong voicemail message count" into 13

7 years agoMerge "utils: In Solaris, avoid a warning about an unused variable." into 13
Jenkins2 [Thu, 8 Mar 2018 17:13:31 +0000 (11:13 -0600)] 
Merge "utils: In Solaris, avoid a warning about an unused variable." into 13

7 years agoMerge "res_pjsip_rfc3326: Order of 'Reason' headers break many endpoints" into 13
Jenkins2 [Thu, 8 Mar 2018 13:29:42 +0000 (07:29 -0600)] 
Merge "res_pjsip_rfc3326: Order of 'Reason' headers break many endpoints" into 13

7 years agoReplace direct checks of option_debug with DEBUG_ATLEAST macro.
Corey Farrell [Wed, 7 Mar 2018 06:29:13 +0000 (01:29 -0500)] 
Replace direct checks of option_debug with DEBUG_ATLEAST macro.

Checking option_debug directly is incorrect as it ignores file/module
specific debug settings.  This system-wide change replaces nearly all
direct checks for option_debug with the DEBUG_ATLEAST macro.

Change-Id: Ic342d4799a945dbc40ac085ac142681094a4ebf0

7 years agoMerge "apps/app_amd.c: Fixed total time and silence calculations" into 13
Jenkins2 [Wed, 7 Mar 2018 19:55:27 +0000 (13:55 -0600)] 
Merge "apps/app_amd.c: Fixed total time and silence calculations" into 13

7 years agovoicemail: Fixed wrong voicemail message count
Sungtae Kim [Wed, 7 Mar 2018 01:08:00 +0000 (02:08 +0100)] 
voicemail: Fixed wrong voicemail message count

Fixed wrong voicemail mailbox reference for Action: VoicemailUsersList.

ASTERISK-27703

Change-Id: I99bfec14bd4ae475b0fa1fac5a7992f3e2e8d64a

7 years agochan_sip: Fix improper RTP framing on outgoing calls
Jean Aunis [Wed, 14 Feb 2018 13:33:18 +0000 (14:33 +0100)] 
chan_sip: Fix improper RTP framing on outgoing calls

The "ptime" SDP parameter received in a SIP response was not honoured.
Moreover, in the abscence of this "ptime" parameter, locally configured
framing was lost during response processing.

This patch systematically stores the framing information in the
ast_rtp_codecs structure, taking it from the response or from the
configuration as appropriate.

ASTERISK-27674

Change-Id: I828a6a98d27a45a8afd07236a2bd0aa3cbd3fb2c

7 years agores_pjsip_rfc3326: Order of 'Reason' headers break many endpoints
Ross Beer [Tue, 6 Mar 2018 19:31:01 +0000 (19:31 +0000)] 
res_pjsip_rfc3326: Order of 'Reason' headers break many endpoints

ASTERISK-27554

Change-Id: If61c7faab7d2fa1031c056ed6268fe928e2391cf

7 years agoutils: In Solaris, avoid a warning about an unused variable.
Alexander Traud [Wed, 7 Mar 2018 15:32:05 +0000 (16:32 +0100)] 
utils: In Solaris, avoid a warning about an unused variable.

When HAVE_GETHOSTBYNAME_R_5 was set by the script ./configure, GCC 7.3.0 found
an unused variable. Actually, the variable was used (set to a dummy value) but
the compiler optimization might have removed that. Instead, this change ensures
that the variable 'res' is only used when it is really required.

Change-Id: Ic3ea23ccf84ac4bc2d501b514985b989030abab5

7 years agoMerge "BuildSystem: Cast any intptr_t explicitly to its proposed type." into 13
Jenkins2 [Tue, 6 Mar 2018 17:23:50 +0000 (11:23 -0600)] 
Merge "BuildSystem: Cast any intptr_t explicitly to its proposed type." into 13

7 years agoBuildSystem: Enable Lua in NetBSD.
Alexander Traud [Mon, 5 Mar 2018 14:01:06 +0000 (15:01 +0100)] 
BuildSystem: Enable Lua in NetBSD.

luaL_openlib got removed with Lua 5.2.
luaL_newstate is available in all versions.

ASTERISK-27718

Change-Id: I9c8c8880315ee36ab740d7c40153306c0bfd6f71

7 years agoMerge "BuildSystem: Install init scripts on openSUSE Tumbleweed." into 13
Jenkins2 [Tue, 6 Mar 2018 16:44:58 +0000 (10:44 -0600)] 
Merge "BuildSystem: Install init scripts on openSUSE Tumbleweed." into 13

7 years agoMerge "BuildSystem: AC_PATH_PROG sets to colon character when not found." into 13
Jenkins2 [Tue, 6 Mar 2018 16:43:25 +0000 (10:43 -0600)] 
Merge "BuildSystem: AC_PATH_PROG sets to colon character when not found." into 13

7 years agoMerge "BuildSystem: Enable autotools in NetBSD." into 13
Jenkins2 [Tue, 6 Mar 2018 16:04:52 +0000 (10:04 -0600)] 
Merge "BuildSystem: Enable autotools in NetBSD." into 13

7 years agoBuildSystem: Depend not implicitly but explicitly on external libraries.
Alexander Traud [Tue, 6 Mar 2018 13:33:14 +0000 (14:33 +0100)] 
BuildSystem: Depend not implicitly but explicitly on external libraries.

ASTERISK-27722

Change-Id: Ie7b8c30d86cb00a54d6ac4e09e6f28f42d2bd52c

7 years agoMerge "chan_unistim: NetBSD has an incompatible struct in_pktinfo." into 13
Jenkins2 [Mon, 5 Mar 2018 18:57:52 +0000 (12:57 -0600)] 
Merge "chan_unistim: NetBSD has an incompatible struct in_pktinfo." into 13

7 years agoMerge "BuildSystem: Avoid == for comparison in ./configure." into 13
Jenkins2 [Mon, 5 Mar 2018 18:36:15 +0000 (12:36 -0600)] 
Merge "BuildSystem: Avoid == for comparison in ./configure." into 13

7 years agoMerge "BuildSystem: Detect whether uselocale(.) is available." into 13
Jenkins2 [Mon, 5 Mar 2018 17:58:51 +0000 (11:58 -0600)] 
Merge "BuildSystem: Detect whether uselocale(.) is available." into 13

7 years agoMerge "BuildSystem: Avoid re-defining of pthread_* on NetBSD." into 13
Jenkins2 [Mon, 5 Mar 2018 17:28:38 +0000 (11:28 -0600)] 
Merge "BuildSystem: Avoid re-defining of pthread_* on NetBSD." into 13

7 years agoMerge "chan_sip: Emit a second ringing event to ensure channel is found." into 13
Jenkins2 [Mon, 5 Mar 2018 14:39:08 +0000 (08:39 -0600)] 
Merge "chan_sip: Emit a second ringing event to ensure channel is found." into 13

7 years agores_http_post: Enable GMime in NetBSD.
Alexander Traud [Mon, 5 Mar 2018 14:15:03 +0000 (15:15 +0100)] 
res_http_post: Enable GMime in NetBSD.

ASTERISK-27719

Change-Id: I230c5f9f316b2e9465c093c13580f72ebbaf67a7

7 years agoMerge "core: Fix handling of maximum length lines in config files." into 13
Jenkins2 [Mon, 5 Mar 2018 14:10:02 +0000 (08:10 -0600)] 
Merge "core: Fix handling of maximum length lines in config files." into 13

7 years agoMerge "pjproject: Add cache_pools debugging option." into 13
Jenkins2 [Mon, 5 Mar 2018 13:54:14 +0000 (07:54 -0600)] 
Merge "pjproject: Add cache_pools debugging option." into 13

7 years agoBuildSystem: Enable autotools in NetBSD.
Alexander Traud [Mon, 5 Mar 2018 10:16:12 +0000 (11:16 +0100)] 
BuildSystem: Enable autotools in NetBSD.

ASTERISK-27716

Change-Id: I52525e35e1620341272219911d054a1e3d3ec01e

7 years agoBuildSystem: AC_PATH_PROG sets to colon character when not found.
Alexander Traud [Mon, 5 Mar 2018 09:42:10 +0000 (10:42 +0100)] 
BuildSystem: AC_PATH_PROG sets to colon character when not found.

ASTERISK-27715
Reported by: Corey Farrell

Change-Id: I0d6d9572d1352dc7ad30c9917173f1e980d8c938

7 years agochan_unistim: NetBSD has an incompatible struct in_pktinfo.
Alexander Traud [Sat, 3 Mar 2018 15:06:13 +0000 (16:06 +0100)] 
chan_unistim: NetBSD has an incompatible struct in_pktinfo.

ASTERISK-27714
Reported by: John Nemeth

Change-Id: I1b84a89315a5f61222123d21bf35c59224da8990

7 years agoBuildSystem: Cast any intptr_t explicitly to its proposed type.
Alexander Traud [Sat, 3 Mar 2018 14:30:47 +0000 (15:30 +0100)] 
BuildSystem: Cast any intptr_t explicitly to its proposed type.

ASTERISK-27713

Change-Id: I90c769e3c7f8c26de8a3af11335862cec15a1b22

7 years agoBuildSystem: Detect whether uselocale(.) is available.
Alexander Traud [Sat, 3 Mar 2018 12:56:03 +0000 (13:56 +0100)] 
BuildSystem: Detect whether uselocale(.) is available.

ASTERISK-27712
Reported by: Joerg Sonnenberger, D'Arcy Cain

Change-Id: Idf1c9d43617a3e13028b95b313415903d80ef807

7 years agoBuildSystem: Avoid re-defining of pthread_* on NetBSD.
Alexander Traud [Sat, 3 Mar 2018 09:53:12 +0000 (10:53 +0100)] 
BuildSystem: Avoid re-defining of pthread_* on NetBSD.

ASTERISK-27711

Change-Id: Idc9194035b2958b99f6b01eb5b438d45a074565b

7 years agoBuildSystem: Install init scripts on openSUSE Tumbleweed.
Alexander Traud [Fri, 2 Mar 2018 13:05:25 +0000 (14:05 +0100)] 
BuildSystem: Install init scripts on openSUSE Tumbleweed.

ASTERISK-27710

Change-Id: I4c777e41b31d4415bbe21cb435ad47b43ebb5467

7 years agoBuildSystem: Avoid == for comparison in ./configure.
Alexander Traud [Fri, 2 Mar 2018 11:12:17 +0000 (12:12 +0100)] 
BuildSystem: Avoid == for comparison in ./configure.

ASTERISK-27709
Reported by: John Nemeth

Change-Id: I11b1ae8fd404c04066f1458f5d71f9536359d58d

7 years agoMerge "gitreview: Reorder and add padding." into 13
Jenkins2 [Thu, 1 Mar 2018 15:23:58 +0000 (09:23 -0600)] 
Merge "gitreview: Reorder and add padding." into 13

7 years agoMerge "res_pjsip_refer.c: Fix attended transfer race condition crash." into 13
Jenkins2 [Thu, 1 Mar 2018 14:38:51 +0000 (08:38 -0600)] 
Merge "res_pjsip_refer.c: Fix attended transfer race condition crash." into 13

7 years agopjproject: Add cache_pools debugging option.
Richard Mudgett [Tue, 27 Feb 2018 21:40:18 +0000 (15:40 -0600)] 
pjproject: Add cache_pools debugging option.

The pool cache gets in the way of finding use after free errors of memory
pool contents.  Tools like valgrind and MALLOC_DEBUG don't know when a
pool is released because it gets put into the cache instead of being
freed.

* Added the "cache_pools" option to pjproject.conf.  Disabling the option
helps track down pool content mismanagement when using valgrind or
MALLOC_DEBUG.  The cache gets in the way of determining if the pool
contents are used after free and who freed it.

To disable the pool caching simply disable the cache_pools option in
pjproject.conf and restart Asterisk.

Sample pjproject.conf setting:
[startup]
cache_pools=no

* Made current users of the caching pool factory initialization and
destruction calls call common routines to create and destroy cached pools.

ASTERISK-27704

Change-Id: I64d5befbaeed2532f93aa027a51eb52347d2b828

7 years agogitreview: Reorder and add padding.
Corey Farrell [Wed, 31 Jan 2018 17:49:09 +0000 (12:49 -0500)] 
gitreview: Reorder and add padding.

Change-Id: I459dc320a8c9452a01eed6f403d786741587c890

7 years agoapps/app_amd.c: Fixed total time and silence calculations
Michael Cargile [Sat, 24 Feb 2018 03:24:10 +0000 (22:24 -0500)] 
apps/app_amd.c: Fixed total time and silence calculations

Between Asterisk 11 and Asterisk 13 there was a significant increase
in the number of AST_FRAME_NULL frames being processed by app_amd.c's
main loop. Each AST_FRAME_NULL frame was being counted as 100ms
towards the total time and silence. This may have been accurate
when app_amd.c was orginally added, but it is not in Asterisk 13.
As such the total analysis time and silence calculations were way
off effectively breaking app_amd.c

* Additional debug messages were added
* AST_FRAME_NULL are now ignored

ASTERISK-27610

Change-Id: I18aca01af98f87c1e168e6ae0d85c136d1df5ea9

7 years agoast_coredumper: Minor fixes
George Joseph [Fri, 23 Feb 2018 20:58:54 +0000 (13:58 -0700)] 
ast_coredumper:  Minor fixes

* Fix --tarball-config so the option doesn't cause an error.

* Allow for missing /etc/os-release.

* Add a sleep between tarballing the coredump and removing the
  output directory to allow the filesystem to settle.

Change-Id: I73e03b13087978bcc7f6bc9f45753990f82d9d77

7 years agoMerge "modules: Set deprecated modules to not build by default" into 13
Jenkins2 [Fri, 23 Feb 2018 18:48:35 +0000 (12:48 -0600)] 
Merge "modules: Set deprecated modules to not build by default" into 13

7 years agocore: Fix handling of maximum length lines in config files.
Corey Farrell [Fri, 23 Feb 2018 16:09:46 +0000 (11:09 -0500)] 
core: Fix handling of maximum length lines in config files.

When a line is the maximum length "\n" is found at sizeof(buf) - 2 since
the last character is actually the null terminator.  In addition if a
line was exactly 8190 plus a multiple of 8192 characters long the config
parser would skip the following line.

Additionally fix comment in voicemail.conf sample config.  It previously
stated that emailbody can only contain up to 512 characters which is
always wrong.  The buffer is normally 8192 characters unless LOW_MEMORY
is enabled then it is 512 characters.  The updated comment states that
the line can be up to 8190 or 510 characters since the line feed and
NULL terminator each use a character.

ASTERISK-26688 #close

Change-Id: I80864a0d40d2e2d8cd79d72af52a8f0a3a99c015

7 years agoMerge "install_prereq: Update FreeBSD libraries." into 13
Jenkins2 [Fri, 23 Feb 2018 15:20:27 +0000 (09:20 -0600)] 
Merge "install_prereq: Update FreeBSD libraries." into 13

7 years agoMerge "res_rtp_asterisk: Fix ICE candidate nomination" into 13
Jenkins2 [Fri, 23 Feb 2018 14:13:09 +0000 (08:13 -0600)] 
Merge "res_rtp_asterisk: Fix ICE candidate nomination" into 13

7 years agores_pjsip_refer.c: Fix attended transfer race condition crash.
Richard Mudgett [Thu, 22 Feb 2018 19:53:20 +0000 (13:53 -0600)] 
res_pjsip_refer.c: Fix attended transfer race condition crash.

The transferrer's session channel was destroyed by the transferrer's
serializer thread in a race condition with the transfer target's
serializer thread during an attended transfer.  The transfer target's
serializer was attempting to clean up a deferred end status on behalf of
the transferrer's channel when it should have passed the action to the
transferrer's serializer.  When the transfer target's serializer lost the
race then both threads wind up trying to end the transferrer's session.

* Push the ast_sip_session_end_if_deferred() call onto the transferrer's
serializer to avoid a race condition that results in a crash.  The
session_end() function that could be called by
ast_sip_session_end_if_deferred() really must be executed by the
transferrer's serializer to avoid this kind of crash.

ASTERISK-27568

Change-Id: Iacda724e7cb24d7520e49b2fd7e504aa398d7238

7 years agoAMI: Bumping AMI non-breaking number for Asterisk 13.20.0 release
Kevin Harwell [Thu, 22 Feb 2018 17:11:14 +0000 (11:11 -0600)] 
AMI: Bumping AMI non-breaking number for Asterisk 13.20.0 release

A few changes were made to AMI:

 * Fixed "(null):" header in AMI AsyncAGIEnd event
 * A mute header was added to the ConfbridgeJoin AMI event
 * ConfbridgeList action's ConfbridgeList events now output all
   the standard channel snapshot headers

Change-Id: I94a82a44b02c91becae08d254e9a56abba5697cf

7 years agoinstall_prereq: Update FreeBSD libraries.
Alexander Traud [Sat, 17 Feb 2018 09:28:46 +0000 (10:28 +0100)] 
install_prereq: Update FreeBSD libraries.

deleted
 autoconf gcc libsamplerate sqlite

changed
 binutils to libbfd
 freetds-devel to freetds
 gmime2 to gmime26
 mysql55-client to mysql57-client

added
 alsa-lib bison bzip2 cclient corosync doxygen libedit flex graphviz
 libhoard libical libilbc libltdl lua neon newt net-snmp
 openldap-client openssl patch pkgconf portaudio postgresql10-client
 python radcli speexdsp subversion uriparser xmlstarlet libzip

ASTERISK-27686

Change-Id: Ibe88c9b26e59c30d26cdb313a3ef01c9f37ac80d

7 years agomodules: Set deprecated modules to not build by default
Sean Bright [Thu, 22 Feb 2018 16:46:43 +0000 (11:46 -0500)] 
modules: Set deprecated modules to not build by default

Change-Id: I09090f70224866aead6b3207fa784cfefea7d539

7 years agoMerge "AST-2018-003: Crash with an invalid SDP fmtp attribute" into 13
Kevin Harwell [Wed, 21 Feb 2018 18:12:30 +0000 (12:12 -0600)] 
Merge "AST-2018-003: Crash with an invalid SDP fmtp attribute" into 13

7 years agoMerge "AST-2018-002: Crash with an invalid SDP media format description" into 13
Kevin Harwell [Wed, 21 Feb 2018 18:08:48 +0000 (12:08 -0600)] 
Merge "AST-2018-002: Crash with an invalid SDP media format description" into 13

7 years agoMerge "AST-2018-004: Restrict the number of Accept headers in a SUBSCRIBE." into 13
Joshua Colp [Wed, 21 Feb 2018 16:37:20 +0000 (10:37 -0600)] 
Merge "AST-2018-004: Restrict the number of Accept headers in a SUBSCRIBE." into 13

7 years agoAST-2018-003: Crash with an invalid SDP fmtp attribute
Kevin Harwell [Wed, 31 Jan 2018 19:37:54 +0000 (13:37 -0600)] 
AST-2018-003: Crash with an invalid SDP fmtp attribute

pjproject's fmtp retrieval function failed to catch invalid fmtp attributes.
Because of this Asterisk would crash if given an SDP with an invalid fmtp
attribute.

When retrieving the format this patch now makes sure the fmtp attribute is
available. If not available it now returns an error status.

ASTERISK-27583 #close

Change-Id: I5cebe000ce2d846cae3af33b6d72c416e51caf2f

7 years agoAST-2018-002: Crash with an invalid SDP media format description
Kevin Harwell [Wed, 31 Jan 2018 19:33:16 +0000 (13:33 -0600)] 
AST-2018-002: Crash with an invalid SDP media format description

pjproject's media format parsing algorithm failed to catch invalid values.
Because of this Asterisk would crash if given an SDP with a invalid media
format description.

When parsing the media format description this patch now properly parses the
value and returns an error status if it can't successfully parse/convert the
value.

ASTERISK-27582 #close

Change-Id: I883b3a4ef85b6972397f7b56bf46c5779c55fdd6

7 years agoAST-2018-005: res_pjsip_transport_management: Move to core
George Joseph [Tue, 6 Feb 2018 18:07:18 +0000 (11:07 -0700)] 
AST-2018-005: res_pjsip_transport_management:  Move to core

Since res_pjsip_transport_management provides several attack
mitigation features, its functionality moved to res_pjsip and
this module has been removed.  This way the features will always
be available if res_pjsip is loaded.

ASTERISK-27618
Reported By: Sandro Gauci

Change-Id: I21a2d33d9dda001452ea040d350d7a075f9acf0d

7 years agoAST-2018-005: Fix tdata leaks when calling pjsip_endpt_send_response(2)
George Joseph [Tue, 6 Feb 2018 17:28:49 +0000 (10:28 -0700)] 
AST-2018-005: Fix tdata leaks when calling pjsip_endpt_send_response(2)

pjsip_distributor:
   authenticate() creates a tdata and uses it to send a challenge or
   failure response.  When pjsip_endpt_send_response2() succeeds, it
   automatically decrements the tdata ref count but when it fails, it
   doesn't.  Since we weren't checking for a return status, we weren't
   decrementing the count ourselves on error and were therefore leaking
   tdatas.

res_pjsip_session:
   session_reinvite_on_rx_request wasn't decrementing the ref count
   if an error happened while sending a 491 response.
   pre_session_setup wasn't decrementing the ref count if
   while sending an error after a pjsip_inv_verify_request failure.

res_pjsip:
   ast_sip_send_response wasn't decrementing the ref count on error.

ASTERISK-27618
Reported By: Sandro Gauci

Change-Id: Iab33a6c7b6fba96148ed465b690ba8534ac961bf

7 years agoAST-2018-004: Restrict the number of Accept headers in a SUBSCRIBE.
Joshua Colp [Wed, 7 Feb 2018 14:09:14 +0000 (14:09 +0000)] 
AST-2018-004: Restrict the number of Accept headers in a SUBSCRIBE.

When receiving a SUBSCRIBE request the Accept headers from it are
stored locally. This operation has a fixed limit of 32 Accept headers
but this limit was not enforced. As a result it was possible for
memory outside of the allocated space to get written to resulting
in a crash.

This change enforces the limit so only 32 Accept headers are
processed.

ASTERISK-27640
Reported By: Sandro Gauci

Change-Id: I99a814b10b554b13a6021ccf41111e5bc95e7301

7 years agoMerge "doc/lang/language-criteria.txt: Link to wiki." into 13
Jenkins2 [Tue, 20 Feb 2018 20:45:55 +0000 (14:45 -0600)] 
Merge "doc/lang/language-criteria.txt: Link to wiki." into 13

7 years agoMerge "res_http_websocket: Don't leak memory on read failure" into 13
Jenkins2 [Tue, 20 Feb 2018 19:48:36 +0000 (13:48 -0600)] 
Merge "res_http_websocket: Don't leak memory on read failure" into 13

7 years agochan_sip: Emit a second ringing event to ensure channel is found.
Joshua Colp [Tue, 20 Feb 2018 16:33:43 +0000 (12:33 -0400)] 
chan_sip: Emit a second ringing event to ensure channel is found.

When constructing a dialog-info+xml NOTIFY message a ringing channel
is found if the state is ringing and further information is placed into
the message. Due to the migration to the Stasis message bus this did
not always work as expected.

This change raises a second ringing event in such a way to guarantee
that the event is received by chan_sip and another lookup is done to
find the ringing channel.

ASTERISK-24488

Change-Id: I547a458fc59721c918cb48be060cbfc3c88bcf9c

7 years agoMerge "core: Rename sounds_index.c to sounds.c." into 13
Jenkins2 [Tue, 20 Feb 2018 12:36:26 +0000 (06:36 -0600)] 
Merge "core: Rename sounds_index.c to sounds.c." into 13

7 years agoMerge "BuildSystem: Allow newer autotools on OpenBSD." into 13
Jenkins2 [Tue, 20 Feb 2018 12:26:49 +0000 (06:26 -0600)] 
Merge "BuildSystem: Allow newer autotools on OpenBSD." into 13

7 years agoMerge "config: Fix locking for extconfig reload." into 13
Jenkins2 [Tue, 20 Feb 2018 11:57:52 +0000 (05:57 -0600)] 
Merge "config: Fix locking for extconfig reload." into 13

7 years agodoc/lang/language-criteria.txt: Link to wiki.
Corey Farrell [Tue, 20 Feb 2018 10:31:26 +0000 (05:31 -0500)] 
doc/lang/language-criteria.txt: Link to wiki.

This document is out of date and is superseded by content on the
Asterisk wiki.

ASTERISK-24386 #close

Change-Id: Idbf95b27b096c205251e1bbb560c79224ba81822

7 years agoMerge "BuildSystem: Use single bootstrap.sh for Asterisk and menuselect." into 13
Jenkins2 [Tue, 20 Feb 2018 02:17:10 +0000 (20:17 -0600)] 
Merge "BuildSystem: Use single bootstrap.sh for Asterisk and menuselect." into 13

7 years agoMerge "rtp_engine: Load format name / mime type in uppercase again." into 13
Jenkins2 [Tue, 20 Feb 2018 01:48:00 +0000 (19:48 -0600)] 
Merge "rtp_engine: Load format name / mime type in uppercase again." into 13

7 years agoMerge "install_prereq: Update OpenBSD libraries." into 13
Jenkins2 [Tue, 20 Feb 2018 00:58:12 +0000 (18:58 -0600)] 
Merge "install_prereq: Update OpenBSD libraries." into 13

7 years agoMerge "BuildSystem: Fix a typo related to ./configure --prefix=<path> on OpenBSD...
Jenkins2 [Tue, 20 Feb 2018 00:31:29 +0000 (18:31 -0600)] 
Merge "BuildSystem: Fix a typo related to ./configure --prefix=<path> on OpenBSD." into 13

7 years agoMerge "BuildSystem: Enable IMAP storage on OpenBSD." into 13
Jenkins2 [Tue, 20 Feb 2018 00:20:00 +0000 (18:20 -0600)] 
Merge "BuildSystem: Enable IMAP storage on OpenBSD." into 13

7 years agoMerge "res_pjsip_header_funcs: Various cleanups" into 13
Jenkins2 [Mon, 19 Feb 2018 23:56:31 +0000 (17:56 -0600)] 
Merge "res_pjsip_header_funcs: Various cleanups" into 13

7 years agoMerge "res_pjsip: Use pjsip_sip_uri.user_param instead of other_param" into 13
Jenkins2 [Mon, 19 Feb 2018 17:58:01 +0000 (11:58 -0600)] 
Merge "res_pjsip: Use pjsip_sip_uri.user_param instead of other_param" into 13

7 years agores_http_websocket: Don't leak memory on read failure
Sean Bright [Sun, 18 Feb 2018 16:27:38 +0000 (11:27 -0500)] 
res_http_websocket: Don't leak memory on read failure

Change-Id: Ic449ea832bc81a1671c0e910c5fbe8c683e3da89

7 years agoMerge "res_pjsip: Endpoint destruction does not free DTLS configuration" into 13
Jenkins2 [Mon, 19 Feb 2018 12:11:18 +0000 (06:11 -0600)] 
Merge "res_pjsip: Endpoint destruction does not free DTLS configuration" into 13

7 years agores_rtp_asterisk: Fix ICE candidate nomination
Thomas Guebels [Mon, 19 Feb 2018 10:21:30 +0000 (11:21 +0100)] 
res_rtp_asterisk: Fix ICE candidate nomination

If the ICE role is not set right away, we might have a role conflict
that stays undetected and ICE finishing with successful tests and no
candidate nominated. This was introduced by ASTERISK-27088.

To avoid this, we set the role as soon as before but only if the ICE
state permits it: still checking and not yet nominating candidates or
completed.

ASTERISK-27646

Change-Id: I5dbc69ad63cacbb067922850fbb113d479bd729c

7 years agocore: Rename sounds_index.c to sounds.c.
Corey Farrell [Mon, 19 Feb 2018 09:57:45 +0000 (04:57 -0500)] 
core: Rename sounds_index.c to sounds.c.

This will make the source filename match the 'module reload sounds'
command.  This will allow conversion to a built-in module in Asterisk 16
without needing to redefine AST_MODULE.

Change-Id: Ifb8e489575b27eb33d8c0b6a531f266670557f6e

7 years agoconfig: Fix locking for extconfig reload.
Corey Farrell [Mon, 19 Feb 2018 08:49:45 +0000 (03:49 -0500)] 
config: Fix locking for extconfig reload.

Expand locking to include full reload process for extconfig to ensure
nothing can read the config mappings between clearing and reloading.

Change-Id: I378316bad04f1b599ea82d0fef62b8978a644b92

7 years agores_pjsip_header_funcs: Various cleanups
Sean Bright [Thu, 15 Feb 2018 20:09:33 +0000 (15:09 -0500)] 
res_pjsip_header_funcs: Various cleanups

 * Prefer strcasecmp() over stricmp()
 * Use a list with no lock since we never actually lock
 * Minor cleanups to error messages

Change-Id: I8446f44795ee8f3072e1c1f9193c6912dfc0c42b

7 years agortp_engine: Load format name / mime type in uppercase again.
Alexander Traud [Sat, 17 Feb 2018 14:49:15 +0000 (15:49 +0100)] 
rtp_engine: Load format name / mime type in uppercase again.

This reverts a previous change partly.

ASTERISK-27689

Change-Id: Ia3d2f282db6995be8c1c253b5d52f6038761e8af

7 years agoBuildSystem: Use single bootstrap.sh for Asterisk and menuselect.
Corey Farrell [Fri, 16 Feb 2018 23:58:35 +0000 (18:58 -0500)] 
BuildSystem: Use single bootstrap.sh for Asterisk and menuselect.

This causes the root bootstrap.sh script to generate configure scripts
for both Asterisk and menuselect.  This ensures that both configure
scripts are generated with the same version of autotools and avoids
situations where shared autoconf macros get modified without
regenerating the menuselect script.

Change-Id: I2bfd8537bbb63b3d46b11efabbb15eaaf9ef731a

7 years agoMerge "bridge_roles: Use a non-locking linked list where appropriate" into 13
Jenkins2 [Fri, 16 Feb 2018 23:40:14 +0000 (17:40 -0600)] 
Merge "bridge_roles: Use a non-locking linked list where appropriate" into 13

7 years agores_pjsip: Endpoint destruction does not free DTLS configuration
Sean Bright [Fri, 16 Feb 2018 19:33:06 +0000 (14:33 -0500)] 
res_pjsip: Endpoint destruction does not free DTLS configuration

ASTERISK-27679 #close
Reported by: Mak Dee

Change-Id: I89a2783a11be0763bf123d1619ed176b6225cf42

7 years agoinstall_prereq: Update OpenBSD libraries.
Alexander Traud [Fri, 16 Feb 2018 18:44:53 +0000 (19:44 +0100)] 
install_prereq: Update OpenBSD libraries.

deleted
 jack sqlite

renamed
 freetds-0.63p1-msdblib to freetds
 mysql-client to mariadb-client

added
 bison bzip2 c-client doxygen e2fsprogs graphviz gsm libical jansson libltdl
 lua neon net-snmp libsrtp portaudio-svn postgresql-client python speexdsp
 subversion uriparser xmlstarlet

ASTERISK-27684

Change-Id: I26bdcb0a1d0e484a8dad1052da97f194aefd3370

7 years agoBuildSystem: Allow newer autotools on OpenBSD.
Alexander Traud [Fri, 16 Feb 2018 18:30:45 +0000 (19:30 +0100)] 
BuildSystem: Allow newer autotools on OpenBSD.

ASTERISK-27683

Change-Id: I5ec9dafbb0c16b6f2740c641980bc2eaaf995624

7 years agoMerge "res_calendar: Specialized calendars depend on symbols of general calendar...
Richard Mudgett [Fri, 16 Feb 2018 16:55:10 +0000 (10:55 -0600)] 
Merge "res_calendar: Specialized calendars depend on symbols of general calendar." into 13

7 years agoMerge "contrib/script/sip_to_pjsip: add support for realtime" into 13
Jenkins2 [Fri, 16 Feb 2018 16:16:40 +0000 (10:16 -0600)] 
Merge "contrib/script/sip_to_pjsip: add support for realtime" into 13

7 years agoMerge "BuildSystem: Enable system provided libedit on OpenBSD." into 13
Jenkins2 [Fri, 16 Feb 2018 14:16:45 +0000 (08:16 -0600)] 
Merge "BuildSystem: Enable system provided libedit on OpenBSD." into 13

7 years agoBuildSystem: Fix a typo related to ./configure --prefix=<path> on OpenBSD.
Alexander Traud [Fri, 16 Feb 2018 13:52:36 +0000 (14:52 +0100)] 
BuildSystem: Fix a typo related to ./configure --prefix=<path> on OpenBSD.

Reported by: Stuart Henderson

Change-Id: Ieae8624f48b6ae78cf29930b9a45a3c842c7a764

7 years agoMerge "BuildSystem: Remove chan_h323 leftovers." into 13
Jenkins2 [Fri, 16 Feb 2018 13:48:53 +0000 (07:48 -0600)] 
Merge "BuildSystem: Remove chan_h323 leftovers." into 13

7 years agoMerge "BuildSystem: Invoke ldconfig with previous path." into 13
Jenkins2 [Fri, 16 Feb 2018 13:29:06 +0000 (07:29 -0600)] 
Merge "BuildSystem: Invoke ldconfig with previous path." into 13

7 years agoBuildSystem: Enable IMAP storage on OpenBSD.
Alexander Traud [Fri, 16 Feb 2018 12:41:35 +0000 (13:41 +0100)] 
BuildSystem: Enable IMAP storage on OpenBSD.

ASTERISK-27681
Reported by: Stuart Henderson

Change-Id: Ifb6b614acb251b695b9417d76510e73eb335b679

7 years agores_calendar: Specialized calendars depend on symbols of general calendar.
Alexander Traud [Fri, 16 Feb 2018 11:58:17 +0000 (12:58 +0100)] 
res_calendar: Specialized calendars depend on symbols of general calendar.

ASTERISK-27680

Change-Id: Ifb77912e424fe3710a025c18526fada673ec0b79

7 years agoBuildSystem: Enable system provided libedit on OpenBSD.
Alexander Traud [Fri, 16 Feb 2018 11:02:15 +0000 (12:02 +0100)] 
BuildSystem: Enable system provided libedit on OpenBSD.

ASTERISK-27677

Change-Id: I0854e3616d1361ae9b6907d3d3444a02784ac62b

7 years agobridge_roles: Use a non-locking linked list where appropriate
Sean Bright [Thu, 15 Feb 2018 20:30:35 +0000 (15:30 -0500)] 
bridge_roles: Use a non-locking linked list where appropriate

Also explicitly initialize with the AST_LIST_HEAD_NOLOCK_INIT macro for
clarity.

Change-Id: I4bc39ec33bc3ff77e1a971a01ace87deb965be3f

7 years agores_pjsip: Use pjsip_sip_uri.user_param instead of other_param
Sean Bright [Thu, 15 Feb 2018 19:29:23 +0000 (14:29 -0500)] 
res_pjsip: Use pjsip_sip_uri.user_param instead of other_param

There is a dedicated slot in the pjsip_sip_uri for the 'user'
parameter, so use that instead of adding to the list of generic URI
parameters.

Change-Id: I0a0ce8a60ecee27489735bf56fd707719d8c2ed6

7 years agoMerge "BuildSystem: Do not warn when bash is not installed." into 13
Jenkins2 [Thu, 15 Feb 2018 12:12:39 +0000 (06:12 -0600)] 
Merge "BuildSystem: Do not warn when bash is not installed." into 13

7 years agoMerge "main/asterisk.c: Remove silly usage of RAII_VAR." into 13
Jenkins2 [Wed, 14 Feb 2018 18:43:48 +0000 (12:43 -0600)] 
Merge "main/asterisk.c: Remove silly usage of RAII_VAR." into 13

7 years agoBuildSystem: Remove chan_h323 leftovers.
Alexander Traud [Mon, 12 Feb 2018 13:48:54 +0000 (14:48 +0100)] 
BuildSystem: Remove chan_h323 leftovers.

ASTERISK-27670

Change-Id: I07a8ef8bbd6001e25711fa1bff152eb6c9efa729

7 years agoBuildSystem: Invoke ldconfig with previous path.
Alexander Traud [Wed, 17 Jan 2018 14:17:38 +0000 (15:17 +0100)] 
BuildSystem: Invoke ldconfig with previous path.

On OpenBSD, gmake uninstall{-all} registered only libraries from /usr/lib and
lost those from /usr/local/lib. Instead, invoke ldconfig on a path.

ASTERISK-27595

Change-Id: I4aa2c0b5e07119d1a556f8ff6349eaf09e986888

7 years agoBuildSystem: Do not warn when bash is not installed.
Alexander Traud [Sun, 28 Jan 2018 09:02:41 +0000 (10:02 +0100)] 
BuildSystem: Do not warn when bash is not installed.

ASTERISK-27631

Change-Id: Iefdf268b0b98c3e7d8089ba87cf78136ac1d785b