Default FreePBX context,<br><br>[from-pstn]<br>include =&gt; from-pstn-custom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; create this context in extensions_custom.conf to include customizations<br>include =&gt; ext-did<br>include =&gt; ext-did-post-custom<br>
include =&gt; from-did-direct&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ; MODIFICATOIN (PL) for findmefollow if enabled, should be bofore ext-local<br>include =&gt; ext-did-catchall&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ; THIS MUST COME AFTER ext-did<br>exten =&gt; fax,1,Goto(ext-fax,in_fax,1)<br>
<br>The call seems to be going here<br><br>[ext-did-catchall]<br>include =&gt; ext-did-catchall-custom<br>exten =&gt; s,1,Noop(No DID or CID Match)<br>exten =&gt; s,n(a2),Answer<br>exten =&gt; s,n,Wait(2)<br>exten =&gt; s,n,Playback(ss-noservice)<br>
exten =&gt; s,n,SayAlpha(${FROM_DID})<br>exten =&gt; s,n,Hangup<br>exten =&gt; _.,1,Set(__FROM_DID=${EXTEN})<br>exten =&gt; _.,n,Noop(Received an unknown call with DID set to ${EXTEN})<br>exten =&gt; _.,n,Goto(s,a2)<br>exten =&gt; h,1,Hangup<br>
<br>; end of [ext-did-catchall]<br><br>------------------------------------------------------------------------------<br>