Hello.
I have a customer wishing prioritization of VoIP packets. They are using SIP protocol. They tell me it works like this:
UDP 5060-5063 used for call setup
UDP 16384-16482 used for call voice packets
I have set packet mangle to mark all UDP packets in 5060-5063 and 16384-16482 with flow mark "VoIP".
I have added queue trees on global-in and global out to set VoIP market packets to priority of 1.
I see traffic in 5060-5063, but no traffic in 16384-16482 at all. When I set packet mangle to mark all traffic (not just UDP) in 16384-16482, I see traffic.
I think this is because the packets are really RTP, which uses UDP but might have a different packet identification.
Can someone comment on this?
Is it possible to mark RTP packets in Mikrotik?
Is anyone else doing QoS for VoIP?