All lines blocked, warning in logfile

Hi,
i’ve just setup the aah 2.5 with asterisk 1.2.5 and zaptel 1.2.4(new compile), using a Wildcard TDM400P. , and configured the Digital receptionist. Everything seemed to be working fine- incoming- outgoing calls and directory worked fine. After getting probably 3 calls at one time, the system first rang through all sip- phones, and then blocked all lines. Picking up the sip-phones while ringing also gave a busy tone. Theres only one warning in the logs, which is the following:

Mar 22 19:11:34 VERBOSE[3505] logger.c: – Executing GotoIf(“Zap/2-1”, "1?30 ") in new stack
Mar 22 19:11:34 VERBOSE[3505] logger.c: – Goto (macro-dial,s,30)
Mar 22 19:11:34 VERBOSE[3505] logger.c: – Executing SetVar(“Zap/2-1”, “HuntMember=HuntMember1”) in new stack
Mar 22 19:11:34 WARNING[3505] ast_expr2.fl: ast_yyerror(): syntax error: syntax error, unexpected TOK_NE, expecting TOK_MINUS or TOK_COMPL or TOK_LP or TOKEN; Input:
!= “”
^
Mar 22 19:11:34 WARNING[3505] ast_expr2.fl: If you have questions, please refer to doc/README.variables in the asterisk source.
Mar 22 19:11:34 DEBUG[3505] pbx.c: Expression result is ‘0’

The only change I made in extensions.conf is:
exten => s,22,GotoIf($[$[${HuntMembers} >= 1]?30 ) --> changed to
exten => s,22,GotoIf($[$[${HuntMembers}] >= 1]?30 )

…if this needs any more logfiles, let me know…

Thanks in advance for your suggestions,
Chris

I’d really appreciate any help with that… otherwise it’s kinda a useless system isn’t it :smile:
Thanks, Chris