<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 05/30/2014 12:12 AM, Bob wrote:<br>
</div>
<blockquote cite="mid:550C1B15264446CEB4FE05DDD665D112@ThePykesHP"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 11 (filtered
medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Monaco;
panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-reply;
font-family:Arial;
color:navy;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
-->
</style>
<div class="Section1">
<p class="MsoNormal"><font color="navy" face="Arial" size="2"><span
style="font-size:
10.0pt;font-family:Arial;color:navy"><o:p> </o:p></span></font></p>
<div>
<div>
<p class="MsoNormal"><font color="navy" face="Arial"
size="2"><span style="font-size:
10.0pt;font-family:Arial;color:navy">So... I’ve been
researching several
options, finally downloaded the asterisk-addons, and
installed. The mp3
download of the ARRL News plays, however, I’d like to
have the idtalkover=|i<call
sign> function as well. I get the Morse Code id at
the end of the ARRL News,
but not during at the defined interval. Any ideas?</span></font></p>
</div>
</div>
</div>
</blockquote>
<br>
<font color="navy"><font size="2"><font face="Arial">Of course, it
depends on how often you've got your ID set to go off. <br>
<br>
context = radio<br>
<br>
;idrecording = w5omr-repeater ; this plays a
file that's located in /var/lib/asterisk/sounds/<br>
idrecording = |iW5OMR/R ;node
Identification. the lower case i means it's to be CW.<br>
accountcode=RADIO<br>
hangtime=400 ; repeater hang-time. I like
'em short.<br>
;althangtime=4000<br>
totime=540000 ;time out
timer in milliseconds 60000 miliseconds in a minute.<br>
idtime=600000 ;how often
node id's in milliseconds.<br>
;politeid=3000 ; how long allstar waits to
id while there's a carrier present before it ID's anyway.<br>
<br>
When you're setting up your script to play Newsline, just add
your id file to the end of the newsline file.<br>
<br>
$~> sox newline_file(x) id_file newsline_file_id(x)<br>
(where 'x' denotes which newsline file, since the one long
file is chunked up into several pieces.)<br>
<br>
That's -one- way to look at it... I'm sure there are several
others.<br>
It's Linux!<br>
<br>
-Geoff/W5OMR<br>
<br>
</font></font></font>
</body>
</html>