From f207747e7f5a899b8ff139c422921c32b8b5fc8b Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 5 Feb 2016 10:44:30 +0100 Subject: [PATCH] Fix loading of ms2 plugins in Python module. --- tools/python/apixml2python/handwritten_definitions.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/apixml2python/handwritten_definitions.mustache b/tools/python/apixml2python/handwritten_definitions.mustache index 1ecc8fb17..fcbbdb3d3 100644 --- a/tools/python/apixml2python/handwritten_definitions.mustache +++ b/tools/python/apixml2python/handwritten_definitions.mustache @@ -401,6 +401,7 @@ static void pylinphone_init_ms2_plugins(LinphoneCore *lc) { #ifdef ENABLE_WASAPI libmswasapi_init(factory); #endif + linphone_core_reload_ms_plugins(lc, NULL); } static PyObject * pylinphone_Core_class_method_new(PyObject *cls, PyObject *args) {