What happens when you call the txfax app from Lua? Does it even attempt to run? Just curious. In any case, I think you can do a combo of dp and Lua by transferring the call to an extension that does the bridge and if it fails you can check the failure cause in a Lua script and try again. You&#39;ll just need a chan var for the number of attempts.<div>
<br></div><div>-MC<br><br><div class="gmail_quote">On Thu, Apr 14, 2011 at 6:31 AM, Luis F Urrea <span dir="ltr">&lt;<a href="mailto:lfurrea@gmail.com">lfurrea@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 all,<div><br></div><div>I noticed that I am not able to use TXFAX from a LUA script as follows:</div><div><br></div><div>obSession = freeswitch.Session(&quot;freetdm/1/1/9999&quot;)</div><div><br></div><div><div>if obSession:ready() then</div>

<div>    session:execute(&quot;txfax&quot;, &quot;/rxfax.tiff&quot;)</div><div>else</div></div><div><br></div><div>My objective was to send a fax to a fax machine connected to an FXS.</div><div><br></div><div>I does work when I use:</div>

<div><br></div><div>originate freetdm/1/1/9999 &amp;txfax(/rxfax.tiff)</div><div><br></div><div>But I wanted to be able to retry based on DISCONNECT CAUSES and the like.</div><div><br></div><div><br></div><div>Just for peace of mind I wanted to get some input from you on the causes of this &quot;limitation&quot;, and maybe get some suggestions as to any other options?</div>

<div><br></div><div><br></div><div>TIA</div>
<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>
<br></blockquote></div><br></div>