Fixed force RTP through the engine
This commit is contained in:
@@ -200,7 +200,7 @@ branch_route[MANAGE_BRANCH] {
|
|||||||
onreply_route[MANAGE_REPLY] {
|
onreply_route[MANAGE_REPLY] {
|
||||||
if (is_method("INVITE")) {
|
if (is_method("INVITE")) {
|
||||||
# Force RTP relay on reply
|
# Force RTP relay on reply
|
||||||
rtpengine_manage("force-relay");
|
rtpengine_manage("replace-origin force-relay");
|
||||||
xdbg("incoming reply\n");
|
xdbg("incoming reply\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user