[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:all-tabpanel ]
Matt Jordan closed ASTERISK-20467.
----------------------------------
Resolution: Won't Fix
> 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