<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font style="" color="#000000" face="Tahoma,sans-serif">Bryan,<br><br> I am not sure. Perhaps the database is corrupt? I just re-ran mine and it does not seem to burp -<br><br>Processing Node Number: 1000 - Callsign: WB6XYZ<br>Processing Node Number: 1499 - Callsign: WA3DSP<br>Processing Node Number: 2000 - Callsign: WB6NIL<br>Processing Node Number: 2001 - Callsign: WB6NIL<br>Processing Node Number: 2002 - Callsign: WB6NIL<br>Processing Node Number: 2003 - Callsign: WB6NIL<br>Processing Node Number: 2007 - Callsign: WB6NIL<br><br>The first two entries you would not have so I suspect the node 2000 would be the first one you process. That means there is probably something wrong in the database.<br><br>Try -   grep -m 1 2000 /var/log/asterisk/astdb.txt<br>2000|WB6NIL|ALBACORE HUB|Downtown Los Angeles, CA<br><br>replacing the path to your path if different. Are you seeing the same thing I am seeing?<br id="FontBreak"></font><font style="" face="Tahoma,sans-serif"><br></font><font style="" face="Tahoma,sans-serif">Maybe someone else has an idea?</font><br><br><b><font style="font-size:16pt;" size="4">73 Doug</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">WA3DSP</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">http://www.crompton.com/hamradio</font></b><font style="font-size:16pt;" size="4"><br></font><br><br><div>> Date: Tue, 18 Aug 2015 19:38:06 -0400<br>> From: bdboyle@bdboyle.com<br>> To: doug@crompton.com<br>> Subject: Re: [App_rpt-users] modified custom nodenames<br>> <br>> Doug:<br>> <br>> When running...line 42:<br>> 35: while IFS='|' read f1 f2 f3 f4<br>> 36: do<br>> 37:<br>> 38: echo "Processing Node Number: $f1 - Callsign: $f2"<br>> 39:<br>> 40: STRING=""<br>> 41:<br>> 42: foo=${f2,,}<br>> 43: for (( i=0; i<${#foo}; i++ )); do<br>> 44:  char=${foo:$i:1}<br>> 45:<br>> <br>> gives me:<br>> <br>> [root@WB0YLE scripts]# ./makenodenames<br>> Processing Node Number: 2000 - Callsign: WB6NIL<br>> ./makenodenames: line 42: ${f2,,}: bad substitution<br>> <br>> ?<br>> <br>> I'm usually able to suss that out, but, this doesn't make sense (of <br>> course, it's been 4 years since I did any sort of bash programming...)<br>> <br>> Thanks for insight.<br>> <br>> -- <br>> Bryan<br>> In this world, you must be oh so smart or oh so pleasant.<br>> Well, for years I was smart. I recommend pleasant.<br>> You may quote me.<br>> <br>> Sent from my MacBook Pro.<br>> <br></div>                                       </div></body>
</html>