[asterisk-bugs] [JIRA] Created: (ASTERISK-20517) Inconsistency in naming convention used with sound files called in app_voicemail
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Oct 4 16:23:27 CDT 2012
Inconsistency in naming convention used with sound files called in app_voicemail
--------------------------------------------------------------------------------
Key: ASTERISK-20517
URL: https://issues.asterisk.org/jira/browse/ASTERISK-20517
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.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list