[asterisk-bugs] [Asterisk 0018092]: [patch] change Language channel but still english voice prompts playback
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Dec 9 15:31:45 CST 2010
The following issue has been CLOSED
======================================================================
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: closed
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:
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2010-10-05 02:00 CDT
Last Modified: 2010-12-09 15:31 CST
======================================================================
Summary: [patch] 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
======================================================================
----------------------------------------------------------------------
(0129508) jpeeler (administrator) - 2010-12-09 15:31
https://issues.asterisk.org/view.php?id=18092#c129508
----------------------------------------------------------------------
After remote debugging and being unable to reproduce this issue, I'm
closing as discussed with the reporter. If the issue is able to be
reproduced, reopen and make sure to include the console output with
information obtained from the more-debug.patch.
Issue History
Date Modified Username Field Change
======================================================================
2010-12-09 15:31 jpeeler Note Added: 0129508
2010-12-09 15:31 jpeeler Status acknowledged => closed
======================================================================
More information about the asterisk-bugs
mailing list