[default] [from-internal] exten => 7000,1,Answer() same => n,Set(loopc=0) same => n(startloop),Set(loopc=$[${loopc} + 1]) same => n,NoOp(THIS IS LOOP NUMBER ****${loopc}**** ) same => n,SayNumber(${loopc},f) same => n,Wait(1) same => n,Dial(SIP/6002,1) same => n,Goto(startloop)