Displaying 3 results from an estimated 3 matches for "thesaydigits".
2015 Jun 14
1
German sounds on Asterisk
Markus Weiler <markus_weiler at mailworks.org> schrieb:
Hi
> from voipinfo...
> 
> If an Asterisk command specifies a sound file in a*subdirectory*, 
> Asterisk looks in that subdirectory for the language subdirectory. For 
> example, theSayDigits 
> <http://www.voip-info.org/wiki/view/Asterisk+cmd+SayDigits>command may 
> play the sound file "digits/6". Asterisk will, if the language code is 
> "de", first look for /var/lib/asterisk/sounds/*digits/de/*6.gsm before 
> falling back to /var/lib/asterisk/so...
2015 Jun 14
4
German sounds on Asterisk
Hi again
I'd like to configured my Asterisk to use german sounds for the
"Say"-commands...
I installed the sounds-files and I tried them with
"Playback(de/demo-echodone)" and it works.
Now I tried to add an extension to say the current time:
exten => 24,1,Verbose(2,Time asked by ${CALLERID(num)})
Exten => 24,n,Set(CHANNEL(language)=de)
Exten =>
2015 Jun 14
0
German sounds on Asterisk
Hi,
from voipinfo...
If an Asterisk command specifies a sound file in a*subdirectory*, 
Asterisk looks in that subdirectory for the language subdirectory. For 
example, theSayDigits 
<http://www.voip-info.org/wiki/view/Asterisk+cmd+SayDigits>command may 
play the sound file "digits/6". Asterisk will, if the language code is 
"de", first look for /var/lib/asterisk/sounds/*digits/de/*6.gsm before 
falling back to /var/lib/asterisk/sounds/digits/6.gsm....