Hi. in my system i have a conference room where someone can call it eg 698 dial the PIN eg 1234 and enter the room as a user. The admin enters in through a different number and PIN. I would like to have a call file and call all participants eg 610-619 at certain time of the day and give them access to the conference. During my try i managed to create a call file where it calls the a SIP phone and it can hear the monkeys (just for test). here is the call file Channel: SIP/601 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: call-file-test Extension: 10
and here is the entry in extensions.conf [call-file-test] exten => 10,1,Answer() exten => 10,n,Wait(1) exten => 10,n,Playback(tt-monkeys) exten => 10,n,Wait(1) exten => 10,n,Hangup() i did not manage to make it call more SIP phones and invite them to the conference Any ideas please?
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
