We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d1ca4 commit 5d67712Copy full SHA for 5d67712
1 file changed
pcscf/route/mt.cfg
@@ -507,6 +507,11 @@ route[N5_PATCH_MT_REQ] {
507
jansson_set("string", "marBwUl", "5000 Kbps", "$var(medSubComp2)");
508
jansson_set("string", "flowUsage", "RTCP", "$var(medSubComp2)");
509
510
+ # Merging the flows under MediaSubComponent for Audio Flow
511
+ jansson_set("obj", "0", "$var(medSubComp1)", "$var(medSubComps)");
512
+ jansson_set("obj", "1", "$var(medSubComp2)", "$var(medSubComps)");
513
+ jansson_set("obj", "medSubComps", "$var(medSubComps)", "$var(medComp)");
514
+
515
# Now in case of a ReInvite with Video, we need to update the N5 QoS Request with the Video Flow Info
516
517
if(sdp_with_media("video")) {
0 commit comments