aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-25 21:18:57 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-25 21:18:57 +0000
commit9e07480857c0b279cd1c07838784264e9403ba68 (patch)
treecca6977c995c5e370a324d9fa1283694f3437fde
parent72573cccda4dd674aa78eb68ca1e83ef6fae061f (diff)
Update Changelog and README
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1671 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xCHANGES15
-rwxr-xr-xREADME.variables1
-rwxr-xr-xdoc/README.variables1
3 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 628184f14..4e3551808 100755
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,19 @@
+ -- Make PRI Hangup Cause available to the dialplan
+ -- Verify included contexts in extensions.conf
+ -- Add DESTDIR support for building RPMs and packages
+ -- Do route lookups on OpenBSD
+ -- Add support for building on FreeBSD
+ -- Add support for PostgreSQL in Voicemail
+ -- Translate SIP hangup cause to PRI hangup cause where needed
+ -- Better support for MOH in IAX2
+ -- Fix SIP problem where channels were not removed on BYE
+ -- Display codecs by name
-- Remove MySQL and put PGSql instead for licensing reasons
+ -- Better capability matching in SIP
+ -- Full IBR4 compliance for chan_zap
+ -- More flexible CDR handling
+ -- Distinguish between BUSY and FAILURE on outbound calls
+ -- Add initial support for SCCP via chan_skinny
Asterisk 0.5.0
-- Retain IAX2 and SIP registrations past shutdown/crash and restart
-- True data mode bridging when possible
diff --git a/README.variables b/README.variables
index c70b11439..76438f716 100755
--- a/README.variables
+++ b/README.variables
@@ -43,6 +43,7 @@ ${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS
${UNIQUEID} Current call unique identifier
${DNID} Dialed Number Identifier
${RDNIS} Redirected Dial Number ID Service
+${HANGUPCAUSE} Hangup cause on last PRI hangup
There are two reference modes - reference by value and reference by name.
To refer to a variable with its name (as an argument to a function that
diff --git a/doc/README.variables b/doc/README.variables
index c70b11439..76438f716 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -43,6 +43,7 @@ ${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS
${UNIQUEID} Current call unique identifier
${DNID} Dialed Number Identifier
${RDNIS} Redirected Dial Number ID Service
+${HANGUPCAUSE} Hangup cause on last PRI hangup
There are two reference modes - reference by value and reference by name.
To refer to a variable with its name (as an argument to a function that