Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.3 #758

Closed
wants to merge 7 commits into from
4 changes: 2 additions & 2 deletions modules/sca/sca_call_info.c
Expand Up @@ -737,8 +737,8 @@ static int sca_call_info_uri_update(str *aor, sca_call_info *call_info,
}

dialog.id.s = dlg_buf;
if (sca_dialog_build_from_tags(&dialog, sizeof(dlg_buf), call_id, to_tag,
from_tag) < 0) {
if (sca_dialog_build_from_tags(&dialog, sizeof(dlg_buf), call_id, from_tag,
to_tag) < 0) {
LM_ERR( "sca_call_info_uri_update: Failed to build dialog from tags\n" );
return (-1);
}
Expand Down