aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-10 01:39:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-10 01:39:50 +0000
commit5768ab09165f3480de4d420033aa88fb931d34a0 (patch)
treed789458fd58879c0bd87cb72351827448df53f40 /CHANGES
parent62c6c0cb542ee14a97986e2af1c715191b16bf9d (diff)
allow ALERTING even after PROCEEDING (bug #3963)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@5614 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rwxr-xr-xCHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 858c648ad..1cdc02fcd 100755
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,8 @@
-- Asterisk will now also look in the regular context for the fax extension while
executing a macro. Previously, for this to work, the fax extension would have
to be included in the macro definition.
+ -- On some systems, ALERTING will be sent after PROCEEDING, so code has been
+ added to account for this case.
-- chan_sip
-- We no longer send a "to" tag on "100 Trying" messages, as it is inappropriate
to do so.