<span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt"><div id="divSignature"><span style="font-family: tahoma,arial,sans-serif; font-size: 10pt;"><hr width="100%" size="2" align="center" />
<b>From</b>: "satish patel" &lt;satish_lx@hotmail.com&gt;<br />
<b>Sent</b>: Tuesday, March 15, 2011 2:31 PM<br />
<b>To</b>: "asterisk-users" &lt;asterisk-users@lists.digium.com&gt;<br />
<b>Subject</b>: Re: [asterisk-users] call file for page auto-call</span><br />
<br />
<style>
    <!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
-->
</style>
Thanks for you input but how to do&nbsp; SIPAddHeader(Alert-Info: Ring Answer)&nbsp;&nbsp; for auto answer my polycom phones and how to create group in .call file I am reading at http://www.voip-info.org/wiki/view/Asterisk+auto-dial+out&nbsp; but didn't found anything related group calling. may be i am missing something could point me out..<br />
<br />
-S<br />
<br />
<style>
    .ExternalClass .ecxshape
    {;}
</style>
</div>
<div class="ecxSection1">
<div><span style="font-family: tahoma; font-size: 10pt;">Hey Support,<br />
<br />
I am planing to implement new page system with asterisk 1.8&nbsp; we have 200 SIP calls and page() will overkill my system if announce in one shot. so i am planing to record and play page over 50...50...50 chunk..<br />
<br />
I am planing to do with .call file for auto calling after record message but i don't know how to call multiple extension ? and how to use page() with .call file for auto-answer and auto-call?<br />
<br />
Appreciate your help..<br />
<br />
-S</span></div>
<p class="ecxMsoNormal"><span style="font-family: arial; color: #000080; font-size: 10pt;">One suggestion &ndash; set up 4 &ldquo;call groups&rdquo;.&nbsp; Group 1 calls first 50 phones, Group 2 51-100, etc.&nbsp; If you set it up like 601, 602, etc. then in your call file you can test with 101 to get what you want, then change it to 601.<br />
<br />
<br />
<span style="font-family: tahoma; font-size: 13px;">satish </span><br />
<br />
<span style="color: #000000;">We have&nbsp;a page group offering in our systems. We do not use call files to handle this we do it as direct processing. If I were to use a call file. I would create a custom context to use from the call file. The first thing I would do is build a string list of the phones being paged. The second is I would add the auto&nbsp;answer&nbsp;headers for the different types of phones that are in my network. This process is really quite straight forward.&nbsp; The flow would be somthing like this..<br />
<br />
Call Page Record.<br />
&nbsp;&nbsp;&nbsp;&nbsp; Call in.<br />
&nbsp;&nbsp;&nbsp;&nbsp; Record Message.<br />
&nbsp;&nbsp;&nbsp;&nbsp; Select page groups to send the message to.<br />
&nbsp;&nbsp;&nbsp;&nbsp; Write a&nbsp;call file with the message name, page groups and the page handling context.<br />
<br />
Call file would contain.<br />
&nbsp;&nbsp;&nbsp;&nbsp; Custom page handling/processing context.<br />
&nbsp;&nbsp;&nbsp;&nbsp; List of page groups&nbsp;and&nbsp;message file name stored in vars.<br />
<br />
In your&nbsp;<span style="font-family: arial; font-size: 13px;">Custom page handling/processing context.</span><br />
&nbsp;&nbsp;&nbsp;&nbsp; Read and parse the page groups list from a variable set in the .call file<br />
&nbsp;&nbsp;&nbsp;&nbsp; Read the recorded message from the .call file<br />
&nbsp;&nbsp;&nbsp;&nbsp;Loop for each page group.<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Build your paging group in a string (This should be able to be done using some kind of list. Either stright. csv or database you choose)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;Set the correct page headers<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Call the page command with the correct list.&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Play the recorded message<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hangup<br />
&nbsp;&nbsp;&nbsp; Loop back and do next group.<br />
<br />
<br />
This is really just a coding project. You have to break the entire issue down into it's base parts and then solve each one. <br />
<br />
Good luck.</span> </p>
<p>&nbsp;</p>
<p>
<div id="divSignature"><span style="color: #000000;">Bryant&nbsp;Z</span></div>
</span></p>
</div></span>