Hi,<br><br>I&#39;m configuring a system so that end user can receive phone and calls using the same extension and DID.<br>At the moment, fax are correctly detected but I&#39;m trying to improve end user experience.<br><br>
Relevant dialplan (from extensions.ael) is :<br>        fax =&gt; {<br>                Verbose(0,Incoming fax from ${CALLERID(num)});<br>                FAXFILE=&quot;/var/spool/asterisk/fax/${UNIQUEID}.tif&quot;;<br>                ReceiveFAX(${FAXFILE});<br>
                HangUp();<br>        };<br><br><br>What I would to improve is when a fax is detected, instead of hanging up the receiving extension, play a recorded message like &quot;you&#39;re receiving a fax&quot; (if receiving end is human, or nothing at all if it&#39;s a voicemail).<br>
<br>What would you advise me to try ?<br><br>Regards<br>