<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 31, 2014 at 6:16 PM, Salaheddine Elharit <span dir="ltr"><<a href="mailto:salah.elharit200@gmail.com" target="_blank">salah.elharit200@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">hello list,</div></blockquote><div><br></div>
<div><br></div><div>Hi</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>
<br></div><div>i have created a callfiles with my asterisk 1.4.43 like:</div><div><br></div><div><div>Channel: SIP/watara/06xxxxxxxx</div><div>MaxRetries: 10</div><div>RetryTime: 5</div>
<div>WaitTime: 20</div><div>Context: mycontext</div><div>Extension: s</div><div>Priority: 1</div><div><br></div><div><br></div><div>extensions.conf</div><div><br></div><div>mycontext<br></div><div>
<div>exten => s,1,Ringing()</div><div>exten => s,n,Playback(hello-world)</div><div>exten => s,n,Dial(SIP/105)</div><div>exten => s,n,Hangup()</div><div><br></div><div><br></div><div>it works with one number how can i do in order to create a callfiles with a lot of numbers </div>

<div><br></div><div><br></div><div>i try to create a callfiles.call  like that </div><div><br></div><div><div>Channel: SIP/watara/0661xxxxxx</div><div>MaxRetries: 10</div><div>RetryTime: 5</div>
<div>WaitTime: 20</div><div>Context: mycontext</div><div>Extension: s</div><div>Priority: 1</div><div><br></div><div>Channel: SIP/watara/0669xxxxxx</div><div>MaxRetries: 10</div><div>RetryTime: 5</div><div>WaitTime: 20</div>

<div>Context: mycontext</div><div>Extension: s</div><div>Priority: 1</div><div><br></div><div>but he call only the last number,</div></div></div></div></div></blockquote><div><br></div><div>From my limited knowledge about call files, you need 1 file per call.</div>
<div><br></div><div>So you'd make two files in this instance,</div><div><br></div><div><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+Call+Files">https://wiki.asterisk.org/wiki/display/AST/Asterisk+Call+Files</a></div>
<div><br></div><div>I may be wrong, if I am, someone will tell me so, but I'm pretty sure it's 1 file per call you want, as each file has 1 set of instructions for the dialplan</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div><div><div><div><br></div><div>any help please </div><div><br></div><div>
thanks and regards </div></div></div></div></div></blockquote><div><br></div><div>Dan</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div></div>