<br><br><div class="gmail_quote">2010/10/17 sean darcy <span dir="ltr"><<a href="mailto:seandarcy2@gmail.com">seandarcy2@gmail.com</a>></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 <<a href="mailto:oza_4h07@yahoo.fr">oza_4h07@yahoo.fr</a>> wrote:<br>
> mù:l;:kj,nb hgyuè<br>
><br>
> 2010/10/16 Frank Tarczynski <<a href="mailto:ftarz@mindspring.com">ftarz@mindspring.com</a>><br>
>><br>
>> I'm running an AsteriskNow V1.7.1 with both a PSTN connection and fax<br>
>> machine. Both are connected to a DAHDI board. I'd like to route<br>
>> incoming PSTN fax calls to the extension of the fax machine and process<br>
>> non-fax calls through different dialplan.logic.<br>
>><br>
>> What's the best way to go about doing this? I've looked into Fax for<br>
>> Asterisk, bit I'm not sure that I want it or NVFax detection.<br>
>><br>
>> Any pointers to share?<br>
><br>
> Hi,<br>
><br>
> The trouble with using the same DID for both voice and fax calls is with the<br>
> way fax priority seems to function, user experience is a bit rough:<br>
> - user phone is ringing<br>
> - user answers and hear a brief tone while fax detection happens<br>
> - then user is hearing an hangup tone (while the fax is received in another<br>
> channel)<br>
><br>
> What is missing here is the possibility to playback a message to end user<br>
> instead of playing a tone.<br>
><br>
> If you find a way to work around this, please, do not hesitate to share.<br>
><br>
> Regards<br>
><br>
<br>
</div>extensions.conf:<br>
<br>
<br>
[incoming]<br>
exten => fax,1,NoOp(Fax Detected) ;; the fax line<br>
exten => fax,n,GoTo(incoming-fax,s,1)<br>
exten => fax,n,Hangup() ;; the fax machine<br>
<br>
exten =>s,1,Answer()<br>
exten =>s,n,Wait(6)<br>
exten =>s,n,Dial(${House_Phones},60)<br>
........<br>
<br>
You may still get one or two rings, so don'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>