exten => s,n,GotoIf($["${choice}" = "*"] & $["${isharvesttoday}" = "1"]?question4)
上面的行在我的应用程序中不起作用。这个语法正确吗?
不,不是。这应该可以工作:
exten => s,n,GotoIf($[$["${choice}" = "*"] & $["${isharvesttoday}" = "1"]]?question4)