[asterisk-bugs] [JIRA] (ASTERISK-26361) App VoiceMail msg_id is not unique

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Mon Sep 12 15:50:01 CDT 2016


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

Richard Mudgett commented on ASTERISK-26361:
--------------------------------------------

It appears the bug you have submitted is against a rather old version of a supported branch of Asterisk. There have been many issues fixed between the version you are using and the current version of your branch. Please test with the latest version in your Asterisk branch and report whether the issue persists.

Please see the Asterisk Versions [1] wiki page for info on which versions of Asterisk are supported.
[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

Many fixes to voicemail have happened since your version.  Some of them were related to message ids.

> App VoiceMail msg_id is not unique
> ----------------------------------
>
>                 Key: ASTERISK-26361
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26361
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_voicemail/ODBC
>    Affects Versions: 11.6.0
>         Environment: CentOS release 6.7 (Final) Linux 2.6.32-504.8.1.el6.x86_64
>            Reporter: Steven T. Wheeler
>
> I posted this to the mailing list last week, but didn't receive any feedback.
> When multiple mailboxes are passed into the VoiceMail application the records created in the database share the same msg_id.
> For example:
> {code:none}
> [voicemail]
> exten => s,1,VoiceMail(2520 at my-VOICEMAIL&252 at my-VOICEMAIL,s)
> {code}
> Will create these two records in the voicemessages table:
> {code:sql}
> SELECT msg_id, msgnum, dir, context, macrocontext, callerid, origtime,duration, mailboxuser, mailboxcontext, flag FROM `voicemessages` WHERE msg_id='1473347378-00000005';
> {code}
> | msg_id | msgnum | dir | context | macrocontext | callerid | origtime | duration | mailboxuser | mailboxcontext | flag |
> | 1473347378-00000005 | 4 | /var/spool/asterisk/voicemail/my-VOICEMAIL/2520/INBOX | voicemail_detect_fax |  | "Steven Wheeler" <252> | 1473347378 | 3 | 2520 | my-VOICEMAIL |  |  
> | 1473347378-00000005 |      2 | /var/spool/asterisk/voicemail/my-VOICEMAIL/252/INBOX  | voicemail_detect_fax |              | "Steven Wheeler" <252> | 1473347378 | 3        | 252         | my-VOICEMAIL   |      |
> Is this expected behavior?



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list