<div dir="ltr"><div><div><div><div><div>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.<br></div>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).<br></div>here is the call file<br>Channel: SIP/601<br>MaxRetries: 2<br>RetryTime: 60<br>WaitTime: 30<br>Context: call-file-test<br>Extension: 10<br><br><br><br></div>and here is the entry in extensions.conf<br><br>[call-file-test]<br>exten => 10,1,Answer()<br>exten => 10,n,Wait(1)<br>exten => 10,n,Playback(tt-monkeys)<br>exten => 10,n,Wait(1)<br>exten => 10,n,Hangup()<br><br><br></div>i did not manage to make it call more SIP phones and invite them to the conference<br><br></div>Any ideas please?<br></div>