2022-11-01 18:10:27,105 [INFO] [doorpi.main] ___ ___ _ / \___ ___ _ __ / _ (_) VoIP Door-Intercomstation with Raspberry Pi / /\ / _ \ / _ \| '__/ /_)/ | version: 2.5.1 / /_// (_) | (_) | | / ___/| | license: CC BY-NC 4.0 /___,' \___/ \___/|_| \/ |_| URL: Authors: Thomas Meissner Supporter: Phillip Munz Hermann Dötsch Dennis Häußler Hubert Nusser Michael Hauer Andreas Schwarz Max Rößler missing someone? -> sorry -> mail me 2022-11-01 18:10:27,106 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2022-11-01 18:10:27,107 [DEBUG] [doorpi.doorpi] run 2022-11-01 18:10:27,107 [DEBUG] [doorpi.doorpi] prepare 2022-11-01 18:10:27,107 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2022-11-01 18:10:27,109 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2022-11-01 18:10:27,114 [DEBUG] [doorpi.conf.config_object] __init__ 2022-11-01 18:10:27,115 [TRACE] [doorpi.conf.config_object] get_from_config 2022-11-01 18:10:27,118 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2022-11-01 18:10:27,119 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2022-11-01 18:10:27,119 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2022-11-01 18:10:27,121 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2022-11-01 18:10:27,122 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2022-11-01 18:10:27,122 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2022-11-01 18:10:27,122 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2022-11-01 18:10:27,123 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2022-11-01 18:10:27,123 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2022-11-01 18:10:27,123 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2022-11-01 18:10:27,123 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2022-11-01 18:10:27,123 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2022-11-01 18:10:27,124 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2022-11-01 18:10:27,124 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2022-11-01 18:10:27,124 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2022-11-01 18:10:27,124 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2022-11-01 18:10:27,125 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2022-11-01 18:10:27,126 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2022-11-01 18:10:27,128 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2022-11-01 18:10:27,128 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2022-11-01 18:10:27,128 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2022-11-01 18:10:27,128 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2022-11-01 18:10:27,130 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2022-11-01 18:10:27,131 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2022-11-01 18:10:27,131 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2022-11-01 18:10:27,131 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2022-11-01 18:10:27,132 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2022-11-01 18:10:27,132 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2022-11-01 18:10:27,132 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2022-11-01 18:10:27,133 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2022-11-01 18:10:27,133 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2022-11-01 18:10:27,134 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2022-11-01 18:10:27,134 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2022-11-01 18:10:27,135 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2022-11-01 18:10:27,135 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2022-11-01 18:10:27,136 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2022-11-01 18:10:27,136 [TRACE] [doorpi.conf.config_object] get_string for key online_fallback in section DoorPiWeb (default: http://motom001.github.io/DoorPiWeb) returns http://motom001.github.io/DoorPiWeb 2022-11-01 18:10:27,136 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2022-11-01 18:10:27,137 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrators'] 2022-11-01 18:10:27,137 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns ['administrators', 'guests'] 2022-11-01 18:10:27,137 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrators', 'guests'] 2022-11-01 18:10:27,137 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['visitor', 'door'] 2022-11-01 18:10:27,138 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section Group (default: []) returns ['door'] 2022-11-01 18:10:27,138 [TRACE] [doorpi.conf.config_object] get_list for key guests in section Group (default: []) returns ['visitor'] 2022-11-01 18:10:27,138 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_OutputPins', 'onboardpins_keyboard', 'Group', 'ReadPermission', 'AdminNumbers', 'keyboards', 'DTMF', 'SIP-Phone', 'WritePermission', 'AREA_installer', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2022-11-01 18:10:27,139 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section WritePermission (default: []) returns ['installer', 'dashboard', 'status', 'config'] 2022-11-01 18:10:27,139 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section ReadPermission (default: []) returns ['installer'] 2022-11-01 18:10:27,139 [TRACE] [doorpi.conf.config_object] get_list for key guests in section ReadPermission (default: []) returns ['dashboard'] 2022-11-01 18:10:27,139 [ERROR] [doorpi.status.webserver] module dashboard doesn't exist but is assigned to group administrators in WritePermission 2022-11-01 18:10:27,140 [ERROR] [doorpi.status.webserver] module status doesn't exist but is assigned to group administrators in WritePermission 2022-11-01 18:10:27,140 [ERROR] [doorpi.status.webserver] module config doesn't exist but is assigned to group administrators in WritePermission 2022-11-01 18:10:27,140 [ERROR] [doorpi.status.webserver] module dashboard doesn't exist but is assigned to group guests in ReadPermission 2022-11-01 18:10:27,140 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2022-11-01 18:10:27,141 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2022-11-01 18:10:27,141 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2022-11-01 18:10:27,142 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,142 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2022-11-01 18:10:27,143 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,143 [DEBUG] [doorpi.action.handler] [QIT3IR] fire for event OnWebServerStart this actions [] 2022-11-01 18:10:27,143 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,144 [TRACE] [doorpi.action.handler] [QIT3IR] try to fire action WebServerStartupAction with args () and kwargs {} 2022-11-01 18:10:27,144 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,144 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2022-11-01 18:10:27,144 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,145 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,145 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,145 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,146 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,146 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,146 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,146 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,146 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,147 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,147 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,147 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:27,147 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2022-11-01 18:10:27,148 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2022-11-01 18:10:27,148 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2022-11-01 18:10:27,148 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns piface 2022-11-01 18:10:27,148 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['1', '0', '2', '5', '7', '6'] 2022-11-01 18:10:27,149 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '3', '2', '4', '7', '6'] 2022-11-01 18:10:27,149 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 2000.0 2022-11-01 18:10:27,149 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2022-11-01 18:10:27,150 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2022-11-01 18:10:27,151 [DEBUG] [doorpi.keyboard.from_piface] doorpi.keyboard.from_piface loaded 2022-11-01 18:10:27,179 [DEBUG] [doorpi.keyboard.from_piface] __init__(input_pins = ['1', '0', '2', '5', '7', '6'], output_pins = ['1', '0', '3', '2', '4', '7', '6'], polarity = 0) 2022-11-01 18:10:27,231 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-11-01 18:10:27,232 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was added 2022-11-01 18:10:27,232 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,232 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,233 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_1 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,233 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,233 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.1 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,233 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-11-01 18:10:27,234 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,234 [TRACE] [doorpi.action.handler] register Event OnKeyUp_1 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,234 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_1 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,234 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,234 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.1 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,235 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-11-01 18:10:27,235 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,235 [TRACE] [doorpi.action.handler] register Event OnKeyDown_1 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,235 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_1 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,236 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,236 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.1 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,236 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-11-01 18:10:27,236 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,236 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,237 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_0 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,237 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,237 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.0 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,237 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-11-01 18:10:27,238 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,238 [TRACE] [doorpi.action.handler] register Event OnKeyUp_0 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,238 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_0 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,238 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.0 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,238 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.0 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,239 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-11-01 18:10:27,239 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,239 [TRACE] [doorpi.action.handler] register Event OnKeyDown_0 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,239 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_0 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,240 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,240 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.0 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,240 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-11-01 18:10:27,240 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,241 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_2 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,241 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_2 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,241 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.2 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,241 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.2 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,241 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-11-01 18:10:27,242 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,242 [TRACE] [doorpi.action.handler] register Event OnKeyUp_2 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,242 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_2 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,242 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.2 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,243 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.2 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,243 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-11-01 18:10:27,243 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,243 [TRACE] [doorpi.action.handler] register Event OnKeyDown_2 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,243 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_2 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,244 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.2 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,244 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.2 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,244 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-11-01 18:10:27,244 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,245 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_5 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,245 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_5 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,245 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.5 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,245 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.5 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,246 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-11-01 18:10:27,246 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,246 [TRACE] [doorpi.action.handler] register Event OnKeyUp_5 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,246 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_5 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,246 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.5 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,247 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.5 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,247 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-11-01 18:10:27,247 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,247 [TRACE] [doorpi.action.handler] register Event OnKeyDown_5 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,247 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_5 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,248 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.5 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,248 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.5 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,248 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-11-01 18:10:27,248 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,249 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_7 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,249 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_7 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,249 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.7 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,249 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.7 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,250 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-11-01 18:10:27,250 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,250 [TRACE] [doorpi.action.handler] register Event OnKeyUp_7 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,250 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_7 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,251 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.7 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,251 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.7 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,251 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-11-01 18:10:27,251 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,251 [TRACE] [doorpi.action.handler] register Event OnKeyDown_7 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,252 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_7 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,252 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.7 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,252 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.7 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,252 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2022-11-01 18:10:27,253 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,253 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_6 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,253 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_6 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,253 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.6 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,253 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.6 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,254 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2022-11-01 18:10:27,254 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,254 [TRACE] [doorpi.action.handler] register Event OnKeyUp_6 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,254 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_6 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,255 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.6 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,255 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.6 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,255 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2022-11-01 18:10:27,255 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2022-11-01 18:10:27,255 [TRACE] [doorpi.action.handler] register Event OnKeyDown_6 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,256 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_6 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,256 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.6 from doorpi.keyboard.from_piface 2022-11-01 18:10:27,256 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.6 and registered source doorpi.keyboard.from_piface 2022-11-01 18:10:27,274 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2022-11-01 18:10:27,274 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '3', '2', '4', '7', '6'] 2022-11-01 18:10:27,275 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_OutputPins (default: ) returns light 2022-11-01 18:10:27,275 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_OutputPins (default: ) returns tor 2022-11-01 18:10:27,275 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section onboardpins_OutputPins (default: ) returns irlight 2022-11-01 18:10:27,276 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section onboardpins_OutputPins (default: ) returns dashlight 2022-11-01 18:10:27,276 [TRACE] [doorpi.conf.config_object] get_string for key 4 in section onboardpins_OutputPins (default: ) returns hardlock 2022-11-01 18:10:27,276 [TRACE] [doorpi.conf.config_object] get_string for key 7 in section onboardpins_OutputPins (default: ) returns blinking_led 2022-11-01 18:10:27,277 [TRACE] [doorpi.conf.config_object] get_string for key 6 in section onboardpins_OutputPins (default: ) returns audio 2022-11-01 18:10:27,278 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2022-11-01 18:10:27,280 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2022-11-01 18:10:27,282 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2022-11-01 18:10:27,283 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2022-11-01 18:10:27,315 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2022-11-01 18:10:27,317 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2022-11-01 18:10:27,319 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2022-11-01 18:10:27,338 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2022-11-01 18:10:27,343 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2022-11-01 18:10:27,343 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2022-11-01 18:10:27,344 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2022-11-01 18:10:27,346 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2022-11-01 18:10:27,347 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2022-11-01 18:10:27,349 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2022-11-01 18:10:27,349 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2022-11-01 18:10:27,350 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2022-11-01 18:10:27,350 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,350 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2022-11-01 18:10:27,351 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,351 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,351 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,351 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,351 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,352 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,352 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,352 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,352 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,353 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,353 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,353 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,353 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,354 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,354 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,354 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,354 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,354 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,355 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,355 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,355 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,355 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,356 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2022-11-01 18:10:27,356 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2022-11-01 18:10:27,356 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2022-11-01 18:10:27,356 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,356 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2022-11-01 18:10:27,357 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,357 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,357 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,357 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,358 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,358 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,358 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,358 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,358 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,359 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,359 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,359 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,360 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,360 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,360 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,360 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,360 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,361 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,361 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,361 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,361 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,362 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,362 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,362 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"1"', '"#"'] 2022-11-01 18:10:27,362 [TRACE] [doorpi.action.handler] register Event OnDTMF_"1" from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,362 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"1" and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,363 [TRACE] [doorpi.action.handler] register Event OnDTMF_"#" from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,363 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"#" and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,363 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,363 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2022-11-01 18:10:27,364 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,364 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,364 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,364 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,365 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,365 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,365 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,365 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,365 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,366 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,366 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,366 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,366 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,367 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,367 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,367 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,367 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,367 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,368 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:27,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2022-11-01 18:10:27,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x74c5ed70 2022-11-01 18:10:27,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2022-11-01 18:10:27,370 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:27,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x74c5ed70 2022-11-01 18:10:27,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x73e12f60, "(null)", "(null)") 2022-11-01 18:10:27,371 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2022-11-01 18:10:27,372 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2022-11-01 18:10:27,372 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2022-11-01 18:10:27,372 [INFO] [doorpi.sipphone.from_linphone] srtp init 2022-11-01 18:10:27,381 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2022-11-01 18:10:27,486 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2022-11-01 18:10:27,497 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1715 - open '/dev/snd/pcmC0D0c' failed (-2) 2022-11-01 18:10:27,499 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 Headphones' added 2022-11-01 18:10:27,512 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB Audio Device' added 2022-11-01 18:10:27,514 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1715 - open '/dev/snd/pcmC2D0c' failed (-2) 2022-11-01 18:10:27,516 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1715 - open '/dev/snd/pcmC2D0p' failed (-19) 2022-11-01 18:10:27,517 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2022-11-01 18:10:27,517 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2022-11-01 18:10:27,518 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2022-11-01 18:10:27,518 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2022-11-01 18:10:27,518 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2022-11-01 18:10:27,519 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2022-11-01 18:10:27,519 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x2440c38] registered on core [0x240bef0] 2022-11-01 18:10:27,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x2440c38, 1, "Starting up") 2022-11-01 18:10:27,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2022-11-01 18:10:27,521 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [global_state_changed] 2022-11-01 18:10:27,521 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2022-11-01 18:10:27,521 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2022-11-01 18:10:27,522 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2022-11-01 18:10:27,522 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2022-11-01 18:10:27,522 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2022-11-01 18:10:27,522 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2022-11-01 18:10:27,523 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2022-11-01 18:10:27,523 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2022-11-01 18:10:27,523 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2022-11-01 18:10:27,524 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2022-11-01 18:10:27,524 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2022-11-01 18:10:27,524 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2022-11-01 18:10:27,524 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2022-11-01 18:10:27,525 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2022-11-01 18:10:27,525 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2022-11-01 18:10:27,525 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2022-11-01 18:10:27,525 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2022-11-01 18:10:27,526 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2022-11-01 18:10:27,526 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2022-11-01 18:10:27,526 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2022-11-01 18:10:27,526 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2022-11-01 18:10:27,526 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2022-11-01 18:10:27,527 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2022-11-01 18:10:27,527 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2022-11-01 18:10:27,527 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2022-11-01 18:10:27,528 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2022-11-01 18:10:27,528 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2022-11-01 18:10:27,528 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2022-11-01 18:10:27,528 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2022-11-01 18:10:27,528 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2022-11-01 18:10:27,529 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2022-11-01 18:10:27,529 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2022-11-01 18:10:27,529 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2022-11-01 18:10:27,530 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2022-11-01 18:10:27,530 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2022-11-01 18:10:27,530 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2022-11-01 18:10:27,530 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2022-11-01 18:10:27,531 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2022-11-01 18:10:27,531 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2022-11-01 18:10:27,531 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2022-11-01 18:10:27,531 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2022-11-01 18:10:27,532 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2022-11-01 18:10:27,532 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2022-11-01 18:10:27,532 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2022-11-01 18:10:27,532 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2022-11-01 18:10:27,533 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2022-11-01 18:10:27,533 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2022-11-01 18:10:27,533 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2022-11-01 18:10:27,533 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2022-11-01 18:10:27,534 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2022-11-01 18:10:27,534 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2022-11-01 18:10:27,534 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2022-11-01 18:10:27,534 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2022-11-01 18:10:27,535 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2022-11-01 18:10:27,535 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2022-11-01 18:10:27,535 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2022-11-01 18:10:27,535 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2022-11-01 18:10:27,536 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2022-11-01 18:10:27,536 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2022-11-01 18:10:27,536 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2022-11-01 18:10:27,536 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2022-11-01 18:10:27,537 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2022-11-01 18:10:27,537 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2022-11-01 18:10:27,537 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2022-11-01 18:10:27,537 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2022-11-01 18:10:27,538 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2022-11-01 18:10:27,538 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2022-11-01 18:10:27,538 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2022-11-01 18:10:27,538 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2022-11-01 18:10:27,539 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2022-11-01 18:10:27,539 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2022-11-01 18:10:27,539 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2022-11-01 18:10:27,540 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2022-11-01 18:10:27,540 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2022-11-01 18:10:27,541 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2022-11-01 18:10:27,541 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2022-11-01 18:10:27,541 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2022-11-01 18:10:27,541 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2022-11-01 18:10:27,542 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2022-11-01 18:10:27,542 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2022-11-01 18:10:27,542 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2022-11-01 18:10:27,542 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2022-11-01 18:10:27,543 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2022-11-01 18:10:27,543 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2022-11-01 18:10:27,543 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-11-01 18:10:27,543 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-11-01 18:10:27,544 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-11-01 18:10:27,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x2440c38, 2, "(null)") 2022-11-01 18:10:27,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2022-11-01 18:10:27,544 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [configuring_status] 2022-11-01 18:10:27,545 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2022-11-01 18:10:27,545 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2022-11-01 18:10:27,545 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2022-11-01 18:10:27,546 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2022-11-01 18:10:27,546 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2022-11-01 18:10:27,546 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2022-11-01 18:10:27,546 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2022-11-01 18:10:27,547 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2022-11-01 18:10:27,547 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2022-11-01 18:10:27,547 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2022-11-01 18:10:27,547 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2022-11-01 18:10:27,548 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2022-11-01 18:10:27,548 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2022-11-01 18:10:27,548 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2022-11-01 18:10:27,548 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2022-11-01 18:10:27,548 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2022-11-01 18:10:27,549 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2022-11-01 18:10:27,549 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2022-11-01 18:10:27,549 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2022-11-01 18:10:27,550 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2022-11-01 18:10:27,550 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2022-11-01 18:10:27,550 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-11-01 18:10:27,550 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2022-11-01 18:10:27,551 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x243fcd8] on [sip:0.0.0.0:5060;transport=UDP] 2022-11-01 18:10:27,551 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x2461190] on [sip:0.0.0.0:5060;transport=TCP] 2022-11-01 18:10:27,552 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x245c448] on [sip:0.0.0.0:-1;transport=TLS] 2022-11-01 18:10:27,552 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 42835 2022-11-01 18:10:27,552 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-11-01 18:10:27,552 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-11-01 18:10:27,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x2440c38, 2, "Ready") 2022-11-01 18:10:27,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2022-11-01 18:10:27,556 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [global_state_changed] 2022-11-01 18:10:27,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x74c5ed70 2022-11-01 18:10:27,556 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2022-11-01 18:10:27,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x74c5ed70 [0x2440c38], "DoorPi ") 2022-11-01 18:10:27,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2022-11-01 18:10:27,557 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2022-11-01 18:10:27,558 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2022-11-01 18:10:27,559 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2022-11-01 18:10:27,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x74c5ed70 [0x2440c38], 2) 2022-11-01 18:10:27,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2022-11-01 18:10:27,560 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2022-11-01 18:10:27,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x74c5ed70 [0x2440c38], 0x2a3420 [0]) 2022-11-01 18:10:27,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2022-11-01 18:10:27,561 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2022-11-01 18:10:27,561 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2022-11-01 18:10:27,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2022-11-01 18:10:27,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x74c5ed88 2022-11-01 18:10:27,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x74c5ed70 [0x2440c38], 0x74c5ed88 [0x74c5ed90]) 2022-11-01 18:10:27,562 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x243fcd8] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2022-11-01 18:10:27,563 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x2461190] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2022-11-01 18:10:27,563 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x245c448] on [sip:0.0.0.0:42835;transport=TLS] destroyed 2022-11-01 18:10:27,563 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2022-11-01 18:10:27,564 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x24403d0] on [sip:0.0.0.0:5060;transport=UDP] 2022-11-01 18:10:27,564 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x240bfc0] on [sip:0.0.0.0:5060;transport=TCP] 2022-11-01 18:10:27,564 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x24411e8] on [sip:0.0.0.0:-1;transport=TLS] 2022-11-01 18:10:27,565 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 38963 2022-11-01 18:10:27,565 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-11-01 18:10:27,565 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2022-11-01 18:10:27,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2022-11-01 18:10:27,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x74c5ed88) 2022-11-01 18:10:27,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2022-11-01 18:10:27,566 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2022-11-01 18:10:27,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x74c5ed70 [0x2440c38], 0x2a3420 [0]) 2022-11-01 18:10:27,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2022-11-01 18:10:27,567 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2022-11-01 18:10:27,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x74c5ed70 [0x2440c38], "") 2022-11-01 18:10:27,568 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2022-11-01 18:10:27,568 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2022-11-01 18:10:27,568 [INFO] [doorpi.sipphone.from_linphone] fd00::e228:6dff:fef1:7cc8 2022-11-01 18:10:27,569 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2022-11-01 18:10:27,570 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2022-11-01 18:10:27,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2022-11-01 18:10:27,570 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2022-11-01 18:10:27,570 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2022-11-01 18:10:27,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x74c5ed70 [0x2440c38], 0) 2022-11-01 18:10:27,571 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2022-11-01 18:10:27,571 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2022-11-01 18:10:27,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2022-11-01 18:10:27,573 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2022-11-01 18:10:27,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x74c5ed70 [0x2440c38], 120) 2022-11-01 18:10:27,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2022-11-01 18:10:27,573 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2022-11-01 18:10:27,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x74c5ed70 [0x2440c38], 15) 2022-11-01 18:10:27,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2022-11-01 18:10:27,574 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2022-11-01 18:10:27,575 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2022-11-01 18:10:27,576 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2022-11-01 18:10:27,577 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2022-11-01 18:10:27,577 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:27,577 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2022-11-01 18:10:27,577 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:27,578 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:27,578 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:27,578 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:27,578 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2022-11-01 18:10:27,579 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2022-11-01 18:10:27,579 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2022-11-01 18:10:27,579 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2022-11-01 18:10:27,579 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2022-11-01 18:10:27,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x74c5ed70 [0x2440c38], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2022-11-01 18:10:27,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2022-11-01 18:10:27,582 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:27,582 [TRACE] [doorpi.conf.config_object] get_string for key records in section SIP-Phone (default: !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav) returns !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav 2022-11-01 18:10:27,583 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2022-11-01 18:10:27,583 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2022-11-01 18:10:27,583 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2022-11-01 18:10:27,584 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2022-11-01 18:10:27,584 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2022-11-01 18:10:27,584 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2022-11-01 18:10:27,584 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2022-11-01 18:10:27,584 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2022-11-01 18:10:27,585 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2022-11-01 18:10:27,585 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2022-11-01 18:10:27,585 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2022-11-01 18:10:27,586 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2022-11-01 18:10:27,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x73e1e7d8 2022-11-01 18:10:27,587 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2022-11-01 18:10:27,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x73e1d3b0 2022-11-01 18:10:27,588 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB Audio Device 2022-11-01 18:10:27,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x74c5ed70 [0x2440c38], "ALSA: USB Audio Device") 2022-11-01 18:10:27,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2022-11-01 18:10:27,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x73e1d380 2022-11-01 18:10:27,590 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB Audio Device 2022-11-01 18:10:27,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x74c5ed70 [0x2440c38], "ALSA: USB Audio Device") 2022-11-01 18:10:27,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2022-11-01 18:10:27,591 [TRACE] [doorpi.conf.config_object] get_integer for key mic_gain_db in section SIP-Phone (default: 0) returns 0.0 2022-11-01 18:10:27,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_mic_gain_db(0x74c5ed70 [0x2440c38], 0.000000) 2022-11-01 18:10:27,591 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2022-11-01 18:10:27,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_mic_gain_db -> 0 2022-11-01 18:10:27,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x73e1e698 2022-11-01 18:10:27,592 [INFO] [doorpi.sipphone.from_linphone] found 3 possible sounddevices: 2022-11-01 18:10:27,593 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2022-11-01 18:10:27,593 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2022-11-01 18:10:27,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x73e1e698 2022-11-01 18:10:27,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74c5ed70 [0x2440c38], "ALSA: default device") 2022-11-01 18:10:27,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3414 2022-11-01 18:10:27,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74c5ed70 [0x2440c38], "ALSA: default device") 2022-11-01 18:10:27,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3414 2022-11-01 18:10:27,595 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2022-11-01 18:10:27,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74c5ed70 [0x2440c38], "ALSA: bcm2835 Headphones") 2022-11-01 18:10:27,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3420 2022-11-01 18:10:27,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74c5ed70 [0x2440c38], "ALSA: bcm2835 Headphones") 2022-11-01 18:10:27,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3414 2022-11-01 18:10:27,596 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 Headphones 2022-11-01 18:10:27,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74c5ed70 [0x2440c38], "ALSA: USB Audio Device") 2022-11-01 18:10:27,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3414 2022-11-01 18:10:27,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74c5ed70 [0x2440c38], "ALSA: USB Audio Device") 2022-11-01 18:10:27,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3414 2022-11-01 18:10:27,597 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB Audio Device 2022-11-01 18:10:27,597 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2022-11-01 18:10:27,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x73e1d500 2022-11-01 18:10:27,598 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: USB Audio Device 2022-11-01 18:10:27,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x73e1d530 2022-11-01 18:10:27,599 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: USB Audio Device 2022-11-01 18:10:27,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_mic_gain_db(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_mic_gain_db -> 0x23b3ee8 2022-11-01 18:10:27,600 [DEBUG] [doorpi.sipphone.from_linphone] mic_gain_db: 0.0 2022-11-01 18:10:27,600 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2022-11-01 18:10:27,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x2440af8) 2022-11-01 18:10:27,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-11-01 18:10:27,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d20bc0 2022-11-01 18:10:27,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-11-01 18:10:27,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d20bc0 2022-11-01 18:10:27,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d20bc0 2022-11-01 18:10:27,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x240c000) 2022-11-01 18:10:27,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-11-01 18:10:27,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d20bd0 2022-11-01 18:10:27,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-11-01 18:10:27,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d20bd0 2022-11-01 18:10:27,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d20bd0 2022-11-01 18:10:27,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x243f958) 2022-11-01 18:10:27,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-11-01 18:10:27,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d20be0 2022-11-01 18:10:27,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-11-01 18:10:27,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d20be0 2022-11-01 18:10:27,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d20be0 2022-11-01 18:10:27,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x243f9c0) 2022-11-01 18:10:27,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-11-01 18:10:27,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d20bf0 2022-11-01 18:10:27,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-11-01 18:10:27,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d20bf0 2022-11-01 18:10:27,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d20bf0 2022-11-01 18:10:27,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x243fab8) 2022-11-01 18:10:27,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-11-01 18:10:27,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d20c00 2022-11-01 18:10:27,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-11-01 18:10:27,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d20c00 2022-11-01 18:10:27,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d20c00 2022-11-01 18:10:27,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x243fb10) 2022-11-01 18:10:27,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-11-01 18:10:27,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d20c10 2022-11-01 18:10:27,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-11-01 18:10:27,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d20c10 2022-11-01 18:10:27,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d20c10 2022-11-01 18:10:27,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x240b630) 2022-11-01 18:10:27,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-11-01 18:10:27,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d20c20 2022-11-01 18:10:27,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-11-01 18:10:27,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d20c20 2022-11-01 18:10:27,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d20c20 2022-11-01 18:10:27,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x240b688) 2022-11-01 18:10:27,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-11-01 18:10:27,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d20c30 2022-11-01 18:10:27,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-11-01 18:10:27,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d20c30 2022-11-01 18:10:27,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d20c30 2022-11-01 18:10:27,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x2429680) 2022-11-01 18:10:27,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-11-01 18:10:27,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d20c40 2022-11-01 18:10:27,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-11-01 18:10:27,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d20c40 2022-11-01 18:10:27,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d20c40 2022-11-01 18:10:27,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x24296d8) 2022-11-01 18:10:27,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-11-01 18:10:27,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d20c50 2022-11-01 18:10:27,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-11-01 18:10:27,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d20c50 2022-11-01 18:10:27,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d20c50 2022-11-01 18:10:27,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x73e1e850 2022-11-01 18:10:27,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20bc0 [0x2440af8]) 2022-11-01 18:10:27,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1a880 2022-11-01 18:10:27,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20bc0 [0x2440af8]) 2022-11-01 18:10:27,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1a880 2022-11-01 18:10:27,616 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2022-11-01 18:10:27,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74c5ed70 [0x2440c38], 0x76d20bc0 [0x2440af8], 0x2a3420 [0]) 2022-11-01 18:10:27,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21257ac 2022-11-01 18:10:27,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20bd0 [0x240c000]) 2022-11-01 18:10:27,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1aa00 2022-11-01 18:10:27,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20bd0 [0x240c000]) 2022-11-01 18:10:27,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1aa00 2022-11-01 18:10:27,618 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2022-11-01 18:10:27,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74c5ed70 [0x2440c38], 0x76d20bd0 [0x240c000], 0x2a3420 [0]) 2022-11-01 18:10:27,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21257ac 2022-11-01 18:10:27,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20be0 [0x243f958]) 2022-11-01 18:10:27,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1a880 2022-11-01 18:10:27,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20be0 [0x243f958]) 2022-11-01 18:10:27,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1a880 2022-11-01 18:10:27,620 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2022-11-01 18:10:27,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74c5ed70 [0x2440c38], 0x76d20be0 [0x243f958], 0x2a3420 [0]) 2022-11-01 18:10:27,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21257ac 2022-11-01 18:10:27,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20bf0 [0x243f9c0]) 2022-11-01 18:10:27,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1aa00 2022-11-01 18:10:27,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20bf0 [0x243f9c0]) 2022-11-01 18:10:27,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1aa00 2022-11-01 18:10:27,622 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2022-11-01 18:10:27,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74c5ed70 [0x2440c38], 0x76d20bf0 [0x243f9c0], 0x2a3414 [1]) 2022-11-01 18:10:27,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21257ac 2022-11-01 18:10:27,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c00 [0x243fab8]) 2022-11-01 18:10:27,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1a880 2022-11-01 18:10:27,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c00 [0x243fab8]) 2022-11-01 18:10:27,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1a880 2022-11-01 18:10:27,624 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2022-11-01 18:10:27,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74c5ed70 [0x2440c38], 0x76d20c00 [0x243fab8], 0x2a3414 [1]) 2022-11-01 18:10:27,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21257ac 2022-11-01 18:10:27,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c10 [0x243fb10]) 2022-11-01 18:10:27,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74c5ed88 2022-11-01 18:10:27,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c10 [0x243fb10]) 2022-11-01 18:10:27,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74c5ed88 2022-11-01 18:10:27,626 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2022-11-01 18:10:27,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74c5ed70 [0x2440c38], 0x76d20c10 [0x243fb10], 0x2a3420 [0]) 2022-11-01 18:10:27,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21257ac 2022-11-01 18:10:27,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c20 [0x240b630]) 2022-11-01 18:10:27,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1a880 2022-11-01 18:10:27,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c20 [0x240b630]) 2022-11-01 18:10:27,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1a880 2022-11-01 18:10:27,628 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2022-11-01 18:10:27,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74c5ed70 [0x2440c38], 0x76d20c20 [0x240b630], 0x2a3420 [0]) 2022-11-01 18:10:27,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21257ac 2022-11-01 18:10:27,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c30 [0x240b688]) 2022-11-01 18:10:27,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1aa00 2022-11-01 18:10:27,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c30 [0x240b688]) 2022-11-01 18:10:27,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73e1aa00 2022-11-01 18:10:27,629 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2022-11-01 18:10:27,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74c5ed70 [0x2440c38], 0x76d20c30 [0x240b688], 0x2a3420 [0]) 2022-11-01 18:10:27,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21257ac 2022-11-01 18:10:27,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c40 [0x2429680]) 2022-11-01 18:10:27,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74c5ed88 2022-11-01 18:10:27,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c40 [0x2429680]) 2022-11-01 18:10:27,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74c5ed88 2022-11-01 18:10:27,631 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2022-11-01 18:10:27,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74c5ed70 [0x2440c38], 0x76d20c40 [0x2429680], 0x2a3420 [0]) 2022-11-01 18:10:27,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21257ac 2022-11-01 18:10:27,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c50 [0x24296d8]) 2022-11-01 18:10:27,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74c5ed88 2022-11-01 18:10:27,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c50 [0x24296d8]) 2022-11-01 18:10:27,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74c5ed88 2022-11-01 18:10:27,633 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2022-11-01 18:10:27,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74c5ed70 [0x2440c38], 0x76d20c50 [0x24296d8], 0x2a3420 [0]) 2022-11-01 18:10:27,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21257ac 2022-11-01 18:10:27,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73e1e7d8 2022-11-01 18:10:27,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73e1e7d8 2022-11-01 18:10:27,635 [INFO] [doorpi.sipphone.from_linphone] found 1 possible videodevices: 2022-11-01 18:10:27,635 [DEBUG] [doorpi.sipphone.from_linphone] | name 2022-11-01 18:10:27,635 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2022-11-01 18:10:27,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73e1e7d8 2022-11-01 18:10:27,636 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2022-11-01 18:10:27,636 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2022-11-01 18:10:27,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73e1e7d8 2022-11-01 18:10:27,637 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: StaticImage: Static picture) returns StaticImage: Static picture 2022-11-01 18:10:27,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73e1e7d8 2022-11-01 18:10:27,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x74c5ed70 [0x2440c38], 0x2a3414 [1]) 2022-11-01 18:10:27,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2022-11-01 18:10:27,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x74c5ed70 [0x2440c38], "StaticImage: Static picture") 2022-11-01 18:10:27,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2022-11-01 18:10:27,639 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2022-11-01 18:10:27,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x74c5ed70 [0x2440c38], "vga") 2022-11-01 18:10:27,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2022-11-01 18:10:27,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x73e1d680 2022-11-01 18:10:27,640 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: StaticImage: Static picture 2022-11-01 18:10:27,641 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2022-11-01 18:10:27,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x2440260) 2022-11-01 18:10:27,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2022-11-01 18:10:27,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d20c60 2022-11-01 18:10:27,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2022-11-01 18:10:27,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d20c60 2022-11-01 18:10:27,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d20c60 2022-11-01 18:10:27,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x73e1e800 2022-11-01 18:10:27,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c60 [0x2440260]) 2022-11-01 18:10:27,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74c5ed88 2022-11-01 18:10:27,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2a3414 2022-11-01 18:10:27,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d20c60 [0x2440260]) 2022-11-01 18:10:27,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74c5ed88 2022-11-01 18:10:27,644 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2022-11-01 18:10:27,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74c5ed70 [0x2440c38], 0x76d20c60 [0x2440260], 0x2a3414 [1]) 2022-11-01 18:10:27,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21257ac 2022-11-01 18:10:27,645 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.178.1 2022-11-01 18:10:27,645 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns doorpiadmin 2022-11-01 18:10:27,646 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: doorpiadmin) returns ******* 2022-11-01 18:10:27,646 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.178.1) returns fritz.box 2022-11-01 18:10:27,646 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2022-11-01 18:10:27,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:27,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x2128340) 2022-11-01 18:10:27,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2022-11-01 18:10:27,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76d20c70 2022-11-01 18:10:27,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2022-11-01 18:10:27,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76d20c70 2022-11-01 18:10:27,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76d20c70 2022-11-01 18:10:27,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76d20c70 2022-11-01 18:10:27,648 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2022-11-01 18:10:27,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2022-11-01 18:10:27,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x243fcd8) 2022-11-01 18:10:27,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-11-01 18:10:27,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d20c80 2022-11-01 18:10:27,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-11-01 18:10:27,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d20c80 2022-11-01 18:10:27,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d20c80 2022-11-01 18:10:27,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76d20c80 2022-11-01 18:10:27,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76d20c70 [0x2128340], 0x76d20c80 [0x243fcd8]) 2022-11-01 18:10:27,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2022-11-01 18:10:27,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76d20c70 [0x2128340], "sip:192.168.178.1") 2022-11-01 18:10:27,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2022-11-01 18:10:27,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76d20c70 [0x2128340], 0x2a3414 [1]) 2022-11-01 18:10:27,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2022-11-01 18:10:27,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x74c5ed70 [0x2440c38], 0x76d20c70 [0x2128340]) 2022-11-01 18:10:27,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x21257ac 2022-11-01 18:10:27,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x74c5ed70 [0x2440c38], 0x76d20c70 [0x2128340]) 2022-11-01 18:10:27,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2022-11-01 18:10:27,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x74c5ed70 [0x2440c38], "doorpiadmin", "(null)", "PsychoDoor1983!", "(null)", "(null)", "fritz.box") 2022-11-01 18:10:27,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x243fb60) 2022-11-01 18:10:27,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2022-11-01 18:10:27,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76d20c90 2022-11-01 18:10:27,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2022-11-01 18:10:27,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76d20c90 2022-11-01 18:10:27,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76d20c90 2022-11-01 18:10:27,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76d20c90 2022-11-01 18:10:27,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x74c5ed70 [0x2440c38], 0x76d20c90 [0x243fb60]) 2022-11-01 18:10:27,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2022-11-01 18:10:27,658 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2022-11-01 18:10:27,658 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnStartup'] 2022-11-01 18:10:27,658 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2022-11-01 18:10:27,658 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2022-11-01 18:10:27,659 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2022-11-01 18:10:27,659 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2022-11-01 18:10:27,660 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2022-11-01 18:10:27,660 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2022-11-01 18:10:27,660 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_InputPins (default: ) returns call:**620 2022-11-01 18:10:27,661 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2022-11-01 18:10:27,661 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**620'} was added to new evententry OnKeyPressed_onboardpins.1 2022-11-01 18:10:27,662 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_InputPins (default: ) returns call:**610 2022-11-01 18:10:27,662 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**610'} was added to new evententry OnKeyPressed_onboardpins.0 2022-11-01 18:10:27,662 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section onboardpins_InputPins (default: ) returns out:tor,1,0,3 2022-11-01 18:10:27,663 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2022-11-01 18:10:27,664 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2022-11-01 18:10:27,664 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'tor', 'start_value': '1'} was added to new evententry OnKeyPressed_onboardpins.2 2022-11-01 18:10:27,664 [TRACE] [doorpi.conf.config_object] get_string for key 5 in section onboardpins_InputPins (default: ) returns sleep:0 2022-11-01 18:10:27,665 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.5 2022-11-01 18:10:27,665 [TRACE] [doorpi.conf.config_object] get_string for key 7 in section onboardpins_InputPins (default: ) returns sleep:0 2022-11-01 18:10:27,665 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.7 2022-11-01 18:10:27,666 [TRACE] [doorpi.conf.config_object] get_string for key 6 in section onboardpins_InputPins (default: ) returns sleep:0 2022-11-01 18:10:27,666 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to new evententry OnKeyPressed_onboardpins.6 2022-11-01 18:10:27,666 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"1"', '"#"'] 2022-11-01 18:10:27,666 [TRACE] [doorpi.conf.config_object] get_string for key "#" in section DTMF (default: ) returns out:tor,1,0,3 2022-11-01 18:10:27,667 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'tor', 'start_value': '1'} was added to new evententry OnDTMF_"#" 2022-11-01 18:10:27,667 [TRACE] [doorpi.conf.config_object] get_string for key "1" in section DTMF (default: ) returns out:light,1,0,3 2022-11-01 18:10:27,667 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'light', 'start_value': '1'} was added to new evententry OnDTMF_"1" 2022-11-01 18:10:27,668 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2022-11-01 18:10:27,668 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2022-11-01 18:10:27,669 [DEBUG] [doorpi.action.handler] [DF7WQB] fire for event OnStartup this actions [] 2022-11-01 18:10:27,669 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2022-11-01 18:10:27,670 [TRACE] [doorpi.action.handler] [DF7WQB] try to fire action SleepAction with args (1.0,) and kwargs {} 2022-11-01 18:10:27,670 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2022-11-01 18:10:28,672 [TRACE] [doorpi.action.handler] [DF7WQB] finished fire_event for event_name OnStartup 2022-11-01 18:10:28,673 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2022-11-01 18:10:28,675 [INFO] [doorpi.doorpi] DoorPi started successfully 2022-11-01 18:10:28,675 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2022-11-01 18:10:28,676 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2022-11-01 18:10:28,676 [INFO] [doorpi.doorpi] Weburl is http://doorpi/ 2022-11-01 18:10:28,678 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2022-11-01 18:10:28,678 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2022-11-01 18:10:28,679 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.178.53 2022-11-01 18:10:28,680 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2022-11-01 18:10:28,681 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2022-11-01 18:10:28,681 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2022-11-01 18:10:28,682 [INFO] [doorpi.sipphone.from_linphone] fd00::e228:6dff:fef1:7cc8 2022-11-01 18:10:28,683 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2022-11-01 18:10:28,684 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2022-11-01 18:10:28,685 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x2128340] about to register (LinphoneCore version: 3.9.0) 2022-11-01 18:10:28,694 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2022-11-01 18:10:28,695 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: starting resolution of 192.168.178.1 2022-11-01 18:10:28,696 [INFO] [doorpi.sipphone.from_linphone] channel 0x2447d68: state RES_IN_PROGRESS 2022-11-01 18:10:28,696 [INFO] [doorpi.sipphone.from_linphone] transaction [0x2431100] channel state changed to [RES_IN_PROGRESS] 2022-11-01 18:10:28,697 [INFO] [doorpi.sipphone.from_linphone] channel 0x2447d68: state RES_DONE 2022-11-01 18:10:28,697 [INFO] [doorpi.sipphone.from_linphone] transaction [0x2431100] channel state changed to [RES_DONE] 2022-11-01 18:10:28,698 [INFO] [doorpi.sipphone.from_linphone] channel 0x2447d68: state CONNECTING 2022-11-01 18:10:28,698 [INFO] [doorpi.sipphone.from_linphone] transaction [0x2431100] channel state changed to [CONNECTING] 2022-11-01 18:10:28,699 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.178.1:5060] 2022-11-01 18:10:28,699 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2022-11-01 18:10:28,700 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.178.53:5060 2022-11-01 18:10:28,700 [INFO] [doorpi.sipphone.from_linphone] channel 0x2447d68: state READY 2022-11-01 18:10:28,701 [INFO] [doorpi.sipphone.from_linphone] transaction [0x2431100] channel state changed to [READY] 2022-11-01 18:10:28,701 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x2431100], from state [INIT] to [TRYING] 2022-11-01 18:10:28,703 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: message sent to [UDP://192.168.178.1:5060], size: [538] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.53:5060;branch=z9hG4bK.4waIKSrm-;rport From: "DoorPi" ;tag=znce6~Yzh To: "DoorPi" CSeq: 20 REGISTER Call-ID: aRyvO75mm8 Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) 2022-11-01 18:10:28,703 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2022-11-01 18:10:28,704 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x23f9478] takes ownership of transaction [0x2431100] 2022-11-01 18:10:28,704 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x2128340] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2022-11-01 18:10:28,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x2440c38, 0x2128340, 1, "Registration in progress") 2022-11-01 18:10:28,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2022-11-01 18:10:28,706 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [registration_state_changed] 2022-11-01 18:10:28,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x2440c38, 0x1) 2022-11-01 18:10:28,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2022-11-01 18:10:28,758 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [network_reachable] 2022-11-01 18:10:28,758 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: received [382] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.53:5060;branch=z9hG4bK.4waIKSrm-;rport=5060 From: "DoorPi" ;tag=znce6~Yzh To: "DoorPi" ;tag=BBCBD9859CDDD8ED Call-ID: aRyvO75mm8 CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="6BEA78AF379E5455" User-Agent: FRITZ!OS Content-Length: 0 2022-11-01 18:10:28,766 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68] [382] bytes parsed 2022-11-01 18:10:28,766 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: discovered public ip and port are [192.168.178.53:5060] 2022-11-01 18:10:28,767 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-11-01 18:10:28,767 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x2431100], from state [TRYING] to [COMPLETED] 2022-11-01 18:10:28,768 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm= 2022-11-01 18:10:28,768 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-11-01 18:10:28,769 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x22beac0], from state [INIT] to [TRYING] 2022-11-01 18:10:28,770 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: message sent to [UDP://192.168.178.1:5060], size: [701] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.53:5060;branch=z9hG4bK.7BqigCGrA;rport From: "DoorPi" ;tag=znce6~Yzh To: "DoorPi" CSeq: 21 REGISTER Call-ID: aRyvO75mm8 Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="6BEA78AF379E5455", username="doorpiadmin", uri="sip:192.168.178.1", response="652df04b19be105fda4a4367789de0ab" 2022-11-01 18:10:28,771 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2022-11-01 18:10:28,771 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2022-11-01 18:10:28,823 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: received [699] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.53:5060;branch=z9hG4bK.7BqigCGrA;rport=5060 From: "DoorPi" ;tag=znce6~Yzh To: "DoorPi" ;tag=FF11E338068E8B54 Call-ID: aRyvO75mm8 CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7560 (UI) 149.07.29 (Oct 26 2021) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer,reg Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 0 2022-11-01 18:10:28,835 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68] [699] bytes parsed 2022-11-01 18:10:28,836 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-11-01 18:10:28,836 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x22beac0], from state [TRYING] to [COMPLETED] 2022-11-01 18:10:28,837 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x23f9478]: has no contact for request [0x2418210]. 2022-11-01 18:10:28,837 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2022-11-01 18:10:28,837 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2022-11-01 18:10:28,838 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x2128340] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2022-11-01 18:10:28,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x2440c38, 0x2128340, 2, "Registration successful") 2022-11-01 18:10:28,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2022-11-01 18:10:28,839 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [registration_state_changed] 2022-11-01 18:10:33,792 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x2431100], from state [COMPLETED] to [TERMINATED] 2022-11-01 18:10:33,793 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x2431100] terminated 2022-11-01 18:10:33,844 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x22beac0], from state [COMPLETED] to [TERMINATED] 2022-11-01 18:10:33,845 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x22beac0] terminated 2022-11-01 18:10:37,117 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_piface asyncron 2022-11-01 18:10:37,119 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_0 from doorpi.keyboard.from_piface asyncron 2022-11-01 18:10:37,120 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_piface 2022-11-01 18:10:37,121 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface asyncron 2022-11-01 18:10:37,123 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_piface asyncron 2022-11-01 18:10:37,124 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_0 - skip fire_event OnKeyDown_0 from doorpi.keyboard.from_piface 2022-11-01 18:10:37,124 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.0 - skip fire_event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2022-11-01 18:10:37,127 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_0 from doorpi.keyboard.from_piface asyncron 2022-11-01 18:10:37,128 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_piface 2022-11-01 18:10:37,130 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface asyncron 2022-11-01 18:10:37,130 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_0 - skip fire_event OnKeyPressed_0 from doorpi.keyboard.from_piface 2022-11-01 18:10:37,132 [DEBUG] [doorpi.action.handler] [4O5WVZ] fire for event OnKeyPressed_onboardpins.0 this actions [] 2022-11-01 18:10:37,133 [TRACE] [doorpi.action.handler] [4O5WVZ] try to fire action CallAction with args () and kwargs {'number': '**610'} 2022-11-01 18:10:37,133 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**610'} 2022-11-01 18:10:37,133 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2022-11-01 18:10:37,135 [DEBUG] [doorpi.sipphone.from_linphone] call (**610) 2022-11-01 18:10:37,135 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2022-11-01 18:10:37,136 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-11-01 18:10:37,136 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2022-11-01 17:10:37.136592 2022-11-01 18:10:37,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x74c5ed70 [0x2440c38], 0x29a810 [(nil)]) 2022-11-01 18:10:37,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x72302470) 2022-11-01 18:10:37,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2022-11-01 18:10:37,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76d20d20 2022-11-01 18:10:37,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2022-11-01 18:10:37,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76d20d20 2022-11-01 18:10:37,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76d20d20 2022-11-01 18:10:37,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76d20d20 2022-11-01 18:10:37,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76d20d20 [0x72302470], "/usr/local/etc/DoorPi/records/2022-11-01_18-10-37.wav") 2022-11-01 18:10:37,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2022-11-01 18:10:37,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76d20d20 [0x72302470], 0x2a3414 [1]) 2022-11-01 18:10:37,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2022-11-01 18:10:37,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x74c5ed70 [0x2440c38], "**610", 0x76d20d20 [0x72302470]) 2022-11-01 18:10:37,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x2440c38, 0x723277e0, 2, "Starting outgoing call") 2022-11-01 18:10:37,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2022-11-01 18:10:37,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76d20d00 2022-11-01 18:10:37,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2022-11-01 18:10:37,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76d20d00 2022-11-01 18:10:37,150 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2022-11-01 18:10:37,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72327758) 2022-11-01 18:10:37,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-11-01 18:10:37,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d20d10 2022-11-01 18:10:37,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-11-01 18:10:37,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d20d10 2022-11-01 18:10:37,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d20d10 2022-11-01 18:10:37,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d20d10 2022-11-01 18:10:37,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d20d10 [0x72327758]) 2022-11-01 18:10:37,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73e43050 2022-11-01 18:10:37,155 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:37,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:37,157 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:37,157 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:37,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:37,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-11-01 18:10:37,160 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:37,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x2440c38, 0x723277e0, 3, "Outgoing call in progress") 2022-11-01 18:10:37,166 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2022-11-01 18:10:37,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72327758) 2022-11-01 18:10:37,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-11-01 18:10:37,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d20cf0 2022-11-01 18:10:37,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-11-01 18:10:37,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d20cf0 2022-11-01 18:10:37,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d20cf0 2022-11-01 18:10:37,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d20cf0 2022-11-01 18:10:37,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d20cf0 [0x72327758]) 2022-11-01 18:10:37,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73e43140 2022-11-01 18:10:37,170 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:37,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:37,173 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:37,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:37,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:37,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-11-01 18:10:37,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76d20d00 2022-11-01 18:10:37,176 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2022-11-01 18:10:37,177 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2022-11-01 18:10:37,178 [DEBUG] [doorpi.action.handler] [PVI8EH] fire for event OnSipPhoneMakeCall this actions [] 2022-11-01 18:10:37,179 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1925653568]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2022-11-01 18:10:37,180 [TRACE] [doorpi.action.handler] [PVI8EH] try to fire action > with args () and kwargs {} 2022-11-01 18:10:37,181 [TRACE] [doorpi.action.handler] [4O5WVZ] finished fire_event for event_name OnKeyPressed_onboardpins.0 2022-11-01 18:10:37,181 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x723277e0] initialized (LinphoneCore version: 3.9.0) 2022-11-01 18:10:37,183 [INFO] [doorpi.sipphone.from_linphone] Call 0x723277e0: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2022-11-01 18:10:37,182 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-11-01 18:10:37,183 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_state_changed] 2022-11-01 18:10:37,184 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x723277e0] 2022-11-01 18:10:37,184 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2022-11-01 18:10:37,184 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2022-11-01 18:10:37,182 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-11-01 18:10:37,186 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2022-11-01 18:10:37,187 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:37,187 [TRACE] [doorpi.action.handler] [PVI8EH] finished fire_event for event_name OnSipPhoneMakeCall 2022-11-01 18:10:37,188 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2022-11-01 18:10:37,189 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2022-11-01 18:10:37,189 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x723277e0] 2022-11-01 18:10:37,190 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2022-11-01 18:10:37,190 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2022-11-01 18:10:37,190 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2022-11-01 18:10:37,191 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x723277e0] 2022-11-01 18:10:37,191 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7232d648,0-->MSVoidSink:0x723307e0,0 2022-11-01 18:10:37,192 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2022-11-01 18:10:37,192 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2022-11-01 18:10:37,192 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**610@192.168.178.1] on op [0x723009f0] 2022-11-01 18:10:37,193 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2022-11-01 18:10:37,193 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72330620], from state [INIT] to [CALLING] 2022-11-01 18:10:37,194 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: message sent to [UDP://192.168.178.1:5060], size: [839] bytes INVITE sip:**610@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.53:5060;branch=z9hG4bK.uKrWF2xG4;rport From: "DoorPi" ;tag=WeBo9fXtB To: sip:**610@192.168.178.1 CSeq: 20 INVITE Call-ID: ygDhWUCTV8 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 279 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=doorpiadmin 1190 2100 IN IP4 192.168.178.53 s=Talk c=IN IP4 192.168.178.53 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2022-11-01 18:10:37,194 [INFO] [doorpi.sipphone.from_linphone] Call 0x723277e0: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2022-11-01 18:10:37,194 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_state_changed] 2022-11-01 18:10:37,195 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: received [365] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.53:5060;branch=z9hG4bK.uKrWF2xG4;rport=5060 From: "DoorPi" ;tag=WeBo9fXtB To: ;tag=9500C988C1C6EEAC Call-ID: ygDhWUCTV8 CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="18B052CBA7CFD5C9" User-Agent: FRITZ!OS Content-Length: 0 2022-11-01 18:10:37,201 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68] [365] bytes parsed 2022-11-01 18:10:37,202 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-11-01 18:10:37,203 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72330620], from state [CALLING] to [PROCEEDING] 2022-11-01 18:10:37,203 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72330620], from state [PROCEEDING] to [COMPLETED] 2022-11-01 18:10:37,204 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: message sent to [UDP://192.168.178.1:5060], size: [382] bytes ACK sip:**610@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.53:5060;branch=z9hG4bK.uKrWF2xG4;rport Call-ID: ygDhWUCTV8 From: "DoorPi" ;tag=WeBo9fXtB To: ;tag=9500C988C1C6EEAC Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2022-11-01 18:10:37,205 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpiadmin, realm=fritz.box 2022-11-01 18:10:37,205 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpiadmin] realm [fritz.box] 2022-11-01 18:10:37,206 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x248d388], from state [INIT] to [CALLING] 2022-11-01 18:10:37,207 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: message sent to [UDP://192.168.178.1:5060], size: [1008] bytes INVITE sip:**610@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.53:5060;branch=z9hG4bK.E15lKEIBc;rport From: "DoorPi" ;tag=WeBo9fXtB To: sip:**610@192.168.178.1 CSeq: 21 INVITE Call-ID: ygDhWUCTV8 Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 279 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="18B052CBA7CFD5C9", username="doorpiadmin", uri="sip:**610@192.168.178.1", response="4e02d3651cfaa60761a7add4b57831f7" v=0 o=doorpiadmin 1190 2100 IN IP4 192.168.178.53 s=Talk c=IN IP4 192.168.178.53 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2022-11-01 18:10:37,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125788 2022-11-01 18:10:37,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,259 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: received [307] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.178.53:5060;branch=z9hG4bK.E15lKEIBc;rport=5060 From: "DoorPi" ;tag=WeBo9fXtB To: Call-ID: ygDhWUCTV8 CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 7560 (UI) 149.07.29 (Oct 26 2021) Content-Length: 0 2022-11-01 18:10:37,265 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68] [307] bytes parsed 2022-11-01 18:10:37,266 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-11-01 18:10:37,266 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x248d388], from state [CALLING] to [PROCEEDING] 2022-11-01 18:10:37,266 [INFO] [doorpi.sipphone.from_linphone] op [0x723009f0] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2022-11-01 18:10:37,267 [INFO] [doorpi.sipphone.from_linphone] Op [0x723009f0] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2022-11-01 18:10:37,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125788 2022-11-01 18:10:37,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,319 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: received [697] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.178.53:5060;branch=z9hG4bK.E15lKEIBc;rport=5060 From: "DoorPi" ;tag=WeBo9fXtB To: ;tag=ECFAE5E35B2B6E26 Call-ID: ygDhWUCTV8 CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 7560 (UI) 149.07.29 (Oct 26 2021) Content-Type: application/sdp Content-Length: 264 v=0 o=user 14608222 14608222 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2022-11-01 18:10:37,328 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68] [433] bytes parsed 2022-11-01 18:10:37,329 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68] read [264] bytes of body from [192.168.178.1:5060] 2022-11-01 18:10:37,329 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-11-01 18:10:37,329 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x241d668] , local tag [WeBo9fXtB], remote tag [ECFAE5E35B2B6E26] 2022-11-01 18:10:37,330 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x241d668]: now updated by transaction [0x248d388]. 2022-11-01 18:10:37,334 [INFO] [doorpi.sipphone.from_linphone] op [0x723009f0] : set_or_update_dialog() current=[(nil)] new=[0x241d668] 2022-11-01 18:10:37,334 [INFO] [doorpi.sipphone.from_linphone] Op [0x723009f0] receiving call response [183], dialog is [0x241d668] in state [BELLE_SIP_DIALOG_EARLY] 2022-11-01 18:10:37,338 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2022-11-01 18:10:37,339 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2022-11-01 18:10:37,340 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2022-11-01 18:10:37,340 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2022-11-01 18:10:37,341 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2022-11-01 18:10:37,341 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2022-11-01 18:10:37,342 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2022-11-01 18:10:37,342 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x72305828] rejected by peer 2022-11-01 18:10:37,343 [INFO] [doorpi.sipphone.from_linphone] Call 0x723277e0: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2022-11-01 18:10:37,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x2440c38, 0x723277e0, 5, "Early media") 2022-11-01 18:10:37,344 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2022-11-01 18:10:37,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72327758) 2022-11-01 18:10:37,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-11-01 18:10:37,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d20cc0 2022-11-01 18:10:37,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-11-01 18:10:37,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d20cc0 2022-11-01 18:10:37,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d20cc0 2022-11-01 18:10:37,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d20cc0 2022-11-01 18:10:37,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d20cc0 [0x72327758]) 2022-11-01 18:10:37,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73e43410 2022-11-01 18:10:37,348 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:37,350 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:37,351 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:37,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,352 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:37,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:37,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:37,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:37,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-11-01 18:10:37,356 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_state_changed] 2022-11-01 18:10:37,357 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2022-11-01 18:10:37,357 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x723277e0] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2022-11-01 18:10:37,357 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2022-11-01 18:10:37,358 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x7232f578] sending to rtp [192.168.178.1:7078] rtcp [192.168.178.1:7079] 2022-11-01 18:10:37,358 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7232f578] 2022-11-01 18:10:37,359 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7232d648,0-->MSVoidSink:0x723307e0,0 2022-11-01 18:10:37,360 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2022-11-01 18:10:37,362 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2022-11-01 18:10:37,363 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2022-11-01 18:10:37,363 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2022-11-01 18:10:37,364 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x7232e6c0] using payload's bitrate is 80000 2022-11-01 18:10:37,364 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x7232e6c0] 2022-11-01 18:10:37,365 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2022-11-01 18:10:37,365 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2022-11-01 18:10:37,365 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x7232d648,0-->MSVolume:0x7232e808,0 2022-11-01 18:10:37,366 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x7232e808,0-->MSAudioMixer:0x2418a90,0 2022-11-01 18:10:37,366 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x2418a90,0-->MSUlawEnc:0x24157c8,0 2022-11-01 18:10:37,367 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x24157c8,0-->MSRtpSend:0x7232a520,0 2022-11-01 18:10:37,367 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x245a4a0,0-->MSUlawDec:0x24883d8,0 2022-11-01 18:10:37,368 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x24883d8,0-->MSGenericPLC:0x24587f8,0 2022-11-01 18:10:37,368 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x24587f8,0-->MSDtmfGen:0x245ace8,0 2022-11-01 18:10:37,368 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x245ace8,0-->MSVolume:0x24b0040,0 2022-11-01 18:10:37,369 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x24b0040,0-->MSTee:0x24adf68,0 2022-11-01 18:10:37,369 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x24adf68,0-->MSEqualizer:0x2458568,0 2022-11-01 18:10:37,370 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x2458568,0-->MSAudioMixer:0x24583f0,0 2022-11-01 18:10:37,370 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2022-11-01 18:10:37,371 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x2417238,0-->MSResample:0x24ad0e0,0 2022-11-01 18:10:37,371 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x24ad0e0,0-->MSAudioMixer:0x24583f0,1 2022-11-01 18:10:37,371 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x24583f0,0-->MSAlsaWrite:0x723307e0,0 2022-11-01 18:10:37,372 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x245bdf0,1-->MSResample:0x2446668,0 2022-11-01 18:10:37,372 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x2446668,0-->MSOpusEnc:0x23ad900,0 2022-11-01 18:10:37,373 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x23ad900,0-->MSMKVRecorder:0x24b16e0,1 2022-11-01 18:10:37,373 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x24462b0,0-->MSMKVRecorder:0x24b16e0,0 2022-11-01 18:10:37,374 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x2418a90,1-->MSAudioMixer:0x245bdf0,0 2022-11-01 18:10:37,374 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x24adf68,1-->MSAudioMixer:0x245bdf0,1 2022-11-01 18:10:37,375 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x245bdf0,0-->MSFileRec:0x22f8d68,0 2022-11-01 18:10:37,375 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2022-11-01 18:10:37,376 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2022-11-01 18:10:37,376 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2022-11-01 18:10:37,377 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2022-11-01 18:10:37,377 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2022-11-01 18:10:37,378 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2022-11-01 18:10:37,378 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2022-11-01 18:10:37,378 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x723277e0] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2022-11-01 18:10:37,379 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x723277e0] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2022-11-01 18:10:37,379 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x723277e0] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2022-11-01 18:10:37,380 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2022-11-01 18:10:37,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,433 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2022-11-01 18:10:37,433 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2022-11-01 18:10:37,434 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2022-11-01 18:10:37,434 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2022-11-01 18:10:37,434 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2022-11-01 18:10:37,436 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2022-11-01 18:10:37,436 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7232f578] 2022-11-01 18:10:37,436 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x24583f0] is entering bypass mode. 2022-11-01 18:10:37,436 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2022-11-01 18:10:37,437 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2022-11-01 18:10:37,437 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2022-11-01 18:10:37,437 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2022-11-01 18:10:37,437 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2022-11-01 18:10:37,438 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x2418a90] is entering bypass mode. 2022-11-01 18:10:37,438 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x24583f0] is leaving bypass mode. 2022-11-01 18:10:37,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:37,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:37,701 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:37,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327d58) 2022-11-01 18:10:37,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:37,702 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:37,702 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x723277e0]: RTP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-11-01 18:10:37,702 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.864138 video=0.000000 2022-11-01 18:10:37,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:37,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:37,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:37,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:37,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,446 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x24583f0] is entering bypass mode. 2022-11-01 18:10:38,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:38,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:38,717 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:38,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327d58) 2022-11-01 18:10:38,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:38,718 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:38,718 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x723277e0]: RTP audio=[d= 72.7,u= 73.6], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-11-01 18:10:38,719 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.370433 video=0.000000 2022-11-01 18:10:38,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:38,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:38,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:38,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:38,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,057 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=3.187227 ms 2022-11-01 18:10:39,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,217 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7232f578]. 2022-11-01 18:10:39,218 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x7232e6c0], local statistics available: Local current jitter buffer size: 58.7ms 2022-11-01 18:10:39,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:39,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:39,219 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:39,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:39,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:39,704 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:39,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327d58) 2022-11-01 18:10:39,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:39,707 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:39,707 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x723277e0]: RTP audio=[d= 79.9,u= 81.5], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-11-01 18:10:39,708 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.258761 video=0.000000 2022-11-01 18:10:39,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,813 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x7232e6c0]: receiving RTCP SR 2022-11-01 18:10:39,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:39,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:39,819 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:39,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:39,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:39,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:39,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:39,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,670 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=8.446203 ms 2022-11-01 18:10:40,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:40,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:40,727 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:40,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327d58) 2022-11-01 18:10:40,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:40,729 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:40,729 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x723277e0]: RTP audio=[d= 80.0,u= 78.4], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 1.1], video=[d= 0.0,u= 0.0] kbits/sec 2022-11-01 18:10:40,730 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.464083 video=0.000000 2022-11-01 18:10:40,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:40,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:40,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:40,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:40,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:41,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:41,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:41,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125770 2022-11-01 18:10:41,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x21256f8 2022-11-01 18:10:41,157 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: received [918] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.53:5060;branch=z9hG4bK.E15lKEIBc;rport=5060 From: "DoorPi" ;tag=WeBo9fXtB To: ;tag=ECFAE5E35B2B6E26 Call-ID: ygDhWUCTV8 CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 7560 (UI) 149.07.29 (Oct 26 2021) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Content-Type: application/sdp Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 264 v=0 o=user 14608222 14608222 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2022-11-01 18:10:41,171 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68] [654] bytes parsed 2022-11-01 18:10:41,172 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68] read [264] bytes of body from [192.168.178.1:5060] 2022-11-01 18:10:41,173 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2022-11-01 18:10:41,173 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x248d388], from state [PROCEEDING] to [ACCEPTED] 2022-11-01 18:10:41,174 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x241d668]: now updated by transaction [0x248d388]. 2022-11-01 18:10:41,181 [INFO] [doorpi.sipphone.from_linphone] op [0x723009f0] : set_or_update_dialog() current=[0x241d668] new=[0x241d668] 2022-11-01 18:10:41,181 [INFO] [doorpi.sipphone.from_linphone] Op [0x723009f0] receiving call response [200], dialog is [0x241d668] in state [BELLE_SIP_DIALOG_CONFIRMED] 2022-11-01 18:10:41,186 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2022-11-01 18:10:41,186 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2022-11-01 18:10:41,187 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2022-11-01 18:10:41,187 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2022-11-01 18:10:41,188 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2022-11-01 18:10:41,188 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2022-11-01 18:10:41,189 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2022-11-01 18:10:41,189 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x72305828] rejected by peer 2022-11-01 18:10:41,190 [INFO] [doorpi.sipphone.from_linphone] Computing branch id z9hG4bK.2it0Gbnou for message sent statelessly 2022-11-01 18:10:41,191 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: message sent to [UDP://192.168.178.1:5060], size: [468] bytes ACK sip:8A47473E276929B1AD9C227AA0872@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.53:5060;rport;branch=z9hG4bK.2it0Gbnou From: "DoorPi" ;tag=WeBo9fXtB To: ;tag=ECFAE5E35B2B6E26 CSeq: 21 ACK Call-ID: ygDhWUCTV8 Max-Forwards: 70 Authorization: Digest realm="fritz.box", nonce="18B052CBA7CFD5C9", username="doorpiadmin", uri="sip:**610@192.168.178.1", response="4e02d3651cfaa60761a7add4b57831f7" 2022-11-01 18:10:41,191 [INFO] [doorpi.sipphone.from_linphone] Call 0x723277e0: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallConnected 2022-11-01 18:10:41,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x2440c38, 0x723277e0, 6, "Connected") 2022-11-01 18:10:41,192 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2022-11-01 18:10:41,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72327758) 2022-11-01 18:10:41,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-11-01 18:10:41,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d20d30 2022-11-01 18:10:41,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-11-01 18:10:41,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d20d30 2022-11-01 18:10:41,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d20d30 2022-11-01 18:10:41,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d20d30 2022-11-01 18:10:41,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d20d30 [0x72327758]) 2022-11-01 18:10:41,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73e43410 2022-11-01 18:10:41,200 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:41,201 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:41,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,203 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:41,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:41,205 [DEBUG] [doorpi.action.handler] [PG0EWT] fire for event OnCallStateConnect this actions [, ] 2022-11-01 18:10:41,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,206 [TRACE] [doorpi.action.handler] [PG0EWT] try to fire action > with args () and kwargs {} 2022-11-01 18:10:41,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:41,207 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-11-01 18:10:41,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,207 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2022-11-01 18:10:41,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:41,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-11-01 18:10:41,209 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:41,210 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_state_changed] 2022-11-01 18:10:41,210 [TRACE] [doorpi.action.handler] [PG0EWT] try to fire action > with args () and kwargs {} 2022-11-01 18:10:41,211 [INFO] [doorpi.sipphone.from_linphone] Early media finished, unmuting inputs... 2022-11-01 18:10:41,211 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-11-01 18:10:41,211 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0.000000 db], [1.000000] linear 2022-11-01 18:10:41,212 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2022-11-01_18-10-37.wav 2022-11-01 18:10:41,212 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2022-11-01 18:10:41,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,213 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2022-11-01 18:10:41,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2022-11-01 18:10:41,214 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2022-11-01_18-10-37.wav 2022-11-01 18:10:41,214 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2022-11-01 18:10:41,214 [INFO] [doorpi.sipphone.from_linphone] video stream index found: 1, updating main video stream index 2022-11-01 18:10:41,216 [TRACE] [doorpi.action.handler] [PG0EWT] finished fire_event for event_name OnCallStateConnect 2022-11-01 18:10:41,216 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2022-11-01 18:10:41,218 [INFO] [doorpi.sipphone.from_linphone] Call [0x723277e0]: disabling video in our call params because the remote doesn't want it. 2022-11-01 18:10:41,219 [INFO] [doorpi.sipphone.from_linphone] Call 0x723277e0: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2022-11-01 18:10:41,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x2440c38, 0x723277e0, 7, "Streams running") 2022-11-01 18:10:41,220 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Streams running) 2022-11-01 18:10:41,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72327758) 2022-11-01 18:10:41,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-11-01 18:10:41,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d20d60 2022-11-01 18:10:41,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-11-01 18:10:41,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d20d60 2022-11-01 18:10:41,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d20d60 2022-11-01 18:10:41,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d20d60 2022-11-01 18:10:41,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d20d60 [0x72327758]) 2022-11-01 18:10:41,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73e436b0 2022-11-01 18:10:41,222 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:41,223 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:41,224 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:41,225 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:41,225 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:41,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:41,227 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:41,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:41,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257a0 2022-11-01 18:10:41,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-11-01 18:10:41,229 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_state_changed] 2022-11-01 18:10:41,229 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sip_hop_t 2022-11-01 18:10:41,230 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2022-11-01 18:10:41,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,334 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7232f578]. 2022-11-01 18:10:41,334 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x7232e6c0], local statistics available: Local current jitter buffer size: 60.0ms 2022-11-01 18:10:41,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:41,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:41,336 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:41,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:41,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:41,706 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:41,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327d58) 2022-11-01 18:10:41,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:41,707 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:41,708 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x723277e0]: RTP audio=[d= 77.7,u= 80.9], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-11-01 18:10:41,708 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=12.504062 video=0.000000 2022-11-01 18:10:41,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:41,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:41,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:41,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:41,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,241 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=14.187277 ms 2022-11-01 18:10:42,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,458 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 24 ms in excess dropped 2022-11-01 18:10:42,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:42,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:42,679 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:42,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327d58) 2022-11-01 18:10:42,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:42,680 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:42,680 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x723277e0]: RTP audio=[d= 80.0,u= 78.4], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.1], video=[d= 0.0,u= 0.0] kbits/sec 2022-11-01 18:10:42,681 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=19.773966 video=0.000000 2022-11-01 18:10:42,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:42,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:42,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:42,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:42,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,169 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x7232e6c0]: receiving RTCP SR 2022-11-01 18:10:43,170 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=9.875000 ms, rt_prop=0.013245 sec 2022-11-01 18:10:43,170 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2022-11-01 18:10:43,170 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2022-11-01 18:10:43,171 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x72300b50][audio], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 1.0ms RT propagation : 1.3ms 2022-11-01 18:10:43,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:43,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:43,172 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:43,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:43,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:43,707 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:43,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327d58) 2022-11-01 18:10:43,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:43,708 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:43,708 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x723277e0]: RTP audio=[d= 79.9,u= 79.9], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-11-01 18:10:43,709 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=19.275549 video=0.000000 2022-11-01 18:10:43,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,868 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=20.332531 ms 2022-11-01 18:10:43,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:43,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:43,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:43,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:43,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,248 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7232f578]. 2022-11-01 18:10:44,249 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x7232e6c0], local statistics available: Local current jitter buffer size: 0.0ms 2022-11-01 18:10:44,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:44,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:44,250 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:44,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,252 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,252 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327ca0) 2022-11-01 18:10:44,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:44,682 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:44,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x2440c38, 0x723277e0, 0x72327d58) 2022-11-01 18:10:44,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2022-11-01 18:10:44,683 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_stats_updated] 2022-11-01 18:10:44,683 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x723277e0]: RTP audio=[d= 80.8,u= 79.3], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2022-11-01 18:10:44,684 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=20.067320 video=0.000000 2022-11-01 18:10:44,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x2125758 2022-11-01 18:10:44,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21259c4 2022-11-01 18:10:44,847 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: received [731] new bytes from [UDP://192.168.178.1:5060]: BYE sip:doorpiadmin@192.168.178.53 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKC5A7FBEDEA118BAD From: ;tag=ECFAE5E35B2B6E26 To: "DoorPi" ;tag=WeBo9fXtB Call-ID: ygDhWUCTV8 CSeq: 22 BYE X-RTP-Stat: CS=0;PS=99;ES=377;OS=15840;SP=0/0;SO=0;QS=-;PR=368;ER=377;OR=58880;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=-/-;EN=PCMU;DE=PCMU;JI=83,1;DL=10,7,13;IP=192.168.178.1:7078,192.168.178.53:7078 X-RTP-Stat-Add: DQ=9;DSS=0;DS=0;PLCS=96;JS=55 X-SIP-Stat: DRT=0;IR=0 Reason: Q.850; cause=16 Max-Forwards: 70 User-Agent: AVM FRITZ!Box 7560 (UI) 149.07.29 (Oct 26 2021) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2022-11-01 18:10:44,861 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68] [731] bytes parsed 2022-11-01 18:10:44,863 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x24efc90], from state [INIT] to [TRYING] 2022-11-01 18:10:44,863 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x24efc90], from state [TRYING] to [COMPLETED] 2022-11-01 18:10:44,867 [INFO] [doorpi.sipphone.from_linphone] channel [0x2447d68]: message sent to [UDP://192.168.178.1:5060], size: [287] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKC5A7FBEDEA118BAD From: ;tag=ECFAE5E35B2B6E26 To: "DoorPi" ;tag=WeBo9fXtB Call-ID: ygDhWUCTV8 CSeq: 22 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2022-11-01 18:10:44,868 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x241d668]: now updated by transaction [0x24efc90]. 2022-11-01 18:10:44,868 [INFO] [doorpi.sipphone.from_linphone] dialog [0x241d668] deleted. 2022-11-01 18:10:44,868 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2022-11-01 18:10:44,869 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2022-11-01 18:10:44,872 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2022-11-01 18:10:44,872 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-11-01 18:10:44,873 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2022-11-01 18:10:44,873 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2022-11-01 18:10:44,873 [INFO] [doorpi.sipphone.from_linphone] sent 371 packets 2022-11-01 18:10:44,874 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2022-11-01 18:10:44,874 [INFO] [doorpi.sipphone.from_linphone] 63812 bytes 2022-11-01 18:10:44,875 [INFO] [doorpi.sipphone.from_linphone] received 376 packets 2022-11-01 18:10:44,875 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2022-11-01 18:10:44,875 [INFO] [doorpi.sipphone.from_linphone] 64672 bytes 2022-11-01 18:10:44,876 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 31992 bytes 2022-11-01 18:10:44,876 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2022-11-01 18:10:44,876 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 186 packets 2022-11-01 18:10:44,877 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2022-11-01 18:10:44,877 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2022-11-01 18:10:44,878 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-11-01 18:10:44,878 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x7232d648,0-->MSVolume:0x7232e808,0 2022-11-01 18:10:44,878 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x7232e808,0-->MSAudioMixer:0x2418a90,0 2022-11-01 18:10:44,879 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x2418a90,0-->MSUlawEnc:0x24157c8,0 2022-11-01 18:10:44,879 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x24157c8,0-->MSRtpSend:0x7232a520,0 2022-11-01 18:10:44,880 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x245a4a0,0-->MSUlawDec:0x24883d8,0 2022-11-01 18:10:44,880 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x24883d8,0-->MSGenericPLC:0x24587f8,0 2022-11-01 18:10:44,880 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x24587f8,0-->MSDtmfGen:0x245ace8,0 2022-11-01 18:10:44,881 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x245ace8,0-->MSVolume:0x24b0040,0 2022-11-01 18:10:44,881 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x24b0040,0-->MSTee:0x24adf68,0 2022-11-01 18:10:44,881 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x24adf68,0-->MSEqualizer:0x2458568,0 2022-11-01 18:10:44,882 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x2458568,0-->MSAudioMixer:0x24583f0,0 2022-11-01 18:10:44,882 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x2417238,0-->MSResample:0x24ad0e0,0 2022-11-01 18:10:44,882 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x24ad0e0,0-->MSAudioMixer:0x24583f0,1 2022-11-01 18:10:44,883 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x24583f0,0-->MSAlsaWrite:0x723307e0,0 2022-11-01 18:10:44,883 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x245bdf0,1-->MSResample:0x2446668,0 2022-11-01 18:10:44,884 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x2446668,0-->MSOpusEnc:0x23ad900,0 2022-11-01 18:10:44,884 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x23ad900,0-->MSMKVRecorder:0x24b16e0,1 2022-11-01 18:10:44,884 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x24462b0,0-->MSMKVRecorder:0x24b16e0,0 2022-11-01 18:10:44,885 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x2418a90,1-->MSAudioMixer:0x245bdf0,0 2022-11-01 18:10:44,885 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x24adf68,1-->MSAudioMixer:0x245bdf0,1 2022-11-01 18:10:44,885 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x245bdf0,0-->MSFileRec:0x22f8d68,0 2022-11-01 18:10:44,886 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2022-11-01 18:10:44,887 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-11-01 18:10:44,887 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2022-11-01 18:10:44,887 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2022-11-01 18:10:44,888 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2022-11-01 18:10:44,888 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 608 0.756705 38.0857 2022-11-01 18:10:44,888 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 746 0.527205 32.5475 2022-11-01 18:10:44,889 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 464 0.558196 21.4515 2022-11-01 18:10:44,889 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 746 0.0432725 2.67147 2022-11-01 18:10:44,890 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 766 0.0308356 1.95464 2022-11-01 18:10:44,890 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 464 0.0367806 1.41348 2022-11-01 18:10:44,890 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 2238 0.00315534 0.583873 2022-11-01 18:10:44,891 [INFO] [doorpi.sipphone.from_linphone] MSVolume 911 0.00464365 0.350004 2022-11-01 18:10:44,891 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 350 0.00963638 0.279537 2022-11-01 18:10:44,891 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 746 0.00232211 0.143358 2022-11-01 18:10:44,892 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 185 0.00742633 0.114158 2022-11-01 18:10:44,892 [INFO] [doorpi.sipphone.from_linphone] MSTee 561 0.00224086 0.10408 2022-11-01 18:10:44,893 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 746 0.00116571 0.0719661 2022-11-01 18:10:44,893 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 746 0.000928597 0.0573279 2022-11-01 18:10:44,893 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 746 0.00087012 0.0537178 2022-11-01 18:10:44,894 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 561 0.000953434 0.0442838 2022-11-01 18:10:44,894 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 232 0.00203213 0.0391315 2022-11-01 18:10:44,894 [INFO] [doorpi.sipphone.from_linphone] MSResample 464 0.000885049 0.0340125 2022-11-01 18:10:44,895 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 1 0.001042 0.000172233 2022-11-01 18:10:44,895 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2022-11-01 18:10:44,896 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2022-11-01 18:10:44,896 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2022-11-01 18:10:44,896 [INFO] [doorpi.sipphone.from_linphone] Call 0x723277e0: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2022-11-01 18:10:44,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x2440c38, 0x7232b568) 2022-11-01 18:10:44,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2022-11-01 18:10:44,901 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2022-11-01 18:10:44,901 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_log_updated] 2022-11-01 18:10:44,902 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2022-11-01 18:10:44,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x2440c38, 0x723277e0, 13, "Call ended") 2022-11-01 18:10:44,902 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2022-11-01 18:10:44,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:44,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72327758) 2022-11-01 18:10:44,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-11-01 18:10:44,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d20d40 2022-11-01 18:10:44,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-11-01 18:10:44,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d20d40 2022-11-01 18:10:44,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d20d40 2022-11-01 18:10:44,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d20d40 2022-11-01 18:10:44,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d20d40 [0x72327758]) 2022-11-01 18:10:44,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73e437d0 2022-11-01 18:10:44,906 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:44,908 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:44,909 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:44,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,910 [DEBUG] [doorpi.action.handler] [R3ROJN] fire for event OnCallStateDisconnect this actions [, ] 2022-11-01 18:10:44,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257ac 2022-11-01 18:10:44,911 [TRACE] [doorpi.action.handler] [R3ROJN] try to fire action > with args () and kwargs {} 2022-11-01 18:10:44,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,912 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-11-01 18:10:44,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257ac 2022-11-01 18:10:44,913 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2022-11-01 18:10:44,913 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:44,915 [TRACE] [doorpi.action.handler] [R3ROJN] try to fire action > with args () and kwargs {} 2022-11-01 18:10:44,916 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:44,916 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-11-01 18:10:44,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:44,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257ac 2022-11-01 18:10:44,919 [TRACE] [doorpi.action.handler] [R3ROJN] finished fire_event for event_name OnCallStateDisconnect 2022-11-01 18:10:44,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-11-01 18:10:44,920 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_state_changed] 2022-11-01 18:10:44,920 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:44,971 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x241d668] terminated for op [0x723009f0] 2022-11-01 18:10:45,023 [INFO] [doorpi.sipphone.from_linphone] Call 0x723277e0: moving from state LinphoneCallEnd to LinphoneCallReleased 2022-11-01 18:10:45,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x2440c38, 0x723277e0, 18, "Call released") 2022-11-01 18:10:45,024 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2022-11-01 18:10:45,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d20d00 [0x723277e0]) 2022-11-01 18:10:45,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x72327758) 2022-11-01 18:10:45,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2022-11-01 18:10:45,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d20d90 2022-11-01 18:10:45,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2022-11-01 18:10:45,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d20d90 2022-11-01 18:10:45,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d20d90 2022-11-01 18:10:45,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d20d90 2022-11-01 18:10:45,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d20d90 [0x72327758]) 2022-11-01 18:10:45,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73e43a10 2022-11-01 18:10:45,028 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2022-11-01 18:10:45,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:45,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257ac 2022-11-01 18:10:45,030 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:45,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:45,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257ac 2022-11-01 18:10:45,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:45,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21257ac 2022-11-01 18:10:45,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2022-11-01 18:10:45,032 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x2440c38] notifying [call_state_changed] 2022-11-01 18:10:45,032 [INFO] [doorpi.sipphone.from_linphone] op [0x723009f0] : set_or_update_dialog() current=[0x241d668] new=[(nil)] 2022-11-01 18:10:47,831 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2022-11-01 18:10:47,832 [DEBUG] [doorpi.doorpi] destroy doorpi 2022-11-01 18:10:47,832 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [<_MainThread(MainThread, started 1996186176)>, , ] 2022-11-01 18:10:47,833 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2022-11-01 18:10:47,835 [DEBUG] [doorpi.action.handler] [LD1S9G] fire for event OnShutdown this actions [, , , ] 2022-11-01 18:10:47,836 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2022-11-01 18:10:47,836 [TRACE] [doorpi.action.handler] [LD1S9G] try to fire action TimeTickDestroyAction with args () and kwargs {} 2022-11-01 18:10:47,838 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2022-11-01 18:10:47,838 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2022-11-01 18:10:47,839 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,839 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2022-11-01 18:10:47,840 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2022-11-01 18:10:47,840 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,841 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2022-11-01 18:10:47,841 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2022-11-01 18:10:47,842 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,842 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2022-11-01 18:10:47,843 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2022-11-01 18:10:47,843 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,843 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2022-11-01 18:10:47,844 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2022-11-01 18:10:47,844 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,845 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2022-11-01 18:10:47,845 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2022-11-01 18:10:47,846 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,846 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2022-11-01 18:10:47,847 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2022-11-01 18:10:47,847 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,848 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2022-11-01 18:10:47,848 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2022-11-01 18:10:47,849 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,849 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2022-11-01 18:10:47,849 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2022-11-01 18:10:47,850 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,850 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2022-11-01 18:10:47,851 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2022-11-01 18:10:47,851 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,852 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2022-11-01 18:10:47,852 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2022-11-01 18:10:47,853 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,853 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2022-11-01 18:10:47,854 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2022-11-01 18:10:47,854 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,854 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2022-11-01 18:10:47,855 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2022-11-01 18:10:47,855 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,856 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2022-11-01 18:10:47,856 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2022-11-01 18:10:47,857 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,857 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2022-11-01 18:10:47,858 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2022-11-01 18:10:47,858 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,858 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2022-11-01 18:10:47,859 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2022-11-01 18:10:47,859 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,860 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2022-11-01 18:10:47,860 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2022-11-01 18:10:47,861 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,861 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2022-11-01 18:10:47,862 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2022-11-01 18:10:47,862 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,863 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2022-11-01 18:10:47,863 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2022-11-01 18:10:47,864 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,864 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2022-11-01 18:10:47,865 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2022-11-01 18:10:47,865 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,865 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2022-11-01 18:10:47,866 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2022-11-01 18:10:47,866 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,867 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2022-11-01 18:10:47,867 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2022-11-01 18:10:47,868 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,868 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2022-11-01 18:10:47,869 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2022-11-01 18:10:47,869 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,869 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2022-11-01 18:10:47,870 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2022-11-01 18:10:47,870 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,871 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2022-11-01 18:10:47,871 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2022-11-01 18:10:47,872 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,872 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2022-11-01 18:10:47,873 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2022-11-01 18:10:47,873 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,874 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2022-11-01 18:10:47,874 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2022-11-01 18:10:47,874 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,875 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2022-11-01 18:10:47,875 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2022-11-01 18:10:47,876 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,876 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2022-11-01 18:10:47,877 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2022-11-01 18:10:47,877 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,878 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2022-11-01 18:10:47,878 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2022-11-01 18:10:47,879 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,879 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2022-11-01 18:10:47,880 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2022-11-01 18:10:47,880 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,880 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2022-11-01 18:10:47,881 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2022-11-01 18:10:47,881 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,882 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2022-11-01 18:10:47,882 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2022-11-01 18:10:47,883 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,883 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2022-11-01 18:10:47,884 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2022-11-01 18:10:47,884 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,885 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2022-11-01 18:10:47,885 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2022-11-01 18:10:47,885 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,886 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2022-11-01 18:10:47,886 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2022-11-01 18:10:47,887 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,887 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2022-11-01 18:10:47,888 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2022-11-01 18:10:47,888 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,889 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2022-11-01 18:10:47,889 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2022-11-01 18:10:47,890 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,890 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2022-11-01 18:10:47,891 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2022-11-01 18:10:47,891 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,891 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2022-11-01 18:10:47,892 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2022-11-01 18:10:47,892 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,893 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2022-11-01 18:10:47,893 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2022-11-01 18:10:47,894 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,894 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2022-11-01 18:10:47,895 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2022-11-01 18:10:47,895 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,895 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2022-11-01 18:10:47,896 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2022-11-01 18:10:47,896 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,897 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2022-11-01 18:10:47,897 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2022-11-01 18:10:47,898 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,898 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2022-11-01 18:10:47,899 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2022-11-01 18:10:47,899 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,900 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2022-11-01 18:10:47,900 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2022-11-01 18:10:47,900 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,901 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2022-11-01 18:10:47,901 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2022-11-01 18:10:47,902 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,902 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2022-11-01 18:10:47,903 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2022-11-01 18:10:47,903 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,904 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2022-11-01 18:10:47,904 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2022-11-01 18:10:47,905 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,905 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2022-11-01 18:10:47,905 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2022-11-01 18:10:47,906 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,906 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2022-11-01 18:10:47,907 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2022-11-01 18:10:47,907 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,908 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2022-11-01 18:10:47,908 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2022-11-01 18:10:47,909 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,909 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2022-11-01 18:10:47,910 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2022-11-01 18:10:47,910 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,910 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2022-11-01 18:10:47,911 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2022-11-01 18:10:47,911 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,912 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2022-11-01 18:10:47,912 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2022-11-01 18:10:47,913 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,913 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2022-11-01 18:10:47,914 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2022-11-01 18:10:47,914 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,915 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2022-11-01 18:10:47,915 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2022-11-01 18:10:47,915 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,916 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2022-11-01 18:10:47,916 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2022-11-01 18:10:47,917 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,917 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2022-11-01 18:10:47,918 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2022-11-01 18:10:47,918 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,919 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2022-11-01 18:10:47,919 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2022-11-01 18:10:47,920 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,920 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2022-11-01 18:10:47,921 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2022-11-01 18:10:47,921 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,921 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2022-11-01 18:10:47,922 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2022-11-01 18:10:47,922 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,922 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2022-11-01 18:10:47,922 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2022-11-01 18:10:47,922 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,923 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2022-11-01 18:10:47,923 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2022-11-01 18:10:47,923 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,923 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2022-11-01 18:10:47,924 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2022-11-01 18:10:47,924 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,924 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2022-11-01 18:10:47,924 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2022-11-01 18:10:47,924 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,925 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2022-11-01 18:10:47,925 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2022-11-01 18:10:47,925 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,925 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2022-11-01 18:10:47,926 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2022-11-01 18:10:47,926 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,926 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2022-11-01 18:10:47,926 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2022-11-01 18:10:47,927 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,927 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2022-11-01 18:10:47,927 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2022-11-01 18:10:47,927 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,927 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2022-11-01 18:10:47,928 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2022-11-01 18:10:47,928 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,928 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2022-11-01 18:10:47,928 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2022-11-01 18:10:47,929 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,929 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2022-11-01 18:10:47,929 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2022-11-01 18:10:47,929 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,930 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2022-11-01 18:10:47,930 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2022-11-01 18:10:47,930 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,930 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2022-11-01 18:10:47,930 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2022-11-01 18:10:47,931 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,931 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2022-11-01 18:10:47,931 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2022-11-01 18:10:47,931 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,932 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2022-11-01 18:10:47,932 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2022-11-01 18:10:47,932 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,932 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2022-11-01 18:10:47,932 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2022-11-01 18:10:47,933 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,933 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2022-11-01 18:10:47,933 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2022-11-01 18:10:47,933 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,934 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2022-11-01 18:10:47,934 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2022-11-01 18:10:47,934 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,934 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2022-11-01 18:10:47,935 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2022-11-01 18:10:47,935 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,935 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2022-11-01 18:10:47,935 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2022-11-01 18:10:47,935 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,936 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2022-11-01 18:10:47,936 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2022-11-01 18:10:47,936 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,936 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2022-11-01 18:10:47,937 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2022-11-01 18:10:47,937 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,937 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2022-11-01 18:10:47,937 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2022-11-01 18:10:47,937 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,938 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2022-11-01 18:10:47,938 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2022-11-01 18:10:47,938 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,938 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2022-11-01 18:10:47,939 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2022-11-01 18:10:47,939 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,939 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2022-11-01 18:10:47,939 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2022-11-01 18:10:47,940 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,940 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2022-11-01 18:10:47,940 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2022-11-01 18:10:47,940 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,940 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2022-11-01 18:10:47,941 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2022-11-01 18:10:47,941 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,941 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2022-11-01 18:10:47,941 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2022-11-01 18:10:47,942 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,942 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2022-11-01 18:10:47,942 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2022-11-01 18:10:47,942 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,943 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2022-11-01 18:10:47,943 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2022-11-01 18:10:47,943 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,943 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2022-11-01 18:10:47,943 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2022-11-01 18:10:47,944 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,944 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2022-11-01 18:10:47,944 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2022-11-01 18:10:47,944 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,945 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2022-11-01 18:10:47,945 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2022-11-01 18:10:47,945 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,945 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2022-11-01 18:10:47,945 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2022-11-01 18:10:47,946 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,946 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2022-11-01 18:10:47,946 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2022-11-01 18:10:47,946 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,947 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2022-11-01 18:10:47,947 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2022-11-01 18:10:47,947 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,947 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2022-11-01 18:10:47,948 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2022-11-01 18:10:47,948 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,948 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2022-11-01 18:10:47,948 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2022-11-01 18:10:47,948 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,949 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2022-11-01 18:10:47,949 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2022-11-01 18:10:47,949 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,949 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2022-11-01 18:10:47,950 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2022-11-01 18:10:47,950 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,950 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2022-11-01 18:10:47,950 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2022-11-01 18:10:47,950 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,951 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2022-11-01 18:10:47,951 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2022-11-01 18:10:47,951 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2022-11-01 18:10:47,951 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2022-11-01 18:10:47,952 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2022-11-01 18:10:47,952 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2022-11-01 18:10:47,952 [TRACE] [doorpi.action.handler] [LD1S9G] try to fire action WebServerShutdownAction with args () and kwargs {} 2022-11-01 18:10:47,953 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2022-11-01 18:10:47,953 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2022-11-01 18:10:47,954 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2022-11-01 18:10:47,954 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:47,955 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2022-11-01 18:10:47,955 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2022-11-01 18:10:47,955 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2022-11-01 18:10:47,956 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:47,956 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2022-11-01 18:10:47,956 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2022-11-01 18:10:47,956 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:47,957 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2022-11-01 18:10:47,957 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2022-11-01 18:10:47,957 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:47,957 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2022-11-01 18:10:47,957 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2022-11-01 18:10:47,958 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:47,958 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2022-11-01 18:10:47,958 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2022-11-01 18:10:47,958 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:47,959 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2022-11-01 18:10:47,959 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2022-11-01 18:10:47,959 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:47,959 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2022-11-01 18:10:47,960 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2022-11-01 18:10:47,960 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2022-11-01 18:10:47,960 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2022-11-01 18:10:47,960 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2022-11-01 18:10:47,961 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2022-11-01 18:10:47,967 [TRACE] [doorpi.action.handler] [QIT3IR] finished fire_event for event_name OnWebServerStart 2022-11-01 18:10:47,967 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2022-11-01 18:10:47,968 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2022-11-01 18:10:47,969 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2022-11-01 18:10:47,969 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2022-11-01 18:10:47,969 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2022-11-01 18:10:47,969 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2022-11-01 18:10:47,970 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2022-11-01 18:10:47,970 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2022-11-01 18:10:47,971 [TRACE] [doorpi.action.handler] [LD1S9G] try to fire action KeyboardDestroyAction with args () and kwargs {} 2022-11-01 18:10:47,971 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2022-11-01 18:10:47,971 [DEBUG] [doorpi.keyboard.from_piface] destroy 2022-11-01 18:10:47,990 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_piface and force_unregister is True 2022-11-01 18:10:47,990 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_2 from doorpi.keyboard.from_piface 2022-11-01 18:10:47,990 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_2 - remove event too 2022-11-01 18:10:47,991 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_2 2022-11-01 18:10:47,991 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface 2022-11-01 18:10:47,992 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.0 - remove event too 2022-11-01 18:10:47,992 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.0 2022-11-01 18:10:47,992 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_piface 2022-11-01 18:10:47,992 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2022-11-01 18:10:47,993 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed 2022-11-01 18:10:47,993 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_piface 2022-11-01 18:10:47,993 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2022-11-01 18:10:47,994 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp 2022-11-01 18:10:47,994 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.6 from doorpi.keyboard.from_piface 2022-11-01 18:10:47,994 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.6 - remove event too 2022-11-01 18:10:47,994 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.6 2022-11-01 18:10:47,995 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.7 from doorpi.keyboard.from_piface 2022-11-01 18:10:47,995 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.7 - remove event too 2022-11-01 18:10:47,995 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.7 2022-11-01 18:10:47,996 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.6 from doorpi.keyboard.from_piface 2022-11-01 18:10:47,996 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.6 - remove event too 2022-11-01 18:10:47,996 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.6 2022-11-01 18:10:47,996 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_7 from doorpi.keyboard.from_piface 2022-11-01 18:10:47,997 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_7 - remove event too 2022-11-01 18:10:47,997 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_7 2022-11-01 18:10:47,997 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_6 from doorpi.keyboard.from_piface 2022-11-01 18:10:47,997 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_6 - remove event too 2022-11-01 18:10:47,997 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_6 2022-11-01 18:10:47,998 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_5 from doorpi.keyboard.from_piface 2022-11-01 18:10:47,998 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_5 - remove event too 2022-11-01 18:10:47,998 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_5 2022-11-01 18:10:47,998 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_2 from doorpi.keyboard.from_piface 2022-11-01 18:10:47,999 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_2 - remove event too 2022-11-01 18:10:47,999 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_2 2022-11-01 18:10:47,999 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_1 from doorpi.keyboard.from_piface 2022-11-01 18:10:47,999 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_1 - remove event too 2022-11-01 18:10:48,000 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_1 2022-11-01 18:10:48,000 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_0 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,000 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_0 - remove event too 2022-11-01 18:10:48,000 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_0 2022-11-01 18:10:48,001 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.7 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,001 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.7 - remove event too 2022-11-01 18:10:48,001 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.7 2022-11-01 18:10:48,001 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,001 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.1 - remove event too 2022-11-01 18:10:48,002 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.1 2022-11-01 18:10:48,002 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.5 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,002 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.5 - remove event too 2022-11-01 18:10:48,002 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.5 2022-11-01 18:10:48,003 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.2 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,003 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.2 - remove event too 2022-11-01 18:10:48,003 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.2 2022-11-01 18:10:48,003 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_piface 2022-11-01 18:10:48,004 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2022-11-01 18:10:48,004 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown 2022-11-01 18:10:48,004 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.5 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,004 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.5 - remove event too 2022-11-01 18:10:48,004 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.5 2022-11-01 18:10:48,005 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.6 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,005 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.6 - remove event too 2022-11-01 18:10:48,005 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.6 2022-11-01 18:10:48,005 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.7 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,006 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.7 - remove event too 2022-11-01 18:10:48,006 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.7 2022-11-01 18:10:48,006 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.0 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,006 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.0 - remove event too 2022-11-01 18:10:48,007 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.0 2022-11-01 18:10:48,007 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,007 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.1 - remove event too 2022-11-01 18:10:48,007 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.1 2022-11-01 18:10:48,007 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.2 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,008 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.2 - remove event too 2022-11-01 18:10:48,008 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.2 2022-11-01 18:10:48,008 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_2 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,008 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_2 - remove event too 2022-11-01 18:10:48,009 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_2 2022-11-01 18:10:48,009 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_0 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,009 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_0 - remove event too 2022-11-01 18:10:48,009 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_0 2022-11-01 18:10:48,010 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_1 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,010 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_1 - remove event too 2022-11-01 18:10:48,010 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_1 2022-11-01 18:10:48,010 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_6 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,010 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_6 - remove event too 2022-11-01 18:10:48,011 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_6 2022-11-01 18:10:48,011 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_7 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,011 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_7 - remove event too 2022-11-01 18:10:48,011 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_7 2022-11-01 18:10:48,012 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_5 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,012 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_5 - remove event too 2022-11-01 18:10:48,012 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_5 2022-11-01 18:10:48,012 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_5 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,012 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_5 - remove event too 2022-11-01 18:10:48,013 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_5 2022-11-01 18:10:48,013 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_7 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,013 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_7 - remove event too 2022-11-01 18:10:48,013 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_7 2022-11-01 18:10:48,014 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_6 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,014 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_6 - remove event too 2022-11-01 18:10:48,014 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_6 2022-11-01 18:10:48,014 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,015 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_1 - remove event too 2022-11-01 18:10:48,015 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_1 2022-11-01 18:10:48,015 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,015 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_0 - remove event too 2022-11-01 18:10:48,015 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_0 2022-11-01 18:10:48,016 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.5 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,016 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.5 - remove event too 2022-11-01 18:10:48,016 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.5 2022-11-01 18:10:48,016 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,017 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.1 - remove event too 2022-11-01 18:10:48,017 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.1 2022-11-01 18:10:48,017 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,017 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.0 - remove event too 2022-11-01 18:10:48,018 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.0 2022-11-01 18:10:48,018 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.2 from doorpi.keyboard.from_piface 2022-11-01 18:10:48,018 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.2 - remove event too 2022-11-01 18:10:48,018 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.2 2022-11-01 18:10:48,018 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed 2022-11-01 18:10:48,019 [TRACE] [doorpi.action.handler] [LD1S9G] try to fire action > with args () and kwargs {} 2022-11-01 18:10:48,019 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-11-01 18:10:48,020 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2022-11-01 18:10:48,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x74c5ed70 [0x2440c38]) 2022-11-01 18:10:48,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x21257ac 2022-11-01 18:10:48,021 [DEBUG] [doorpi.action.handler] [38X3H2] fire for event OnSipPhoneDestroy this actions [, , ] 2022-11-01 18:10:48,021 [TRACE] [doorpi.action.handler] [38X3H2] try to fire action > with args () and kwargs {} 2022-11-01 18:10:48,021 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-11-01 18:10:48,021 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2022-11-01 18:10:48,022 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2022-11-01 18:10:48,022 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,022 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2022-11-01 18:10:48,022 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2022-11-01 18:10:48,023 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,023 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2022-11-01 18:10:48,023 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2022-11-01 18:10:48,023 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,024 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2022-11-01 18:10:48,024 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2022-11-01 18:10:48,024 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_"1" from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,024 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_"1" - remove event too 2022-11-01 18:10:48,024 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_"1" 2022-11-01 18:10:48,025 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,025 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2022-11-01 18:10:48,025 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2022-11-01 18:10:48,025 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,026 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2022-11-01 18:10:48,026 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2022-11-01 18:10:48,026 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,026 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2022-11-01 18:10:48,026 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2022-11-01 18:10:48,027 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,027 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2022-11-01 18:10:48,027 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2022-11-01 18:10:48,027 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,028 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2022-11-01 18:10:48,028 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2022-11-01 18:10:48,028 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,028 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2022-11-01 18:10:48,029 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2022-11-01 18:10:48,029 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,029 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2022-11-01 18:10:48,029 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2022-11-01 18:10:48,030 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,030 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2022-11-01 18:10:48,030 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2022-11-01 18:10:48,030 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,030 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2022-11-01 18:10:48,031 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2022-11-01 18:10:48,031 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,031 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2022-11-01 18:10:48,031 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2022-11-01 18:10:48,032 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,032 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2022-11-01 18:10:48,032 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2022-11-01 18:10:48,032 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,033 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2022-11-01 18:10:48,033 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2022-11-01 18:10:48,033 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_"#" from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,033 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_"#" - remove event too 2022-11-01 18:10:48,033 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_"#" 2022-11-01 18:10:48,034 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,034 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2022-11-01 18:10:48,034 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2022-11-01 18:10:48,034 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,035 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2022-11-01 18:10:48,035 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2022-11-01 18:10:48,035 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,035 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2022-11-01 18:10:48,036 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2022-11-01 18:10:48,036 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,036 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2022-11-01 18:10:48,036 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2022-11-01 18:10:48,036 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,037 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2022-11-01 18:10:48,037 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2022-11-01 18:10:48,037 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2022-11-01 18:10:48,037 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2022-11-01 18:10:48,038 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2022-11-01 18:10:48,038 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2022-11-01 18:10:48,038 [TRACE] [doorpi.action.handler] [38X3H2] try to fire action > with args () and kwargs {} 2022-11-01 18:10:48,039 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-11-01 18:10:48,039 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2022-11-01 18:10:48,040 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2022-11-01 18:10:48,040 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:48,040 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:48,041 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2022-11-01 18:10:48,041 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:48,041 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2022-11-01 18:10:48,042 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2022-11-01 18:10:48,042 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2022-11-01 18:10:48,042 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2022-11-01 18:10:48,042 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2022-11-01 18:10:48,042 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2022-11-01 18:10:48,043 [TRACE] [doorpi.action.handler] [38X3H2] try to fire action > with args () and kwargs {} 2022-11-01 18:10:48,043 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2022-11-01 18:10:48,044 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2022-11-01 18:10:48,044 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2022-11-01 18:10:48,044 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2022-11-01 18:10:48,044 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2022-11-01 18:10:48,045 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2022-11-01 18:10:48,045 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2022-11-01 18:10:48,045 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2022-11-01 18:10:48,045 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2022-11-01 18:10:48,046 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2022-11-01 18:10:48,046 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2022-11-01 18:10:48,046 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2022-11-01 18:10:48,046 [TRACE] [doorpi.action.handler] [38X3H2] finished fire_event for event_name OnSipPhoneDestroy 2022-11-01 18:10:48,047 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2022-11-01 18:10:48,047 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,047 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2022-11-01 18:10:48,047 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2022-11-01 18:10:48,048 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,048 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2022-11-01 18:10:48,048 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2022-11-01 18:10:48,048 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,049 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2022-11-01 18:10:48,049 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2022-11-01 18:10:48,049 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,049 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2022-11-01 18:10:48,050 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2022-11-01 18:10:48,050 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,050 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2022-11-01 18:10:48,050 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2022-11-01 18:10:48,050 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,051 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2022-11-01 18:10:48,051 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2022-11-01 18:10:48,051 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,051 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2022-11-01 18:10:48,052 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2022-11-01 18:10:48,052 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,052 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2022-11-01 18:10:48,052 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2022-11-01 18:10:48,053 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,053 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2022-11-01 18:10:48,053 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2022-11-01 18:10:48,053 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,053 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2022-11-01 18:10:48,054 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2022-11-01 18:10:48,054 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,054 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2022-11-01 18:10:48,054 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2022-11-01 18:10:48,055 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2022-11-01 18:10:48,055 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2022-11-01 18:10:48,055 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2022-11-01 18:10:48,055 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2022-11-01 18:10:48,056 [TRACE] [doorpi.action.handler] [LD1S9G] finished fire_event for event_name OnShutdown 2022-11-01 18:10:48,056 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2022-11-01 18:10:48,057 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2022-11-01 18:10:48,557 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2022-11-01 18:10:48,558 [TRACE] [doorpi.doorpi] still existing threads: [] 2022-11-01 18:10:48,558 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2022-11-01 18:10:49,059 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2022-11-01 18:10:49,060 [TRACE] [doorpi.doorpi] still existing threads: [] 2022-11-01 18:10:49,062 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2022-11-01 18:10:49,564 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2022-11-01 18:10:49,564 [TRACE] [doorpi.doorpi] still existing threads: [] 2022-11-01 18:10:49,565 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2022-11-01 18:10:50,066 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2022-11-01 18:10:50,067 [TRACE] [doorpi.doorpi] still existing threads: [] 2022-11-01 18:10:50,068 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] Traceback (most recent call last): File "/usr/local/bin/doorpi_cli", line 11, in load_entry_point('DoorPi==2.5.1', 'console_scripts', 'doorpi_cli')() File "/usr/local/lib/python2.7/dist-packages/DoorPi-2.5.1-py2.7.egg/doorpi/main.py", line 169, in entry_point raise SystemExit(main_as_application(sys.argv)) File "/usr/local/lib/python2.7/dist-packages/DoorPi-2.5.1-py2.7.egg/doorpi/main.py", line 155, in main_as_application finally: doorpi.DoorPi().destroy() File "/usr/local/lib/python2.7/dist-packages/DoorPi-2.5.1-py2.7.egg/doorpi/doorpi.py", line 217, in destroy time.sleep(waiting_between_checks) KeyboardInterrupt