[asterisk-bugs] [JIRA] (ASTERISK-20467) Inconsistency in naming convention used with sound files called in app_voicemail
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Nov 26 13:41:45 CST 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=200090#comment-200090 ]
Matt Jordan commented on ASTERISK-20467:
----------------------------------------
I'm going to veto that :-)
While this may look confusing, 'press' is not necessarily a voicemail specific sound file. What's more, this has historically always been 'press' - changing the sound file name is *highly* likely to cause upgrade issues for people. As it is not harmful to keep the sound file named as it currently is, we will defer doing this.
> Inconsistency in naming convention used with sound files called in app_voicemail
> --------------------------------------------------------------------------------
>
> Key: ASTERISK-20467
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20467
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Applications/app_voicemail
> Affects Versions: 1.8.11.1
> Environment: CentOS
> Reporter: Jan Hlavenka
> Assignee: Rusty Newton
> Severity: Minor
>
> Requiring chinese audio file press instead vm-press.
> line 9506
> res = ast_play_and_wait(chan, "press");
> should be replaced with
> res = ast_play_and_wait(chan, "vm-press");
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list