Disable the "*" key?

I’m asking the user to input a filenumber that their recording will be saved as… Then once the recording is verified, I use

exten => s,n,System(/bin/mv ${var}.wav /destination/${var}.wav)

The “*” in any part of the user input really messes my program up… LOL

Thanks
Tim