2019-08-31 16:44:11,098 [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 2019-08-31 16:44:11,098 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2019-08-31 16:44:11,099 [DEBUG] [doorpi.doorpi] run 2019-08-31 16:44:11,099 [DEBUG] [doorpi.doorpi] prepare 2019-08-31 16:44:11,099 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2019-08-31 16:44:11,101 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2019-08-31 16:44:11,105 [DEBUG] [doorpi.conf.config_object] __init__ 2019-08-31 16:44:11,105 [TRACE] [doorpi.conf.config_object] get_from_config 2019-08-31 16:44:11,108 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2019-08-31 16:44:11,108 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2019-08-31 16:44:11,108 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2019-08-31 16:44:11,110 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2019-08-31 16:44:11,110 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2019-08-31 16:44:11,111 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2019-08-31 16:44:11,111 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2019-08-31 16:44:11,111 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2019-08-31 16:44:11,111 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2019-08-31 16:44:11,111 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2019-08-31 16:44:11,112 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2019-08-31 16:44:11,112 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2019-08-31 16:44:11,112 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2019-08-31 16:44:11,112 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2019-08-31 16:44:11,112 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2019-08-31 16:44:11,112 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2019-08-31 16:44:11,113 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2019-08-31 16:44:11,114 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2019-08-31 16:44:11,115 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2019-08-31 16:44:11,115 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2019-08-31 16:44:11,116 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2019-08-31 16:44:11,116 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2019-08-31 16:44:11,117 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2019-08-31 16:44:11,118 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2019-08-31 16:44:11,118 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2019-08-31 16:44:11,118 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2019-08-31 16:44:11,118 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2019-08-31 16:44:11,119 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2019-08-31 16:44:11,119 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2019-08-31 16:44:11,119 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2019-08-31 16:44:11,119 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2019-08-31 16:44:11,120 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2019-08-31 16:44:11,120 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2019-08-31 16:44:11,121 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2019-08-31 16:44:11,121 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2019-08-31 16:44:11,121 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2019-08-31 16:44:11,122 [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 2019-08-31 16:44:11,122 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2019-08-31 16:44:11,122 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrator'] 2019-08-31 16:44:11,122 [WARNING] [root] section ReadPermission not found in configfile 2019-08-31 16:44:11,123 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2019-08-31 16:44:11,123 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrator'] 2019-08-31 16:44:11,123 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['door'] 2019-08-31 16:44:11,123 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section Group (default: []) returns ['door'] 2019-08-31 16:44:11,123 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_OutputPins', 'onboardpins_keyboard', 'Group', 'keyboards', 'AdminNumbers', 'DTMF', 'SIP-Phone', 'WritePermission', 'AREA_installer', 'Event_OnKeyUp', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2019-08-31 16:44:11,124 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section WritePermission (default: []) returns ['installer'] 2019-08-31 16:44:11,124 [ERROR] [doorpi.status.webserver] no ReadPermission found 2019-08-31 16:44:11,124 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2019-08-31 16:44:11,124 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2019-08-31 16:44:11,125 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2019-08-31 16:44:11,126 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,126 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2019-08-31 16:44:11,126 [DEBUG] [doorpi.action.handler] [7OS20X] fire for event OnWebServerStart this actions [] 2019-08-31 16:44:11,126 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,127 [TRACE] [doorpi.action.handler] [7OS20X] try to fire action WebServerStartupAction with args () and kwargs {} 2019-08-31 16:44:11,127 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,127 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2019-08-31 16:44:11,127 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,128 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,128 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,128 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,128 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,129 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,129 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,129 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,129 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,129 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,129 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,130 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,130 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2019-08-31 16:44:11,130 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2019-08-31 16:44:11,130 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2019-08-31 16:44:11,130 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2019-08-31 16:44:11,131 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns gpio 2019-08-31 16:44:11,131 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['18'] 2019-08-31 16:44:11,131 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['16'] 2019-08-31 16:44:11,131 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 2000.0 2019-08-31 16:44:11,131 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2019-08-31 16:44:11,132 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2019-08-31 16:44:11,132 [DEBUG] [doorpi.keyboard.from_gpio] doorpi.keyboard.from_gpio loaded 2019-08-31 16:44:11,134 [DEBUG] [doorpi.keyboard.from_gpio] __init__(input_pins = ['18'], output_pins = ['16'], bouncetime = 2000.0, polarity = 0) 2019-08-31 16:44:11,134 [DEBUG] [doorpi.conf.config_object] create new key mode in section onboardpins_keyboard with value 'BOARD' 2019-08-31 16:44:11,135 [TRACE] [doorpi.conf.config_object] get_string for key mode in section onboardpins_keyboard (default: BOARD) returns BOARD 2019-08-31 16:44:11,135 [TRACE] [doorpi.conf.config_object] get_string for key pull_up_down in section onboardpins_keyboard (default: PUD_OFF) returns PUD_OFF 2019-08-31 16:44:11,138 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2019-08-31 16:44:11,138 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was added 2019-08-31 16:44:11,138 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_gpio 2019-08-31 16:44:11,138 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_18 from doorpi.keyboard.from_gpio 2019-08-31 16:44:11,139 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_18 and registered source doorpi.keyboard.from_gpio 2019-08-31 16:44:11,139 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.18 from doorpi.keyboard.from_gpio 2019-08-31 16:44:11,139 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.18 and registered source doorpi.keyboard.from_gpio 2019-08-31 16:44:11,140 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2019-08-31 16:44:11,140 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_gpio 2019-08-31 16:44:11,140 [TRACE] [doorpi.action.handler] register Event OnKeyUp_18 from doorpi.keyboard.from_gpio 2019-08-31 16:44:11,140 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_18 and registered source doorpi.keyboard.from_gpio 2019-08-31 16:44:11,140 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.18 from doorpi.keyboard.from_gpio 2019-08-31 16:44:11,141 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.18 and registered source doorpi.keyboard.from_gpio 2019-08-31 16:44:11,141 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2019-08-31 16:44:11,141 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_gpio 2019-08-31 16:44:11,141 [TRACE] [doorpi.action.handler] register Event OnKeyDown_18 from doorpi.keyboard.from_gpio 2019-08-31 16:44:11,141 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_18 and registered source doorpi.keyboard.from_gpio 2019-08-31 16:44:11,142 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.18 from doorpi.keyboard.from_gpio 2019-08-31 16:44:11,142 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.18 and registered source doorpi.keyboard.from_gpio 2019-08-31 16:44:11,143 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2019-08-31 16:44:11,143 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['16'] 2019-08-31 16:44:11,144 [TRACE] [doorpi.conf.config_object] get_string for key 16 in section onboardpins_OutputPins (default: ) returns AliveLed 2019-08-31 16:44:11,145 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2019-08-31 16:44:11,146 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2019-08-31 16:44:11,147 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2019-08-31 16:44:11,148 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2019-08-31 16:44:11,178 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2019-08-31 16:44:11,179 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2019-08-31 16:44:11,180 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2019-08-31 16:44:11,210 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2019-08-31 16:44:11,213 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2019-08-31 16:44:11,214 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2019-08-31 16:44:11,214 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2019-08-31 16:44:11,216 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2019-08-31 16:44:11,217 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2019-08-31 16:44:11,218 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2019-08-31 16:44:11,218 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2019-08-31 16:44:11,219 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2019-08-31 16:44:11,219 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,219 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2019-08-31 16:44:11,219 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,220 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,220 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,220 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,220 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,220 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,220 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,221 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,221 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,221 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,221 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,221 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,221 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,222 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,223 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,223 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,223 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,223 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,223 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,223 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,224 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,224 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,224 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2019-08-31 16:44:11,224 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2019-08-31 16:44:11,224 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2019-08-31 16:44:11,225 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,225 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2019-08-31 16:44:11,225 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,226 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,226 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,226 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,226 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,226 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,226 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,227 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,227 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,227 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,227 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,227 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,228 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,228 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,228 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,228 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,228 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,228 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,229 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,229 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,229 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,229 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,229 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,230 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"#"'] 2019-08-31 16:44:11,230 [TRACE] [doorpi.action.handler] register Event OnDTMF_"#" from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,230 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"#" and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,230 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,230 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2019-08-31 16:44:11,230 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,231 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,231 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,231 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,231 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,231 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,231 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,232 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,232 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,232 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,232 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,232 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,233 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,233 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,233 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,233 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,233 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,233 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,234 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:11,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2019-08-31 16:44:11,235 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:11,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x74305668 2019-08-31 16:44:11,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2019-08-31 16:44:11,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x74305668 2019-08-31 16:44:11,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x74229d20, "(null)", "(null)") 2019-08-31 16:44:11,236 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2019-08-31 16:44:11,237 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2019-08-31 16:44:11,237 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2019-08-31 16:44:11,237 [INFO] [doorpi.sipphone.from_linphone] srtp init 2019-08-31 16:44:11,243 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2019-08-31 16:44:11,286 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2019-08-31 16:44:11,294 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1711 - open '/dev/snd/pcmC0D0c' failed (-2) 2019-08-31 16:44:11,296 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2019-08-31 16:44:11,306 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB PnP Sound Device' added 2019-08-31 16:44:11,306 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2019-08-31 16:44:11,307 [INFO] [doorpi.sipphone.from_linphone] Webcam V4L2: /dev/video0 added 2019-08-31 16:44:11,307 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2019-08-31 16:44:11,307 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2019-08-31 16:44:11,307 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2019-08-31 16:44:11,308 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2019-08-31 16:44:11,308 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2019-08-31 16:44:11,308 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x23a9890] registered on core [0x2276490] 2019-08-31 16:44:11,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x23a9890, 1, "Starting up") 2019-08-31 16:44:11,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-08-31 16:44:11,309 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [global_state_changed] 2019-08-31 16:44:11,309 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2019-08-31 16:44:11,309 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2019-08-31 16:44:11,309 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2019-08-31 16:44:11,309 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2019-08-31 16:44:11,310 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2019-08-31 16:44:11,310 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-08-31 16:44:11,310 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-08-31 16:44:11,310 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-08-31 16:44:11,310 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-08-31 16:44:11,311 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2019-08-31 16:44:11,311 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2019-08-31 16:44:11,311 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2019-08-31 16:44:11,311 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2019-08-31 16:44:11,312 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2019-08-31 16:44:11,312 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2019-08-31 16:44:11,312 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2019-08-31 16:44:11,312 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2019-08-31 16:44:11,312 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2019-08-31 16:44:11,313 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2019-08-31 16:44:11,313 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2019-08-31 16:44:11,313 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2019-08-31 16:44:11,313 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-08-31 16:44:11,313 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-08-31 16:44:11,314 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-08-31 16:44:11,314 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-08-31 16:44:11,314 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-08-31 16:44:11,314 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-08-31 16:44:11,314 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-08-31 16:44:11,314 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-08-31 16:44:11,315 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-08-31 16:44:11,315 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-08-31 16:44:11,315 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-08-31 16:44:11,315 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-08-31 16:44:11,316 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2019-08-31 16:44:11,316 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2019-08-31 16:44:11,316 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2019-08-31 16:44:11,316 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-08-31 16:44:11,316 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-08-31 16:44:11,317 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-08-31 16:44:11,317 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-08-31 16:44:11,317 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-08-31 16:44:11,317 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-08-31 16:44:11,317 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2019-08-31 16:44:11,318 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2019-08-31 16:44:11,318 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2019-08-31 16:44:11,318 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2019-08-31 16:44:11,318 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2019-08-31 16:44:11,318 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2019-08-31 16:44:11,319 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2019-08-31 16:44:11,319 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2019-08-31 16:44:11,319 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2019-08-31 16:44:11,319 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2019-08-31 16:44:11,319 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2019-08-31 16:44:11,320 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2019-08-31 16:44:11,320 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2019-08-31 16:44:11,320 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2019-08-31 16:44:11,320 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2019-08-31 16:44:11,320 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2019-08-31 16:44:11,321 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2019-08-31 16:44:11,321 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2019-08-31 16:44:11,321 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2019-08-31 16:44:11,321 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2019-08-31 16:44:11,321 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2019-08-31 16:44:11,322 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2019-08-31 16:44:11,322 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2019-08-31 16:44:11,322 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-08-31 16:44:11,322 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2019-08-31 16:44:11,322 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2019-08-31 16:44:11,323 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2019-08-31 16:44:11,323 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2019-08-31 16:44:11,323 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2019-08-31 16:44:11,323 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2019-08-31 16:44:11,323 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2019-08-31 16:44:11,324 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2019-08-31 16:44:11,324 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2019-08-31 16:44:11,324 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2019-08-31 16:44:11,324 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-08-31 16:44:11,324 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-08-31 16:44:11,325 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2019-08-31 16:44:11,325 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2019-08-31 16:44:11,325 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2019-08-31 16:44:11,325 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2019-08-31 16:44:11,326 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-08-31 16:44:11,326 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-08-31 16:44:11,326 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-31 16:44:11,326 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-31 16:44:11,326 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-31 16:44:11,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x23a9890, 2, "(null)") 2019-08-31 16:44:11,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2019-08-31 16:44:11,327 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [configuring_status] 2019-08-31 16:44:11,327 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2019-08-31 16:44:11,328 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2019-08-31 16:44:11,328 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2019-08-31 16:44:11,328 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2019-08-31 16:44:11,328 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2019-08-31 16:44:11,328 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-08-31 16:44:11,329 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-08-31 16:44:11,329 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2019-08-31 16:44:11,329 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2019-08-31 16:44:11,329 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2019-08-31 16:44:11,329 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2019-08-31 16:44:11,329 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2019-08-31 16:44:11,330 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2019-08-31 16:44:11,330 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2019-08-31 16:44:11,330 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2019-08-31 16:44:11,330 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-08-31 16:44:11,330 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-08-31 16:44:11,331 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2019-08-31 16:44:11,331 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2019-08-31 16:44:11,331 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2019-08-31 16:44:11,331 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-08-31 16:44:11,332 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-31 16:44:11,332 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-08-31 16:44:11,332 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x2275e30] on [sip:0.0.0.0:5060;transport=UDP] 2019-08-31 16:44:11,332 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x23d97c0] on [sip:0.0.0.0:5060;transport=TCP] 2019-08-31 16:44:11,333 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x23c33f0] on [sip:0.0.0.0:-1;transport=TLS] 2019-08-31 16:44:11,333 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 44829 2019-08-31 16:44:11,333 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-31 16:44:11,333 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-31 16:44:11,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x23a9890, 2, "Ready") 2019-08-31 16:44:11,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-08-31 16:44:11,336 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [global_state_changed] 2019-08-31 16:44:11,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x74305668 2019-08-31 16:44:11,337 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi12 2019-08-31 16:44:11,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x74305668 [0x23a9890], "DoorPi12 ") 2019-08-31 16:44:11,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2019-08-31 16:44:11,338 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2019-08-31 16:44:11,339 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2019-08-31 16:44:11,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x74305668 [0x23a9890], 2) 2019-08-31 16:44:11,339 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-08-31 16:44:11,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2019-08-31 16:44:11,340 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2019-08-31 16:44:11,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x74305668 [0x23a9890], 0x2a311c [0]) 2019-08-31 16:44:11,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2019-08-31 16:44:11,341 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-08-31 16:44:11,341 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-08-31 16:44:11,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2019-08-31 16:44:11,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x74305680 2019-08-31 16:44:11,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x74305668 [0x23a9890], 0x74305680 [0x74305688]) 2019-08-31 16:44:11,342 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x2275e30] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2019-08-31 16:44:11,342 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x23d97c0] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2019-08-31 16:44:11,342 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x23c33f0] on [sip:0.0.0.0:44829;transport=TLS] destroyed 2019-08-31 16:44:11,342 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-08-31 16:44:11,343 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x2275e30] on [sip:0.0.0.0:5060;transport=UDP] 2019-08-31 16:44:11,343 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x23a8e50] on [sip:0.0.0.0:5060;transport=TCP] 2019-08-31 16:44:11,343 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x23b1e20] on [sip:0.0.0.0:-1;transport=TLS] 2019-08-31 16:44:11,344 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 39835 2019-08-31 16:44:11,344 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-31 16:44:11,344 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-31 16:44:11,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2019-08-31 16:44:11,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x74305680) 2019-08-31 16:44:11,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2019-08-31 16:44:11,345 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2019-08-31 16:44:11,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x74305668 [0x23a9890], 0x2a311c [0]) 2019-08-31 16:44:11,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2019-08-31 16:44:11,346 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2019-08-31 16:44:11,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x74305668 [0x23a9890], "") 2019-08-31 16:44:11,346 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-08-31 16:44:11,346 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2019-08-31 16:44:11,347 [INFO] [doorpi.sipphone.from_linphone] fd00::e228:6dff:fe5c:645d 2019-08-31 16:44:11,347 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-08-31 16:44:11,347 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-08-31 16:44:11,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2019-08-31 16:44:11,348 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2019-08-31 16:44:11,348 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2019-08-31 16:44:11,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x74305668 [0x23a9890], 0) 2019-08-31 16:44:11,349 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-08-31 16:44:11,349 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-08-31 16:44:11,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2019-08-31 16:44:11,350 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2019-08-31 16:44:11,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x74305668 [0x23a9890], 120) 2019-08-31 16:44:11,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2019-08-31 16:44:11,350 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2019-08-31 16:44:11,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x74305668 [0x23a9890], 15) 2019-08-31 16:44:11,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2019-08-31 16:44:11,351 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2019-08-31 16:44:11,352 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2019-08-31 16:44:11,352 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-08-31 16:44:11,353 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2019-08-31 16:44:11,353 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-08-31 16:44:11,353 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2019-08-31 16:44:11,353 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2019-08-31 16:44:11,354 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-08-31 16:44:11,354 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2019-08-31 16:44:11,354 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-08-31 16:44:11,354 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2019-08-31 16:44:11,354 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2019-08-31 16:44:11,355 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2019-08-31 16:44:11,355 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2019-08-31 16:44:11,355 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2019-08-31 16:44:11,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x74305668 [0x23a9890], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2019-08-31 16:44:11,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2019-08-31 16:44:11,357 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-08-31 16:44:11,357 [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 2019-08-31 16:44:11,357 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-08-31 16:44:11,357 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-08-31 16:44:11,358 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2019-08-31 16:44:11,358 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2019-08-31 16:44:11,358 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2019-08-31 16:44:11,358 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2019-08-31 16:44:11,358 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-08-31 16:44:11,359 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2019-08-31 16:44:11,359 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2019-08-31 16:44:11,359 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2019-08-31 16:44:11,359 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2019-08-31 16:44:11,360 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2019-08-31 16:44:11,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74231990 2019-08-31 16:44:11,361 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-08-31 16:44:11,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x7422d830 2019-08-31 16:44:11,362 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB PnP Sound Device 2019-08-31 16:44:11,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x74305668 [0x23a9890], "ALSA: USB PnP Sound Device") 2019-08-31 16:44:11,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2019-08-31 16:44:11,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7422d800 2019-08-31 16:44:11,363 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB PnP Sound Device 2019-08-31 16:44:11,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x74305668 [0x23a9890], "ALSA: USB PnP Sound Device") 2019-08-31 16:44:11,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2019-08-31 16:44:11,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74231940 2019-08-31 16:44:11,364 [INFO] [doorpi.sipphone.from_linphone] found 3 possible sounddevices: 2019-08-31 16:44:11,364 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2019-08-31 16:44:11,364 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-08-31 16:44:11,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74231940 2019-08-31 16:44:11,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74305668 [0x23a9890], "ALSA: default device") 2019-08-31 16:44:11,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2019-08-31 16:44:11,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74305668 [0x23a9890], "ALSA: default device") 2019-08-31 16:44:11,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2019-08-31 16:44:11,366 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2019-08-31 16:44:11,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74305668 [0x23a9890], "ALSA: bcm2835 ALSA") 2019-08-31 16:44:11,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a311c 2019-08-31 16:44:11,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74305668 [0x23a9890], "ALSA: bcm2835 ALSA") 2019-08-31 16:44:11,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2019-08-31 16:44:11,367 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2019-08-31 16:44:11,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74305668 [0x23a9890], "ALSA: USB PnP Sound Device") 2019-08-31 16:44:11,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2019-08-31 16:44:11,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74305668 [0x23a9890], "ALSA: USB PnP Sound Device") 2019-08-31 16:44:11,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2019-08-31 16:44:11,368 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB PnP Sound Device 2019-08-31 16:44:11,368 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-08-31 16:44:11,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x7422d920 2019-08-31 16:44:11,368 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: USB PnP Sound Device 2019-08-31 16:44:11,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7422d950 2019-08-31 16:44:11,369 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: USB PnP Sound Device 2019-08-31 16:44:11,369 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2019-08-31 16:44:11,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x2275a58) 2019-08-31 16:44:11,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-31 16:44:11,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ce4420 2019-08-31 16:44:11,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-31 16:44:11,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ce4420 2019-08-31 16:44:11,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ce4420 2019-08-31 16:44:11,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x23b2630) 2019-08-31 16:44:11,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-31 16:44:11,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ce4430 2019-08-31 16:44:11,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-31 16:44:11,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ce4430 2019-08-31 16:44:11,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ce4430 2019-08-31 16:44:11,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x23b2698) 2019-08-31 16:44:11,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-31 16:44:11,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ce4440 2019-08-31 16:44:11,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-31 16:44:11,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ce4440 2019-08-31 16:44:11,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ce4440 2019-08-31 16:44:11,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x23a91f0) 2019-08-31 16:44:11,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-31 16:44:11,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ce4450 2019-08-31 16:44:11,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-31 16:44:11,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ce4450 2019-08-31 16:44:11,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ce4450 2019-08-31 16:44:11,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x23a9248) 2019-08-31 16:44:11,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-31 16:44:11,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ce4460 2019-08-31 16:44:11,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-31 16:44:11,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ce4460 2019-08-31 16:44:11,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ce4460 2019-08-31 16:44:11,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x23a96e8) 2019-08-31 16:44:11,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-31 16:44:11,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ce4470 2019-08-31 16:44:11,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-31 16:44:11,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ce4470 2019-08-31 16:44:11,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ce4470 2019-08-31 16:44:11,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x23a9740) 2019-08-31 16:44:11,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-31 16:44:11,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ce4480 2019-08-31 16:44:11,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-31 16:44:11,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ce4480 2019-08-31 16:44:11,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ce4480 2019-08-31 16:44:11,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x23b2520) 2019-08-31 16:44:11,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-31 16:44:11,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ce4490 2019-08-31 16:44:11,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-31 16:44:11,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ce4490 2019-08-31 16:44:11,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ce4490 2019-08-31 16:44:11,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x23a8170) 2019-08-31 16:44:11,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-31 16:44:11,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ce44a0 2019-08-31 16:44:11,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-31 16:44:11,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ce44a0 2019-08-31 16:44:11,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ce44a0 2019-08-31 16:44:11,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x23a81c8) 2019-08-31 16:44:11,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-31 16:44:11,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ce44b0 2019-08-31 16:44:11,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-31 16:44:11,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ce44b0 2019-08-31 16:44:11,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ce44b0 2019-08-31 16:44:11,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x74231a30 2019-08-31 16:44:11,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4420 [0x2275a58]) 2019-08-31 16:44:11,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422b760 2019-08-31 16:44:11,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4420 [0x2275a58]) 2019-08-31 16:44:11,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422b760 2019-08-31 16:44:11,382 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2019-08-31 16:44:11,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305668 [0x23a9890], 0x76ce4420 [0x2275a58], 0x2a311c [0]) 2019-08-31 16:44:11,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21f876c 2019-08-31 16:44:11,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4430 [0x23b2630]) 2019-08-31 16:44:11,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422ba60 2019-08-31 16:44:11,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4430 [0x23b2630]) 2019-08-31 16:44:11,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422ba60 2019-08-31 16:44:11,384 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-08-31 16:44:11,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305668 [0x23a9890], 0x76ce4430 [0x23b2630], 0x2a311c [0]) 2019-08-31 16:44:11,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21f876c 2019-08-31 16:44:11,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4440 [0x23b2698]) 2019-08-31 16:44:11,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422b760 2019-08-31 16:44:11,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4440 [0x23b2698]) 2019-08-31 16:44:11,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422b760 2019-08-31 16:44:11,385 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-08-31 16:44:11,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305668 [0x23a9890], 0x76ce4440 [0x23b2698], 0x2a311c [0]) 2019-08-31 16:44:11,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21f876c 2019-08-31 16:44:11,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4450 [0x23a91f0]) 2019-08-31 16:44:11,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422ba60 2019-08-31 16:44:11,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4450 [0x23a91f0]) 2019-08-31 16:44:11,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422ba60 2019-08-31 16:44:11,387 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2019-08-31 16:44:11,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305668 [0x23a9890], 0x76ce4450 [0x23a91f0], 0x2a3128 [1]) 2019-08-31 16:44:11,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21f876c 2019-08-31 16:44:11,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4460 [0x23a9248]) 2019-08-31 16:44:11,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422b760 2019-08-31 16:44:11,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4460 [0x23a9248]) 2019-08-31 16:44:11,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422b760 2019-08-31 16:44:11,388 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2019-08-31 16:44:11,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305668 [0x23a9890], 0x76ce4460 [0x23a9248], 0x2a3128 [1]) 2019-08-31 16:44:11,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21f876c 2019-08-31 16:44:11,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4470 [0x23a96e8]) 2019-08-31 16:44:11,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305680 2019-08-31 16:44:11,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4470 [0x23a96e8]) 2019-08-31 16:44:11,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305680 2019-08-31 16:44:11,390 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2019-08-31 16:44:11,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305668 [0x23a9890], 0x76ce4470 [0x23a96e8], 0x2a311c [0]) 2019-08-31 16:44:11,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21f876c 2019-08-31 16:44:11,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4480 [0x23a9740]) 2019-08-31 16:44:11,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422b760 2019-08-31 16:44:11,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4480 [0x23a9740]) 2019-08-31 16:44:11,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422b760 2019-08-31 16:44:11,391 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2019-08-31 16:44:11,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305668 [0x23a9890], 0x76ce4480 [0x23a9740], 0x2a311c [0]) 2019-08-31 16:44:11,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21f876c 2019-08-31 16:44:11,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4490 [0x23b2520]) 2019-08-31 16:44:11,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422ba60 2019-08-31 16:44:11,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce4490 [0x23b2520]) 2019-08-31 16:44:11,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7422ba60 2019-08-31 16:44:11,393 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-08-31 16:44:11,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305668 [0x23a9890], 0x76ce4490 [0x23b2520], 0x2a311c [0]) 2019-08-31 16:44:11,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21f876c 2019-08-31 16:44:11,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce44a0 [0x23a8170]) 2019-08-31 16:44:11,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305680 2019-08-31 16:44:11,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce44a0 [0x23a8170]) 2019-08-31 16:44:11,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305680 2019-08-31 16:44:11,394 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-08-31 16:44:11,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305668 [0x23a9890], 0x76ce44a0 [0x23a8170], 0x2a311c [0]) 2019-08-31 16:44:11,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21f876c 2019-08-31 16:44:11,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce44b0 [0x23a81c8]) 2019-08-31 16:44:11,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305680 2019-08-31 16:44:11,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce44b0 [0x23a81c8]) 2019-08-31 16:44:11,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305680 2019-08-31 16:44:11,396 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-08-31 16:44:11,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305668 [0x23a9890], 0x76ce44b0 [0x23a81c8], 0x2a311c [0]) 2019-08-31 16:44:11,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21f876c 2019-08-31 16:44:11,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74231990 2019-08-31 16:44:11,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74231990 2019-08-31 16:44:11,397 [INFO] [doorpi.sipphone.from_linphone] found 2 possible videodevices: 2019-08-31 16:44:11,397 [DEBUG] [doorpi.sipphone.from_linphone] | name 2019-08-31 16:44:11,398 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-08-31 16:44:11,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74231990 2019-08-31 16:44:11,398 [DEBUG] [doorpi.sipphone.from_linphone] | V4L2: /dev/video0 2019-08-31 16:44:11,398 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2019-08-31 16:44:11,399 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-08-31 16:44:11,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74231990 2019-08-31 16:44:11,399 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: V4L2: /dev/video0) returns V4L2: /dev/video0 2019-08-31 16:44:11,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74231990 2019-08-31 16:44:11,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x74305668 [0x23a9890], 0x2a3128 [1]) 2019-08-31 16:44:11,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2019-08-31 16:44:11,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x74305668 [0x23a9890], "V4L2: /dev/video0") 2019-08-31 16:44:11,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2019-08-31 16:44:11,401 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2019-08-31 16:44:11,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x74305668 [0x23a9890], "vga") 2019-08-31 16:44:11,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2019-08-31 16:44:11,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x74231b60 2019-08-31 16:44:11,402 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: V4L2: /dev/video0 2019-08-31 16:44:11,402 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2019-08-31 16:44:11,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x2276830) 2019-08-31 16:44:11,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-31 16:44:11,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ce44c0 2019-08-31 16:44:11,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-31 16:44:11,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ce44c0 2019-08-31 16:44:11,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ce44c0 2019-08-31 16:44:11,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x742319e0 2019-08-31 16:44:11,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce44c0 [0x2276830]) 2019-08-31 16:44:11,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305680 2019-08-31 16:44:11,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2a3128 2019-08-31 16:44:11,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ce44c0 [0x2276830]) 2019-08-31 16:44:11,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305680 2019-08-31 16:44:11,405 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2019-08-31 16:44:11,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305668 [0x23a9890], 0x76ce44c0 [0x2276830], 0x2a3128 [1]) 2019-08-31 16:44:11,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x21f876c 2019-08-31 16:44:11,406 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.178.1 2019-08-31 16:44:11,406 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns DoorPi12 2019-08-31 16:44:11,406 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: DoorPi12) returns ******* 2019-08-31 16:44:11,406 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.178.1) returns 2019-08-31 16:44:11,406 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2019-08-31 16:44:11,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x74305668 [0x23a9890]) 2019-08-31 16:44:11,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x232c898) 2019-08-31 16:44:11,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2019-08-31 16:44:11,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76ce44d0 2019-08-31 16:44:11,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2019-08-31 16:44:11,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76ce44d0 2019-08-31 16:44:11,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76ce44d0 2019-08-31 16:44:11,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76ce44d0 2019-08-31 16:44:11,408 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi12 2019-08-31 16:44:11,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi12 ") 2019-08-31 16:44:11,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x23d97c0) 2019-08-31 16:44:11,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-31 16:44:11,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ce44e0 2019-08-31 16:44:11,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-31 16:44:11,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ce44e0 2019-08-31 16:44:11,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ce44e0 2019-08-31 16:44:11,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76ce44e0 2019-08-31 16:44:11,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76ce44d0 [0x232c898], 0x76ce44e0 [0x23d97c0]) 2019-08-31 16:44:11,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2019-08-31 16:44:11,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76ce44d0 [0x232c898], "sip:192.168.178.1") 2019-08-31 16:44:11,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2019-08-31 16:44:11,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76ce44d0 [0x232c898], 0x2a3128 [1]) 2019-08-31 16:44:11,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2019-08-31 16:44:11,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x74305668 [0x23a9890], 0x76ce44d0 [0x232c898]) 2019-08-31 16:44:11,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x21f876c 2019-08-31 16:44:11,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x74305668 [0x23a9890], 0x76ce44d0 [0x232c898]) 2019-08-31 16:44:11,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2019-08-31 16:44:11,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x74305668 [0x23a9890], "DoorPi12", "(null)", "12DoorPi", "(null)", "(null)", "") 2019-08-31 16:44:11,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x2275ec8) 2019-08-31 16:44:11,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2019-08-31 16:44:11,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76ce44f0 2019-08-31 16:44:11,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2019-08-31 16:44:11,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76ce44f0 2019-08-31 16:44:11,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76ce44f0 2019-08-31 16:44:11,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76ce44f0 2019-08-31 16:44:11,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x74305668 [0x23a9890], 0x76ce44f0 [0x2275ec8]) 2019-08-31 16:44:11,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2019-08-31 16:44:11,416 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2019-08-31 16:44:11,416 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnStartup'] 2019-08-31 16:44:11,416 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2019-08-31 16:44:11,416 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2019-08-31 16:44:11,416 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2019-08-31 16:44:11,417 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2019-08-31 16:44:11,417 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2019-08-31 16:44:11,417 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2019-08-31 16:44:11,418 [TRACE] [doorpi.conf.config_object] get_string for key 18 in section onboardpins_InputPins (default: ) returns Klingel 2019-08-31 16:44:11,418 [ERROR] [doorpi.action.base] error while creating SingleAction from config string: Klingel Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/doorpi/action/base.py", line 64, in from_string return importlib.import_module('doorpi.action.SingleActions.'+action_name).get( File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named Klingel 2019-08-31 16:44:11,419 [ERROR] [doorpi.action.handler] action_object is None 2019-08-31 16:44:11,419 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"#"'] 2019-08-31 16:44:11,419 [TRACE] [doorpi.conf.config_object] get_string for key "#" in section DTMF (default: ) returns out:AliveLed,1,0,1 2019-08-31 16:44:11,420 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2019-08-31 16:44:11,420 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2019-08-31 16:44:11,420 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 1.0, 'pin': 'AliveLed', 'start_value': '1'} was added to new evententry OnDTMF_"#" 2019-08-31 16:44:11,421 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2019-08-31 16:44:11,421 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2019-08-31 16:44:11,422 [DEBUG] [doorpi.action.handler] [HO850P] fire for event OnStartup this actions [] 2019-08-31 16:44:11,422 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2019-08-31 16:44:11,422 [TRACE] [doorpi.action.handler] [HO850P] try to fire action SleepAction with args (1.0,) and kwargs {} 2019-08-31 16:44:11,423 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2019-08-31 16:44:12,425 [TRACE] [doorpi.action.handler] [HO850P] finished fire_event for event_name OnStartup 2019-08-31 16:44:12,426 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2019-08-31 16:44:12,427 [INFO] [doorpi.doorpi] DoorPi started successfully 2019-08-31 16:44:12,428 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2019-08-31 16:44:12,428 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2019-08-31 16:44:12,429 [INFO] [doorpi.doorpi] Weburl is http://Tuer/ 2019-08-31 16:44:12,430 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2019-08-31 16:44:12,431 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2019-08-31 16:44:12,431 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.178.54 2019-08-31 16:44:12,432 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2019-08-31 16:44:12,433 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-08-31 16:44:12,433 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2019-08-31 16:44:12,434 [INFO] [doorpi.sipphone.from_linphone] fd00::e228:6dff:fe5c:645d 2019-08-31 16:44:12,435 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-08-31 16:44:12,435 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-08-31 16:44:12,437 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x232c898] about to register (LinphoneCore version: 3.9.0) 2019-08-31 16:44:12,445 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2019-08-31 16:44:12,446 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: starting resolution of 192.168.178.1 2019-08-31 16:44:12,446 [INFO] [doorpi.sipphone.from_linphone] channel 0x23e0b58: state RES_IN_PROGRESS 2019-08-31 16:44:12,447 [INFO] [doorpi.sipphone.from_linphone] transaction [0x23c3158] channel state changed to [RES_IN_PROGRESS] 2019-08-31 16:44:12,447 [INFO] [doorpi.sipphone.from_linphone] channel 0x23e0b58: state RES_DONE 2019-08-31 16:44:12,448 [INFO] [doorpi.sipphone.from_linphone] transaction [0x23c3158] channel state changed to [RES_DONE] 2019-08-31 16:44:12,448 [INFO] [doorpi.sipphone.from_linphone] channel 0x23e0b58: state CONNECTING 2019-08-31 16:44:12,449 [INFO] [doorpi.sipphone.from_linphone] transaction [0x23c3158] channel state changed to [CONNECTING] 2019-08-31 16:44:12,449 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.178.1:5060] 2019-08-31 16:44:12,450 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2019-08-31 16:44:12,450 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.178.54:5060 2019-08-31 16:44:12,451 [INFO] [doorpi.sipphone.from_linphone] channel 0x23e0b58: state READY 2019-08-31 16:44:12,451 [INFO] [doorpi.sipphone.from_linphone] transaction [0x23c3158] channel state changed to [READY] 2019-08-31 16:44:12,452 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x23c3158], from state [INIT] to [TRYING] 2019-08-31 16:44:12,453 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: message sent to [UDP://192.168.178.1:5060], size: [533] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.54:5060;branch=z9hG4bK.QGrx5xE6W;rport From: "DoorPi12" ;tag=mmH4~7t3B To: "DoorPi12" CSeq: 20 REGISTER Call-ID: M-duBXiXJi 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) 2019-08-31 16:44:12,453 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2019-08-31 16:44:12,454 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x23c8e18] takes ownership of transaction [0x23c3158] 2019-08-31 16:44:12,454 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x232c898] for identity ["DoorPi12" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2019-08-31 16:44:12,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x23a9890, 0x232c898, 1, "Registration in progress") 2019-08-31 16:44:12,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-08-31 16:44:12,456 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [registration_state_changed] 2019-08-31 16:44:12,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x23a9890, 0x1) 2019-08-31 16:44:12,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2019-08-31 16:44:12,508 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [network_reachable] 2019-08-31 16:44:12,509 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: received [380] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.54:5060;branch=z9hG4bK.QGrx5xE6W;rport=5060 From: "DoorPi12" ;tag=mmH4~7t3B To: "DoorPi12" ;tag=F929A6594B7B69D9 Call-ID: M-duBXiXJi CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="CD3FE84821CF6F09" User-Agent: FRITZ!OS Content-Length: 0 2019-08-31 16:44:12,518 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58] [380] bytes parsed 2019-08-31 16:44:12,519 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: discovered public ip and port are [192.168.178.54:5060] 2019-08-31 16:44:12,520 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-08-31 16:44:12,520 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x23c3158], from state [TRYING] to [COMPLETED] 2019-08-31 16:44:12,521 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=DoorPi12, realm= 2019-08-31 16:44:12,521 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [DoorPi12] realm [fritz.box] 2019-08-31 16:44:12,522 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x23c5970], from state [INIT] to [TRYING] 2019-08-31 16:44:12,523 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: message sent to [UDP://192.168.178.1:5060], size: [693] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.54:5060;branch=z9hG4bK.asF~QVOgr;rport From: "DoorPi12" ;tag=mmH4~7t3B To: "DoorPi12" CSeq: 21 REGISTER Call-ID: M-duBXiXJi 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="CD3FE84821CF6F09", username="DoorPi12", uri="sip:192.168.178.1", response="625bb347722ad217a117f7411c813bc1" 2019-08-31 16:44:12,524 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2019-08-31 16:44:12,524 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2019-08-31 16:44:12,576 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: received [705] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.54:5060;branch=z9hG4bK.asF~QVOgr;rport=5060 From: "DoorPi12" ;tag=mmH4~7t3B To: "DoorPi12" ;tag=734D42A839FAA387 Call-ID: M-duBXiXJi CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.07.01 TAL (Oct 22 2018) 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 2019-08-31 16:44:12,590 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58] [705] bytes parsed 2019-08-31 16:44:12,590 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-08-31 16:44:12,591 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x23c5970], from state [TRYING] to [COMPLETED] 2019-08-31 16:44:12,592 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x23c8e18]: has no contact for request [0x23d6d08]. 2019-08-31 16:44:12,592 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2019-08-31 16:44:12,592 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2019-08-31 16:44:12,593 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x232c898] for identity ["DoorPi12" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2019-08-31 16:44:12,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x23a9890, 0x232c898, 2, "Registration successful") 2019-08-31 16:44:12,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-08-31 16:44:12,594 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [registration_state_changed] 2019-08-31 16:44:17,418 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-08-31 16:44:17,420 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_18 from doorpi.keyboard.from_gpio asyncron 2019-08-31 16:44:17,422 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.18 from doorpi.keyboard.from_gpio asyncron 2019-08-31 16:44:17,422 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-08-31 16:44:17,424 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_18 - skip fire_event OnKeyUp_18 from doorpi.keyboard.from_gpio 2019-08-31 16:44:17,426 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.18 - skip fire_event OnKeyUp_onboardpins.18 from doorpi.keyboard.from_gpio 2019-08-31 16:44:17,546 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x23c3158], from state [COMPLETED] to [TERMINATED] 2019-08-31 16:44:17,547 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x23c3158] terminated 2019-08-31 16:44:17,598 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x23c5970], from state [COMPLETED] to [TERMINATED] 2019-08-31 16:44:17,598 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x23c5970] terminated 2019-08-31 16:44:34,819 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: received [1072] new bytes from [UDP://192.168.178.1:5060]: INVITE sip:DoorPi12@192.168.178.54 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK3E1701C56C768DB3 From: "C5 Mitte" ;tag=BE5259A768434FD2 To: ;+sip.instance="" Call-ID: 09573C915D80AB79@192.168.178.1 CSeq: 5 INVITE Contact: Max-Forwards: 70 P-Called-Party-ID: Expires: 120 Session-Expires: 600;refresher=uac Min-SE: 90 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.07.01 TAL (Oct 22 2018) 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: 200 v=0 o=user 15018533 15018533 IN IP4 192.168.178.1 s=call c=IN IP4 192.168.178.1 t=0 0 m=audio 7078 RTP/AVP 9 8 0 101 a=sendrecv a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=rtcp:7079 2019-08-31 16:44:34,841 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58] [872] bytes parsed 2019-08-31 16:44:34,842 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58] read [200] bytes of body from [192.168.178.1:5060] 2019-08-31 16:44:34,849 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x241b290], from state [INIT] to [PROCEEDING] 2019-08-31 16:44:34,851 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: message sent to [UDP://192.168.178.1:5060], size: [307] bytes SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK3E1701C56C768DB3 From: "C5 Mitte" ;tag=BE5259A768434FD2 To: ;+sip.instance="" Call-ID: 09573C915D80AB79@192.168.178.1 CSeq: 5 INVITE 2019-08-31 16:44:34,851 [INFO] [doorpi.sipphone.from_linphone] New server dialog [0x241e088] , local tag [], remote tag [BE5259A768434FD2] 2019-08-31 16:44:34,852 [INFO] [doorpi.sipphone.from_linphone] op [0x223bf08] : set_or_update_dialog() current=[(nil)] new=[0x241e088] 2019-08-31 16:44:34,852 [INFO] [doorpi.sipphone.from_linphone] new incoming call from ["C5 Mitte" ] to [sip:DoorPi12@192.168.178.54] 2019-08-31 16:44:34,856 [INFO] [doorpi.sipphone.from_linphone] Found payload G722/8000 fmtp= 2019-08-31 16:44:34,857 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2019-08-31 16:44:34,858 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2019-08-31 16:44:34,858 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2019-08-31 16:44:34,861 [INFO] [doorpi.sipphone.from_linphone] Searching for already_a_call_with_remote_address. 2019-08-31 16:44:34,862 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x241e8d8] initialized (LinphoneCore version: 3.9.0) 2019-08-31 16:44:34,862 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2019-08-31 16:44:34,863 [INFO] [doorpi.sipphone.from_linphone] Call [0x241e8d8]: disabling video in our call params because the remote doesn't want it. 2019-08-31 16:44:34,863 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-08-31 16:44:34,864 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-08-31 16:44:34,865 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-08-31 16:44:34,865 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-08-31 16:44:34,866 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x241e8d8] 2019-08-31 16:44:34,866 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-08-31 16:44:34,867 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-08-31 16:44:34,868 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x241e8d8] 2019-08-31 16:44:34,868 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x241e8d8] 2019-08-31 16:44:34,869 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-08-31 16:44:34,869 [INFO] [doorpi.sipphone.from_linphone] No match for G722/8000/1 2019-08-31 16:44:34,871 [INFO] [doorpi.sipphone.from_linphone] Starting local ring... 2019-08-31 16:44:34,872 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-08-31 16:44:34,872 [WARNING] [doorpi.sipphone.from_linphone] MSFilePlayer[0x243daa0]: failed to open ./share/sounds/linphone/rings/oldphone.wav: No such file or directory 2019-08-31 16:44:34,873 [INFO] [doorpi.sipphone.from_linphone] configuring resampler output to rate=[8000], nchannels=[1] 2019-08-31 16:44:34,873 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-08-31 16:44:34,874 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x243daa0,0-->MSDtmfGen:0x23cd318,0 2019-08-31 16:44:34,874 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker priority set to SCHED_RR and value (99) 2019-08-31 16:44:34,875 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x23cd318,0-->MSResample:0x2428900,0 2019-08-31 16:44:34,875 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x2428900,0-->MSAlsaWrite:0x243a270,0 2019-08-31 16:44:34,875 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-08-31 16:44:34,876 [INFO] [doorpi.sipphone.from_linphone] Call 0x241e8d8: moving from state LinphoneCallIdle to LinphoneCallIncomingReceived 2019-08-31 16:44:34,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x23a9890, 0x241e8d8, 1, "Incoming call") 2019-08-31 16:44:34,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-08-31 16:44:34,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76ce4500 2019-08-31 16:44:34,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-08-31 16:44:34,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76ce4500 2019-08-31 16:44:34,877 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (1 - Incoming call) 2019-08-31 16:44:34,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:34,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x23d0a50) 2019-08-31 16:44:34,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-31 16:44:34,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ce4550 2019-08-31 16:44:34,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-31 16:44:34,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ce4550 2019-08-31 16:44:34,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ce4550 2019-08-31 16:44:34,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76ce4550 2019-08-31 16:44:34,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76ce4550 [0x23d0a50]) 2019-08-31 16:44:34,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74237610 2019-08-31 16:44:34,879 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:34,880 [TRACE] [doorpi.action.handler] fire Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:34,881 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:34,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:34,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8760 2019-08-31 16:44:34,882 [DEBUG] [doorpi.action.handler] no actions for event BeforeCallIncoming - skip fire_event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:34,882 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] is_admin_number (sip:**610@fritz.box) 2019-08-31 16:44:34,882 [TRACE] [doorpi.conf.config_object] get_keys for section AdminNumbers returns ['**610', '**621', '**2'] 2019-08-31 16:44:34,883 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] sip:**610@fritz.box is adminnumber **610 2019-08-31 16:44:34,883 [TRACE] [doorpi.action.handler] fire Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:34,884 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-08-31 14:44:34.884050 2019-08-31 16:44:34,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x74305668 [0x23a9890], 0x2a2810 [(nil)]) 2019-08-31 16:44:34,884 [DEBUG] [doorpi.action.handler] no actions for event OnCallIncoming - skip fire_event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:34,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x23cbe40) 2019-08-31 16:44:34,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-08-31 16:44:34,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76ce4560 2019-08-31 16:44:34,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-08-31 16:44:34,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76ce4560 2019-08-31 16:44:34,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76ce4560 2019-08-31 16:44:34,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76ce4560 2019-08-31 16:44:34,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76ce4560 [0x23cbe40], "/usr/local/etc/DoorPi/records/2019-08-31_16-44-34.wav") 2019-08-31 16:44:34,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-08-31 16:44:34,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76ce4560 [0x23cbe40], 0x2a3128 [1]) 2019-08-31 16:44:34,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-08-31 16:44:34,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_accept_call_with_params(0x74305668 [0x23a9890], 0x76ce4500 [0x241e8d8], 0x76ce4560 [0x23cbe40]) 2019-08-31 16:44:34,888 [INFO] [doorpi.sipphone.from_linphone] stop ringing 2019-08-31 16:44:34,888 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x243daa0,0-->MSDtmfGen:0x23cd318,0 2019-08-31 16:44:34,889 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x23cd318,0-->MSResample:0x2428900,0 2019-08-31 16:44:34,889 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x2428900,0-->MSAlsaWrite:0x243a270,0 2019-08-31 16:44:34,894 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker thread exiting 2019-08-31 16:44:34,894 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-08-31 16:44:34,894 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x241e8d8] 2019-08-31 16:44:34,894 [INFO] [doorpi.sipphone.from_linphone] configuring prefered card sampling rate to [8000] 2019-08-31 16:44:34,895 [INFO] [doorpi.sipphone.from_linphone] Accepting server transaction [0x241b290] on op [0x223bf08] 2019-08-31 16:44:34,895 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-08-31 16:44:34,895 [INFO] [doorpi.sipphone.from_linphone] No match for G722/8000/1 2019-08-31 16:44:34,896 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: message sent to [UDP://192.168.178.1:5060], size: [768] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK3E1701C56C768DB3 From: "C5 Mitte" ;tag=BE5259A768434FD2 To: ;+sip.instance="";tag=9nQNRns Call-ID: 09573C915D80AB79@192.168.178.1 CSeq: 5 INVITE User-Agent: (belle-sip/1.4.2) Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Contact: ;+sip.instance="" Content-Type: application/sdp Content-Length: 154 v=0 o=DoorPi12 1573 1989 IN IP4 192.168.178.54 s=Talk c=IN IP4 192.168.178.54 t=0 0 m=audio 7078 RTP/AVP 8 0 101 a=rtpmap:101 telephone-event/8000 2019-08-31 16:44:34,896 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x241b290], from state [PROCEEDING] to [ACCEPTED] 2019-08-31 16:44:34,896 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x241e088]: now updated by transaction [0x241b290]. 2019-08-31 16:44:34,897 [INFO] [doorpi.sipphone.from_linphone] Call 0x241e8d8: moving from state LinphoneCallIncomingReceived to LinphoneCallConnected 2019-08-31 16:44:34,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x23a9890, 0x241e8d8, 6, "Connected") 2019-08-31 16:44:34,897 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2019-08-31 16:44:34,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:34,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x23d0a50) 2019-08-31 16:44:34,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-31 16:44:34,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ce4530 2019-08-31 16:44:34,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-31 16:44:34,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ce4530 2019-08-31 16:44:34,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ce4530 2019-08-31 16:44:34,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76ce4530 2019-08-31 16:44:34,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76ce4530 [0x23d0a50]) 2019-08-31 16:44:34,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74237700 2019-08-31 16:44:34,899 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:34,900 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:34,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:34,901 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:34,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f8760 2019-08-31 16:44:34,902 [DEBUG] [doorpi.action.handler] [T6KWJM] fire for event OnCallStateConnect this actions [, ] 2019-08-31 16:44:34,902 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:34,902 [TRACE] [doorpi.action.handler] [T6KWJM] try to fire action > with args () and kwargs {} 2019-08-31 16:44:34,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:34,903 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:34,903 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-31 16:44:34,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f8760 2019-08-31 16:44:34,904 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-08-31 16:44:34,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-08-31 16:44:34,905 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_state_changed] 2019-08-31 16:44:34,905 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x241e8d8] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2019-08-31 16:44:34,906 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2019-08-31 16:44:34,906 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x241f6f8] sending to rtp [192.168.178.1:7078] rtcp [192.168.178.1:7079] 2019-08-31 16:44:34,906 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x241f6f8] 2019-08-31 16:44:34,907 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2019-08-31 16:44:34,908 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-08-31 16:44:34,909 [TRACE] [doorpi.action.handler] [T6KWJM] try to fire action > with args () and kwargs {} 2019-08-31 16:44:34,909 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-08-31 16:44:34,909 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2019-08-31 16:44:34,909 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-31 16:44:34,910 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2019-08-31 16:44:34,911 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2019-08-31_16-44-34.wav 2019-08-31 16:44:34,911 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x2222b78] using payload's bitrate is 80000 2019-08-31 16:44:34,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:34,911 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x2222b78] 2019-08-31 16:44:34,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2019-08-31 16:44:34,912 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2019-08-31_16-44-34.wav 2019-08-31 16:44:34,912 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2019-08-31 16:44:34,912 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2019-08-31 16:44:34,913 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2019-08-31 16:44:34,914 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x23cc278,0-->MSVolume:0x2415ab0,0 2019-08-31 16:44:34,914 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-08-31 16:44:34,914 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-08-31 16:44:34,914 [TRACE] [doorpi.action.handler] [T6KWJM] finished fire_event for event_name OnCallStateConnect 2019-08-31 16:44:34,915 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-08-31 16:44:34,915 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x2415ab0,0-->MSAudioMixer:0x23d5760,0 2019-08-31 16:44:34,916 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x23d5760,0-->MSAlawEnc:0x23cc1f8,0 2019-08-31 16:44:34,916 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlawEnc:0x23cc1f8,0-->MSRtpSend:0x23d5b60,0 2019-08-31 16:44:34,916 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x243daa0,0-->MSAlawDec:0x243d5e8,0 2019-08-31 16:44:34,916 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlawDec:0x243d5e8,0-->MSGenericPLC:0x2440818,0 2019-08-31 16:44:34,916 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x2440818,0-->MSDtmfGen:0x23e0858,0 2019-08-31 16:44:34,917 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x23e0858,0-->MSVolume:0x23ca3e0,0 2019-08-31 16:44:34,917 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x23ca3e0,0-->MSTee:0x23d1288,0 2019-08-31 16:44:34,917 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x23d1288,0-->MSEqualizer:0x23d81b8,0 2019-08-31 16:44:34,917 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x23d81b8,0-->MSAudioMixer:0x23d36e8,0 2019-08-31 16:44:34,917 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-08-31 16:44:34,918 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x23c9e38,0-->MSResample:0x23c9190,0 2019-08-31 16:44:34,918 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x23c9190,0-->MSAudioMixer:0x23d36e8,1 2019-08-31 16:44:34,918 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x23d36e8,0-->MSAlsaWrite:0x23d92d8,0 2019-08-31 16:44:34,918 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x243b0e8,1-->MSResample:0x23ca8b8,0 2019-08-31 16:44:34,918 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x23ca8b8,0-->MSOpusEnc:0x23cb380,0 2019-08-31 16:44:34,919 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x23cb380,0-->MSMKVRecorder:0x23c9330,1 2019-08-31 16:44:34,919 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x23cb300,0-->MSMKVRecorder:0x23c9330,0 2019-08-31 16:44:34,919 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x23d5760,1-->MSAudioMixer:0x243b0e8,0 2019-08-31 16:44:34,919 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x23d1288,1-->MSAudioMixer:0x243b0e8,1 2019-08-31 16:44:34,919 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x243b0e8,0-->MSFileRec:0x24398d0,0 2019-08-31 16:44:34,920 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-08-31 16:44:34,920 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-08-31 16:44:34,920 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2019-08-31 16:44:34,920 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2019-08-31 16:44:34,921 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2019-08-31 16:44:34,921 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0,000000 db], [1,000000] linear 2019-08-31 16:44:34,921 [ERROR] [doorpi.sipphone.from_linphone] MSFileRec: cannot start, state=2 2019-08-31 16:44:34,921 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2019-08-31 16:44:34,922 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2019-08-31 16:44:34,922 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x241e8d8] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2019-08-31 16:44:34,922 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x241e8d8] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2019-08-31 16:44:34,922 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x241e8d8] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2019-08-31 16:44:34,922 [INFO] [doorpi.sipphone.from_linphone] Call 0x241e8d8: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2019-08-31 16:44:34,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x23a9890, 0x241e8d8, 7, "Connected (streams running)") 2019-08-31 16:44:34,923 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Connected (streams running)) 2019-08-31 16:44:34,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:34,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x23d0a50) 2019-08-31 16:44:34,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-31 16:44:34,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ce4590 2019-08-31 16:44:34,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-31 16:44:34,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ce4590 2019-08-31 16:44:34,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ce4590 2019-08-31 16:44:34,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76ce4590 2019-08-31 16:44:34,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76ce4590 [0x23d0a50]) 2019-08-31 16:44:34,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74237700 2019-08-31 16:44:34,927 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:34,928 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:34,929 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:34,929 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:34,930 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:34,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:34,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f8760 2019-08-31 16:44:34,932 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:34,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:34,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f8760 2019-08-31 16:44:34,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:34,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f8760 2019-08-31 16:44:34,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-08-31 16:44:34,933 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2019-08-31 16:44:34,933 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2019-08-31 16:44:34,933 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2019-08-31 16:44:34,934 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2019-08-31 16:44:34,934 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2019-08-31 16:44:34,934 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2019-08-31 16:44:34,934 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x241f6f8] 2019-08-31 16:44:34,934 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_state_changed] 2019-08-31 16:44:34,935 [INFO] [doorpi.sipphone.from_linphone] call answered. 2019-08-31 16:44:34,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_accept_call_with_params -> 0x21f876c 2019-08-31 16:44:34,935 [TRACE] [doorpi.action.handler] fire Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:34,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:34,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f8760 2019-08-31 16:44:34,937 [DEBUG] [doorpi.action.handler] no actions for event AfterCallIncoming - skip fire_event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:34,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:34,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f8760 2019-08-31 16:44:34,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:34,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f8760 2019-08-31 16:44:34,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-08-31 16:44:34,938 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_state_changed] 2019-08-31 16:44:34,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:34,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:34,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:34,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:34,990 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x23d5760] is entering bypass mode. 2019-08-31 16:44:34,991 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2019-08-31 16:44:34,991 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2019-08-31 16:44:34,991 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2019-08-31 16:44:34,991 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2019-08-31 16:44:34,992 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2019-08-31 16:44:34,992 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: received [506] new bytes from [UDP://192.168.178.1:5060]: ACK sip:DoorPi12@192.168.178.54 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKBD808C587BE094DD From: "C5 Mitte" ;tag=BE5259A768434FD2 To: ;+sip.instance="";tag=9nQNRns Call-ID: 09573C915D80AB79@192.168.178.1 CSeq: 5 ACK Contact: Max-Forwards: 70 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.07.01 TAL (Oct 22 2018) Content-Length: 0 2019-08-31 16:44:35,000 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58] [506] bytes parsed 2019-08-31 16:44:35,000 [INFO] [doorpi.sipphone.from_linphone] Incoming INVITE has ACK, dialog is happy 2019-08-31 16:44:35,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:35,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:35,470 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:35,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ee50) 2019-08-31 16:44:35,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:35,471 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:35,471 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x241e8d8]: 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 2019-08-31 16:44:35,471 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=6,441784 video=0,000000 2019-08-31 16:44:35,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,735 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:35,950 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x23d36e8] is entering bypass mode. 2019-08-31 16:44:35,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:35,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:35,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:35,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,009 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:36,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:36,438 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:36,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ee50) 2019-08-31 16:44:36,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:36,439 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:36,440 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x241e8d8]: RTP audio=[d= 82,4,u= 76,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 2019-08-31 16:44:36,441 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,744016 video=0,000000 2019-08-31 16:44:36,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,495 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x241f6f8]. 2019-08-31 16:44:36,496 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x2222b78], local statistics available: Local current jitter buffer size: 57,9ms 2019-08-31 16:44:36,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:36,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:36,498 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:36,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,608 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=4,892785 ms 2019-08-31 16:44:36,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:36,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:36,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:36,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:36,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:37,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:37,474 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:37,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ee50) 2019-08-31 16:44:37,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:37,475 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:37,476 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x241e8d8]: RTP audio=[d= 78,4,u= 80,0], 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 2019-08-31 16:44:37,477 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,508153 video=0,000000 2019-08-31 16:44:37,477 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x2222b78]: receiving RTCP SR 2019-08-31 16:44:37,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:37,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:37,479 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:37,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:37,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:37,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:37,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:37,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,179 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=10,614528 ms 2019-08-31 16:44:38,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:38,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:38,451 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:38,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ee50) 2019-08-31 16:44:38,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:38,453 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:38,454 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x241e8d8]: RTP audio=[d= 80,0,u= 80,0], 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 2019-08-31 16:44:38,454 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,687942 video=0,000000 2019-08-31 16:44:38,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,884 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x241f6f8]. 2019-08-31 16:44:38,885 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x2222b78], local statistics available: Local current jitter buffer size: 59,7ms 2019-08-31 16:44:38,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:38,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:38,887 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:38,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:38,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:38,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:38,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:38,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:39,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:39,482 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:39,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ee50) 2019-08-31 16:44:39,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:39,484 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:39,484 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x241e8d8]: RTP audio=[d= 80,7,u= 79,1], 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 2019-08-31 16:44:39,485 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,543344 video=0,000000 2019-08-31 16:44:39,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,809 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=16,760012 ms 2019-08-31 16:44:39,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:39,972 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 30 ms in excess dropped 2019-08-31 16:44:39,973 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 10 ms in excess dropped 2019-08-31 16:44:39,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:39,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:39,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:39,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:40,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:40,460 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:40,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ee50) 2019-08-31 16:44:40,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:40,461 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:40,462 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x241e8d8]: RTP audio=[d= 80,0,u= 80,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 2019-08-31 16:44:40,463 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,755775 video=0,000000 2019-08-31 16:44:40,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,735 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,735 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:40,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:40,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:40,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:40,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,326 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x241f6f8]. 2019-08-31 16:44:41,327 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x2222b78], local statistics available: Local current jitter buffer size: 59,3ms 2019-08-31 16:44:41,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:41,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:41,329 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:41,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,384 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=22,727526 ms 2019-08-31 16:44:41,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:41,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:41,441 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:41,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ee50) 2019-08-31 16:44:41,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:41,443 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:41,444 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x241e8d8]: RTP audio=[d= 79,2,u= 79,2], 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 2019-08-31 16:44:41,444 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,688019 video=0,000000 2019-08-31 16:44:41,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:41,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:41,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:41,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:41,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,254 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: received [645] new bytes from [UDP://192.168.178.1:5060]: INFO sip:DoorPi12@192.168.178.54 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKB31D2A2AFC5FC034 From: "C5 Mitte" ;tag=BE5259A768434FD2 To: ;+sip.instance="";tag=9nQNRns Call-ID: 09573C915D80AB79@192.168.178.1 CSeq: 6 INFO Contact: Max-Forwards: 70 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.07.01 TAL (Oct 22 2018) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Type: application/dtmf-relay Content-Length: 24 Signal=# Duration=100 2019-08-31 16:44:42,274 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58] [621] bytes parsed 2019-08-31 16:44:42,276 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58] read [24] bytes of body from [192.168.178.1:5060] 2019-08-31 16:44:42,280 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INFO] transaction [0x2428c80], from state [INIT] to [TRYING] 2019-08-31 16:44:42,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_dtmf_received(0x23a9890, 0x241e8d8, 35) 2019-08-31 16:44:42,282 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] on_dtmf_digit (35) 2019-08-31 16:44:42,283 [TRACE] [doorpi.action.handler] fire Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:42,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,285 [DEBUG] [doorpi.action.handler] no actions for event OnDTMF - skip fire_event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:42,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x23d0a50) 2019-08-31 16:44:42,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-31 16:44:42,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ce45a0 2019-08-31 16:44:42,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-31 16:44:42,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ce45a0 2019-08-31 16:44:42,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ce45a0 2019-08-31 16:44:42,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76ce45a0 2019-08-31 16:44:42,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76ce45a0 [0x23d0a50]) 2019-08-31 16:44:42,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74237408 2019-08-31 16:44:42,291 [TRACE] [doorpi.action.handler] fire Event OnDTMF_"#" from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:42,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_dtmf_received 2019-08-31 16:44:42,294 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [dtmf_received] 2019-08-31 16:44:42,295 [DEBUG] [doorpi.action.handler] [EB7RIZ] fire for event OnDTMF_"#" this actions [] 2019-08-31 16:44:42,295 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INFO] transaction [0x2428c80], from state [TRYING] to [COMPLETED] 2019-08-31 16:44:42,296 [TRACE] [doorpi.action.handler] [EB7RIZ] try to fire action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 1.0, 'pin': 'AliveLed', 'start_value': '1'} 2019-08-31 16:44:42,297 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: message sent to [UDP://192.168.178.1:5060], size: [365] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKB31D2A2AFC5FC034 From: "C5 Mitte" ;tag=BE5259A768434FD2 To: ;+sip.instance="";tag=9nQNRns Call-ID: 09573C915D80AB79@192.168.178.1 CSeq: 6 INFO User-Agent: (belle-sip/1.4.2) Supported: outbound 2019-08-31 16:44:42,298 [TRACE] [doorpi.action.base] run OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 1.0, 'pin': 'AliveLed', 'start_value': '1'} 2019-08-31 16:44:42,299 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x241e088]: now updated by transaction [0x2428c80]. 2019-08-31 16:44:42,302 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 16, value = True, log_output = True) 2019-08-31 16:44:42,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:42,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:42,466 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:42,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ee50) 2019-08-31 16:44:42,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:42,468 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:42,468 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x241e8d8]: RTP audio=[d= 80,0,u= 80,0], 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 2019-08-31 16:44:42,469 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,964196 video=0,000000 2019-08-31 16:44:42,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:42,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:42,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:42,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:42,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,008 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=28,990094 ms 2019-08-31 16:44:43,010 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,010 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,408 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 16, value = False, log_output = True) 2019-08-31 16:44:43,409 [TRACE] [doorpi.action.handler] [EB7RIZ] finished fire_event for event_name OnDTMF_"#" 2019-08-31 16:44:43,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:43,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:43,444 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x241f6f8]. 2019-08-31 16:44:43,445 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:43,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ee50) 2019-08-31 16:44:43,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:43,446 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:43,447 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x241e8d8]: RTP audio=[d= 80,0,u= 80,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 2019-08-31 16:44:43,448 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,940166 video=0,000000 2019-08-31 16:44:43,448 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x2222b78], local statistics available: Local current jitter buffer size: 60,8ms 2019-08-31 16:44:43,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:43,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:43,450 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:43,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:43,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:43,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:43,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:43,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,424 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x2222b78]: receiving RTCP SR 2019-08-31 16:44:44,425 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0,000000, int_jitter=11,125000 ms, rt_prop=0,016846 sec 2019-08-31 16:44:44,425 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2019-08-31 16:44:44,426 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2019-08-31 16:44:44,427 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x241d9f0][audio], remote statistics available: Loss rate : 0,0% Inter-arrival jitter: 1,1ms RT propagation : 1,7ms 2019-08-31 16:44:44,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:44,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:44,429 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:44,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ed98) 2019-08-31 16:44:44,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:44,485 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:44,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x23a9890, 0x241e8d8, 0x241ee50) 2019-08-31 16:44:44,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-31 16:44:44,486 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_stats_updated] 2019-08-31 16:44:44,487 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x241e8d8]: RTP audio=[d= 80,8,u= 79,3], 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 2019-08-31 16:44:44,488 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=15,005208 video=0,000000 2019-08-31 16:44:44,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,596 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=35,130030 ms 2019-08-31 16:44:44,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:44,974 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 32 ms in excess dropped 2019-08-31 16:44:44,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:44,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:44,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:44,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:45,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:45,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:45,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:45,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:45,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:45,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:45,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:45,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:45,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:45,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:45,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:45,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:45,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:45,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x21f8718 2019-08-31 16:44:45,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305668 [0x23a9890]) 2019-08-31 16:44:45,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x21f8984 2019-08-31 16:44:45,245 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: received [821] new bytes from [UDP://192.168.178.1:5060]: BYE sip:DoorPi12@192.168.178.54 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK910BDF6E3E40643C From: "C5 Mitte" ;tag=BE5259A768434FD2 To: ;+sip.instance="";tag=9nQNRns Call-ID: 09573C915D80AB79@192.168.178.1 CSeq: 7 BYE X-RTP-Stat: CS=132;PS=472;ES=515;OS=75520;SP=0/0;SO=0;QS=-;PR=510;ER=515;OR=81600;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=-/-;EN=PCMA;DE=PCMA;JI=69,12;DL=9,8,13;IP=192.168.178.1:7078,192.168.178.54:7078 X-RTP-Stat-Add: DQ=15;DSS=0;DS=0;PLCS=448;JS=38 X-SIP-Stat: DRT=0;IR=0 Reason: Q.850; cause=16 Max-Forwards: 70 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.07.01 TAL (Oct 22 2018) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2019-08-31 16:44:45,263 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58] [821] bytes parsed 2019-08-31 16:44:45,264 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x2427358], from state [INIT] to [TRYING] 2019-08-31 16:44:45,265 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x2427358], from state [TRYING] to [COMPLETED] 2019-08-31 16:44:45,267 [INFO] [doorpi.sipphone.from_linphone] channel [0x23e0b58]: message sent to [UDP://192.168.178.1:5060], size: [364] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK910BDF6E3E40643C From: "C5 Mitte" ;tag=BE5259A768434FD2 To: ;+sip.instance="";tag=9nQNRns Call-ID: 09573C915D80AB79@192.168.178.1 CSeq: 7 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2019-08-31 16:44:45,268 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x241e088]: now updated by transaction [0x2427358]. 2019-08-31 16:44:45,268 [INFO] [doorpi.sipphone.from_linphone] dialog [0x241e088] deleted. 2019-08-31 16:44:45,269 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2019-08-31 16:44:45,270 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2019-08-31 16:44:45,272 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2019-08-31 16:44:45,273 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-08-31 16:44:45,274 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2019-08-31 16:44:45,274 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-08-31 16:44:45,275 [INFO] [doorpi.sipphone.from_linphone] sent 513 packets 2019-08-31 16:44:45,275 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2019-08-31 16:44:45,276 [INFO] [doorpi.sipphone.from_linphone] 88236 bytes 2019-08-31 16:44:45,276 [INFO] [doorpi.sipphone.from_linphone] received 514 packets 2019-08-31 16:44:45,277 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2019-08-31 16:44:45,277 [INFO] [doorpi.sipphone.from_linphone] 88408 bytes 2019-08-31 16:44:45,277 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 88064 bytes 2019-08-31 16:44:45,278 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2019-08-31 16:44:45,278 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 0 packets 2019-08-31 16:44:45,279 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2019-08-31 16:44:45,279 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2019-08-31 16:44:45,280 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-08-31 16:44:45,280 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x23cc278,0-->MSVolume:0x2415ab0,0 2019-08-31 16:44:45,281 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x2415ab0,0-->MSAudioMixer:0x23d5760,0 2019-08-31 16:44:45,281 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x23d5760,0-->MSAlawEnc:0x23cc1f8,0 2019-08-31 16:44:45,282 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlawEnc:0x23cc1f8,0-->MSRtpSend:0x23d5b60,0 2019-08-31 16:44:45,282 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x243daa0,0-->MSAlawDec:0x243d5e8,0 2019-08-31 16:44:45,283 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlawDec:0x243d5e8,0-->MSGenericPLC:0x2440818,0 2019-08-31 16:44:45,283 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x2440818,0-->MSDtmfGen:0x23e0858,0 2019-08-31 16:44:45,284 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x23e0858,0-->MSVolume:0x23ca3e0,0 2019-08-31 16:44:45,284 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x23ca3e0,0-->MSTee:0x23d1288,0 2019-08-31 16:44:45,285 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x23d1288,0-->MSEqualizer:0x23d81b8,0 2019-08-31 16:44:45,285 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x23d81b8,0-->MSAudioMixer:0x23d36e8,0 2019-08-31 16:44:45,286 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x23c9e38,0-->MSResample:0x23c9190,0 2019-08-31 16:44:45,286 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x23c9190,0-->MSAudioMixer:0x23d36e8,1 2019-08-31 16:44:45,287 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x23d36e8,0-->MSAlsaWrite:0x23d92d8,0 2019-08-31 16:44:45,287 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x243b0e8,1-->MSResample:0x23ca8b8,0 2019-08-31 16:44:45,288 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x23ca8b8,0-->MSOpusEnc:0x23cb380,0 2019-08-31 16:44:45,288 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x23cb380,0-->MSMKVRecorder:0x23c9330,1 2019-08-31 16:44:45,288 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x23cb300,0-->MSMKVRecorder:0x23c9330,0 2019-08-31 16:44:45,289 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x23d5760,1-->MSAudioMixer:0x243b0e8,0 2019-08-31 16:44:45,289 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x23d1288,1-->MSAudioMixer:0x243b0e8,1 2019-08-31 16:44:45,290 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x243b0e8,0-->MSFileRec:0x24398d0,0 2019-08-31 16:44:45,291 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2019-08-31 16:44:45,291 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-08-31 16:44:45,292 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-08-31 16:44:45,292 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-08-31 16:44:45,293 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-08-31 16:44:45,293 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 1030 0,865155 63,1787 2019-08-31 16:44:45,294 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 565 0,335217 13,4388 2019-08-31 16:44:45,294 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 1031 0,133417 9,75231 2019-08-31 16:44:45,295 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 1031 0,0551257 4,0295 2019-08-31 16:44:45,295 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 1030 0,0468967 3,42467 2019-08-31 16:44:45,296 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 1031 0,0387031 2,82906 2019-08-31 16:44:45,296 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 3093 0,00595217 1,30441 2019-08-31 16:44:45,297 [INFO] [doorpi.sipphone.from_linphone] MSVolume 996 0,00602331 0,425352 2019-08-31 16:44:45,297 [INFO] [doorpi.sipphone.from_linphone] MSAlawEnc 484 0,0122859 0,422054 2019-08-31 16:44:45,298 [INFO] [doorpi.sipphone.from_linphone] MSAlawDec 512 0,00965916 0,350973 2019-08-31 16:44:45,298 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 1031 0,00329135 0,240587 2019-08-31 16:44:45,299 [INFO] [doorpi.sipphone.from_linphone] MSTee 512 0,00337786 0,122737 2019-08-31 16:44:45,299 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 1032 0,00132981 0,0972989 2019-08-31 16:44:45,299 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 515 0,00264119 0,096531 2019-08-31 16:44:45,300 [INFO] [doorpi.sipphone.from_linphone] MSResample 1030 0,0011037 0,0805986 2019-08-31 16:44:45,301 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 1031 0,000998257 0,0729692 2019-08-31 16:44:45,301 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 1032 0,000960774 0,0702974 2019-08-31 16:44:45,301 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 512 0,00173854 0,0631713 2019-08-31 16:44:45,302 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-08-31 16:44:45,302 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-08-31 16:44:45,303 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-08-31 16:44:45,303 [INFO] [doorpi.sipphone.from_linphone] Call 0x241e8d8: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2019-08-31 16:44:45,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x23a9890, 0x22fe588) 2019-08-31 16:44:45,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-08-31 16:44:45,311 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-08-31 16:44:45,312 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_log_updated] 2019-08-31 16:44:45,312 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-08-31 16:44:45,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x23a9890, 0x241e8d8, 13, "Call ended") 2019-08-31 16:44:45,313 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2019-08-31 16:44:45,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:45,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x23d0a50) 2019-08-31 16:44:45,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-31 16:44:45,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ce4570 2019-08-31 16:44:45,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-31 16:44:45,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ce4570 2019-08-31 16:44:45,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ce4570 2019-08-31 16:44:45,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76ce4570 2019-08-31 16:44:45,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76ce4570 [0x23d0a50]) 2019-08-31 16:44:45,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74237778 2019-08-31 16:44:45,319 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:45,320 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:45,322 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:45,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:45,323 [DEBUG] [doorpi.action.handler] [2KOF1Q] fire for event OnCallStateDisconnect this actions [, ] 2019-08-31 16:44:45,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f876c 2019-08-31 16:44:45,324 [TRACE] [doorpi.action.handler] [2KOF1Q] try to fire action > with args () and kwargs {} 2019-08-31 16:44:45,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:45,325 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-31 16:44:45,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f876c 2019-08-31 16:44:45,327 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-08-31 16:44:45,327 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:45,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:45,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f876c 2019-08-31 16:44:45,331 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:45,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-08-31 16:44:45,332 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-08-31 16:44:45,332 [TRACE] [doorpi.action.handler] [2KOF1Q] try to fire action > with args () and kwargs {} 2019-08-31 16:44:45,333 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_state_changed] 2019-08-31 16:44:45,334 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-31 16:44:45,336 [TRACE] [doorpi.action.handler] [2KOF1Q] finished fire_event for event_name OnCallStateDisconnect 2019-08-31 16:44:45,385 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x241e088] terminated for op [0x223bf08] 2019-08-31 16:44:45,436 [INFO] [doorpi.sipphone.from_linphone] Call 0x241e8d8: moving from state LinphoneCallEnd to LinphoneCallReleased 2019-08-31 16:44:45,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x23a9890, 0x241e8d8, 18, "Call released") 2019-08-31 16:44:45,436 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2019-08-31 16:44:45,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ce4500 [0x241e8d8]) 2019-08-31 16:44:45,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x23d0a50) 2019-08-31 16:44:45,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-31 16:44:45,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ce4580 2019-08-31 16:44:45,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-31 16:44:45,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ce4580 2019-08-31 16:44:45,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ce4580 2019-08-31 16:44:45,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76ce4580 2019-08-31 16:44:45,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76ce4580 [0x23d0a50]) 2019-08-31 16:44:45,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74237908 2019-08-31 16:44:45,438 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-31 16:44:45,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:45,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f876c 2019-08-31 16:44:45,440 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:44:45,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:45,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f876c 2019-08-31 16:44:45,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305668 [0x23a9890]) 2019-08-31 16:44:45,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x21f876c 2019-08-31 16:44:45,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-08-31 16:44:45,441 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x23a9890] notifying [call_state_changed] 2019-08-31 16:44:45,441 [INFO] [doorpi.sipphone.from_linphone] op [0x223bf08] : set_or_update_dialog() current=[0x241e088] new=[(nil)] 2019-08-31 16:45:06,915 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x241b290], from state [ACCEPTED] to [TERMINATED] 2019-08-31 16:45:06,916 [INFO] [doorpi.sipphone.from_linphone] Server INVITE transaction [0x241b290] terminated 2019-08-31 16:45:14,343 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INFO] transaction [0x2428c80], from state [COMPLETED] to [TERMINATED] 2019-08-31 16:45:14,344 [INFO] [doorpi.sipphone.from_linphone] Server INFO transaction [0x2428c80] terminated 2019-08-31 16:45:17,273 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x2427358], from state [COMPLETED] to [TERMINATED] 2019-08-31 16:45:17,274 [INFO] [doorpi.sipphone.from_linphone] Server BYE transaction [0x2427358] terminated 2019-08-31 16:45:17,274 [INFO] [doorpi.sipphone.from_linphone] Destroying op [0x223bf08] of type [SalOpCall] 2019-08-31 16:46:05,028 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2019-08-31 16:46:05,029 [DEBUG] [doorpi.doorpi] destroy doorpi 2019-08-31 16:46:05,029 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [, <_MainThread(MainThread, started 1995878416)>, <_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:05,030 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2019-08-31 16:46:05,032 [DEBUG] [doorpi.action.handler] [DOYD6Q] fire for event OnShutdown this actions [, , , ] 2019-08-31 16:46:05,033 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2019-08-31 16:46:05,033 [TRACE] [doorpi.action.handler] [DOYD6Q] try to fire action TimeTickDestroyAction with args () and kwargs {} 2019-08-31 16:46:05,034 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2019-08-31 16:46:05,034 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2019-08-31 16:46:05,035 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,036 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2019-08-31 16:46:05,036 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2019-08-31 16:46:05,036 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,037 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2019-08-31 16:46:05,037 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2019-08-31 16:46:05,038 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,038 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2019-08-31 16:46:05,039 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2019-08-31 16:46:05,039 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,040 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2019-08-31 16:46:05,040 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2019-08-31 16:46:05,040 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,041 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2019-08-31 16:46:05,041 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2019-08-31 16:46:05,042 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,042 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2019-08-31 16:46:05,043 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2019-08-31 16:46:05,043 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,043 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2019-08-31 16:46:05,044 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2019-08-31 16:46:05,044 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,045 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2019-08-31 16:46:05,045 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2019-08-31 16:46:05,046 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,046 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2019-08-31 16:46:05,046 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2019-08-31 16:46:05,047 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,047 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2019-08-31 16:46:05,048 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2019-08-31 16:46:05,048 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,049 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2019-08-31 16:46:05,049 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2019-08-31 16:46:05,050 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,050 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2019-08-31 16:46:05,050 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2019-08-31 16:46:05,051 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,051 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2019-08-31 16:46:05,052 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2019-08-31 16:46:05,052 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,053 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2019-08-31 16:46:05,053 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2019-08-31 16:46:05,054 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,054 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2019-08-31 16:46:05,054 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2019-08-31 16:46:05,055 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,055 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2019-08-31 16:46:05,056 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2019-08-31 16:46:05,056 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,057 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2019-08-31 16:46:05,057 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2019-08-31 16:46:05,058 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,058 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2019-08-31 16:46:05,058 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2019-08-31 16:46:05,059 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,059 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2019-08-31 16:46:05,060 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2019-08-31 16:46:05,060 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,061 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2019-08-31 16:46:05,061 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2019-08-31 16:46:05,061 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,062 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2019-08-31 16:46:05,062 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2019-08-31 16:46:05,063 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,063 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2019-08-31 16:46:05,064 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2019-08-31 16:46:05,064 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,064 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2019-08-31 16:46:05,065 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2019-08-31 16:46:05,066 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,066 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2019-08-31 16:46:05,066 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2019-08-31 16:46:05,067 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,067 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2019-08-31 16:46:05,068 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2019-08-31 16:46:05,068 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,069 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2019-08-31 16:46:05,069 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2019-08-31 16:46:05,070 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,070 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2019-08-31 16:46:05,071 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2019-08-31 16:46:05,071 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,072 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2019-08-31 16:46:05,072 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2019-08-31 16:46:05,072 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,073 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2019-08-31 16:46:05,073 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2019-08-31 16:46:05,074 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,074 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2019-08-31 16:46:05,075 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2019-08-31 16:46:05,075 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,075 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2019-08-31 16:46:05,076 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2019-08-31 16:46:05,076 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,077 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2019-08-31 16:46:05,077 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2019-08-31 16:46:05,078 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,078 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2019-08-31 16:46:05,079 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2019-08-31 16:46:05,079 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,079 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2019-08-31 16:46:05,080 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2019-08-31 16:46:05,080 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,081 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2019-08-31 16:46:05,081 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2019-08-31 16:46:05,082 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,082 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2019-08-31 16:46:05,082 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2019-08-31 16:46:05,083 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,083 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2019-08-31 16:46:05,084 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2019-08-31 16:46:05,084 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,085 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2019-08-31 16:46:05,085 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2019-08-31 16:46:05,086 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,086 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2019-08-31 16:46:05,087 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2019-08-31 16:46:05,087 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,087 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2019-08-31 16:46:05,087 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2019-08-31 16:46:05,087 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,088 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2019-08-31 16:46:05,088 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2019-08-31 16:46:05,088 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,088 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2019-08-31 16:46:05,088 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2019-08-31 16:46:05,088 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,089 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2019-08-31 16:46:05,089 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2019-08-31 16:46:05,089 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,089 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2019-08-31 16:46:05,089 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2019-08-31 16:46:05,090 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,090 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2019-08-31 16:46:05,090 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2019-08-31 16:46:05,090 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,090 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2019-08-31 16:46:05,090 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2019-08-31 16:46:05,091 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,091 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2019-08-31 16:46:05,091 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2019-08-31 16:46:05,091 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,091 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2019-08-31 16:46:05,092 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2019-08-31 16:46:05,092 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,092 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2019-08-31 16:46:05,092 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2019-08-31 16:46:05,092 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,092 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2019-08-31 16:46:05,093 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2019-08-31 16:46:05,093 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,093 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2019-08-31 16:46:05,093 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2019-08-31 16:46:05,093 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,094 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2019-08-31 16:46:05,094 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2019-08-31 16:46:05,094 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,094 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2019-08-31 16:46:05,094 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2019-08-31 16:46:05,095 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,095 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2019-08-31 16:46:05,095 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2019-08-31 16:46:05,095 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,095 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2019-08-31 16:46:05,095 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2019-08-31 16:46:05,096 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,096 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2019-08-31 16:46:05,096 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2019-08-31 16:46:05,096 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,096 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2019-08-31 16:46:05,097 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2019-08-31 16:46:05,097 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,097 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2019-08-31 16:46:05,097 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2019-08-31 16:46:05,097 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,097 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2019-08-31 16:46:05,098 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2019-08-31 16:46:05,098 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,098 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2019-08-31 16:46:05,098 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2019-08-31 16:46:05,098 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,099 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2019-08-31 16:46:05,099 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2019-08-31 16:46:05,099 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,099 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2019-08-31 16:46:05,099 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2019-08-31 16:46:05,099 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,100 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2019-08-31 16:46:05,100 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2019-08-31 16:46:05,100 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,100 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2019-08-31 16:46:05,100 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2019-08-31 16:46:05,101 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,101 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2019-08-31 16:46:05,101 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2019-08-31 16:46:05,101 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,101 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2019-08-31 16:46:05,102 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2019-08-31 16:46:05,102 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,102 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2019-08-31 16:46:05,102 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2019-08-31 16:46:05,102 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,102 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2019-08-31 16:46:05,103 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2019-08-31 16:46:05,103 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,103 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2019-08-31 16:46:05,103 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2019-08-31 16:46:05,103 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,104 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2019-08-31 16:46:05,104 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2019-08-31 16:46:05,104 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,104 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2019-08-31 16:46:05,104 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2019-08-31 16:46:05,104 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,105 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2019-08-31 16:46:05,105 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2019-08-31 16:46:05,105 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,105 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2019-08-31 16:46:05,106 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2019-08-31 16:46:05,106 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,106 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2019-08-31 16:46:05,106 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2019-08-31 16:46:05,106 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,106 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2019-08-31 16:46:05,107 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2019-08-31 16:46:05,107 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,107 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2019-08-31 16:46:05,107 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2019-08-31 16:46:05,107 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,108 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2019-08-31 16:46:05,108 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2019-08-31 16:46:05,108 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,108 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2019-08-31 16:46:05,108 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2019-08-31 16:46:05,108 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,109 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2019-08-31 16:46:05,109 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2019-08-31 16:46:05,109 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,109 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2019-08-31 16:46:05,109 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2019-08-31 16:46:05,110 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,110 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2019-08-31 16:46:05,110 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2019-08-31 16:46:05,110 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,110 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2019-08-31 16:46:05,110 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2019-08-31 16:46:05,111 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,111 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2019-08-31 16:46:05,111 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2019-08-31 16:46:05,111 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,111 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2019-08-31 16:46:05,112 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2019-08-31 16:46:05,112 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,112 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2019-08-31 16:46:05,112 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2019-08-31 16:46:05,112 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,112 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2019-08-31 16:46:05,113 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2019-08-31 16:46:05,113 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,113 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2019-08-31 16:46:05,113 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2019-08-31 16:46:05,113 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,114 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2019-08-31 16:46:05,114 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2019-08-31 16:46:05,114 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,114 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2019-08-31 16:46:05,114 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2019-08-31 16:46:05,115 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,115 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2019-08-31 16:46:05,115 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2019-08-31 16:46:05,115 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,115 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2019-08-31 16:46:05,115 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2019-08-31 16:46:05,116 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,116 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2019-08-31 16:46:05,116 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2019-08-31 16:46:05,116 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,116 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2019-08-31 16:46:05,117 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2019-08-31 16:46:05,117 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,117 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2019-08-31 16:46:05,117 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2019-08-31 16:46:05,117 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,118 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2019-08-31 16:46:05,118 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2019-08-31 16:46:05,118 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,118 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2019-08-31 16:46:05,118 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2019-08-31 16:46:05,118 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,119 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2019-08-31 16:46:05,119 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2019-08-31 16:46:05,119 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,119 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2019-08-31 16:46:05,119 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2019-08-31 16:46:05,120 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,120 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2019-08-31 16:46:05,120 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2019-08-31 16:46:05,120 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,120 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2019-08-31 16:46:05,120 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2019-08-31 16:46:05,121 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,121 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2019-08-31 16:46:05,121 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2019-08-31 16:46:05,121 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,121 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2019-08-31 16:46:05,122 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2019-08-31 16:46:05,122 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,122 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2019-08-31 16:46:05,122 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2019-08-31 16:46:05,122 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,122 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2019-08-31 16:46:05,123 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2019-08-31 16:46:05,123 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-31 16:46:05,123 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2019-08-31 16:46:05,123 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2019-08-31 16:46:05,123 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2019-08-31 16:46:05,124 [TRACE] [doorpi.action.handler] [DOYD6Q] try to fire action WebServerShutdownAction with args () and kwargs {} 2019-08-31 16:46:05,124 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2019-08-31 16:46:05,124 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2019-08-31 16:46:05,125 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2019-08-31 16:46:05,126 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2019-08-31 16:46:05,126 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2019-08-31 16:46:05,126 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2019-08-31 16:46:05,126 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2019-08-31 16:46:05,127 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2019-08-31 16:46:05,127 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2019-08-31 16:46:05,127 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2019-08-31 16:46:05,127 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2019-08-31 16:46:05,127 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2019-08-31 16:46:05,128 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2019-08-31 16:46:05,128 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2019-08-31 16:46:05,128 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2019-08-31 16:46:05,128 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2019-08-31 16:46:05,128 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2019-08-31 16:46:05,128 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2019-08-31 16:46:05,129 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2019-08-31 16:46:05,129 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2019-08-31 16:46:05,129 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2019-08-31 16:46:05,129 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2019-08-31 16:46:05,129 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2019-08-31 16:46:05,130 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2019-08-31 16:46:05,130 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2019-08-31 16:46:05,130 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2019-08-31 16:46:05,130 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2019-08-31 16:46:05,130 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2019-08-31 16:46:05,131 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2019-08-31 16:46:05,135 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2019-08-31 16:46:05,136 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2019-08-31 16:46:05,137 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2019-08-31 16:46:05,137 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2019-08-31 16:46:05,137 [TRACE] [doorpi.action.handler] [7OS20X] finished fire_event for event_name OnWebServerStart 2019-08-31 16:46:05,137 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2019-08-31 16:46:05,138 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2019-08-31 16:46:05,138 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2019-08-31 16:46:05,139 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2019-08-31 16:46:05,139 [TRACE] [doorpi.action.handler] [DOYD6Q] try to fire action KeyboardDestroyAction with args () and kwargs {} 2019-08-31 16:46:05,139 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2019-08-31 16:46:05,140 [DEBUG] [doorpi.keyboard.from_gpio] destroy 2019-08-31 16:46:05,142 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_gpio and force_unregister is True 2019-08-31 16:46:05,142 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.18 from doorpi.keyboard.from_gpio 2019-08-31 16:46:05,143 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.18 - remove event too 2019-08-31 16:46:05,143 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_onboardpins.18 2019-08-31 16:46:05,143 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_18 from doorpi.keyboard.from_gpio 2019-08-31 16:46:05,144 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_18 - remove event too 2019-08-31 16:46:05,144 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_18 2019-08-31 16:46:05,144 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_18 from doorpi.keyboard.from_gpio 2019-08-31 16:46:05,144 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_18 - remove event too 2019-08-31 16:46:05,145 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_18 2019-08-31 16:46:05,145 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_gpio 2019-08-31 16:46:05,145 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2019-08-31 16:46:05,146 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed 2019-08-31 16:46:05,146 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_gpio 2019-08-31 16:46:05,146 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2019-08-31 16:46:05,146 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp 2019-08-31 16:46:05,147 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.18 from doorpi.keyboard.from_gpio 2019-08-31 16:46:05,147 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.18 - remove event too 2019-08-31 16:46:05,147 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_onboardpins.18 2019-08-31 16:46:05,147 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_gpio 2019-08-31 16:46:05,148 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2019-08-31 16:46:05,148 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown 2019-08-31 16:46:05,148 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_18 from doorpi.keyboard.from_gpio 2019-08-31 16:46:05,148 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_18 - remove event too 2019-08-31 16:46:05,149 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_18 2019-08-31 16:46:05,149 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.18 from doorpi.keyboard.from_gpio 2019-08-31 16:46:05,149 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.18 - remove event too 2019-08-31 16:46:05,149 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_onboardpins.18 2019-08-31 16:46:05,150 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed 2019-08-31 16:46:05,150 [TRACE] [doorpi.action.handler] [DOYD6Q] try to fire action > with args () and kwargs {} 2019-08-31 16:46:05,150 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-31 16:46:05,151 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2019-08-31 16:46:05,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x74305668 [0x23a9890]) 2019-08-31 16:46:05,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x21f876c 2019-08-31 16:46:05,152 [DEBUG] [doorpi.action.handler] [GVBM8R] fire for event OnSipPhoneDestroy this actions [, , ] 2019-08-31 16:46:05,152 [TRACE] [doorpi.action.handler] [GVBM8R] try to fire action > with args () and kwargs {} 2019-08-31 16:46:05,153 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-31 16:46:05,153 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2019-08-31 16:46:05,153 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2019-08-31 16:46:05,154 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,154 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2019-08-31 16:46:05,154 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2019-08-31 16:46:05,154 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,155 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2019-08-31 16:46:05,155 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2019-08-31 16:46:05,155 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,155 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2019-08-31 16:46:05,156 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2019-08-31 16:46:05,156 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,156 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2019-08-31 16:46:05,156 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2019-08-31 16:46:05,157 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,157 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2019-08-31 16:46:05,157 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2019-08-31 16:46:05,158 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,158 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2019-08-31 16:46:05,158 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2019-08-31 16:46:05,158 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,158 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2019-08-31 16:46:05,159 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2019-08-31 16:46:05,159 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,159 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2019-08-31 16:46:05,159 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2019-08-31 16:46:05,160 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,160 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2019-08-31 16:46:05,160 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2019-08-31 16:46:05,160 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,161 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2019-08-31 16:46:05,161 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2019-08-31 16:46:05,161 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,161 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2019-08-31 16:46:05,162 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2019-08-31 16:46:05,162 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_"#" from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,162 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_"#" - remove event too 2019-08-31 16:46:05,162 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_"#" 2019-08-31 16:46:05,162 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,163 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2019-08-31 16:46:05,163 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2019-08-31 16:46:05,163 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,163 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2019-08-31 16:46:05,163 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2019-08-31 16:46:05,163 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,164 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2019-08-31 16:46:05,164 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2019-08-31 16:46:05,164 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,164 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2019-08-31 16:46:05,164 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2019-08-31 16:46:05,165 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,165 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2019-08-31 16:46:05,165 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2019-08-31 16:46:05,165 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,165 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2019-08-31 16:46:05,166 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2019-08-31 16:46:05,166 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,166 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2019-08-31 16:46:05,166 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2019-08-31 16:46:05,166 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,166 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2019-08-31 16:46:05,167 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2019-08-31 16:46:05,167 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,167 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2019-08-31 16:46:05,167 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2019-08-31 16:46:05,167 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-31 16:46:05,167 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2019-08-31 16:46:05,168 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2019-08-31 16:46:05,168 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2019-08-31 16:46:05,168 [TRACE] [doorpi.action.handler] [GVBM8R] try to fire action > with args () and kwargs {} 2019-08-31 16:46:05,169 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-31 16:46:05,169 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-08-31 16:46:05,169 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2019-08-31 16:46:05,170 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-08-31 16:46:05,170 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2019-08-31 16:46:05,170 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-08-31 16:46:05,170 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-08-31 16:46:05,171 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2019-08-31 16:46:05,171 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2019-08-31 16:46:05,171 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-08-31 16:46:05,171 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2019-08-31 16:46:05,171 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2019-08-31 16:46:05,172 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2019-08-31 16:46:05,172 [TRACE] [doorpi.action.handler] [GVBM8R] try to fire action > with args () and kwargs {} 2019-08-31 16:46:05,172 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-31 16:46:05,173 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2019-08-31 16:46:05,173 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-08-31 16:46:05,173 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2019-08-31 16:46:05,173 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2019-08-31 16:46:05,173 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-08-31 16:46:05,173 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2019-08-31 16:46:05,174 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2019-08-31 16:46:05,174 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2019-08-31 16:46:05,174 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2019-08-31 16:46:05,174 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2019-08-31 16:46:05,174 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2019-08-31 16:46:05,175 [TRACE] [doorpi.action.handler] [GVBM8R] finished fire_event for event_name OnSipPhoneDestroy 2019-08-31 16:46:05,175 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2019-08-31 16:46:05,175 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,176 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2019-08-31 16:46:05,176 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2019-08-31 16:46:05,176 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,176 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2019-08-31 16:46:05,176 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2019-08-31 16:46:05,176 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,177 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2019-08-31 16:46:05,177 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2019-08-31 16:46:05,177 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,177 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2019-08-31 16:46:05,177 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2019-08-31 16:46:05,177 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,178 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2019-08-31 16:46:05,178 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2019-08-31 16:46:05,178 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,178 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2019-08-31 16:46:05,178 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2019-08-31 16:46:05,179 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,179 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2019-08-31 16:46:05,179 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2019-08-31 16:46:05,179 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,179 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2019-08-31 16:46:05,179 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2019-08-31 16:46:05,180 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,180 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2019-08-31 16:46:05,180 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2019-08-31 16:46:05,180 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,180 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2019-08-31 16:46:05,181 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2019-08-31 16:46:05,181 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,181 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2019-08-31 16:46:05,181 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2019-08-31 16:46:05,181 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-08-31 16:46:05,181 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2019-08-31 16:46:05,182 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2019-08-31 16:46:05,182 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2019-08-31 16:46:05,182 [TRACE] [doorpi.action.handler] [DOYD6Q] finished fire_event for event_name OnShutdown 2019-08-31 16:46:05,182 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2019-08-31 16:46:05,183 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2019-08-31 16:46:05,684 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2019-08-31 16:46:05,684 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:05,690 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-31 16:46:06,191 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2019-08-31 16:46:06,192 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:06,192 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-31 16:46:06,694 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2019-08-31 16:46:06,694 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:06,695 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-31 16:46:07,196 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2019-08-31 16:46:07,196 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:07,197 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-31 16:46:07,698 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 1 and 1 event 2019-08-31 16:46:07,699 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:07,699 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-31 16:46:08,200 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 1 and 1 event 2019-08-31 16:46:08,201 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:08,202 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-31 16:46:08,703 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 1 and 1 event 2019-08-31 16:46:08,703 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:08,704 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-31 16:46:09,205 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 1 and 1 event 2019-08-31 16:46:09,206 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:09,207 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-31 16:46:09,708 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 1 and 1 event 2019-08-31 16:46:09,708 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:09,709 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-31 16:46:10,210 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 1 and 1 event 2019-08-31 16:46:10,211 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:10,211 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-31 16:46:10,712 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-31 16:46:10,713 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========