<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Brain (:,<br>
    <br>
    I went the route of setting it up inside of FS first.&nbsp; The code from
    the Wiki worked perfectly!&nbsp; It was interesting seeing it come in via
    fs_cli, watching the process, seeing the file-size change, then
    getting the all clear when it officially completed.&nbsp; I received my
    first fax.<br>
    <br>
    Now.. on to sending faxes!<br>
    <br>
    Thanks for your help<br>
    <br>
    <pre class="moz-signature" cols="72">'We who cut mere stones must always be envisioning cathedrals.'
Quarry Worker's Creed</pre>
    <br>
    On 4/13/2012 1:29 PM, Brian Foster wrote:
    <blockquote
cite="mid:CAKV-jFwSz-JEKRQBEqNSRfcTiQi+k_ebRjfUMifoz_4_vZaOvw@mail.gmail.com"
      type="cite">Disclaimer: Faxing over VoIP can be a crapshoot. It's
      very dependent on network conditions and carrier support and
      implementation. <br>
      <br>
      With that out of the way, the best place to start doing fax using
      your FS machine (only) would be here:<br>
      <br>
      Place this in your public context (maybe it shouldn't stay there,
      but this is an extremely easy way to mess around with faxing):<br>
      <font><br>
      </font>&lt;extension name="fax_receive"&gt;<font><br>
        &nbsp; &lt;condition field="context" expression="public"/&gt;<br>
        &nbsp; &lt;condition field="destination_number"
        expression="^9978$"&gt;<br>
        &nbsp;&nbsp;&nbsp; &lt;action application="answer"/&gt;<br>
        &nbsp;&nbsp;&nbsp; &lt;action application="playback"
        data="silence_stream://2000"/&gt; <br>
        &nbsp;&nbsp;&nbsp; &lt;action application="set"
        data="fax_enable_t38_request=true"/&gt; <br>
        &nbsp;&nbsp;&nbsp; &lt;action application="set" data="fax_enable_t38=true"/&gt;
        <br>
        &nbsp;&nbsp;&nbsp; &lt;action application="rxfax"
        data="/tmp/FAX-${uuid}.tif"/&gt;<br>
        &nbsp;&nbsp;&nbsp; &lt;action application="hangup"/&gt; <br>
        &nbsp; &lt;/condition&gt; <br>
        &lt;/extension&gt;</font><br>
      <br>
      If you want to run a script after the fax is recieved, put this
      line in before the "rxfax":<br>
      <br>
      &nbsp;&nbsp;&nbsp; &lt;action application="set" data="api_hangup_hook=system
      &lt;scriptname&gt; &lt;arg1&gt; &lt;arg2&gt; &lt;argN&gt;"/&gt;<br>
      <br>
      Start with receiving faxes, and go from there. Sending faxes
      requires some extra work, but not much. For more information about
      faxing, please visit <a moz-do-not-send="true"
        href="http://wiki.freeswitch.org/wiki/Mod_spandsp#Fax">http://wiki.freeswitch.org/wiki/Mod_spandsp#Fax</a><br>
      <br>
      Obviously if you have any questions, please do not hesitate to
      ask!<br>
      <br>
      -BDF<br>
      <br>
      <div class="gmail_quote">On Fri, Apr 13, 2012 at 2:09 PM, Timothy
        Bolton <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:ifoundthetao@gmail.com">ifoundthetao@gmail.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div bgcolor="#FFFFFF" text="#000000"> You've raised some good
            questions, and good points.<br>
            <br>
            This model does have an RJ-11, and I believe you are
            correct.&nbsp; I don't have an ATA yet, but I'll get the ATA
            model that you have (Grandstream HT286 ATA).<br>
            <br>
            1 - I'll do a dedicated fax number<br>
            1.1 - Each fax machine will have its own number<br>
            2 -&nbsp; As it stands, I'm going to be running this over VoIP<br>
            <br>
            As far as faxing via FS w/o the machine goes, I wasn't
            really aware of that.&nbsp; I think I knew it, but it didn't
            click.&nbsp; After I get the ATA setup working, I think I'll set
            up another version where FS is handling it w/o a machine.&nbsp;
            That way I'll have both types of experience under my belt.<br>
            <br>
            Actually, as I think about it more.. it probably makes more
            sense to set up the environment where the machine isn't
            present first (as I don't have the ATA on hand now)... <br>
            <br>
            Thanks!
            <div class="im"><br>
              <br>
              <pre cols="72">'We who cut mere stones must always be envisioning cathedrals.'
Quarry Worker's Creed</pre>
              <br>
            </div>
            <div>
              <div class="h5"> On 4/13/2012 12:51 PM, Brian Foster
                wrote:
                <blockquote type="cite">I've looked at that model, and
                  it doesn't actually say this but I'm assuming you
                  connect an RJ-11 to the fax modem inside the
                  all-in-one. I do my faxing using SpanDSP, but
                  basically what you would need is an ATA that supports
                  T.38, as well as a provider that supports T.38.
                  Flowroute seems to be pretty reliable (that's who I
                  use). I have a fax machine that I've played around
                  with here, and I'm using a Grandstream HT286 ATA to
                  connect it to FreeSWITCH.<br>
                  <br>
                  Having said all of that, it's highly dependent on your
                  setup. Questions:<br>
                  <br>
                  1. Are you going to have dedicated fax numbers?<br>
                  1.1. If so, will each fax machine have it's own fax
                  number?<br>
                  2. Are you going to have this running over VoIP or TDM
                  (PRI/BRI/etc.)?<br>
                  <br>
                  If there's any other details you feel are related,
                  please mention those too. Realize that FS can do
                  faxing on it's own without the need for a fax machine.
                  Most, however, decide not to go down that route mostly
                  because the fax machine is an interface most are
                  comfortable with. You can even do outbound faxes on a
                  fax machine, and get FS to handle incoming faxes and
                  email them, store them, and even print them to a
                  network printer. <br>
                  <br>
                  We're more than happy to help!<br>
                  <br>
                  -BDF<br>
                  <br>
                  <div class="gmail_quote">On Fri, Apr 13, 2012 at 1:36
                    PM, Timothy Bolton <span dir="ltr">&lt;<a
                        moz-do-not-send="true"
                        href="mailto:ifoundthetao@gmail.com"
                        target="_blank">ifoundthetao@gmail.com</a>&gt;</span>
                    wrote:<br>
                    <blockquote class="gmail_quote" style="margin:0 0 0
                      .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey
                      all,<br>
                      <br>
                      I know that there is a good amount of information
                      out there on how to do<br>
                      faxing via FreeSWITCH, but I'm still finding
                      myself a bit confused.<br>
                      <br>
                      I'm currently trying to figure out the process by
                      which I would need to<br>
                      do this. &nbsp;I'll detail my setup, and ask questions.
                      &nbsp;I've read<br>
                      documentation, but I'm still missing something.<br>
                      <br>
                      Okay, I'm currently running FreeSWITCH in a CentOS
                      VM, with 4GB of RAM,<br>
                      and I'm the only user. &nbsp;I'm using FlowRoute, and I
                      have a couple of<br>
                      unused numbers. &nbsp;Pretty simple, nothing out of the
                      ordinary (except<br>
                      maybe the VM part?).<br>
                      <br>
                      At some point in the next six months or so, I'll
                      be getting a couple of<br>
                      dedicated servers here for various things, and
                      I'll begin moving my VM<br>
                      servers from my main computer to those, as actual
                      hardware hosts.<br>
                      <br>
                      So my fax machine is built into an "All-in-one"
                      Network<br>
                      Printer/Scanner/Fax (Brother MFC-7360N).<br>
                      <br>
                      Here's my main question, do I need to get a
                      special card to run a cable<br>
                      from my computer to the Fax?<br>
                      <br>
                      Is it better to get a dedicated fax machine to
                      use, or are there<br>
                      specialized fax machines for Fax over IP?<br>
                      <br>
                      Thanks guys and gals,<br>
                      <br>
                      Tim<br>
                      <br>
                      --<br>
                      'We who cut mere stones must always be envisioning
                      cathedrals.'<br>
                      Quarry Worker's Creed<br>
                      <br>
                      <br>
_________________________________________________________________________<br>
                      Professional FreeSWITCH Consulting Services:<br>
                      <a moz-do-not-send="true"
                        href="mailto:consulting@freeswitch.org"
                        target="_blank">consulting@freeswitch.org</a><br>
                      <a moz-do-not-send="true"
                        href="http://www.freeswitchsolutions.com"
                        target="_blank">http://www.freeswitchsolutions.com</a><br>
                      <br>
                      FreeSWITCH-powered IP PBX: The CudaTel
                      Communication Server<br>
                      <a moz-do-not-send="true"
                        href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
                      <br>
                      Official FreeSWITCH Sites<br>
                      <a moz-do-not-send="true"
                        href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                      <a moz-do-not-send="true"
                        href="http://wiki.freeswitch.org"
                        target="_blank">http://wiki.freeswitch.org</a><br>
                      <a moz-do-not-send="true"
                        href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
                      <br>
                      FreeSWITCH-users mailing list<br>
                      <a moz-do-not-send="true"
                        href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                        target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                      <a moz-do-not-send="true"
                        href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                        target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                      UNSUBSCRIBE:<a moz-do-not-send="true"
                        href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                        target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                      <a moz-do-not-send="true"
                        href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
                    </blockquote>
                  </div>
                  <br>
                  <br clear="all">
                  <br>
                  -- <br>
                  Brian D. Foster<br>
                  Endigo Computer LLC<br>
                  Email: <a moz-do-not-send="true"
                    href="mailto:bdfoster@endigotech.com"
                    target="_blank">bdfoster@endigotech.com</a><br>
                  Phone: <a moz-do-not-send="true"
                    href="tel:317-800-7876" value="+13178007876"
                    target="_blank">317-800-7876</a><br>
                  Indianapolis, Indiana, USA<br>
                  <br>
                  This message contains confidential information and is
                  intended for those listed in the "To:", "CC:", and/or
                  "BCC:" fields of the message header. If you are not
                  the intended recipient you are notified that
                  disclosing, copying, distributing or taking any action
                  in reliance on the contents of this information is
                  strictly prohibited. E-mail transmission cannot be
                  guaranteed to be secure or error-free as information
                  could be intercepted, corrupted, lost, destroyed,
                  arrive late or incomplete, or contain viruses. The
                  sender therefore does not accept liability for any
                  errors or omissions in the contents of this message,
                  which arise as a result of e-mail transmission. If
                  verification is required please request a hard-copy
                  version.<br>
                  <br>
                  <br>
                  <fieldset></fieldset>
                  <br>
                  <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a moz-do-not-send="true" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a moz-do-not-send="true" href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a moz-do-not-send="true" href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a moz-do-not-send="true" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a moz-do-not-send="true" href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a>
<a moz-do-not-send="true" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a moz-do-not-send="true" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a moz-do-not-send="true" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a moz-do-not-send="true" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a moz-do-not-send="true" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
</pre>
                </blockquote>
              </div>
            </div>
          </div>
          <br>
_________________________________________________________________________<br>
          Professional FreeSWITCH Consulting Services:<br>
          <a moz-do-not-send="true"
            href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
          <a moz-do-not-send="true"
            href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
          <br>
          FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
          <a moz-do-not-send="true" href="http://www.cudatel.com"
            target="_blank">http://www.cudatel.com</a><br>
          <br>
          Official FreeSWITCH Sites<br>
          <a moz-do-not-send="true" href="http://www.freeswitch.org"
            target="_blank">http://www.freeswitch.org</a><br>
          <a moz-do-not-send="true" href="http://wiki.freeswitch.org"
            target="_blank">http://wiki.freeswitch.org</a><br>
          <a moz-do-not-send="true" href="http://www.cluecon.com"
            target="_blank">http://www.cluecon.com</a><br>
          <br>
          FreeSWITCH-users mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
          <a moz-do-not-send="true"
            href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
            target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
          UNSUBSCRIBE:<a moz-do-not-send="true"
            href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
            target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
          <a moz-do-not-send="true" href="http://www.freeswitch.org"
            target="_blank">http://www.freeswitch.org</a><br>
          <br>
        </blockquote>
      </div>
      <br>
      <br clear="all">
      <br>
      -- <br>
      Brian D. Foster<br>
      Endigo Computer LLC<br>
      Email: <a moz-do-not-send="true"
        href="mailto:bdfoster@endigotech.com" target="_blank">bdfoster@endigotech.com</a><br>
      Phone: 317-800-7876<br>
      Indianapolis, Indiana, USA<br>
      <br>
      This message contains confidential information and is intended for
      those listed in the "To:", "CC:", and/or "BCC:" fields of the
      message header. If you are not the intended recipient you are
      notified that disclosing, copying, distributing or taking any
      action in reliance on the contents of this information is strictly
      prohibited. E-mail transmission cannot be guaranteed to be secure
      or error-free as information could be intercepted, corrupted,
      lost, destroyed, arrive late or incomplete, or contain viruses.
      The sender therefore does not accept liability for any errors or
      omissions in the contents of this message, which arise as a result
      of e-mail transmission. If verification is required please request
      a hard-copy version.<br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
    </blockquote>
  </body>
</html>