From 44fa58fe8c4122f81a3979cdb991990ff7c4c769 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 5 Aug 2014 17:49:02 +0200 Subject: [PATCH] Restore commented code. --- tools/python/linphone-daemon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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