Config Extension

Hi all, I’ve started configuring virtual number 1900 as follows:
[test]
exten => s,1,Answer()
same => n,Background(custom/welcome)
same => n,WaitExten(20)
exten => 1,1,Playback(vm-goodbye)
same => n,Hangup()

exten => 1900,1,Goto(test,s,1)

It was running when I press Ext-1 , however, I wonder when I press 1, it take 5 seconds to executed. I want to execute faster, how can I do it?
Thank you.

Use _1! rather than 1

NB this will mean you cannot dial 1900 using WaitExten.

Changing 1900 to something not beginning in 1 may also help.

This is a discussion forum, not one for asking questions. Why did you need to have the dialplan explicitly read the digits?