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

 
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to