aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 01:00:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 01:00:51 +0000
commitdf2a37ab18a6275f742260324b6c8dbc512be514 (patch)
tree4125913d35ac73c1b40037f2c7be260789d4c136 /ChangeLog
parent7043c5e8cedf49b24003271e7c91099621da7b23 (diff)
issue #5794
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7157 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b49e9b180..d5c00725a 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-11-20 Russell Bryant <russell@digium.com>
+ * channels/chan_sip.c channels/chan_iax2.c: Change warning messages about the number of scheduled events happening all at once to debug messages. (issue #5794)
+
* pbx/pbx_spool.c: Fix crash when a value is not specified with a variable on a Set: line in a call file. (issue #5806)
* apps/app_meetme.c: Fix the 'X' option to the MeetMe application. (issue #5773)