[asterisk-bugs] [Asterisk 0018092]: change Language channel but still english voice prompts playback
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Oct 28 23:55:37 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18092
======================================================================
Reported By: hkoton
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18092
Category: Applications/app_voicemail
Reproducibility: always
Severity: minor
Priority: normal
Status: acknowledged
Asterisk Version: SVN
JIRA: SWP-2345
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-10-05 02:00 CDT
Last Modified: 2010-10-28 23:55 CDT
======================================================================
Summary: change Language channel but still english voice
prompts playback
Description:
asterisk.conf:
languageprefix = yes
sound structure:
/var/lib/asterisk/sounds/de
/var/lib/asterisk/sounds/en
/var/lib/asterisk/sounds/es
/var/lib/asterisk/sounds/fr
extensions:
exten => 12345678,1,Set(CALLERID(num)=00${CALLERID(num)})
exten => 12345678,2,Set(CHANNEL(language)=de)
exten => 12345678,3,Voicemail(5678 at vm1234,b)
output:
-- Executing [12345678 at tc5_default:1] Set("SIP/7721-00000004",
"CALLERID(num)=007721") in new stack
-- Executing [12345678 at tc5_default:2] Set("SIP/7721-00000004",
"CHANNEL(language)=de") in new stack
-- Executing [12345678 at tc5_default:3] VoiceMail("SIP/7721-00000004",
"5678 at vm1234,b") in new stack
-- <SIP/7721-00000004> Playing 'vm-theperson.gsm' (language 'de')
-- <SIP/7721-00000004> Playing 'digits/8.gsm' (language 'de')
-- <SIP/7721-00000004> Playing 'digits/0.gsm' (language 'de')
-- <SIP/7721-00000004> Playing 'digits/5.gsm' (language 'de')
-- <SIP/7721-00000004> Playing 'digits/9.gsm' (language 'de')
-- <SIP/7721-00000004> Playing 'vm-isonphone.gsm' (language 'de')
-- <SIP/7721-00000004> Playing 'vm-intro.gsm' (language 'de')
-- <SIP/7721-00000004> Playing 'beep.gsm' (language 'de')
-- Recording the message
======================================================================
----------------------------------------------------------------------
(0128452) jpeeler (administrator) - 2010-10-28 23:55
https://issues.asterisk.org/view.php?id=18092#c128452
----------------------------------------------------------------------
I can't reproduce this. May be a silly question, but what is shown by ls
/var/lib/asterisk/sounds/de? If any of the sounds are missing, the english
file is played.
Issue History
Date Modified Username Field Change
======================================================================
2010-10-28 23:55 jpeeler Note Added: 0128452
======================================================================
More information about the asterisk-bugs
mailing list