<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=210591119-03012005><FONT face=Arial 
color=#0000ff size=2>What does the console debug look like when you try 
it?&nbsp; What happens if you remove the "p" option on the MeetMe app?&nbsp; 
Other than that, it looks close to what I have working for our Cisco 
7960's.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=210591119-03012005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=210591119-03012005><FONT face=Arial 
color=#0000ff size=2>B. J.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=210591119-03012005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=210591119-03012005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=210591119-03012005></SPAN>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Christopher Tuska (HOME) 
[mailto:chris@tuska.us] <BR><B>Sent:</B> Tuesday, December 28, 2004 
17:19<BR><B>To:</B> asterisk-users@lists.digium.com<BR><B>Subject:</B> 
[Asterisk-Users] Intercom System with Asterisk and Cisco 
7960<BR></FONT><BR></DIV>
<DIV></DIV>
<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.&nbsp; 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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any help would be great Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Tuska</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><STRONG>extensions.conf</STRONG></DIV>
<DIV><FONT face=Arial size=2>[conference]<BR>exten =&gt; 
300,1,AGI(callall)&nbsp;&nbsp;&nbsp; <BR>exten =&gt; 300,2,MeetMe(300,dtqp) ; 
press # to exit the conference&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>exten =&gt; 300,3,MeetMeAdmin(300,K) ; kick all users 
out&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>exten =&gt; 
300,4,Hangup&nbsp;&nbsp;&nbsp; <BR>exten =&gt; 
h,1,Hangup<BR>;<BR>[add-to-conference]<BR>exten =&gt; 
start,1,MeetMe(300,dmqp)&nbsp;&nbsp;&nbsp; <BR>exten =&gt; 
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 
&lt;300&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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>&nbsp;</DIV></FONT></BODY></HTML>