[asterisk-bugs] [JIRA] (ASTERISK-21241) When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is not honored
Eelco Brolman (JIRA)
noreply at issues.asterisk.org
Wed Mar 13 12:02:01 CDT 2013
Eelco Brolman created ASTERISK-21241:
----------------------------------------
Summary: 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 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