Hey,<div><br></div><div>Though your requirements are unclear and below may not exactly fit your specs unless you give some more usage details.</div><div><br><div>if your gateway requires no authentication, yes you can do this by writing a dialplan extension like below</div>
<div><br></div><div>exten =&gt; calling-togw,1,NOOP(I&#39;ll be getting some variables from AMI caller)</div><div>same =&gt; n,DIAL(SIP/${<a href="mailto:CALLTHIS%7D@my-example.com">CALLTHIS}@my-example.com</a>)</div><div>
<br></div><div>Now, in the AMI script you need to do the following.</div><div><br></div><div>1- Connect to asterisk,</div><div>2- Set the variable CALLTHIS as the destination you want to dial-out</div><div>3- use the <a href="http://www.voip-info.org/wiki/view/Asterisk+Manager+API+Action+Originate">Originate-AMI</a> action properly. </div>
<div><br></div><div>Regards,</div><div>Sammy<br><br><div class="gmail_quote">On Tue, Nov 15, 2011 at 11:01 AM, Amar Akshat <span dir="ltr">&lt;<a href="mailto:amar.akshat@gmail.com">amar.akshat@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br>
I have a testing scenario at hand. I want to make a call from Asterisk<br>
CLI or AMI to an external network gateway. Is this possible.<br>
Let me explain the use case.<br>
<br>
Asterisk server (say 192.168.5.10) has few registered endpoints or softphone.<br>
Now an external gateway (say <a href="http://my-example.com" target="_blank">my-example.com</a> or XXX.XXX.XXX.XXX:5060),<br>
listening for SIP invites, but this gateway is not registered with<br>
Asterisk,<br>
<br>
can I send out SIP invites (call) to this external gateway, without<br>
having to register on Asterisk.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
<br>
Thank you...<br>
<br>
Amar Akshat<br>
<br>
Please excuse any spelling mistakes, as this email was sent from a<br>
&quot;not so good&quot; mobile device.<br>
<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>
</font></span></blockquote></div><br></div></div>