[asterisk-bugs] [Asterisk 0011795]: [patch] not all greetings copied to database
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Jan 28 14:59:24 CST 2008
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11795
======================================================================
Reported By: dimas
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 11795
Category: Applications/app_voicemail
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 99077
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 01-18-2008 17:09 CST
Last Modified: 01-28-2008 14:59 CST
======================================================================
Summary: [patch] not all greetings copied to database
Description:
app_voicemail with ODBC_STORAGE wen playing busy/unavail greeting fist
tries loading it from the database but if it fails, tries opening file from
local filesystem. And if file did not exist in the database but did exist
on the filesystem - it will be copied to the DB.
Unfortunately this is done for busy/unavail greeting but isn't done for
user name ("greet.wav"). Attached patch fixes this.
The patch also fixes another issue - not all return paths in the
invent_message were doing "DISPOSE(fn, -1);"
======================================================================
----------------------------------------------------------------------
svnbot - 01-28-08 14:59
----------------------------------------------------------------------
Repository: asterisk
Revision: 100676
_U trunk/
U trunk/apps/app_voicemail.c
------------------------------------------------------------------------
r100676 | qwell | 2008-01-28 14:59:23 -0600 (Mon, 28 Jan 2008) | 16 lines
Merged revisions 100672 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
(closes issue http://bugs.digium.com/view.php?id=11795)
........
r100672 | qwell | 2008-01-28 14:42:43 -0600 (Mon, 28 Jan 2008) | 7 lines
When using ODBC_STORAGE, make sure we put greeting files into the database
like we do with the others.
Issue http://bugs.digium.com/view.php?id=11795
Reported by: dimas
Patches:
vmgreet.patch uploaded by dimas (license 88)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=100676
Issue History
Date Modified Username Field Change
======================================================================
01-28-08 14:59 svnbot Checkin
01-28-08 14:59 svnbot Note Added: 0081296
01-28-08 14:59 svnbot Status new => assigned
01-28-08 14:59 svnbot Assigned To => qwell
======================================================================
More information about the asterisk-bugs
mailing list