<br><br><div class="gmail_quote">On Fri, May 27, 2011 at 9:42 AM, baskar <span dir="ltr"><<a href="mailto:yudha2008@gmail.com">yudha2008@gmail.com</a>></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"><entry action="menu-exec-app" digits="/^([1-6][0-9][0-9][0-9])$/"<br>
param="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>
"/><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 "inline" in your param. I've never tried this, so I'm shooting from the hip here. Try this:</div>
<div><br></div><div><meta charset="utf-8"><div class="im"><entry action="menu-exec-app" digits="/^([1-6][0-9][0-9][0-9])$/"<br>param="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>
"/></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>