I have a Custom Destination, and have the following in my extensions_custom.conf file.
[custom-superclean-eng-jan-in]
exten => s,1,Answer
exten => s,n,NoOp(Step 1)
exten => s,n,SetVar(actn=in)
exten => s,n,NoOp(Step 2)
exten => s,n,SetVar(lang=eng)
exten => s,n,NoOp(Step 3)
exten => s,n,SetVar(srvc=jan)
exten => s,n,NoOp(Step 4)
exten => s,n,Goto(custom-superclean,s,2)
If I watch the execution via “asterisk -r”, I see the “Step 1” NoOp, but then the call is lost. This seems to indicate that the SetVar is causing the script to die. Any ideas why?
Help and thanks!
-Mike