diff --git a/tools/python/linphone-daemon.py b/tools/python/linphone-daemon.py index 69c7b8d89..17ad85373 100644 --- a/tools/python/linphone-daemon.py +++ b/tools/python/linphone-daemon.py @@ -446,8 +446,8 @@ class Daemon: callbacks = { 'global_state_changed':global_state_changed, - 'registration_state_changed':registration_state_changed#, - #'call_state_changed':call_state_changed + 'registration_state_changed':registration_state_changed, + 'call_state_changed':call_state_changed } # Create a linphone core and iterate every 20 ms