Hi,<br><br>I would like to originate my first call from CLI.<br>As I&#39;m new to this, I&#39;m wondering if it&#39;s possible.<br>When I type &quot;originate&quot; from CLI, I&#39;ve got this :<br><br>&quot;&nbsp; There are two ways to use this command. A call can be originated between a
<br>channel and a specific application, or between a channel and an extension in<br>the dialplan. This is similar to call files or the manager originate action.<br>Calls originated with this command are given a timeout of 30 seconds.
<br><br>Usage1: originate &lt;tech/data&gt; application &lt;appname&gt; [appdata]<br>&nbsp; This will originate a call between the specified channel tech/data and the<br>given application. Arguments to the application are optional. If the given
<br>arguments to the application include spaces, all of the arguments to the<br>application need to be placed in quotation marks.<br><br>Usage2: originate &lt;tech/data&gt; extension [exten@][context]<br>&nbsp; This will originate a call between the specified channel tech/data and the
<br>given extension. If no context is specified, the &#39;default&#39; context will be<br>used. If no extension is given, the &#39;s&#39; extension will be used.&quot;<br><br><br>I would like for example to call 0123456789 number from SIP/7530 extension.
<br>My asterisk server is set to use &quot;local&quot; context for outgoing calls.<br>My first idea was to type this :<br>originate SIP&nbsp; 7530&nbsp;&nbsp; 0123456789@local<br><br>But it fails : it keeps displaying &quot; There are two ways ...&quot; and nothing else seem to occur.
<br><br>Can anyone help ?<br>Cheers<br><br>