<!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.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>OK, I got my Cisco 7960's to auto-answer on the
second line but I can't get the Asterisk to call all the lines at one
time. I have 4 phones I would like all of then to answer when I dial
x300.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Any help would be great Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Tuska</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><STRONG>extensions.conf</STRONG></DIV>
<DIV><FONT face=Arial size=2>[conference]<BR>exten =>
300,1,AGI(callall) <BR>exten => 300,2,MeetMe(300,dtqp) ;
press # to exit the conference
<BR>exten => 300,3,MeetMeAdmin(300,K) ; kick all users
out <BR>exten =>
300,4,Hangup <BR>exten =>
h,1,Hangup<BR>;<BR>[add-to-conference]<BR>exten =>
start,1,MeetMe(300,dmqp) <BR>exten =>
h,1,Hangup<BR></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG><FONT face="Times New Roman"
size=3>/var/lib/asterisk/agi-bin/301-conf (and one for each
extension)</FONT></STRONG></DIV></FONT>
<DIV><FONT face=Arial size=2>Channel: SIP/301 <BR>Context: add-to-conference
<BR>Extension: start <BR>Priority: 1 <BR>CallerID: Office Pager
<300></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><STRONG>/var/lib/asterisk/agi-bin/callall</STRONG></DIV>
<DIV><FONT face=Arial size=2>#!/bin/sh <BR>cp /var/lib/asterisk/agi-bin/*conf
/var/spool/asterisk/outgoing </FONT></DIV>
<DIV><FONT face=Arial size=2><BR> </DIV></FONT></BODY></HTML>