How to make a QoS for Voip (SIP) efficient in the Mikrotik? If I to prioritize High doors do not run the risk to be also prioritizing P2P?
I found the only way I could do it effectivly was by mangling the dst and src addreses of the VOIP servers. Ports never work right with sip.
3.0 provides opportunity to mark SIP packets using ‘ip firewall mangle add connection-type=’, as SIP helper is implemented in 3.0.
Using 2.9 you have to use available matchers to mark packets, src/dst-addresses, src/dst-ports etc.
Where is this option to mangle sip packet ???, I have 3.0beta5 & from winbox in mangle rule in connection type it has not.
The following matcher is not included yet, it will be included in the next versions of the 3.0.
You can try to use Winbox and type ‘sip’ manually to the appropriate window.