Hello
I have a problem i try searching for some similiar scripts .. which helps me solve my problem
I am student and oi have to make some script for QoS and i try make script (but must be a script)which mark pakets for incoming call over IP and give them some priorization or give them for example 1,5mbps range for clear call and reduce other clients until calling is finished. Please Help me
I solve this problem in a meantime by manglenig packets and QT but it insolve my script problem. If someone help me i give him some finacial reward.Please i am desperate.
No one ? I try it make but rules or by (TOS)Dscp (diffServ) but nothing work like i want pls help me
Mangle rules:
/ip firewall mangle add chain=prerouting action=mark-packet new-packet-mark=generic passthrough=yes comment=“mark all for generic” disabled=no
/ip firewall mangle add chain=prerouting action=mark-packet new-packet-mark=voip passthrough=yes dst-port=4569 protocol=tcp
comment=IAX2 disabled=no
/ip firewall mangle add chain=prerouting action=mark-packet new-packet-mark=voip passthrough=yes dst-port=4569 protocol=udp disabled=no
/ip firewall mangle add chain=prerouting action=mark-packet new-packet-mark=voip passthrough=yes src-port=4569 protocol=tcp disabled=no
/ip firewall mangle add chain=prerouting action=mark-packet new-packet-mark=voip passthrough=yes src-port=4569 protocol=udp disabled=no
/ip firewall mangle add chain=prerouting action=mark-packet new-packet-mark=voip passthrough=yes dst-port=5060 protocol=udp
comment=“Generic SIP port” disabled=no
/ip firewall mangle add chain=prerouting action=mark-packet new-packet-mark=voip passthrough=yes dst-port=16384-16482 protocol=udp
comment=“Ports defined by blueface” disabled=no
/ip firewall mangle add chain=prerouting dscp=26 action=mark-packet new-packet-mark=voip-sip passthrough=yes
/ip firewall mangle add chain=prerouting dscp=46 action=mark-packet new-packet-mark=voip-rtp passthrough=yes
QT:
/queue tree add name=“root” parent=global-total packet-mark=“” limit-at=0 queue=wireless-default priority=8 max-limit=0
burst-limit=0 burst-threshold=0 burst-time=0s disabled=no
/queue tree add name=“1_voip” parent=root packet-mark=voip limit-at=0 queue=wireless-default priority=1 max-limit=0
burst-limit=0 burst-threshold=0 burst-time=0s disabled=no
/queue tree add name=“2_voip-mark” parent=root packet-mark=voip-mark limit-at=0 queue=wireless-default priority=2 max-limit=0 burst-limit=0
burst-threshold=0 burst-time=0s
/queue tree add name=“3_generic” parent=root packet-mark=generic limit-at=0 queue=wireless-default priority=3 max-limit=0 burst-limit=0
burst-threshold=0 burst-time=0s disabled=no
/queue tree add name=“VOIP-SIP” parent=root packet-marks=voip-sip priority=1 max-limit=0 burst-limit=0 burst-threshold=0
burst-time=0s disabled=no queue=wireless-default
/queue tree add name=“VOIP-RTP” parent=root packet-marks=voip-rtp priority=1 max-limit=0 burst-limit=0 burst-threshold=0
burst-time=0s disabled=no queue=wireless-default
But i need make some script for it plsssss help
I’m actually have the same issue as Marascz. I’m looking for a similar script to fix my VoIP system. Can you perhaps pass over that information to me, Slates? It would be more than appreciated. I have lots of work to be completed with this new voip system. Thanks! 