qos
4 TopicsTeams VOIP signalling protocol and TCP port?
I understand MS teams is using HTTP/HTTPS TCP port 80/443 for call setup, and RTP/UDP for data plane, My question is how can I apply QoS for MS Teams signalling traffics? (in another word, How can I capture/classify the HTTP/HTTPs traffics only for MS Teams call setup, excluding other normal web browsing traffics)?? Plane Media Traffic Type User source port Destination port Protocol Data Voice UDP 50000-50019 UDP 3478-3481 RTP over UDP Data Video UDP 50020-50039 UDP 3478-3481 RTP over UDP Data Screen Sharing UDP 50040-50059 UDP 3478-3481 RTP over UDP Signalling TCP 80 and 443 HTTP/HTTPSSolved38KViews1like4CommentsQoS Port Range
Hello, My company is currently working on migrating from SfB to Teams and we want our Teams to deliver quality in terms of Calls, Video and App/Screen-Sharing. In order to do so we want to enable QoS for Microsoft Teams, but we can't seem to agree on the port range to open up to set this up and we hear 2 sides to QoS. One side says we need to open a lot of ports in orde provide QoS seemlessly, another side says the port range doesn't need to be that big for a large amount of users. Hopefully you guys can help me clarify this! Our situation: - Company with around 7.5k employees - We call/meet/share a lot in these Covid times One side says: You need to open following ports E2E for QoS: - Audio: 42501 - 50000 - Video: 50001 - 57500 - Screenshare: 57501 - 65000 The other side counters this with (E2E): - Audio: 50000 - 50499 - Video: 50500 - 50999 - Screenshare: 51000 - 51499 Who is at the right end here? Does a port get reserved when someone is using it and someone else can't use it then or can multiple users use the same port for audio or video or screenshare? Big thanks in advance!SolvedQoS for MTRonWindows
Sorry for the naive question: Is it enough to setup QoS in TAC for ALL Teams client variants to use these settings? OR Do I also have to manually enable and setup QoS for teams.exe on a MTR aka Teams Rooms with something like this: new-NetQosPolicy -Name "Teams Audio" -AppPathNameMatchCondition "Teams.exe" -IPProtocolMatchCondition Both -IPSrcPortStartMatchCondition 50000 -IPSrcPortEndMatchCondition 50019 -DSCPAction 46 -NetworkProfile All Thanks for some clarification.1.8KViews0likes3Comments