[asterisk-bugs] [JIRA] (ASTERISK-28396) missing voicemail option in sql table for realtime
Michael (JIRA)
noreply at issues.asterisk.org
Thu Apr 25 11:54:47 CDT 2019
Michael created ASTERISK-28396:
----------------------------------
Summary: missing voicemail option in sql table for realtime
Key: ASTERISK-28396
URL: https://issues.asterisk.org/jira/browse/ASTERISK-28396
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_voicemail/ODBC
Affects Versions: 16.3.0
Environment: debian 9 amd64
asterisk v16.2.0
using pjsip
mysql ODBC
Reporter: Michael
Severity: Minor
Missing maxsecs voicemail option in voicemail sql table for realtime. I added the column manually myself and the option did work. I guess the column just needs to be added into the asterisk-16.3.0/contrib/realtime/mysql/mysql_config.sql file so it's included with an install?
alter table voicemail add maxsecs int(11);
Also not sure if maybe there should be a unique index?
create unique index voicemail_mailbox_context on voicemail (context,mailbox);
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list