git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7143 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Josh Roberson
2005-11-20 06:59:42 +00:00
parent 5d71dfeaea
commit 39407c4366
2 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
2005-11-20 Josh Roberson <josh@asteriasgi.com>
* pbx/pbx_spool.c: Fix crash in spooler if set/setvar declared incorrectly. (issue #5806)
* apps/app_meetme.c: fix 'X' option in MeetMe, with slight modification. (issue #5773)
* apps/app_voicemail.c: Make sure we're copying the read digits when calling voicemail without a box. (issue #5774)