[asterisk-bugs] [JIRA] (ASTERISK-23986) Voicemail msg_id is changed when a voicemail is played or moved.
Steven T. Wheeler (JIRA)
noreply at issues.asterisk.org
Wed Jul 2 13:39:56 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=220204#comment-220204 ]
Steven T. Wheeler edited comment on ASTERISK-23986 at 7/2/14 1:39 PM:
----------------------------------------------------------------------
Here are all the SQL queries which are executed by app_voicemail when checking a new voicemail and moving it from INBOX to Old.
You can see on line 16 that the message is being copied from INBOX to Old, but a new msg_id was generated. And then on line 18 the original message is deleted.
was (Author: swheeler):
Here are all the SQL queries which are executed by app_voicemail when checking a new voicemail and moving it from INBOX to Old.
> Voicemail msg_id is changed when a voicemail is played or moved.
> ----------------------------------------------------------------
>
> Key: ASTERISK-23986
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-23986
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_voicemail/ODBC
> Affects Versions: 11.6.0
> Environment: CentOS 6.5 x86_64
> unixODBC 2.2.14-12
> MySQL Connector/ODBC 5.3.2
> MySQL 5.1.73
> Reporter: Steven T. Wheeler
> Severity: Minor
> Attachments: vm_queries.sql
>
>
> We are getting ready to make the jump from v1.8 to v11.6-cert4. One of the new features (as listed in https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+11) we were most excited for was the new unique msg_id column in the voicemessages table. The hope was that this would allow us to store additional information related to a message.
> However, it appears that the msg_id value changes whenever the message is moved to a different mailbox (i.e. moved from INBOX to Old). Is this expected behavior or is it a bug?
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list