[asterisk-bugs] [JIRA] (ASTERISK-28396) missing voicemail option in sql table for realtime

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Apr 25 11:54:47 CDT 2019


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=247005#comment-247005 ] 

Asterisk Team commented on ASTERISK-28396:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

> 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