mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
And some deprecated APIs and modifications to documentation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43458 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -873,10 +873,6 @@ NOTE: Every character enclosed by the switch expression's parenthesis
|
||||
are included verbatim in the labels generated. So watch out for
|
||||
spaces!
|
||||
|
||||
NOTE: NEW: Previous to version 0.13, the random statement used the
|
||||
"Random()" application, which has been deprecated. It now uses
|
||||
the RAND() function instead, in the GotoIf application.
|
||||
|
||||
|
||||
Break, Continue, and Return
|
||||
===========================
|
||||
|
||||
@@ -710,7 +710,6 @@ The SIP channel uses the following variables:
|
||||
---------------------------------------------------------
|
||||
${SIPCALLID} * SIP Call-ID: header verbatim (for logging or CDR matching)
|
||||
${SIPDOMAIN} * SIP destination domain of an inbound call (if appropriate)
|
||||
${SIPUSERAGENT} * SIP user agent (deprecated)
|
||||
${SIPURI} * SIP uri
|
||||
${SIP_CODEC} Set the SIP codec for a call
|
||||
${SIP_URI_OPTIONS} * additional options to add to the URI for an outgoing call
|
||||
|
||||
@@ -34,10 +34,8 @@ ef (expedited forwarding),
|
||||
|
||||
The tos* parameters also take numeric values.
|
||||
|
||||
The lowdelay, throughput, reliability, mincost, and none values are
|
||||
deprecated because they set the IP TOS using the outdated "IP
|
||||
precedence" model as defined in RFC 791 and RFC 1349. They still
|
||||
work in this version of Asterisk, but will be removed in future releases.
|
||||
The lowdelay, throughput, reliability, mincost, and none values are no
|
||||
longer supported in this version of Asterisk.
|
||||
|
||||
===========================================
|
||||
Configuration Parameter Recommended
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
======================
|
||||
|
||||
* MP3 Music On Hold
|
||||
Use of the mpg123 for your music on hold is no longer recommended and is now
|
||||
officially deprecated. You should now use one of the native formats for your
|
||||
music on hold selections.
|
||||
Use of the mpg123 for your music on hold is no longer supported. You should
|
||||
now use one of the native formats for your music on hold selections.
|
||||
|
||||
However, if you still need to use mp3 as your music on hold format, a format
|
||||
driver for reading MP3 audio files is available in the asterisk-addons SVN
|
||||
|
||||
Reference in New Issue
Block a user