FreshJR
Very Senior Member
@FreshJR Can I suggest an uninstall/install command, I can see users not fully reading the OP and wiping the firewall-start file, here is the basic standard that was suggested.
That way you can handle things like missing shebangs automatically;
Code:if [ ! -f "/jffs/scripts/firewall-start" ]; then echo "#!/bin/sh" > /jffs/scripts/firewall-start elif [ -f "/jffs/scripts/firewall-start" ] && ! head -1 /jffs/scripts/firewall-start | grep -qE "^#!/bin/sh"; then sed -i '1s~^~#!/bin/sh\n~' /jffs/scripts/firewall-start fi
Along with a standardised entry like;
Code:/jffs/scripts/FreshJR_QOS # Added By FreshQOS
The goal of the install instructions is to wipe firewall-start if coming from v1.4.
This is because that's where the old script was installed too/as.
But yes, I will automate it so install / uninstall can be one command instead of 3.
It already follows a standard entry. Is the problem a missing comment?
Giving it a try. Let's see if it resolves the intermittent WiFi calling issues.
That's my only reason for pursing QOS modifications further. I had the same issue as you describe.
I really hope it was caused by adaptive QOS categorization and not router wireless instability/compatability.
Also note, the included ports are for T-Mobile (USA) and Facetime. Check if your cell phone carrier uses different ports!
If it was not caused by QOS and you find a solution, PM me.
Last edited: