If you are using a GET DIGIT STRING step,
the timeout tab will have the digit entered in the variable you set for capture. e.g.
GDS result num_Request
in the timeout branch the variable num_Request will contain the single digit the caller entered.
Therefore you have two checks. In the Successful branch to see what the number is in the num_Request variable, and use the same check in the timeout field.
Lee