<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i write this looking for free conference room, i 
checl code and donīt see any error but die at priority 7 if room 1001 have users 
in</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>exten =&gt; 
_1NXXNXXXXXX,1,RouteCall(${EXTEN})<BR>exten =&gt; 
_1NXXNXXXXXX,2,GotoIf($[${DESTINATION1:0:3} = CONF]?3:13)<BR>exten =&gt; 
_1NXXNXXXXXX,3,Setvar,var=0<BR>exten =&gt; 
_1NXXNXXXXXX,4,MeetMeCount(1001|var)<BR>exten =&gt; 
_1NXXNXXXXXX,5,GotoIf($[${var} =0]?7:6)<BR>exten =&gt; 
_1NXXNXXXXXX,6,Meetme(1001|M)<BR>exten =&gt; 
_1NXXMXXXXXX,7,MeetMeCount(1002|var)<BR>exten =&gt; 
_1NXXNXXXXXX,8,GotoIf($[${var} =0]?10:9)<BR>exten =&gt; 
_1NXXNXXXXXX,9,Meetme(1002|M)<BR>exten =&gt; 
_1NXXMXXXXXX,10,MeetMeCount(1003|var)<BR>exten =&gt; 
_1NXXNXXXXXX,11,GotoIf($[${var} =0]?4:12)<BR>exten =&gt; 
_1NXXNXXXXXX,12,Meetme(1003|M)<BR>exten =&gt; 
_1NXXNXXXXXX,13,Dial(${DESTINATION1})<BR>exten =&gt; 
_1NXXNXXXXXX,114,Congestion<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>meetme.conf :</FONT></DIV>
<DIV><FONT face=Arial size=2>conf =&gt; 1001<BR>conf =&gt; 1002<BR>conf =&gt; 
1003</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>in this log all working ok, no one at room 
1001</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; -- Executing RouteCall("SIP/3056236725-7dc3", 
"16058475739") in new stack<BR>Apr 13 07:09:59 DEBUG[21520]: pbx.c:1088 
pbx_substitute_variables_helper: Expression is '1'<BR>&nbsp;&nbsp;&nbsp; -- 
Executing GotoIf("SIP/3056236725-7dc3", "1?3:13") in new 
stack<BR>&nbsp;&nbsp;&nbsp; -- Goto 
(internal,16058475739,3)<BR>&nbsp;&nbsp;&nbsp; -- Executing 
SetVar("SIP/3056236725-7dc3", "var=0") in new stack<BR>&nbsp;&nbsp;&nbsp; -- 
Executing MeetMeCount("SIP/3056236725-7dc3", "1001|var") in new stack<BR>&nbsp; 
== Parsing '/etc/asterisk/meetme.conf':&nbsp;&nbsp; == Parsing 
'/etc/asterisk/meetme.conf': Found<BR>Apr 13 07:09:59 WARNING[21520]: 
ast_expr.y:346 ast_yyerror: ast_yyerror(): syntax error: parse error<BR>Apr 13 
07:09:59 DEBUG[21520]: pbx.c:1088 pbx_substitute_variables_helper: Expression is 
'0'<BR>&nbsp;&nbsp;&nbsp; -- Executing GotoIf("SIP/3056236725-7dc3", "0?7:6") in 
new stack<BR>&nbsp;&nbsp;&nbsp; -- Goto 
(internal,16058475739,6)<BR>&nbsp;&nbsp;&nbsp; -- Executing 
MeetMe("SIP/3056236725-7dc3", "1001|M") in new stack<BR>&nbsp; == Parsing 
'/etc/asterisk/meetme.conf':&nbsp;&nbsp; == Parsing '/etc/asterisk/meetme.conf': 
Found<BR>&nbsp;&nbsp;&nbsp; -- Created ZapTel conference 1023 for conference 
'1001'<BR>&nbsp;&nbsp;&nbsp; -- Playing 'conf-onlyperson' (language 'en')<BR>Apr 
13 07:10:03 DEBUG[21520]: app_meetme.c:379 conf_run: Placed channel 
SIP/3056236725-7dc3 in ZAP conf 1023<BR>&nbsp;&nbsp;&nbsp; -- Started music on 
hold, class 'default', on SIP/3056236725-7dc3<BR>&nbsp;&nbsp;&nbsp; -- Stopped 
music on hold on SIP/3056236725-7dc3<BR>&nbsp; == Spawn extension (internal, 
16058475739, 6) exited non-zero on 'SIP/3056236725-7dc3'</DIV>
<DIV>&nbsp;</DIV>
<DIV>in this log you can see the error, one user is at 1001</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; -- Executing RouteCall("SIP/3056236725-6771", 
"16058475739") in new stack<BR>Apr 13 07:17:04 DEBUG[23569]: pbx.c:1088 
pbx_substitute_variables_helper: Expression is '1'<BR>&nbsp;&nbsp;&nbsp; -- 
Executing GotoIf("SIP/3056236725-6771", "1?3:13") in new 
stack<BR>&nbsp;&nbsp;&nbsp; -- Goto 
(internal,16058475739,3)<BR>&nbsp;&nbsp;&nbsp; -- Executing 
SetVar("SIP/3056236725-6771", "var=0") in new stack<BR>&nbsp;&nbsp;&nbsp; -- 
Executing MeetMeCount("SIP/3056236725-6771", "1001|var") in new stack<BR>Apr 13 
07:17:04 WARNING[23569]: ast_expr.y:346 ast_yyerror: ast_yyerror(): syntax 
error: parse error<BR>Apr 13 07:17:04 DEBUG[23569]: pbx.c:1088 
pbx_substitute_variables_helper: Expression is '1'<BR>&nbsp;&nbsp;&nbsp; -- 
Executing GotoIf("SIP/3056236725-6771", "1?7:6") in new 
stack<BR>&nbsp;&nbsp;&nbsp; -- Goto (internal,16058475739,7)&nbsp;&nbsp;&nbsp; 
&lt;&lt;&lt;&lt;&lt;&lt;------------------------ here stop and die (&nbsp; exten 
=&gt; _1NXXMXXXXXX,7,MeetMeCount(1002|var)&nbsp; )<BR>Apr 13 07:17:14 
WARNING[23569]: pbx.c:1837 ast_pbx_run: Timeout, but no rule 't' in context 
'internal'</DIV>
<DIV>&nbsp;</DIV>
<DIV>Please, any one can help me???</DIV>
<DIV>thanks,</DIV>
<DIV>Carlos</DIV>
<DIV><A href="mailto:carlos@dimasin.com">carlos@dimasin.com</A></DIV>
<DIV><BR><BR><BR>&nbsp;</DIV></FONT>
<DIV><FONT face=Arial size=2>&nbsp;</DIV></FONT></BODY></HTML>