<div> <font face="Arial, Helvetica, sans-serif">Mike, no luck with that either.<br>
<br>
I still need to see this through but another related approach will be needed later so I'll ask now.<br>
<br>
Does FreeSwitch have some script or something to set up an "auto dialer." Basically, I want to be able the store some caller info then have FS automatically check to see if a "reminder" calls need to be sent out.<br>
<br>
Thanks.&nbsp; <br>
</font></div>

<div> <br>
</div>

<div> <br>
</div>
-----Original Message-----<br>
From: Michael Collins &lt;msc@freeswitch.org&gt;<br>
To: freeswitch-users@lists.freeswitch.org<br>
Sent: Wed, 11 Mar 2009 10:14 am<br>
Subject: Re: [Freeswitch-users] Problem with "continue" in extension.<br>
<br>






<div id="AOLMsgPart_0_b542befd-593f-4d0d-9a7c-d321c2c3443e" style="margin: 0px; font-family: Tahoma,Verdana,Arial,Sans-Serif; font-size: 12px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">

<pre style="font-size: 9pt;"><tt>On Wed, Mar 11, 2009 at 9:42 AM,  &lt;<a href="mailto:mszlazak@aol.com">mszlazak@aol.com</a>&gt; wrote:<br>
&gt; I changed that tag so that hangup_after_bridge is false:<br>
&gt;<br>
&gt; &nbsp;&lt;action application="set" data="hangup_after_bridge=false"/&gt;<br>
&gt; but I still don't get the .js application working which is nothing more than<br>
&gt; a test script that ran if I dialed it's extension with the preceding one<br>
&gt; commented out:<br>
<br>
Try adding a break="never" to your first extension:<br>
    &lt;extension name="myExtension" continue="true"&gt;<br>
        &lt;condition field="destination_number" expression="^1111$" break="never"&gt;<br>
            &lt;action application="info"/&gt;<br>
            &lt;action application="set" data="bypass_media=true"/&gt;<br>
            &lt;action application="set"<br>
data="effective_caller_id_number=${caller_id_number}"/&gt;<br>
            &lt;action application="set" data="hangup_after_bridge=true"/&gt;<br>
            &lt;action application="bridge"<br>
data="sofia/internal/${sip_to_user}@127.0.0.1:5068"/&gt;<br>
        &lt;/condition&gt;<br>
    &lt;/extension&gt;<br>
<br>
I believe that will cause the the dialplan to keep looking for "1111"<br>
even after it has been matched once.<br>
-MC<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</tt></pre>
</div>
 <!-- end of AOLMsgPart_0_b542befd-593f-4d0d-9a7c-d321c2c3443e -->

<div id='MAILCIADA014-5bc349b7f80516b' 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>