<br><br><div class="gmail_quote">2010/10/17 sean darcy <span dir="ltr">&lt;<a href="mailto:seandarcy2@gmail.com">seandarcy2@gmail.com</a>&gt;</span><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">On Sun, Oct 17, 2010 at 3:59 AM, Olivier &lt;<a href="mailto:oza_4h07@yahoo.fr">oza_4h07@yahoo.fr</a>&gt; wrote:<br>
&gt; mù:l;:kj,nb   hgyuè<br>
&gt;<br>
&gt; 2010/10/16 Frank Tarczynski &lt;<a href="mailto:ftarz@mindspring.com">ftarz@mindspring.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;  I&#39;m running an AsteriskNow V1.7.1 with both a PSTN connection and fax<br>
&gt;&gt; machine.  Both are connected to a DAHDI board.  I&#39;d like to route<br>
&gt;&gt; incoming PSTN fax calls to the extension of the fax machine and process<br>
&gt;&gt; non-fax calls through different dialplan.logic.<br>
&gt;&gt;<br>
&gt;&gt; What&#39;s the best way to go about doing this?  I&#39;ve looked into Fax for<br>
&gt;&gt; Asterisk, bit I&#39;m not sure that I want it or NVFax detection.<br>
&gt;&gt;<br>
&gt;&gt; Any pointers to share?<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; The trouble with using the same DID for both voice and fax calls is with the<br>
&gt; way fax priority seems to function, user experience is a bit rough:<br>
&gt; - user phone is ringing<br>
&gt; - user answers and hear a brief tone while fax detection happens<br>
&gt; - then user is hearing an hangup tone (while the fax is received in another<br>
&gt; channel)<br>
&gt;<br>
&gt; What is missing here is the possibility to playback a message to end user<br>
&gt; instead of playing a tone.<br>
&gt;<br>
&gt; If you find a way to work around this, please, do not hesitate to share.<br>
&gt;<br>
&gt; Regards<br>
&gt;<br>
<br>
</div>extensions.conf:<br>
<br>
<br>
[incoming]<br>
exten =&gt; fax,1,NoOp(Fax Detected)  ;; the fax line<br>
exten =&gt; fax,n,GoTo(incoming-fax,s,1)<br>
exten =&gt; fax,n,Hangup()            ;; the fax machine<br>
<br>
exten =&gt;s,1,Answer()<br>
exten =&gt;s,n,Wait(6)<br>
exten =&gt;s,n,Dial(${House_Phones},60)<br>
........<br>
<br>
You may still get one or two rings, so don&#39;t run to answer :-)<br>
<br>
See:<br>
<br>
<a href="https://issues.asterisk.org/view.php?id=17064" target="_blank">https://issues.asterisk.org/view.php?id=17064</a><br>
<br>
sean<br>
<font color="#888888"><br></font></blockquote><div><br>Very interesting !!<br>Thanks !!<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888">
--<br>
</font><div><div></div><div class="h5">_____________________________________________________________________<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>