I don&#39;t see any indication in the docs that this syntax is doing what you think it is:<br>{fax_enable_t38_request=true,fax_enable_t38=true,fax_header=testheader,fax_ident=testident}/tmp/faxes/myfax.tif<br><br>You could confirm this by removing the two &quot;set&quot; apps and adding those to the &quot;rxfax&quot; call in the dialplan:<br>
&lt;action application=&quot;rxfax&quot; data=&quot;{fax_enable_t38_request=true,fax_enable_t38=true,fax_header=testheader,fax_ident=testident}/tmp/faxes/FAX-${uuid}.tif&quot;/&gt;<br><br>My guess is that the above will not work. I would recommend trying the SendMsg to set the vars:<br>
<br>SendMsg 5716720c-e291-11df-939c-75e5ad3b2de7<br>
call-command: execute<br>
execute-app-name: set<br>
execute-app-arg: fax_enable_t38_request=true<br><br>Do that for each var and then do the rxfax. Let us know what happens.<br>-MC<br><br><div class="gmail_quote">On Thu, Oct 28, 2010 at 6:27 AM, peely <span dir="ltr">&lt;<a href="mailto:freeswitch@peely.com">freeswitch@peely.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Hi,<br>
<br>
I&#39;m having problems receiving faxes through the Event Socket API using T.38<br>
and SpanDSP. If I use the example dialplan entry:<br>
<br>
    &lt;extension name=&quot;NTS TESTfax&quot;&gt;<br>
        &lt;condition field=&quot;destination_number&quot; expression=&quot;^\+(testfax)&quot;&gt;<br>
            &lt;action application=&quot;answer&quot; /&gt;<br>
            &lt;action application=&quot;playback&quot; data=&quot;silence_stream://2000&quot;/&gt;<br>
            &lt;action application=&quot;set&quot; data=&quot;fax_enable_t38_request=true&quot;/&gt;<br>
            &lt;action application=&quot;set&quot; data=&quot;fax_enable_t38=true&quot;/&gt;<br>
            &lt;action application=&quot;rxfax&quot; data=&quot;/tmp/faxes/FAX-${uuid}.tif&quot;/&gt;<br>
            &lt;action application=&quot;hangup&quot;/&gt;<br>
        &lt;/condition&gt;<br>
    &lt;/extension&gt;<br>
<br>
<br>
Then everything is OK and a fax is received nicely whereas if I use an ESL<br>
command on an answered call like:<br>
<br>
SendMsg 5716720c-e291-11df-939c-75e5ad3b2de7<br>
call-command: execute<br>
execute-app-name: rxfax<br>
execute-app-arg:<br>
{fax_enable_t38_request=true,fax_enable_t38=true,fax_header=testheader,fax_ident=testident}/tmp/faxes/myfax.tif<br>
<br>
Then there&#39;s lots of T.38 mucking about but the fax terminates with a<br>
communications error. I&#39;ve tried sleeping for 2 seconds, broadcasting<br>
silence_stream://2000 etc but to no avail.<br>
<br>
Has anyone successfully got T.38 fax receive working through the ESL, and if<br>
so, what chain of commands do you execute?<br>
<br>
I&#39;m using a GIT trunk circa Oct 15th BTW.<br>
<br>
<br>
<br>
Many thanks,<br>
<br>
<br>
<br>
Neil.<br>
<br>
--<br>
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/Problem-with-T-38-fax-receive-using-ESL-tp5682561p5682561.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/Problem-with-T-38-fax-receive-using-ESL-tp5682561p5682561.html</a><br>

Sent from the freeswitch-users mailing list archive at Nabble.com.<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>
</blockquote></div><br>