<div dir="ltr">If you run <span style="font-size:12.8px">/usr/bin/mpg123 -q -r 8000 -f 8192 -b 2048 --mono -s </span><a href="http://streaming5.easyonhold.com:10010/strea" target="_blank" style="font-size:12.8px">http://streaming5.easyonhold.<wbr>com:10010/strea</a> from root does tcpdump show anything? What is asterisk runing as? I always use custom bash scripts when doing moh so I can put in my own logging. For instance:<div><br></div><div>moh,sh:<br><div>#! /bin/bash</div><div><br></div><div>/usr/bin/ffmpeg  -i 'https:/<a href="http://myurl.com/playlist.m3u8">myurl.com/playlist.m3u8</a>' -vn -ar 8000 -ac 1 -f s16le -</div><div>echo "[$(date +%F) $(date +%T)] $0" >> /tmp/streams_down #Log downed streams for now. In the future put out an alert</div><div>sleep $(( ( RANDOM % 60 )  )) #This is extremley important as if it's not here the repeat will lockup a core on the box</div></div><div><br></div><div><br></div><div>musiconhold.conf</div><div><div>[test]</div><div>mode=custom</div><div>application=/etc/asterisk/moh.sh</div></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 13, 2017 at 10:41 AM, Jerry Geis <span dir="ltr"><<a href="mailto:jerry.geis@gmail.com" target="_blank">jerry.geis@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"> tcpdump -A -i eth0  port 10010<br><div><br></div><div>give no output.</div><div><br></div><div>music on hold entry is:</div><div><div><br></div><div>[easyonhold]</div><div>mode=custom</div><div>application=/usr/bin/mpg123 -q -r 8000 -f 8192 -b 2048 --mono -s <a href="http://streaming5.easyonhold.com:10010/strea" target="_blank">http://streaming5.easyonhold.<wbr>com:10010/strea</a></div><div>ming/571c0e9d84290</div></div><div><br></div><div>The stream is not complete. I removed the ending.</div><div>if I past that stream into a windows browser behind the firewall it works.</div><div><br></div><div>My server is centos 7.4</div><div>I tried stopping iptables and firewalld</div><div>re-ran the tcpdump command above and nothing.</div><div><br></div><div>Thoughts?</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Jerry</div></font></span></div>
<br>--<br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.<wbr>org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/<wbr>wiki/display/AST/Getting+<wbr>Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>users</a><br></blockquote></div><br></div>