[Asterisk-cvs] asterisk ChangeLog,1.29,1.30 README.variables,1.7,1.8

markster at lists.digium.com markster at lists.digium.com
Sat Oct 25 15:52:50 CDT 2003


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv6968

Modified Files:
	ChangeLog README.variables 
Log Message:
Update Changelog and README


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ChangeLog	1 Oct 2003 15:03:30 -0000	1.29
+++ ChangeLog	25 Oct 2003 21:18:57 -0000	1.30
@@ -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

Index: README.variables
===================================================================
RCS file: /usr/cvsroot/asterisk/README.variables,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- README.variables	27 Sep 2003 02:28:42 -0000	1.7
+++ README.variables	25 Oct 2003 21:18:57 -0000	1.8
@@ -43,6 +43,7 @@
 ${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 




More information about the svn-commits mailing list