I’m exploring the possibility of marking Audio and Video packets with distinct DSCP values. Specifically, I’d like to set Audio packets with EF and Video packets with AF41.
However, when I set the TOS values, both Audio and Video packets are marked with either EF or AF41. I’m unable to set the values separately.
Asterisk states that it can have multiple values for each data type. Is there an option to set TOS values for Audio and Video packets separately in RTPEngine as well?
Takes an integer as argument and if given, specifies the TOS value that should be set in outgoing packets. The default is to leave the TOS field untouched. A typical value is 184 (Expedited Forwarding).
Thanks in advance for your assistance.
Kaseenadh Reddy Bojja
Is there an option to set TOS values for Audio and Video packets separately in RTPEngine as well?
No, sorry, we don't have that. Sounds like a useful feature though, so pull requests are welcome 😁
Cheers