Hi there, today I made the German language prompts available for download: http://www.karl.aegee.org/asterisk.nsf/HT/sound-de Be aware: Asterisk doesn't yet fully support languages other than English, there are still (smaller) issues with voicemail and date/time announcements that require a patch. Cheers, Philipp
ePyron Felix Deierlein
2004-May-10 08:05 UTC
[Asterisk-Users] German sound files available
Hello, first: thanks. The normal prompts are working. But I am still not sure, where I sould place the german digits, letters and phonems. First I placed everything under sounds/de/.. but then digits did not work, then I linked it to /sounds/digits/de/ now I have german digits but saynumber is still english. The question where to place the subdirectories. In the wiki is not a real answer.. Bye Felix> Hi there, > > today I made the German language prompts available for download: > http://www.karl.aegee.org/asterisk.nsf/HT/sound-de > > Be aware: Asterisk doesn't yet fully support languages other > than English, there are still (smaller) issues with voicemail > and date/time announcements that require a patch. > > Cheers, Philipp
> first: thanks. The normal prompts are working. > But I am still not sure, where I sould place the german digits, letters and > phonems. > > First I placed everything under sounds/de/.. but then digits did not work, > then I linked it to /sounds/digits/de/ now I have german digits but > saynumber is still english.sounds-de-gsm-093.zip -> /var/lib/asterisk/sounds/de/ digits-de-gsm-093.zip -> /var/lib/asterisk/sounds/de/digits/ letters-de-gsm-092.zip-> /var/lib//asterisk/sounds/de/letters/ phonetic-de-gsm-092.zip -> /var/lib/asterisk/sounds/de/phonetic/ works nicely. regards Andreas
ePyron Felix Deierlein wrote:> But I am still not sure, where I sould place the german digits, letters and > phonems. > First I placed everything under sounds/de/.. but then digits did not work, > then I linked it to /sounds/digits/de/ now I have german digits but > saynumber is still english.I think you must have an older version of Asterisk. saynumber() now works for German in CVS HEAD I am currently working with Philipp to tweak this & also to extend support to saydate() & app_voicemail.> The question where to place the subdirectories. In the wiki is not a real > answer../var/lib/asterisk/sounds/de /var/lib/asterisk/sounds/digits/de /var/lib/asterisk/sounds/letters/de /var/lib/asterisk/sounds/phonetic/de F