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]
|
[gerrit]
|
||||||
defaultbranch=master
|
defaultbranch=17
|
||||||
#
|
#
|
||||||
# Intentional padding to ensure it is possible to point a commit
|
# Intentional padding to ensure it is possible to point a commit
|
||||||
# to an alternative gerrit server/repository without breaking
|
# to an alternative gerrit server/repository without breaking
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
Subject: Bridging
|
Subject: Bridging
|
||||||
Master-Only: true
|
|
||||||
|
|
||||||
The bridging core no longer uses the stasis cache for bridge
|
The bridging core no longer uses the stasis cache for bridge
|
||||||
snapshots. The latest bridge snapshot is now stored on the
|
snapshots. The latest bridge snapshot is now stored on the
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
Subject: chan_sip
|
Subject: chan_sip
|
||||||
Master-Only: true
|
|
||||||
|
|
||||||
The chan_sip module is now deprecated, users should migrate to the
|
The chan_sip module is now deprecated, users should migrate to the
|
||||||
replacement module chan_pjsip. See guides at the Asterisk Wiki:
|
replacement module chan_pjsip. See guides at the Asterisk Wiki:
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
Subject: Channels
|
Subject: Channels
|
||||||
Master-Only: true
|
|
||||||
|
|
||||||
The core no longer uses the stasis cache for channels snapshots.
|
The core no longer uses the stasis cache for channels snapshots.
|
||||||
The following APIs are no longer available:
|
The following APIs are no longer available:
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
Subject: Applications
|
Subject: Applications
|
||||||
Master-Only: true
|
|
||||||
|
|
||||||
The JabberStatus application, deprecated in Asterisk 12, has been removed.
|
The JabberStatus application, deprecated in Asterisk 12, has been removed.
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
Subject: Bridging
|
Subject: Bridging
|
||||||
Master-Only: true
|
|
||||||
|
|
||||||
The bridging core no longer uses the stasis cache for bridge
|
The bridging core no longer uses the stasis cache for bridge
|
||||||
snapshots. The latest bridge snapshot is now stored on the
|
snapshots. The latest bridge snapshot is now stored on the
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
Subject: chan_sip
|
Subject: chan_sip
|
||||||
Master-Only: true
|
|
||||||
|
|
||||||
The chan_sip module is now deprecated, users should migrate to the
|
The chan_sip module is now deprecated, users should migrate to the
|
||||||
replacement module chan_pjsip. See guides at the Asterisk Wiki:
|
replacement module chan_pjsip. See guides at the Asterisk Wiki:
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
Subject: Channels
|
Subject: Channels
|
||||||
Master-Only: true
|
|
||||||
|
|
||||||
The core no longer uses the stasis cache for channels snapshots.
|
The core no longer uses the stasis cache for channels snapshots.
|
||||||
The following APIs are no longer available:
|
The following APIs are no longer available:
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
Subject: func_callerid
|
Subject: func_callerid
|
||||||
Master-Only: true
|
|
||||||
|
|
||||||
The CALLERPRES() dialplan function, deprecated in Asterisk 1.8, has been
|
The CALLERPRES() dialplan function, deprecated in Asterisk 1.8, has been
|
||||||
removed.
|
removed.
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
Subject: Build
|
Subject: Build
|
||||||
Master-Only: true
|
|
||||||
|
|
||||||
Asterisk headers are no longer installed and uninstalled automatically when
|
Asterisk headers are no longer installed and uninstalled automatically when
|
||||||
performing a "make install" or a "make uninstall". To install/uninstall the
|
performing a "make install" or a "make uninstall". To install/uninstall the
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
Subject: res_parking
|
Subject: res_parking
|
||||||
Master-Only: true
|
|
||||||
|
|
||||||
The PARKINGSLOT channel variable, deprecated in Asterisk 12 in favor of the
|
The PARKINGSLOT channel variable, deprecated in Asterisk 12 in favor of the
|
||||||
PARKING_SPACE channel variable, will no longer be set.
|
PARKING_SPACE channel variable, will no longer be set.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
Subject: res_xmpp
|
Subject: res_xmpp
|
||||||
Master-Only: true
|
|
||||||
|
|
||||||
The JabberStatus application, deprecated in Asterisk 12, has been removed.
|
The JabberStatus application, deprecated in Asterisk 12, has been removed.
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
- \ref manager.c Main manager code file
|
- \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_PORT 5038 /* Default port for Asterisk management via TCP */
|
||||||
#define DEFAULT_MANAGER_TLS_PORT 5039 /* 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.",
|
"_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.",
|
||||||
"_author": "David M. Lee, II <dlee@digium.com>",
|
"_author": "David M. Lee, II <dlee@digium.com>",
|
||||||
"_svn_revision": "$Revision$",
|
"_svn_revision": "$Revision$",
|
||||||
"apiVersion": "4.0.0",
|
"apiVersion": "5.0.0",
|
||||||
"swaggerVersion": "1.1",
|
"swaggerVersion": "1.1",
|
||||||
"basePath": "http://localhost:8088/ari",
|
"basePath": "http://localhost:8088/ari",
|
||||||
"apis": [
|
"apis": [
|
||||||
|
|||||||
Reference in New Issue
Block a user