Prepare Asterisk 17 Branch

Change-Id: Idb79a69646d2511e7bf1573b9b0322cc22ea54e8
This commit is contained in:
George Joseph
2019-07-26 12:06:57 -06:00
parent 32642b83ea
commit 80d8dce6af
14 changed files with 3 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
[gerrit]
defaultbranch=master
defaultbranch=17
#
# Intentional padding to ensure it is possible to point a commit
# to an alternative gerrit server/repository without breaking

View File

@@ -1,5 +1,4 @@
Subject: Bridging
Master-Only: true
The bridging core no longer uses the stasis cache for bridge
snapshots. The latest bridge snapshot is now stored on the

View File

@@ -1,5 +1,4 @@
Subject: chan_sip
Master-Only: true
The chan_sip module is now deprecated, users should migrate to the
replacement module chan_pjsip. See guides at the Asterisk Wiki:

View File

@@ -1,5 +1,4 @@
Subject: Channels
Master-Only: true
The core no longer uses the stasis cache for channels snapshots.
The following APIs are no longer available:

View File

@@ -1,4 +1,3 @@
Subject: Applications
Master-Only: true
The JabberStatus application, deprecated in Asterisk 12, has been removed.

View File

@@ -1,5 +1,4 @@
Subject: Bridging
Master-Only: true
The bridging core no longer uses the stasis cache for bridge
snapshots. The latest bridge snapshot is now stored on the

View File

@@ -1,5 +1,4 @@
Subject: chan_sip
Master-Only: true
The chan_sip module is now deprecated, users should migrate to the
replacement module chan_pjsip. See guides at the Asterisk Wiki:

View File

@@ -1,5 +1,4 @@
Subject: Channels
Master-Only: true
The core no longer uses the stasis cache for channels snapshots.
The following APIs are no longer available:

View File

@@ -1,5 +1,4 @@
Subject: func_callerid
Master-Only: true
The CALLERPRES() dialplan function, deprecated in Asterisk 1.8, has been
removed.

View File

@@ -1,5 +1,4 @@
Subject: Build
Master-Only: true
Asterisk headers are no longer installed and uninstalled automatically when
performing a "make install" or a "make uninstall". To install/uninstall the

View File

@@ -1,5 +1,4 @@
Subject: res_parking
Master-Only: true
The PARKINGSLOT channel variable, deprecated in Asterisk 12 in favor of the
PARKING_SPACE channel variable, will no longer be set.

View File

@@ -1,4 +1,3 @@
Subject: res_xmpp
Master-Only: true
The JabberStatus application, deprecated in Asterisk 12, has been removed.

View File

@@ -54,7 +54,7 @@
- \ref manager.c Main manager code file
*/
#define AMI_VERSION "5.0.0"
#define AMI_VERSION "6.0.0"
#define DEFAULT_MANAGER_PORT 5038 /* Default port for Asterisk management via TCP */
#define DEFAULT_MANAGER_TLS_PORT 5039 /* Default port for Asterisk management via TCP */

View File

@@ -2,7 +2,7 @@
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
"_author": "David M. Lee, II <dlee@digium.com>",
"_svn_revision": "$Revision$",
"apiVersion": "4.0.0",
"apiVersion": "5.0.0",
"swaggerVersion": "1.1",
"basePath": "http://localhost:8088/ari",
"apis": [