Browse Source

Revert "sca: reversed the from_tag and to_tag variables in the function call"

This reverts commit 308adadbe7edcf5972e13f989be690fd09893c65.
Kevin Scott Adams 9 years ago
parent
commit
26bc742f0b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      modules/sca/sca_call_info.c

+ 2 - 2
modules/sca/sca_call_info.c

@@ -734,8 +734,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, from_tag,
-			to_tag) < 0) {
+	if (sca_dialog_build_from_tags(&dialog, sizeof(dlg_buf), call_id, to_tag,
+			from_tag) < 0) {
 		LM_ERR("sca_call_info_uri_update: Failed to build dialog from tags\n");
 		return (-1);
 	}