Hello my fellow Asterisk administrators,
I hope all is well. I have a problem that I can’t seem to figure out. Basically, I want to use a diffirent digits wav files instead of the default when launching a SayDigit command.
The Asterisk system uses /var/lib/asterisk/sounds/digits /…when I launch this command in the dialplan…
exten => s,n,SayDigits(${CALLERID(ani)})
Is there a way to change that default? I recorded my own digits wav files ( 0,1,2,3,4…etc) and place them in /var/lib/asterisk/sounds/digits/mydigits/… How can I change the digits path the Asterisk system uses when a SayDigit command is launched?
I hope this makes sense.
Thanks for your help,
KQ