Re: (language 'ru')
zlat, это плохой совет! Не соответствует идеологии *!
Будет результат такой:
-- <SIP/3330-b7b16940> Playing 'digits/3' (language 'en')
-- <SIP/3330-b7b16940> Playing 'digits/3' (language 'en')
-- <SIP/3330-b7b16940> Playing 'digits/3' (language 'en')
-- <SIP/3330-b7b16940> Playing 'digits/0' (language 'en')
но при этом или тишина, или по-русски даже. Это что, способствует пониманию? language 'en' а вещает по-русски?
maver, почитайте
NOTE: The file structure for 1.4 is different than for 1.2!
NOTE: The file structure for 1.6 is the 'new layout' by default!
Asterisk 1.4 supports a new layout for sound files in multiple languages; instead of the alternate-language files being stored in subdirectories underneath the existing files (for French, that would be digits/fr, letters/fr, phonetic/fr, etc.) the new layout creates one directory under /var/lib/asterisk/sounds for the language itself, then places all the sound files for that language under that directory and its subdirectories. This is the layout that will be created if you select non-English languages to be installed via menuselect, HOWEVER Asterisk 1.4 does not default to this layout and will not find the files in the places it expects them to be. If you wish to use this layout, make sure you put 'languageprefix=yes' in the 'options' section in your /etc/asterisk/asterisk.conf file, so that Asterisk will know how the files were installed. For asterisk 1.6, the new layout is the default and you need to set 'languageprefix=no' to get the old behaviour.
http://www.voip-info.org/wiki/view/Asterisk+multi-language
|