[asterisk-bugs] [JIRA] (ASTERISK-28396) missing voicemail option in sql table for realtime
Kevin Harwell (JIRA)
noreply at issues.asterisk.org
Thu Apr 25 16:55:47 CDT 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kevin Harwell updated ASTERISK-28396:
-------------------------------------
Status: Open (was: Triage)
> 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
> Labels: pjsip
>
> 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