<div dir="ltr">Ok,<div><br></div><div>Thanks</div><div><br></div><div>But what is the NVFAX? Does 1.4 support getting faxes per extension?</div><div><br></div><div>In my office I have 1000 ext, each users has it&#39;s own DID number.</div>

<div>What I would like is that each user can get a fax using his own number.</div><div><br></div><div>I&#39;m running version 1.4.29 under Debian,  and FreePBX under a sip trunk. </div><div>It working great, no issues.</div>

<div>But I can&#39;t get FAXs since the NVFAX option is gray out.</div><div><br></div><div>I do not have a app_fax.so under the modules, and google it I saw you will need to patch the code of asterisk using the spandsp tool.</div>

<div><br></div><div>There is also a stand alone version of this, where no patching is needed, but I still want to know what FAX options is supported under version 1.4.</div><div><br></div><div>In 1.6 the app_fax.so comes by default, but I need to upgrade the server, which might be good idea, but I&#39;m not sure I want to get into this now.</div>

<div><br></div><div>Version 1.8 seems to have digum support and spandsp support for faxes, but I&#39;m not sure what does it mean....</div><div><br></div><div><br></div><div>All I want is that each user has his own fax number, so when no answering, and voice mail is off (can I keep it on?), once fax is coming in, it will be converted to pdf and sent to the user mailbox.</div>

<div><br></div><div>For sending faxes, I guess I can used sendmail with IAXmodem and some faxing server.....</div><div><br></div><div><br></div><div>Thank you all</div><div>Sassy</div><div><br></div><div><br><br><div class="gmail_quote">

On Wed, Aug 10, 2011 at 1:15 AM, Ryan McGuire <span dir="ltr">&lt;<a href="mailto:rdmcguire01@gmail.com">rdmcguire01@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;">

Unless your network is under load and you are seeing dropped packets<br>
and high jitter, I would absolutely not do T.38. The cheapest and<br>
easiest approach that I have found is to buy yourself an FXS gateway<br>
and just make sure you are using ulaw.<br>
<br>
Is this for personal use, or for business use? One feature that you<br>
may want to utilize is fax tone detection if you only have a single<br>
incoming line. If you use fax tone detection you can send the call<br>
directly to your FXS gateway.<br>
<br>
I&#39;ve successfully faxed through my SIP provider as well as through an<br>
FXO gateway going to a DOCSIS modem (consumer grade &quot;digital voice&quot;).<br>
TDM and POTS are really synonymous by the way, TDM is just a more<br>
specific acronym (time-division multiplexing). You need not worry<br>
about the details though, if you are simply doing inband passthrough<br>
and you are using 711u on your VOIP legs you should be fine... YMMV of<br>
course.<br>
<font color="#888888"><br>
-Ryan<br>
</font><div><div></div><div class="h5"><br>
On Tue, Aug 9, 2011 at 6:00 PM, Steve Totaro<br>
&lt;<a href="mailto:stotaro@totarotechnologies.com">stotaro@totarotechnologies.com</a>&gt; wrote:<br>
&gt; On Tue, Aug 9, 2011 at 5:21 PM, C F &lt;<a href="mailto:shmaltz@gmail.com">shmaltz@gmail.com</a>&gt; wrote:<br>
&gt;&gt; On Tue, Aug 9, 2011 at 3:38 PM, Sassy Natan &lt;<a href="mailto:sassyn@gmail.com">sassyn@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt; I would like to make sure I got it right:<br>
&gt;&gt;&gt; 1. Asterisk 1.4 doesn&#39;t support FAX support. It do however works if u sent<br>
&gt;&gt;&gt; fax from the PSTN and have anther FAX machine answer to it even if it is<br>
&gt;&gt;&gt; behind asterisk. This works like any regular phone, and as far as I know<br>
&gt;&gt;&gt; this mode known as T.38 pass through.<br>
&gt;&gt;<br>
&gt;&gt; No its not T.38 pass through. T.38 pass through is only if the 2 end<br>
&gt;&gt; points negotiated T.38, i.e. a provider that supports T.38 and an ATA<br>
&gt;&gt; that supports T.38. What you are describing will most likely fail if<br>
&gt;&gt; there is any VoIP in between, and should succeed over pure TDM using<br>
&gt;&gt; digium or similar cards.<br>
&gt;<br>
&gt; Fax was never officially supported by Asterisk/Digium using TDM cards.<br>
&gt;<br>
&gt; I works for the most part, but there is no comparison to a pure POTS<br>
&gt; line.  Much depends on the line quality, the sending and receiving fax<br>
&gt; devices.  Some places with good fax machines, PRIs coming in and some<br>
&gt; FXS ports would work just fine.<br>
&gt;<br>
&gt; Others, are a nightmare and make you look bad.<br>
&gt;<br>
&gt; Depending on your customer&#39;s fax needs, sometimes it is better to tell<br>
&gt; them to keep or have some POTS lines provisioned for reliable faxing<br>
&gt; and to back that up, bring up being able to reach 911 if the phone<br>
&gt; system is down and the company&#39;s liability, even though everyone has<br>
&gt; cell phones.  This is the best for TDM faxing with nothing fancy.<br>
&gt;<br>
&gt; I have sent people to <a href="http://www.trustfax.com" target="_blank">www.trustfax.com</a><br>
&gt;<br>
&gt; TDM faxing is something that burned me more than once, so I don&#39;t suggest it.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; 2. If u want asterisk 1.4 to able to sent and receive emails you will have<br>
&gt;&gt;&gt; to patch the source code using the spandsp patches. There are some other<br>
&gt;&gt;&gt; ways to make this work like using  IAX, hylafax  but I need to know if this<br>
&gt;&gt;&gt; is true. This mode is what know to be as NVFAX detected<br>
&gt;&gt;<br>
&gt;&gt; asterisk doesn&#39;t have the ability to send or receive emails. It does<br>
&gt;&gt; have the ability to use something like sendmail to send/receive<br>
&gt;&gt; emails.<br>
&gt;&gt; I&#39;m assuming its a typo and you meant faxes.<br>
&gt;&gt; What exactly are you trying to accomplish? If you need to know<br>
&gt;&gt; something go ahead and try/test it and report back. After all that is<br>
&gt;&gt; what we all did to be able to answer it. Apparently the fact that<br>
&gt;&gt; others tried it and told you that it works still warrants a<br>
&gt;&gt; question:&quot;I need to know if this is true&quot;<br>
&gt;&gt;<br>
&gt;<br>
&gt; I have been advised that everyone must post their solutions to the<br>
&gt; list so that you don&#39;t have to test.  I think it was a self appointed<br>
&gt; list moderator.  People are required to come back, aknowledge that<br>
&gt; something worked and give credit.  Flaw: Just because something worked<br>
&gt; for someone doesn&#39;t mean that your solution wouldn&#39;t work better.<br>
&gt;<br>
&gt; Anyways, I am with you.  I learned this stuff with very little<br>
&gt; documentation except .conf examples and code.  Integration is where<br>
&gt; things get really fun and creative.  Logically testing and failing and<br>
&gt; testing until you find your solution is extremely rewarding (at least<br>
&gt; to me).  Making a Definity G3 and Asterisk fully integrate can cause<br>
&gt; severe rage followed by euphoria, so be warned.  Being creative is<br>
&gt; dangerous to some on the list.<br>
&gt;<br>
&gt; Try iaxmodem and hylafax.  Alex B did a very nice writeup on how to<br>
&gt; set that up so that it works very well.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; 3. Now version 1.6 support Fax in a better way then 1.4. There is app_fax.c<br>
&gt;&gt;&gt; in the source code. Can someone please tell me what does this apps do?<br>
&gt;&gt;<br>
&gt;&gt; I assume you meant than not then, but I&#39;m not sure if its a typo, you<br>
&gt;&gt; might just not know.<br>
&gt;&gt; app_fax.c does faxing. The question is what are YOU trying to do?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; 4. Version 1.8 as two modes: SpanDSP mode and some other method, what is<br>
&gt;&gt;&gt; the different between then.... can someone please help?<br>
&gt;&gt;<br>
&gt;&gt; Whats the other mode?<br>
&gt;&gt;<br>
&gt;<br>
&gt; The best mode for T38 is probably Freeswitch or Callweaver.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt; Sassy<br>
&gt;&gt;&gt; --<br>
&gt;<br>
&gt; --<br>
&gt; _____________________________________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div></div>