mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
Restore commented code.
This commit is contained in:
parent
94df8abd09
commit
44fa58fe8c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue