<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 17, 2015 at 3:16 PM, Oscar <span dir="ltr"><<a href="mailto:scriviaoscar@yahoo.it" target="_blank">scriviaoscar@yahoo.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:verdana,helvetica,sans-serif;font-size:13px"><div dir="ltr"><span>is it better ARI orĀ </span><span style="color:rgb(51,51,51);font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13.1000003814697px;line-height:18.3400001525879px">AMI originate for call files?</span></div><div dir="ltr"><span style="color:rgb(51,51,51);font-family:'Lucida Grande','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;font-size:13.1000003814697px;line-height:18.3400001525879px">While into call file is it possible delete ring tone when asterisk calls?</span></div><div dir="ltr">thanks</div><div></div><br></div></div></blockquote></div><br></div><div class="gmail_extra">I'm not really sure I completely understand the question, but I'll give it a shot.<br><br></div><div class="gmail_extra">There are multiple ways to generate an outbound call in Asterisk. All of these, eventually, map to the same operation: Originate. You can:<br></div><div class="gmail_extra">* Use a call file, which is a text file placed in a particular location that has a specific formatting. Asterisk will monitor that location, read the file, parse it, originate an outbound call, and then typically discard the file.<br></div><div class="gmail_extra">* Use the AMI Originate action.<br></div><div class="gmail_extra">* Use the ARI POST /channels operation.<br></div><div class="gmail_extra">* Use the Originate dialplan application.<br></div><div class="gmail_extra">* Use the CLI "channel originate" command.<br><br></div><div class="gmail_extra">Which one you use depends on your application. Generally, if you are creating many outbound calls and you need to monitor the calls closely, the AMI or ARI options are more attractive, as they give you more information and more control over the call. If you need to control the outbound call in an application of your design, than ARI is more attractive than AMI. If you need to have little external control over a call, than a call file solution may be appropriate.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">In the end, it is up to you and what you are trying to build.<br></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div>Matthew Jordan<br></div><div>Digium, Inc. | Engineering Manager</div><div>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA</div><div>Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a></div></div></div>
</div></div>