From 89aa4623977f84a7478ad155a80db0508552e867 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 4 Jan 2016 17:40:21 +0100 Subject: [PATCH] Define vtable in tester as internal so that presence list notify callbacks are called. --- tester/tester.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tester/tester.c b/tester/tester.c index ad3380993..dbb93b034 100644 --- a/tester/tester.c +++ b/tester/tester.c @@ -265,6 +265,7 @@ LinphoneCoreManager* linphone_core_manager_init(const char* rc_file) { char *rc_path = NULL; char *hellopath = bc_tester_res("sounds/hello8000.wav"); mgr->number_of_cunit_error_at_creation = CU_get_number_of_failures(); + linphone_core_v_table_set_internal(&mgr->v_table, TRUE); mgr->v_table.registration_state_changed=registration_state_changed; mgr->v_table.auth_info_requested=auth_info_requested; mgr->v_table.call_state_changed=call_state_changed;