<br><br><div class="gmail_quote">2010/3/17 Klaus Darilion <span dir="ltr">&lt;<a href="mailto:klaus.mailinglists@pernau.at">klaus.mailinglists@pernau.at</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;">
<br>
<br>
Am 17.03.2010 10:40, schrieb Peter den Hartog:<br>
<div class="im">&gt; Hello,<br>
&gt;<br>
&gt; I was wondering if the following was possible:<br>
&gt; When somebody sends a fax to my direct number 0101234567105 (my<br>
&gt; extension will be 105) is it possible that Asterisk, or an addon sees<br>
&gt; this as a fax, and e-mail the fax to me?<br>
&gt; So everybody with a private extension will be able to receive faxes in<br>
&gt; his e-mailbox on his direct number.<br>
<br>
</div>Yes, that should work (at least with 1.6.2):<br>
<br>
1. Enable fax detection on the inbound channel, e.g. sip.conf:<br>
<br>
; FAX detection will cause the SIP channel to jump to the &#39;fax&#39;<br>
extension (if it exists)<br>
; when a CNG tone is detected on an incoming call.<br>
;<br>
; faxdetect = yes              ; Default false<br>
<br>
<br>
chan_dahdi.conf:<br>
; For fax detection, uncomment one of the following lines.  The default<br>
is *OFF*<br>
;<br>
;faxdetect=both<br>
;faxdetect=incoming<br>
;faxdetect=outgoing<br>
;faxdetect=no<br>
<br>
<br>
Further, put a &quot;fax&quot; extension in the context where you handle the fax,<br>
e.g. forward to Hylafax are receive directly with ReceiveFAX().<br>
<br>
IIRc the originaly dialed number will be written in the variable<br>
FAXEXTEN. Thus, you can send the fax to the respective email address<br>
based on FAXEXTEN.<br>
<br>
regards<br>
<font color="#888888">klaus<br>
</font><div class="im"><br>
<br></div></blockquote><div><br>As IMHO, fax detection needs callee to answer the incoming call, how should I proceed to get a pre-recorded audio file played (&quot;You&#39;re bout to receive an incoming fax call&quot;) to callee while the incoming fax call is converted into a fax file ?<br>
<br>My understanding of Asterisk dialplan is :<br>- a fax call comes in from channel A,<br>- appropriate extension is dialed through channel B,<br>- user answers and channels A and B are bridged,<br>- Asterisk detects the call is a fax call and then :<br>
--- 1. stops channel B<br>--- 2. jumps into dialplan fax priority<br><br>Is it possible to play a message on channel B before stopping ?<br><br>Regards<br><br><br>makes me think that as soon as a fax is detected, the receiving channel is stopped<br>
 </div><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">
<br>
<br>
&gt;<br>
&gt; Any pointers would be highly appreciated!<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Peter<br>
&gt;<br>
<br>
</div><div><div></div><div class="h5">--<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>