[asterisk-bugs] [JIRA] Commented: (ASTERISK-20467) 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
[ https://issues.asterisk.org/jira/browse/ASTERISK-20467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=198015#comment-198015 ]
Rusty Newton commented on ASTERISK-20467:
-----------------------------------------
Acknowledging this as a potential improvement. I can see how the inconsistency of the naming convention in use for voicemail sound files could cause confusion.
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list