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

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Oct 13 11:22:36 CDT 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-21241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asterisk Team updated ASTERISK-21241:
-------------------------------------

    Target Release Version/s: 13.18.0

> 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
>      Target Release: 13.18.0
>
>         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