aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-05 08:32:04 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-05 08:32:04 +0000
commit5ee41a6f0bb1afd380d2c34bb837772a847500d0 (patch)
tree7335ee424ee75a1fd5dd45289987167b70e2b9c0 /CHANGES
parent94b3c595a50c02e54a2013f55b1efea76653ef1d (diff)
don't pass audio until the call has been acked if configured to do so (bug #3677)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5400 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rwxr-xr-xCHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ffbb657d2..3b1521c20 100755
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,9 @@
-- chan_mgcp
-- Fixed setting of accountcode
-- Fixed where *67 to block callerid only worked for first call
+ -- chan_agent
+ -- We now will not pass audio until the agent has acked the call if the configuration
+ is set up for the agent to do so.
-- res_agi
-- A fix has been added to prevent calls from being hung up when more than one
call is executing an AGI script calling the GET DATA command.