<br><br><div class="gmail_quote">On Fri, May 27, 2011 at 9:42 AM, baskar <span dir="ltr">&lt;<a href="mailto:yudha2008@gmail.com">yudha2008@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;">
Hi Mike,<br>
<br>
Yes i dialed in from the outside, got to the IVR, and then dialed extension<br>
is 5107.<br>
<br>
Yes i have two endpoint in my bridge line. One is keying extension and other<br>
is default extension.<br>
<br>
But this dialplan send by David what i tried.<br>
<div class="im">&lt;entry action=&quot;menu-exec-app&quot; digits=&quot;/^([1-6][0-9][0-9][0-9])$/&quot;<br>
param=&quot;execute_extension<br>
</div>set:continue_on_fail=BUSY,bridge:sofia/internal/$1%XX.XX.XX.XX,bridge:sofia/internal/5998%XX.XX.XX.XX<br>
&quot;/&gt;<br>
<br>
My actual conduction is i dialed in from the outside, got to the ivr, where<br>
<div class="im">after keying in the extension number the call gets transferred to the<br>
</div>appropriate extension and if the extension is busy it should be hunted to a<br>
default extension.<br>
<br></blockquote><div>Well, it looks like you are trying to execute_extension on an inline dialplan without actually specifying &quot;inline&quot; in your param. I&#39;ve never tried this, so I&#39;m shooting from the hip here. Try this:</div>
<div><br></div><div><meta charset="utf-8"><div class="im">&lt;entry action=&quot;menu-exec-app&quot; digits=&quot;/^([1-6][0-9][0-9][0-9])$/&quot;<br>param=&quot;execute_extension<br></div>set:continue_on_fail=BUSY,bridge:sofia/internal/$1%XX.XX.XX.XX,bridge:sofia/internal/5998%XX.XX.XX.XX inline<br>
&quot;/&gt;</div><div><br></div><div>-OR-</div><div>Put these 3 actions into an actual dialplan extension, perhaps even their own context and execute that extension...</div><div><br></div><div>-MC</div><div><br></div><div>
FYI, inline dialplan stuff is discussed here:</div><div><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_InlineDialplan">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_InlineDialplan</a></div></div>