<div dir="ltr">Hi,<br><br>Using FOP, I&#39;ve met a situation which makes me ask this simple question :<br><br>Are both A and B commands bellow equivalent ?<br><br>A. CLI:<br>originate SIP/9122 application dial Local/9123@local<br>
<br>B. AMI/FOP:<br><a href="http://192.168.64.5">192.168.64.5</a> -&gt; Action: Originate<br><a href="http://192.168.64.5">192.168.64.5</a> -&gt; Channel: SIP/9122<br><a href="http://192.168.64.5">192.168.64.5</a> -&gt; Async: True<br>
<a href="http://192.168.64.5">192.168.64.5</a> -&gt; Callerid: 9122 Guest2 &lt;9122&gt;<br><a href="http://192.168.64.5">192.168.64.5</a> -&gt; Exten: 9123<br><a href="http://192.168.64.5">192.168.64.5</a> -&gt; Context: local<br>
<a href="http://192.168.64.5">192.168.64.5</a> -&gt; Priority: 1<br><br><br>I must add both 9122 and 9123 extensions are SIP extensions which default to &quot;local&quot; context.<br><br>When using B (AMI/FOP), I&#39;ve got a :<br>
&nbsp;&nbsp;&nbsp; -- Got SIP response 480 &quot;Temporarily Unavailable&quot; back from <a href="http://192.168.100.195">192.168.100.195</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Channel SIP/9122-081d8f68 was never answered.<br>where <a href="http://192.168.100.195">192.168.100.195</a> is SIP/9122 hardphone IP address<br>
<br>When using A (CLI), everything works ok.<br><br>Regards<br></div>