Post call survey

how do I send the caller to survey after the callee hangs up where extention 2002 is survey extension

here is my dial plan :smile:
[phones]

exten =>2001,1,Dial(SIP/2001,10)
;exten =>2001,n,playback(demo-echodone)
exten =>2001,n,Hangup

exten =>2000,1,Dial(SIP/2000,10)
exten =>2000,n,Hangup

exten =>2002,1,Dial(SIP/2002,10)
exten =>2002,n,Hangup

exten => 555,1,Playback(tt-monkeys)

exten => 100,1,Goto(ENG,1,1)

[ENG]
exten => 1,1,Set(CALLERID(name)= test: ${DB(cidname/${CALLERID(dnid)})})
exten => 1,n,QueueLog(100,${UNIQUEID},NONE,INFO,DID|${FROM_DID})
exten => 1,n,Queue(ENG,tr,60)
exten => 1,n,Goto(ext-local,vmb2385,1)
exten => 1,n,Hangup()
;exten => h,1,Goto(phones,2000,1)
exten => h,1,Goto(survey,s,1)

[survey]
;exten => s,1,Answer()
;exten => s,1,Playback(tt-monkeys)

exten => s,1,Dial(Sip/2002,60)