[asterisk-bugs] [JIRA] (ASTERISK-25285) app_voicemail prompts play improperly for Portuguese language
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Tue Dec 1 11:35:33 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228492#comment-228492 ]
Rusty Newton edited comment on ASTERISK-25285 at 12/1/15 11:33 AM:
-------------------------------------------------------------------
Correct vm_intro_pt function is the following.
[Edit by Rusty - Removed your inline patch. As was already mentioned, we cannot accept inline patches or patches not submitted as a code contribution]
https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process
was (Author: pedrodm):
Correct vm_intro_pt function is the following.
[Edit by Rusty - As was already mentioned, we cannot accept inline patches or patches not submitted as a code contribution]
https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process
> app_voicemail prompts play improperly for Portuguese language
> -------------------------------------------------------------
>
> Key: ASTERISK-25285
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25285
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Applications/app_voicemail
> Affects Versions: 11.18.0
> Reporter: Pedro
> Severity: Trivial
>
> static int vm_intro_pt
> should be equal to
> static int vm_intro_pt_BR
> in order to play correctly
> res = ast_play_and_wait(chan, "vm-nomessages");
> current code sounds incorrect in portuguese for no messages
> vm-youhave
> vm-no
> vm-messages
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list