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

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Mar 21 09:51:02 CDT 2013


Rusty Newton created ASTERISK-21307:
---------------------------------------

             Summary: When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is not honored
                 Key: ASTERISK-21307
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21307
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Applications/app_voicemail
    Affects Versions: 1.8.20.1
            Reporter: Eelco Brolman
            Severity: Minor


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list