<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"&gt;&nbsp;&nbsp; &nbsp;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;condition field="destination_number" expression="^1111$"&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="info"/&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="set" data="bypass_media=true"/&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="set" data="effective_caller_id_number=${caller_id_number}"/&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="set" data="hangup_after_bridge=true"/&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="bridge" data="sofia/internal/${sip_to_user}@127.0.0.1:5068"/&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/condition&gt;<br>
&nbsp;&nbsp; &nbsp;&lt;/extension&gt;<br>
<br>
&nbsp;&nbsp; &nbsp;&lt;extension name="myExtension_Continued"&gt;&nbsp;&nbsp; &nbsp;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;condition field="destination_number" expression="^1111$"&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;action application="javascript" data="myScript.js"/&gt;<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/condition&gt;<br>
&nbsp;&nbsp; &nbsp;&lt;/extension&gt;</font><div id='MAILCIADA031-5c6749b75e50192' class='aol_ad_footer'><br/><font style="color:black;font:normal 10pt arial,san-serif;"> <hr style="margin-top:10px"/><b>A Good Credit Score is 700 or Above. <a href="http://pr.atwola.com/promoclk/100126575x1219671244x1201345076/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefault.aspx%3Fsc%3D668072%26hmpgID%3D62%26bcd%3DfebemailfooterNO62"> See yours in just 2 easy steps!</a></b></font> </div>