I am attempting to have asterisk readout a number using the SayNumber() command. However, if that number is a decimal, asterisk refuses to read it. Basically, asterisk will not read say 77.77 0r 83.23, but will read other whole number values like 20 or 60.Is there a function to read decimal numbers specifically?
PS. Or is there a way to truncate the decimal, leaving the whole number part only?