<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3516.2800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am trying to create an extension that will ring 2
ip phones if the receptionist doesnt answer. I have used the following
extension:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>exten => 1401,1,Dial(H323/10.0.3.14,10,r)
<BR>exten => 1401,2,Dial(H323/10.0.3.13&H323/10.0.3.14,10,r) <BR>exten
=> 1401,3,Hangup</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>It appears to work well, i.e. it rings the first
phone for 10 seconds, then rings both phones for 10 seconds, then just hangs
up.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>The problem is when both phones are ringing, only
answering the second phone (10.0.3.14) actually results in the call being
answered. If I answer the first phone (10.0.3.13) I only get silence, and
the second phone keeps ringing.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Any ideas??</FONT></DIV>
<DIV> </DIV></BODY></HTML>