[asterisk-bugs] [JIRA] (ASTERISK-25285) app_voicemail prompts play improperly for Portuguese language

Pedro (JIRA) noreply at issues.asterisk.org
Sat Aug 15 12:25:33 CDT 2015


    [ https://issues.asterisk.org/jira/browse/ASTERISK-25285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=227257#comment-227257 ] 

Pedro commented on ASTERISK-25285:
----------------------------------

Sorry about delay feedback. Been away on holidays.

I am native pt_PT.
Patch is simple.

static int vm_intro_pt function should be the same as static int vm_intro_pt_BR

This way pt_PT will play sounds correctly when there are no messages in the voice-mail

> 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
>            Assignee: Rusty Newton
>            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