<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The continue works fine, it just hangs up befoer that due to:<div><br></div><div><span class="Apple-style-span" style="font-family: Arial; ">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="set" data="hangup_after_bridge=true"/></span></div><div><font class="Apple-style-span" face="Arial"><br></font></div><div><font class="Apple-style-span" face="Arial">Mike</font></div><div><font class="Apple-style-span" face="Arial"><br></font><div><div>On Mar 11, 2009, at 2:46 AM, <a href="mailto:mszlazak@aol.com">mszlazak@aol.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><font face="Arial, Helvetica, sans-serif">I have the following in my dialplan.<br> <br> Individually, each extension does what it's suppose to do when dialing 1111. <br> However, if I place continue=true in the first extension then it alone gets executed and the succeeding extension does not. <br> I thought condition=true would allow the extension afterward to execute.<br> <br> My test hardware for this dialplan is a single PSTN line. <br> A call comes in that line and "myExtension" executes then hopefully hangs up to free the line. <br> Afterward, I want "myExtension_Continued" to execute the .js application and dial out that single PSTN line.<br> <br> I need help in getting this scenerio to work.<br> <br> Thanks.<br> &nbsp;&nbsp; &nbsp;<br> &nbsp;&nbsp; &nbsp;&lt;extension name="myExtension" continue="true">&nbsp;&nbsp; &nbsp;<br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;condition field="destination_number" expression="^1111$"><br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="info"/><br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="set" data="bypass_media=true"/><br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="set" data="effective_caller_id_number=${caller_id_number}"/><br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="set" data="hangup_after_bridge=true"/><br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="bridge" data="<a href="mailto:sofia/internal/${sip_to_user}@127.0.0.1">sofia/internal/${sip_to_user}@127.0.0.1</a>:5068"/><br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/condition><br> &nbsp;&nbsp; &nbsp;&lt;/extension><br> <br> &nbsp;&nbsp; &nbsp;&lt;extension name="myExtension_Continued">&nbsp;&nbsp; &nbsp;<br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;condition field="destination_number" expression="^1111$"><br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="javascript" data="myScript.js"/><br> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/condition><br> &nbsp;&nbsp; &nbsp;&lt;/extension></font><div id="MAILCIADA031-5c6749b75e50192" class="aol_ad_footer"><br></div></blockquote></div></div></body></html>