Hi everybody,<br><br>I am stuck for several days trying to receive a fax using T.38<br><br>Based on the instructions in the wiki, I use the following dialplan:<br><br><action application="answer" /><br><action application="playback" data="silence_stream://2000"/><br>
<action application=set data="fax_enable_t38=true"/><br><action application=set data="fax_enable_t38_request=true"/><br>
<action application="rxfax" data="/tmp/rxfax-${uuid}.tif"/><br><action application="hangup"/><br><br>When I do that, when rxfax is executed, the following appears on the console:<br>
<br>2011-04-02 01:00:04.890173 [ERR] switch_core_session.c:1918 Invalid Application <br><br>If I take out the t38 lines, rxfax behaves as expected, receiving the fax using ulaw.<br><br>However, I would like to use t.38 instead, which is supported by my gateway.<br>
<br>My scenario is:<br><br>PSTN -> CISCO AS5400 from my provider -> Internet -> My Freeswitch.<br><br>I have also tried connecting a fax to a Grandstream HT-502, with the same results. I get a INVITE (which don't mention anywhere T.38 in the sdp) and Freeswitch never issues a reINVITE asking to switch to t.38<br>
<br>My version of FS is:<br>FreeSWITCH Version 1.0.head (git-24a9729 2011-03-11 13-00-55 -0600)<br><br>Anybody can give me a clue on what could I be doing wrong????<br><br>Thanks in advance!<br><br>Alex<br>