<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Hi <BR>
<BR>
Using spandsp_start_fax_detect instead tone_detect doesn't work.<BR>
<BR>
I have the latest git head.<BR>
<BR>
My dialplan works whit tone_detect.<BR>
<BR>
<BR>
&lt;extension name=&quot;2103&quot;&gt;<BR>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^2103$&quot;&gt;<BR>
&lt;!--<BR>
&lt;action application=&quot;answer&quot;/&gt;<BR>
&lt;action application=&quot;tone_detect&quot; data=&quot;fax 1100 r +3000 transfer 2103_rxfax XML default&quot;/&gt;<BR>
&lt;action application=&quot;sleep&quot; data=&quot;3000&quot;/&gt;<BR>
--&gt;<BR>
&lt;action application=&quot;pre_answer&quot;/&gt;<BR>
&lt;action application=&quot;spandsp_start_fax_detect&quot; data=&quot;transfer '2103_rxfax XML default' 3&quot;/&gt;<BR>
&lt;action application=&quot;sleep&quot; data=&quot;3000&quot;/&gt;<BR>
&lt;action application=&quot;set&quot; data=&quot;ringback=%(1500,3000,425.0)&quot;/&gt;<BR>
&lt;action application=&quot;bridge&quot; data=&quot;[leg_timeout=60]user/<A HREF="mailto:2103@madrid.commsmundi.com">2103@domain.com</A>&quot;/&gt;<BR>
&lt;/condition&gt;<BR>
&lt;/extension&gt;<BR>
<BR>
<BR>
&lt;extension name=&quot;2103_rxfax&quot;&gt;<BR>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^2103_rxfax$&quot;&gt;<BR>
&lt;action application=&quot;answer&quot;/&gt;<BR>
&lt;action application=&quot;playback&quot; data=&quot;silence_stream://3000&quot;/&gt;<BR>
&lt;action application=&quot;lua&quot; data=&quot;rxfax.lua ${user_data(<A HREF="mailto:2103@madrid.commsmundi.com">2103@domain.com</A> var faxbox)} domain.com&quot;/&gt;<BR>
&lt;/condition&gt;<BR>
&lt;/extension&gt;<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
On Mon, 2011-08-29 at 13:13 -0500, Anthony Minessale wrote: 
<BLOCKQUOTE TYPE=CITE>
<PRE>
there is a specific app for fax detecting inside mod spandsp called
spandsp_start_fax_detect


it takes about the same input args namely &lt;app&gt; [&lt;arg&gt;][ &lt;timeout&gt;]
It uses the official fax identification code inside spandsp and works
much better than the single tone detect way.



On Mon, Aug 29, 2011 at 12:59 PM, Michael Collins &lt;<A HREF="mailto:msc@freeswitch.org">msc@freeswitch.org</A>&gt; wrote:
&gt; If you need multiple tone detects then definitely use the first method. I've
&gt; done as many as 6 tone_detects on a single call and it works well.
&gt; -MC
&gt;
&gt; On Sun, Aug 28, 2011 at 1:13 PM, Rob Hutton &lt;<A HREF="mailto:justlikeef@gmail.com">justlikeef@gmail.com</A>&gt; wrote:
&gt;&gt;
&gt;&gt; I am trying to get tone detection set up so that a single number can be
&gt;&gt; used for both voice and fax. &nbsp;Tone detection needs to run concurrent to the
&gt;&gt; normal call processing, so that a call proceeds normally unless the fax
&gt;&gt; tones are heard.
&gt;&gt;
&gt;&gt; On this wiki page
&gt;&gt; (<A HREF="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_fax_detect">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_fax_detect</A>) it gives
&gt;&gt; the format:
&gt;&gt;
&gt;&gt; &lt;action application=&quot;tone_detect&quot; data=&quot;fax 1100 r +5000 transfer fax XML
&gt;&gt; default&quot; /&gt;
&gt;&gt;
&gt;&gt; and an associated dialplan entry for the call to be transfered to that
&gt;&gt; actually handles the fax reception.
&gt;&gt;
&gt;&gt; On this wiki page
&gt;&gt; (<A HREF="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_tone_detect">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_tone_detect</A>) it says
&gt;&gt; that the format from the first page is not the preferred method, and that
&gt;&gt; the format should be something like:
&gt;&gt;
&gt;&gt; &lt;action application=&quot;set&quot; data=&quot;execute_on_tone_detect=transfer fax XML
&gt;&gt; default&quot;/&gt;
&gt;&gt; &lt;action application=&quot;set&quot; data=&quot;tone_detect_hits=1&quot;/&gt;
&gt;&gt; &lt;action application=&quot;set&quot; data=&quot;execute_on_media=tone_detect mytone 1100 r
&gt;&gt; +5000&quot;/&gt;
&gt;&gt;
&gt;&gt; My question is, using the first format, I could set up multiple
&gt;&gt; detections, eg. one for fax tones that sends/receives a fax, one for
&gt;&gt; answering machines tone that hangs up, etc.
&gt;&gt;
&gt;&gt; Is this possible with the preferred syntax?
&gt;&gt;
&gt;&gt;
&gt;&gt; FreeSWITCH-users mailing list
&gt;&gt; <A HREF="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A>
&gt;&gt; <A HREF="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A>
&gt;&gt; UNSUBSCRIBE:<A HREF="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A>
&gt;&gt; <A HREF="http://www.freeswitch.org">http://www.freeswitch.org</A>
&gt;
&gt;
&gt;
&gt; FreeSWITCH-users mailing list
&gt; <A HREF="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A>
&gt; <A HREF="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A>
&gt; UNSUBSCRIBE:<A HREF="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A>
&gt; <A HREF="http://www.freeswitch.org">http://www.freeswitch.org</A>
&gt;
&gt;



</PRE>
</BLOCKQUOTE>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 

Un cordial saludo / Best regards, 

&nbsp;_________________________

Ant&#243;nio Silva

E-mail:<A HREF="mailto:asilva@wirelessmundi.com">asilva@wirelessmundi.com</A>
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>