Could I get some clarification on tos global setting as referenced by documentation below?

 

Specifically, are DSCP values allowed? Or is this simply for scheduling purposes at the OS level?

 

I can change the value once packets hit the network but if possible would like 0x60 to originate from Kamailio.

 

tos

 

The TOS (Type Of Service) to be used for the sent IP packages (both TCP and UDP).

 

Example of usage:

 

  tos=IPTOS_LOWDELAY

  tos=0x10

  tos=IPTOS_RELIABILITY

 

Thanks!

-Dan