$AGI->say_digits Query

Hi All,

Currently writing an agi script in perl.

I’m using - $AGI->say_digits("$numerstring");

However on putting it on the live server have found out that i cant overwrite the Digits/1 …2 …3 etc sound files.

Is there anyway i can specify the sound files to use for the say_digits function?

If not, how should i go about using alternative sound files to read out the number string?

Thanks

Matt

why don’t you split the numberstring and get the individual numbers
so that you can use the elements with

AGI->stream_file("\sounds\digit")

The arg is self explanatory it seems.