Bad garbled GSM Sounds on Asterisk after upgrade

Turns out there’s a bug in the optimizations on the GCC compiler.  Previously, was running 4.1; an ubuntu upgrade took it to 4.2 however, the audio on any gsm messages (voicemail, intros, etc) all sounded garbled.  Anything wave played fine.A bit of googling...

Add SSH to Untangle

To add SSH to Untangle, simply enter the following at the console:update-rc.d ssh defaults/etc/init.d/ssh restartYou’re good to go now remotely.  Ensure you enable the local network if that’s what you wish via limiting statement in the /etc/ssh/sshd_conf...

Two Useful Tricks in Windows for Network

You’re working on a network and trying to find a device, but can’t remember the IP address and you don’t have NMAP handy…This is particularly significant when dealing with network printers, etc. The two useful sequences are:1. You may try...

Hack Bell Speedstream 5200 E242

Since I need to find this once a month or so…I’ve replicated it here…Original located at http://www.dslreports.com/forum/remark,11490618~mode=flatWell, I’ve managed to actually get Port Forwarding and other features working with the Speedsteam...

Disable SIP / IAX Helpers in Untangle

rmmod nf_nat_siprmmod nf_conntrack_sipsed -i -e "s/nf_nat_sip//" /etc/untangle-net-alpaca/scripts/modulessed -i -e "s/nf_conntrack_sip//" /etc/untangle-net-alpaca/scripts/modulesCopied here to find it easier since many threads on untangle forums...