Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
581c9b29
Commit
581c9b29
authored
Aug 12, 2014
by
Ghislain MARY
Browse files
Generate Python wrapper for linphone_core_send_dtmf() and linphone_core_play_dtmf().
parent
1208a719
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
tools/python/apixml2python.py
tools/python/apixml2python.py
+0
-2
No files found.
tools/python/apixml2python.py
View file @
581c9b29
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment