<font color="#000066"><font size="2"><font face="tahoma,sans-serif">spandsp works fine on our PRI line<br></font></font></font><div><font class="Apple-style-span" color="#000066" face="tahoma, sans-serif"><br></font></div>
<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><font class="Apple-style-span" color="#000066" face="tahoma, sans-serif"><div>context FAX</div><div>{</div><div>        s =&gt; {</div>
<div>                NoOp(INFO: Getting fax in XXXXXXXX);</div><div>                Answer();</div><div>                Set(TIMEOUT(absolute)=600);     // 10 min</div><div>                Wait(3);</div><div>                if(&quot;${CALLERID(num)}&quot;=&quot;&quot;) {                     //</div>
<div>                        Set(Number=withhold);                   // If number is private</div><div>                }                                               //</div><div>                else {</div><div>                        Set(Number=${CALLERID(num)});           // If number is NOT private</div>
<div>                }</div><div>                Set(recordFile=${UNIQUEID}_${Number}.tiff);                                                     // Record file to RAM first,</div><div>                Set(recordPath=/var/log/asterisk/fax/${CALLERID(dnid)}/${STRFTIME(${EPOCH},GMT+0,%F)});         // then run /usr/local/bin/mailfax $1 $2</div>
<div>                ReceiveFax(/ramdrive/${recordFile});</div><div>                Wait(5);</div><div>                Hangup();</div><div>        };</div><div>        h =&gt; {</div><div>        //      System(/usr/bin/sendEmail -f <a href="mailto:asterisk@xxx.pt">asterisk@xxx.pt</a> -t <a href="mailto:fax@xxx.pt">fax@xxx.pt</a> -u &quot;Novo fax recebido&quot; -a /var/log/asterisk/fax/fax.${UNIQUEID}.tif -m &quot;Conteudo:&quot; -s <a href="http://mail.xxx.pt:25">mail.xxx.pt:25</a> -xu asterisk@$</div>
<div>                System(/usr/local/bin/faxmail &quot;${recordPath}&quot; &quot;${recordFile}&quot;);</div><div>        };</div><div>//      sendfax =&gt; {</div><div>//              SendFax(/var/log/asterisk/fax/fax.1247153669.3.tif);</div>
<div>//      };</div><div>}</div><div><br></div></font></div></blockquote><div><font class="Apple-style-span" color="#000066" face="tahoma, sans-serif"><br></font><div class="gmail_quote">On 5 May 2011 19:09, David Backeberg <span dir="ltr">&lt;<a href="mailto:dbackeberg@gmail.com">dbackeberg@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 class="im">On Thu, May 5, 2011 at 1:43 PM, vip killa &lt;<a href="mailto:vipkilla@gmail.com">vipkilla@gmail.com</a>&gt; wrote:<br>

&gt; The majority of open source projects out are NOT run by commercial<br>
&gt; institutions...<br>
<br>
</div>Postfix kicks butt. But only because IBM paid for development, for a<br>
long number of years, and because they hired somebody who had a really<br>
good idea how to improve Sendmail.<br>
<br>
Asterisk kicks butt. It just does, even if you can&#39;t get your silly<br>
faxing edge case to work, because Digium paid for development, for a<br>
long number of years.<br>
<br>
There are also people who come along, and because the source is<br>
available, fix a particular bug that annoyed them, or added a feature<br>
they personally wanted.<br>
<br>
T.38 has a boatload of problems, and most of those problems are<br>
because people who aren&#39;t employed by Digium did not read the specs,<br>
or they did read the specs, but felt like they had to violate the<br>
specs to get their code to work with a different broken T.38 stack.<br>
<br>
I&#39;ve personally fixed problems with asterisk, and I found my code<br>
contribution accepted. Perhaps you&#39;ve submitted patches the bug<br>
tracker? We eagerly anticipate your voluntary code contributions.<br>
<br>
Maybe statistically, there are more open source projects out there<br>
that have non-paid lead developers, and they do their work on their<br>
own dime, and on their own time.<br>
<br>
But unless you&#39;re lucky enough to live in a place where you can hunt<br>
and gather for everything you need, you need money to live in a<br>
society, and have the resources to be able to sit at a keyboard long<br>
enough to churn out code.<br>
<br>
I could only afford to make my &#39;code contribution&#39; because I have a<br>
day job where I needed the fix.<br>
<div><div></div><div class="h5"><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>