<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=618240019-28062004><FONT face=Arial size=2>I am trying to 
implement a rollover of extensions.</FONT></SPAN></DIV>
<DIV><SPAN class=618240019-28062004><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV><SPAN class=618240019-28062004>
<DIV><BR><FONT face=Arial size=2>exten =&gt; 3000,1,GotoIf($[${line1} = 
Congestion]?3:2)<BR>exten =&gt; 3000,2,Dial(${line1},15,rt)<BR>exten =&gt; 
3000,3,GotoIf($[${line2} = Congestion]?5:4)<BR>exten =&gt; 
3000,4,Dial(${line2},15,rt)<BR>exten =&gt; 3000,5,GotoIf($[${line3} = 
Congestion]?7:6)<BR>exten =&gt; 3000,6,Dial(${line3},15,rt)<BR>exten =&gt; 
3000,7,GotoIf($[${line4} = Congestion]?1:8)<BR>exten =&gt; 
3000,8,Dial(${line4},15,rt)<BR>exten =&gt; 3000,9,Hangup</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV></SPAN><SPAN class=618240019-28062004><FONT face=Arial size=2>The $line[x] 
represents a Zap Channel.</FONT></SPAN></DIV>
<DIV><SPAN class=618240019-28062004><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=618240019-28062004><FONT face=Arial 
size=2>Thanks,</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV align=left>
<DIV><FONT face=Arial size=2><SPAN 
class=618240019-28062004>-gcc</SPAN></FONT></DIV></DIV></BODY></HTML>