From 581c9b29bcd29bd01c6b6478378a388fc94d7f28 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 12 Aug 2014 15:08:35 +0200 Subject: [PATCH] Generate Python wrapper for linphone_core_send_dtmf() and linphone_core_play_dtmf(). --- tools/python/apixml2python.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/python/apixml2python.py b/tools/python/apixml2python.py index a5b9d46e6..bd3826871 100755 --- a/tools/python/apixml2python.py +++ b/tools/python/apixml2python.py @@ -82,8 +82,6 @@ blacklisted_functions = [ 'linphone_core_set_log_level', # There is no use to wrap this function 'linphone_core_set_payload_type_bitrate', # missing PayloadType 'linphone_core_set_video_policy', # missing LinphoneVideoPolicy - 'linphone_core_play_dtmf', # handling of char - 'linphone_core_send_dtmf', # handling of char 'linphone_core_set_audio_codecs', # missing PayloadType and MSList 'linphone_core_set_sip_transports', # missing LCSipTransports 'linphone_core_subscribe', # missing LinphoneContent