IVR Default digits to be modified

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. :question:

Thanks for your help, :smiley:
KQ

It took me a minute… but I was able to tweak the system to use digits sound file other than the default.

Use the Set Language command.

KQ