From 9af0d5b460dc0e518d35e62a66c72dcbaca93b64 Mon Sep 17 00:00:00 2001 From: Dhruv Gupta <87171798+dhruvecosmob@users.noreply.github.com> Date: Tue, 19 Oct 2021 19:19:08 +0530 Subject: [PATCH] [Unit-tests] Fix-up usage of sipp in the register_403 unit-test of mod_sofia --- src/mod/endpoints/mod_sofia/test/sipp-based-tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/test/sipp-based-tests.c b/src/mod/endpoints/mod_sofia/test/sipp-based-tests.c index 0ae1ff51c3..a7a380588f 100644 --- a/src/mod/endpoints/mod_sofia/test/sipp-based-tests.c +++ b/src/mod/endpoints/mod_sofia/test/sipp-based-tests.c @@ -555,7 +555,7 @@ skiptest: switch_event_bind("sofia", SWITCH_EVENT_CUSTOM, NULL, event_handler_reg_fail, NULL); - sipp_ret = start_sipp_uas(local_ip_v4, 6080, "sipp-scenarios/uac_407_subscriber.xml", "-inf data.csv"); + sipp_ret = start_sipp_uas(local_ip_v4, 6080, "sipp-scenarios/uas_register_403.xml", ""); if (sipp_ret < 0 || sipp_ret == 127) { fst_requires(0); /* sipp not found */ }