Hello all,<br><br>I&#39;m running Asterisk 1.4.5 and Zaptel 1.4.3 on Debian Etch i386 with the Digium&#39;s Dev Kit that comes with 1 FXO and 1 FXS.&nbsp; How do I configure my home PBX in such a way that whenever someone calls on my trunkline (PSTN) number, he/she will hear a customized ring tone, probably playing an MP3 file, instead of a boring standard ring tone while the extension number that is forwarded the call is still ringing?&nbsp; My current /etc/asterisk/extensions.conf file looks like this:
<br><br>[general]<br>
static=yes<br>
writeprotect=no<br>
autofallthrough=yes<br>
clearglobalvars=no<br><br>[pstn]<br>exten =&gt; s,1,NoOp(Caller ID is ${CALLERID(num)})<br>exten =&gt; s,2,Dial(Zap/1,15,g2)<br>exten =&gt; s,n,Congestion<br><br>[local]<br>ignorepat =&gt; 9<br>exten =&gt; _9.,1,Dial(Zap/g1/${EXTEN:1})
<br>exten =&gt; _9.,n,Congestion<br>exten =&gt; 11,1,Dial(Zap/1,20,rt)<br><br>Thank you in advance.<br>