git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-2@7157 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-21 01:00:51 +00:00
parent e04884545c
commit ca9633ca9b
3 changed files with 7 additions and 5 deletions

View File

@@ -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)