How to goto survey

After hanging up, how do I go to survey

[mtc-callerid1]
exten => 100001,1,AGI(mtccccrouting.php,${CALLERID(number)})
exten => 100001,n,NoOP(${CALLEEID})
exten => 100001,n,GotoIf($["${CALLEEID}"=""]?gotomainivr)
exten => 100001,n,Set(CALLEEID=9${CALLEEID})
exten => s,n,hangup()
exten => 100001,n,Goto(marco-survey,s,1)
exten => 100001,n,NoOP(${CALLERID(number)})
exten => 100001,n,NoOP(${CALLEEID})
exten => 100001,n,Goto(from-internal,${CALLEEID},1)
exten => 100001,n(gotomainivr),NoOP(${CALLEEID})
exten => 100001,n,Goto(ext-group,39102,1)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.