[asterisk-bugs] [Asterisk 0015186]: [patch] Asterisk crash when recording busy or unavailable message while using ODBC voicemail storage
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri May 22 16:09:49 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15186
======================================================================
Reported By: ajohnson
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15186
Category: Applications/app_voicemail/ODBC
Reproducibility: always
Severity: crash
Priority: normal
Status: new
Asterisk Version: 1.6.2.0-beta2
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-05-22 16:05 CDT
Last Modified: 2009-05-22 16:09 CDT
======================================================================
Summary: [patch] Asterisk crash when recording busy or
unavailable message while using ODBC voicemail storage
Description:
Versions: 1.6.1.0 and 1.6.2.0-beta2. Core dump is for 1.6.2-beta2.
Asterisk will consistently crash when trying to create an unavailable
message or busy message.
======================================================================
----------------------------------------------------------------------
(0105336) ajohnson (reporter) - 2009-05-22 16:09
https://issues.asterisk.org/view.php?id=15186#c105336
----------------------------------------------------------------------
MySQL Version: mysql-server.x86_64 5.0.45-7.el5
Table structure:
CREATE TABLE `voicemessages` (
`id` int(11) NOT NULL auto_increment,
`msgnum` int(11) default '0',
`dir` varchar(80) default '',
`context` varchar(80) default '',
`macrocontext` varchar(80) default '',
`callerid` varchar(40) default '',
`origtime` varchar(40) default '',
`duration` varchar(20) default '',
`mailboxuser` varchar(80) default '',
`mailboxcontext` varchar(80) default '',
`recording` longblob,
`flag` varchar(45) default NULL,
PRIMARY KEY (`id`),
KEY `dir` (`dir`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1
Issue History
Date Modified Username Field Change
======================================================================
2009-05-22 16:09 ajohnson Note Added: 0105336
======================================================================
More information about the asterisk-bugs
mailing list