<div dir="ltr">Hello all,<br><br>We&#39;re trying to build a small IVR application to allow callers to use the Asterisk for outgoing calls in a 2 steps dialing mode.<br><br>The context for outgoing calls is called &quot;outgoing&quot; (we have there an LCR and routing mechanism we want to use, depending on the destination).<br>
<br>This is what we did, but it doesn&#39;t work:<br><span class="gI">exten =&gt; _X., 13, Read(ccdest,vm-enter-num-to-call,,,2)<br>exten =&gt; _X., 14, NoOp($ccdest)<br>exten =&gt; _X., 15, Dial(Local/$ccdest@outgoing,50)<br>
<br>The error we get is:<br>chan_local.c:538 local_call: No such extension/context $ccdest@outgoing while calling Local channel<br>    -- Couldn&#39;t call $ccdest@outgoing<br><br>We know there&#39;s a syntax problem in line 15, but not sure how to fix it.<br>
<br>Thank you for your help.<br><br>Michael<br></span></div>