Help Please - extensions_custom.conf

Help Please - I have edited extensions_custom.conf to show the following. I am trying to make the pbx wait 60 seconds after a call has begun, play the good bye message and then hang up on the caller. The code below doesn’t seem to work. Anyhelp would be appreciated.

[60-second-calls]
include => from-internal-xfer
include => bad-number
exten => s,1,AbsoluteTimeout(60)
exten => s,2,Playback(vm-goodbye)
exten => s,3,Hangup()