mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
Prepare Asterisk 17 Branch
Change-Id: Idb79a69646d2511e7bf1573b9b0322cc22ea54e8
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
Subject: Applications
|
||||
Master-Only: true
|
||||
|
||||
The JabberStatus application, deprecated in Asterisk 12, has been removed.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
Subject: func_callerid
|
||||
Master-Only: true
|
||||
|
||||
The CALLERPRES() dialplan function, deprecated in Asterisk 1.8, has been
|
||||
removed.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
Subject: res_xmpp
|
||||
Master-Only: true
|
||||
|
||||
The JabberStatus application, deprecated in Asterisk 12, has been removed.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user