<div dir="ltr">Hi Steve, et. al.:<div><br></div><div>A couple of errata for RAT_RC1.img on a Pi 3B:</div><div><br></div><div><b>firsttime:</b> </div><div><br></div><div>1) Does not happen on first boot after copying the img to CF and first login as root. Still investigating reproducing this but it seems that means the img is missing /etc/asterisk/firsttime. Maybe I'll try opening this with a loopback FS to see what's in the image before it boots.</div><div><br></div><div>2) Hit enter instead of Y or N at password change prompt and get a syntax error. <a href="https://github.com/AllStarLink/DIAL/pull/3" target="_blank">PR #3 </a>submitted and I see you already merged it!</div><div><br></div><div><b><i>no</i>noload:</b></div><div><b><br></b></div><div>The unanchored sed commands in /usr/local/sbin/pcf.sh cause "noload" to become "nonoload", "nononoload" and so on each time nodesetup is run.</div><div><br></div><div><div><font face="monospace, monospace"># grep nono /etc/asterisk/modules.conf </font></div><div><font face="monospace, monospace">nononoload => chan_simpleusb.so ;<span class="gmail-Apple-tab-span" style="white-space:pre">                 </span>CM1xx USB Cards with Radio Interface Channel Driver (No DSP)</font>          </div></div><div><br></div><div>Here's where this happens in /usr/local/sbin/pcf.sh:</div><div><br></div><div><font face="monospace, monospace">691: sed -i 's/noload => <a href="http://chan_simpleusb.so/load">chan_simpleusb.so/load</a> => <a href="http://chan_simpleusb.so/g">chan_simpleusb.so/g</a>' /etc/asterisk/modules.conf</font></div><div><font face="monospace, monospace">692: sed -i 's/load => <a href="http://chan_usbradio.so/noload">chan_usbradio.so/noload</a> => <a href="http://chan_usbradio.so/g">chan_usbradio.so/g</a>' /etc/asterisk/modules.conf</font></div><div><font face="monospace, monospace">695: sed -i 's/load => <a href="http://chan_simpleusb.so/noload">chan_simpleusb.so/noload</a> => <a href="http://chan_simpleusb.so/g">chan_simpleusb.so/g</a>' /etc/asterisk/modules.conf</font></div><div><font face="monospace, monospace">696: sed -i 's/noload => <a href="http://chan_usbradio.so/load">chan_usbradio.so/load</a> => <a href="http://chan_usbradio.so/g">chan_usbradio.so/g</a>' /etc/asterisk/modules.conf</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="arial, helvetica, sans-serif">Fix is to change them to: sed -i 's/^...' to anchor the pattern but I was unable to find where this happens in the source code so didn't submit a PR. It looks like pcf.sh is derived from <a href="https://allstarlink.org/config/portalconfig.sh">https://allstarlink.org/config/portalconfig.sh</a> but I'm missing something...</font></div><div><br></div><div><b>one-way audio with <a href="http://www.repeater-builder.com/products/usb-rim-lite.html">rb-usb-rim lite-scom 7330</a>:</b></div><div><b><br></b></div><div>We seemed to have one-way audio where audio from the SCOM was not being heard via the (763) phone dialup but phone audio was being transmitted by the SCOM. In the process of debugging this, we decided to see if there were packets flowing outbound and tried to "apt-get install tcpdump" and saw that it needed some updates, so we did an "apt-get update" and, lo and behold, the one-way audio problem went away. (Could be app_rpt saw we were getting ready to watch it;-) So perhaps there was just an update that needed to get installed, or it was just gremlins. Maybe just an Asterisk restart needed. Always frustrating when "circuit tested, no trouble found" after 4 hours of head-scratching. We had done many service asterisk stop/start cycles. So if firsttime isn't already, it should probably do an apt-get update.</div><div><br></div><div>We had also played around with "radio tune rxvoice" with a service monitor (and saved the tune config) to make sure there was actually audio going in to the RIM and at the right level.<br></div><div><br></div><div>Anyway, the good news is I believe we got this stuff working and the firsttime/nodesetup stuff makes it really easy.</div><div><br></div><div>Thanks & 73 de N2YGK & N2DVQ</div><div><br></div></div>