<!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? What happens if you remove the "p" option on the MeetMe app?
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> </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> </DIV>
<DIV dir=ltr align=left><SPAN class=210591119-03012005><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=210591119-03012005></SPAN> </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. 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>