From 748c909e7b4c432406ade7f332bec6a703d43fca Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Wed, 2 Jul 2003 20:24:06 +0000
Subject: [PATCH] Update changelog and update agents configa

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1157 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 CHANGES                    | 6 ++++++
 configs/agents.conf.sample | 7 +++++++
 2 files changed, 13 insertions(+)

diff --git a/CHANGES b/CHANGES
index 2ca1a3e1af..b02852d298 100755
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+ -- Merge support for 'T'
+ -- Allow pending agent calling (Agent/:1)
+ -- Add groupings to agents.conf
+ -- Add video support to IAX2
+ -- Zaptel optimize playback
+ -- Add video support to SIP
  -- Make RTP ports configurable
  -- Add RDNIS support to SIP and IAX2
  -- Add transfer app (implement in SIP and IAX2)
diff --git a/configs/agents.conf.sample b/configs/agents.conf.sample
index 0b60a30db8..153797876a 100755
--- a/configs/agents.conf.sample
+++ b/configs/agents.conf.sample
@@ -8,6 +8,13 @@
 ;
 ;musiconhold => default
 ;
+;
+; Group memberships for agents (may change in mid-file just)
+; 
+;group=3
+;group=1,2
+;group=
+;
 ; This section contains the agent definitions, in the form:
 ;
 ; agent => agentid,agentpassword,name
-- 
GitLab