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>