Fixed force RTP through the engine

This commit is contained in:
2024-09-09 12:08:59 +02:00
parent 6c52ef8811
commit 1b9a132c40

View File

@@ -200,7 +200,7 @@ branch_route[MANAGE_BRANCH] {
onreply_route[MANAGE_REPLY] {
if (is_method("INVITE")) {
# Force RTP relay on reply
rtpengine_manage("force-relay");
rtpengine_manage("replace-origin force-relay");
xdbg("incoming reply\n");
}
}