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("freetdm/1/1/9999")</div><div><br></div><div><div>if obSession:ready() then</div>
<div> session:execute("txfax", "/rxfax.tiff")</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 &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 "limitation", and maybe get some suggestions as to any other options?</div>
<div><br></div><div><br></div><div>TIA</div>