Asterisk: Dropping calls with an "ast_yyerror"
- by Nick
I'm having an issue where asterisk will play our greeting to the caller, and then drop the call instead of making our phones ring.
The bit of information I could find said it was caused by an error in evaluating a dialplan expression. I'm thinking it's this line:
exten = START,n,GotoIf($[${FORCE_CLOSED}=TRUE]?CLOSED,1)
But I'm not sure what's…