aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 22:23:49 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 22:23:49 +0000
commit42ee5cb87f4a3d4895b0fb1115fdac9b12359f26 (patch)
treee4d17f8cd76aa1a743e3371a7b59738e7601adc5 /doc
parent95f208de8b867e68acbcfce08ec9f98ce46b18b7 (diff)
And some deprecated APIs and modifications to documentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43458 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/ael.txt4
-rw-r--r--doc/channelvariables.txt1
-rw-r--r--doc/ip-tos.txt6
-rw-r--r--doc/mp3.txt5
4 files changed, 4 insertions, 12 deletions
diff --git a/doc/ael.txt b/doc/ael.txt
index f72f2805b..01151f9a9 100644
--- a/doc/ael.txt
+++ b/doc/ael.txt
@@ -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
===========================
diff --git a/doc/channelvariables.txt b/doc/channelvariables.txt
index 761516fa7..334b9064d 100644
--- a/doc/channelvariables.txt
+++ b/doc/channelvariables.txt
@@ -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
diff --git a/doc/ip-tos.txt b/doc/ip-tos.txt
index 78be6f341..b373949f9 100644
--- a/doc/ip-tos.txt
+++ b/doc/ip-tos.txt
@@ -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
diff --git a/doc/mp3.txt b/doc/mp3.txt
index 191bddb6e..cb5ec055c 100644
--- a/doc/mp3.txt
+++ b/doc/mp3.txt
@@ -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