<br><br><div class="gmail_quote">On Tue, Dec 1, 2009 at 2:09 PM, Joseph L. Casale <span dir="ltr">&lt;<a href="mailto:JCasale@activenetwerx.com">JCasale@activenetwerx.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">&gt;In this case, the $1 will only contain whatever is in the parens in your expression, i.e.<br>
&gt;&lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d+)$&quot;&gt;<br>
&gt;<br>
&gt;What do you have for your expression?<br>
&gt;-MC<br>
<br>
</div>Well, untested of course as I am busy with school:) But what I wrote up to try at<br>
Christmas (with your addition) was:<br>
<br>
&lt;extension name=&quot;OutboundFax&quot;&gt;<br>
  &lt;condition field=&quot;caller_id_number&quot; expression=&quot;^204$&quot;/&gt;<br>
  &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d+)$&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;rxfax&quot; data=&quot;/tmp/${uuid}.rxfax.tiff&quot;/&gt;<br>
<div class="im">      &lt;action application=&quot;system&quot; data=&quot;/opt/freeswitch/scripts/emailfax.sh $<a href="mailto:1@fax.com">1@fax.com</a> /tmp/${uuid}.rxfax.tiff&quot;/&gt;<br>
</div>      &lt;action application=&quot;hangup&quot;/&gt;<br>
  &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
Am I correct in presuming that Freeswitch will answer a fax from a local zap based user<br>
just like it does from an FXO port connected to a POTS line? What I hope to do here is<br>
catch any call made from that extension (the zap based fax machine/user) and push its<br>
call into the fax module.<br></blockquote><div><br>Yes, when a device (phone/fax/modem/whatever) is plugged into the FXS it gets dialtone and dials. Whatever it dials is put into ${destination_number} just like any SIP phone that dials. This extension looks ok. Try it out and let us know how it goes.<br>
-MC<br></div></div><br>