[asterisk-bugs] [JIRA] (ASTERISK-21241) When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is not honored

Friendly Automation (JIRA) noreply at issues.asterisk.org
Fri Aug 25 08:15:09 CDT 2017


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

Friendly Automation commented on ASTERISK-21241:
------------------------------------------------

Change 6285 merged by Jenkins2:
app_voicemail: Honor escape digits in "greeting only" mode

[https://gerrit.asterisk.org/6285|https://gerrit.asterisk.org/6285]

> When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is not honored
> -----------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-21241
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21241
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_voicemail
>    Affects Versions: 1.8.20.1
>            Reporter: Eelco Brolman
>            Severity: Minor
>         Attachments: maxmsg_voicemail_entry_fix.patch
>
>
> When setting maxmsg = 0, the code from issue ASTERISK-14147 is used, and the greeting is set as 'announce only'.
> When pressing star ({{*}}) during the greeting, it is expected to enter the voicemail (via pin), to listen to (not appropriate in this case) voicemail, and to record the greeting. The code jumps out too early, and worse, it does not set res=0, so that the dialplan code AFTER the voicemail app is invoked, resulting in possible dialing possibilities if the dialplan is configured that way.
> The attached patch moves the check for 'announce only' some lines lower, to allow for *, 0 for operator, and other escape digits.



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



More information about the asterisk-bugs mailing list