My code is not working properly for the context zap incommig

exten => s,1, Ringing()
exten => s,2, Wait(1)
exten => s,3, Answer()
exten => s,4, Playback(pls-rcrd-name-at-tone)
exten => s,5, Playback(/home/Extensions_PTCL)
exten => s,6, Read(Ext,10,3)
exten => s,7, SayNumber(${Ext})
exten => s,8, GotoIf($[ ${Ext} = 200]? 8:9 )
exten => s,9, Dial(SIP/awais)
exten => s,10,GotoIf($[ ${Ext} = 201]? 10:11 )
exten => s,11,Dial(SIP/khalid)
exten => s,12,HangUp()

When you say that it is not doing what it should, where is it breaking at? And what are you trying to get it to do?

actually after the playback the call wait and hang up automatically and asterisk shows that the call is hangup all the code is not working just uptill priority 5 it is working … please tell me whats wrong with the code and what should i do

Post what you’re seeing in your logs so that we can get a better understanding of what’s going on.