<html><body><div style="font-family: Arial; font-size: 12pt; color: #000000"><div>Here you go. <br></div><div><br></div><div>In extensions.conf, you see the line like this :<br></div><div>exten => XXXXX,1,rpt,XXXXX <br></div><div>Where XXXXX is your node number.<br></div><div><br></div><div>Replace that line with these three:<br></div><div>exten => XXXXX,1,Playback(Whatever_The_File_Name_IS) ; Play Whatever_The_File_Name_IS.gsm to the remote station on inital connect<br>exten => XXXXX,n,Wait(3) ; Make this value whatever you need to cover the length of the audio file<br>exten => XXXXX,n,rpt,XXXXX ; Connect the remote station to app_rpt node XXXXX<br></div><div><br></div><div>Since the remote station is not connected to app_rpt yet, it plays the file over the remote connection only.<br></div><div>Of course if you're coming in from a node that already has other connections, everyone on that side will hear the message.</div><div> <br></div><div>Try connecting to 28260 for an example.<br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>Bob<br></div><div>WB3AWJ<br></div><div><br></div></div></body></html>