git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7156 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-21 00:57:35 +00:00
parent c203681525
commit 913232e82e
3 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +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)
2005-11-20 Josh Roberson <josh@asteriasgi.com>
* pbx/pbx_spool.c: Fix crash in spooler if set/setvar declared incorrectly. (issue #5806)