<tt><font size=2>> Hello,<br>
> I have a question regarding incoming fax to local file (on the <br>
> Asterisk server).<br>
> While the fax is received properly (I have the tiff file generated
<br>
> as expected) I get the warning 'FAX CNG detected but no fax <br>
> extension' on the consol.<br>
> <br>
> If the fax is received ok then what 'fax extension' does it expect
<br>
> and what should I do there? <br>
> <br>
> My Setup:<br>
> Sender -> Public PSTN -> provider -> SIP trunk (configured
with <br>
> G711a) -> Asterisk (13.6.0)<br>
> <br>
> My extension.conf on relevant section is this (obviously this is not<br>
> production code):<br>
> exten => s,1,Answer()<br>
> same =>      n,Verbose(0, Attempt to Receive FAX)<br>
> same =>      n,Set(FAXOPT(gateway)=no)<br>
> same =>      n,ReceiveFax(/var/workspace/testfax.tiff,d)<br>
> same =>      n,Hangup()<br>
> <br>
> and <br>
> Server*CLI> module show like fax<br>
> Module                  
      Description            
             <br>
> Use Count  Status      Support Level<br>
> res_fax.so                
    Generic FAX Applications          
  <br>
> 1          Running        
     core<br>
> res_fax_spandsp.so             Spandsp
G.711 and T.38 FAX <br>
> Technologies  0          Running  
       extended<br>
> 2 modules loaded<br>
</font></tt>
<br><tt><font size=2>The good news is you don't really have anything wrong
and as things are working as expected, you can ignore the warning if you
so choose.</font></tt>
<br>
<br><tt><font size=2>What generates that error is that on your trunk, you
have faxdetect=yes. This will cause Asterisk to listen in to all your calls
on that trunk and try to detect a fax and if it finds it will redirect
it to a fax extension to be handled as a fax.</font></tt>
<br>
<br><tt><font size=2>You have written a fax handler for your fax lines,
but that doesn't stop the fax detection from trying to route it to an extension
called fax. Since this doesn't exist in your case, you get the warning,
but the fax is received because you are handling in the current path.</font></tt>
<br>
<br><tt><font size=2>Where things would actually break is if someone sent
a fax to one of your voice lines. If you don't have a fax extension to
send it to, the person being called would pick up to fax tones. If you
do have a fax extension, they would get the call yanked from them and it
would be sent over to the fax extension. In my particular case, testing
shows I get about half a ring to my desk phone before the system determines
fax call and sends it to the fax system.</font></tt>
<br clear="both">
______________________________________________________________________<BR>
This email has been scanned by the Symantec Email Security.cloud service.<BR>
For more information please visit http://www.symanteccloud.com<BR>
______________________________________________________________________<BR>