Christopher Tuska (HOME)
2004-Dec-28 16:19 UTC
[Asterisk-Users] Intercom System with Asterisk and Cisco 7960
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. Any help would be great Thanks Tuska extensions.conf [conference] exten => 300,1,AGI(callall) exten => 300,2,MeetMe(300,dtqp) ; press # to exit the conference exten => 300,3,MeetMeAdmin(300,K) ; kick all users out exten => 300,4,Hangup exten => h,1,Hangup ; [add-to-conference] exten => start,1,MeetMe(300,dmqp) exten => h,1,Hangup /var/lib/asterisk/agi-bin/301-conf (and one for each extension) Channel: SIP/301 Context: add-to-conference Extension: start Priority: 1 CallerID: Office Pager <300> /var/lib/asterisk/agi-bin/callall #!/bin/sh cp /var/lib/asterisk/agi-bin/*conf /var/spool/asterisk/outgoing -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041228/bdfc32d9/attachment.htm
B. J. Bomar
2005-Jan-03 12:14 UTC
[Asterisk-Users] Intercom System with Asterisk and Cisco 7960
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. B. J. _____ From: Christopher Tuska (HOME) [mailto:chris@tuska.us] Sent: Tuesday, December 28, 2004 17:19 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Intercom System with Asterisk and Cisco 7960 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. Any help would be great Thanks Tuska extensions.conf [conference] exten => 300,1,AGI(callall) exten => 300,2,MeetMe(300,dtqp) ; press # to exit the conference exten => 300,3,MeetMeAdmin(300,K) ; kick all users out exten => 300,4,Hangup exten => h,1,Hangup ; [add-to-conference] exten => start,1,MeetMe(300,dmqp) exten => h,1,Hangup /var/lib/asterisk/agi-bin/301-conf (and one for each extension) Channel: SIP/301 Context: add-to-conference Extension: start Priority: 1 CallerID: Office Pager <300> /var/lib/asterisk/agi-bin/callall #!/bin/sh cp /var/lib/asterisk/agi-bin/*conf /var/spool/asterisk/outgoing -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050103/0c5c0102/attachment.htm