[asterisk-commits] branch oej/test-this-branch r11015 - /team/oej/test-this-branch/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Feb 24 07:40:10 MST 2006


Author: oej
Date: Fri Feb 24 08:40:04 2006
New Revision: 11015

URL: http://svn.digium.com/view/asterisk?rev=11015&view=rev
Log:
Adding documentation of various patches

Modified:
    team/oej/test-this-branch/README.test-this-branch

Modified: team/oej/test-this-branch/README.test-this-branch
URL: http://svn.digium.com/view/asterisk/team/oej/test-this-branch/README.test-this-branch?rev=11015&r1=11014&r2=11015&view=diff
==============================================================================
--- team/oej/test-this-branch/README.test-this-branch (original)
+++ team/oej/test-this-branch/README.test-this-branch Fri Feb 24 08:40:04 2006
@@ -39,8 +39,31 @@
 in each open issue report, so that we get the feedback for each
 patch. Your opinion, good or bad, is important for us.
 
+* CLI commands for globals variables
+------------------------------------
+With this patch, you get a CLI command to read global channel
+variables and one to set a global dialplan variable. By using
+this in comibination with "asterisk -rx" from the CLI you can
+set and read counters of various kinds that you implement in the
+dialplan from an external application.
+
+* SIPregister
+-------------
+This patch tries to address several problems. It adds a register=yes/no
+clause to the peer section as well as making sure that the incoming
+call from the service you register with matches the peer directly,
+avoiding the clumsy old IP-based matching paradigm.
+
+* Videosupport
+--------------
+Enablees turning on video support per device in sip.conf instead of
+doing it for all of the devices in the SIP channel. Also implements
+a bandwidth maximum rate used for video phones.
+
 * IPtos 
 -------
+The IPtos patch adds the ability to define separate TOS values for
+SIP signalling and multimedia streams.
 Please read doc/ip-tos.txt for information about this new feature
 
 * Carrier ENUM support
@@ -59,6 +82,17 @@
 This means that in most configurations, you can configure a phone entry as
 "type=peer" instead of "type=friend". Subscriptions will work much better
 with just one object to match.
+
+* Multiparking - multiple parking lots in Asterisk
+--------------------------------------------------
+Multiple parking support gives you the ability to define multiple
+parking lots within your Asterisk pbx. You can have one per company
+in a virtual PBX solution, or one per department or one per board
+member... Whatever you wants. Read the sample configuration files
+for more informaiton, features.conf for configuration of additional
+parking lots and the channel configurations for setting default
+parking lot for a device/channel. 
+
 
 * 6251: Support for HDLC mode in ZAP channels
 ----------------------------------------------



More information about the asterisk-commits mailing list