<div>I found the answer by myself while I had finished writing the e-mail. The correct call url is loopback/&lt;extension&gt; (in this case the command is originate loopback/fakecall 1000 ).  I&#39;m sending the e-mail anyway for future reference (can&#39;t find any example of that anywhere). Is the project wiki accesible for anyone to contribute or do I have to ask for an authorization?</div>

<div><br></div><div>Regards,</div><div>   Raffaele</div><div><br></div><div>*********** ORIGINAL QUESTION *************</div><div><br></div>Hi, I&#39;m trying to call an extension wich is not associated to a user from the ESL (or the CLI as well) using the &quot;ORIGINATE&quot; command. <div>

<br></div><div>Now, while </div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">originate user/1001 1000</blockquote><div><br></div><div>works perfectly</div>
<div><br></div><div>with:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">originate user/fakecall 1000</blockquote><div><br></div><div>I have an error:</div>
<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">2009-08-03 13:21:19.406250 [ERR] switch_ivr_originate.c:1494 Cannot create outgoing channel of type [user] cause: [SUBSCRIBER_ABSENT]</blockquote>

<div><div><br></div><div>...this is not surprising (&quot;fakecall&quot; of course is not an user), but I cannot figure out what is the correct CALL URL for this extension. Same error is reported using sofia/internal/fakecall. It seems that the EXECUTE_EXTENSION method could do for the magic (it works when issued from an other extension in the dialplan) but it is not available from the CLI nor the event socket (I&#39;m using a binary version for windows - freeswitch.msi - dated jul, 11th 2009). </div>

<div><br></div><div>PS: Calling &quot;fakecall&quot; from a registered phone (or from portaudio) works as expected.</div><div>PPS: the configuration of fakecall in dialplan/default.xml</div><div>...</div><div>&lt;context name=&quot;default&quot;&gt;</div>

<div><div>  <span style="white-space:pre">        </span>&lt;extension name=&quot;fakecall&quot;&gt;</div><div><span style="white-space:pre">                </span>&lt;condition field=&quot;destination_number&quot; expression=&quot;^fakecall$&quot;&gt;</div>

<div><span style="white-space:pre">                        </span>&lt;action application=&quot;lua&quot; data=&quot;lua/helloworld.lua test $1&quot;/&gt;</div><div><span style="white-space:pre">                </span>&lt;/condition&gt;</div>
<div><span style="white-space:pre">        </span>&lt;/extension&gt;</div><div>....</div></div></div>