QoS and SIP

Hi,

I’m trying to get QoS to work with SIP. Just wondering if anyone else has done this and verify that what i have done is correct.

/ ip firewall mangle
add chain=forward protocol=udp src-port=5060-5064 dst-port=5060-5064
action=mark-connection new-connection-mark=sip_conn passthrough=yes
comment=“SIP Connection - i don think think that port 5004 is doing
anything at all. " disabled=no
add chain=forward protocol=udp src-port=5004 dst-port=5004
action=mark-connection new-connection-mark=sip_conn2 passthrough=yes
comment=”" disabled=no
add chain=forward connection-mark=sip_conn2 action=mark-packet
new-packet-mark=sip_packet2 passthrough=yes comment="SIP marked packets. "
disabled=no
add chain=forward connection-mark=sip_conn action=mark-packet
new-packet-mark=sip_packet passthrough=yes comment=“other SIP packet
marker” disabled=no

/ queue simple
add name=“SIP” dst-address=0.0.0.0/0 interface=all parent=none
packet-marks=sip_packet,sip_packet2 priority=1 queue=default/default
limit-at=32000/32000 max-limit=52000/52000 total-queue=default disabled=no
add name=“Othertraffic” dst-address=0.0.0.0/0 interface=all parent=none
priority=4 queue=default/default limit-at=0/0 max-limit=150000/1200000
total-queue=default disabled=yes

Thanks in advance,
Mike