diff --git a/src/plugins/janus_sip.c b/src/plugins/janus_sip.c index ef0a13d0e4..e8b7366538 100644 --- a/src/plugins/janus_sip.c +++ b/src/plugins/janus_sip.c @@ -815,7 +815,7 @@ static struct janus_json_parameter decline_parameters[] = { }; static struct janus_json_parameter transfer_parameters[] = { {"uri", JSON_STRING, JANUS_JSON_PARAM_REQUIRED}, - {"call_id", JANUS_JSON_STRING, 0} + {"replace", JANUS_JSON_STRING, 0} }; static struct janus_json_parameter hold_parameters[] = { {"direction", JSON_STRING, 0}