2019-09-01 13:48:33,926 [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-09-01 13:48:33,926 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2019-09-01 13:48:33,927 [DEBUG] [doorpi.doorpi] run 2019-09-01 13:48:33,927 [DEBUG] [doorpi.doorpi] prepare 2019-09-01 13:48:33,927 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2019-09-01 13:48:33,929 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2019-09-01 13:48:33,933 [DEBUG] [doorpi.conf.config_object] __init__ 2019-09-01 13:48:33,934 [TRACE] [doorpi.conf.config_object] get_from_config 2019-09-01 13:48:33,936 [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-09-01 13:48:33,936 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2019-09-01 13:48:33,937 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2019-09-01 13:48:33,939 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2019-09-01 13:48:33,939 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2019-09-01 13:48:33,939 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2019-09-01 13:48:33,939 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2019-09-01 13:48:33,940 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2019-09-01 13:48:33,940 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2019-09-01 13:48:33,940 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2019-09-01 13:48:33,940 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2019-09-01 13:48:33,940 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2019-09-01 13:48:33,940 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2019-09-01 13:48:33,941 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2019-09-01 13:48:33,941 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2019-09-01 13:48:33,941 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2019-09-01 13:48:33,942 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2019-09-01 13:48:33,942 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2019-09-01 13:48:33,944 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2019-09-01 13:48:33,944 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2019-09-01 13:48:33,944 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2019-09-01 13:48:33,944 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2019-09-01 13:48:33,946 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2019-09-01 13:48:33,946 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2019-09-01 13:48:33,946 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2019-09-01 13:48:33,947 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2019-09-01 13:48:33,947 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2019-09-01 13:48:33,947 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2019-09-01 13:48:33,947 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2019-09-01 13:48:33,948 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2019-09-01 13:48:33,948 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2019-09-01 13:48:33,948 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2019-09-01 13:48:33,949 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2019-09-01 13:48:33,949 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2019-09-01 13:48:33,949 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2019-09-01 13:48:33,950 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2019-09-01 13:48:33,950 [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-09-01 13:48:33,950 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2019-09-01 13:48:33,951 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrator'] 2019-09-01 13:48:33,951 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns ['administrators', 'guests'] 2019-09-01 13:48:33,951 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrator'] 2019-09-01 13:48:33,951 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['door'] 2019-09-01 13:48:33,951 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section Group (default: []) returns ['door'] 2019-09-01 13:48:33,952 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_OutputPins', 'onboardpins_keyboard', 'Group', 'ReadPermission', 'AdminNumbers', 'keyboards', 'DTMF', 'SIP-Phone', 'WritePermission', 'AREA_installer', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'EVENT_OnKeyPressed_onboardpins.18', 'onboardpins_InputPins', 'DoorPi'] 2019-09-01 13:48:33,952 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section WritePermission (default: []) returns ['installer'] 2019-09-01 13:48:33,952 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section ReadPermission (default: []) returns ['dashboard'] 2019-09-01 13:48:33,952 [TRACE] [doorpi.conf.config_object] get_list for key guests in section ReadPermission (default: []) returns ['dashboard'] 2019-09-01 13:48:33,952 [ERROR] [doorpi.status.webserver] group administrators doesn't exist but is assigned to ReadPermission 2019-09-01 13:48:33,953 [ERROR] [doorpi.status.webserver] group guests doesn't exist but is assigned to ReadPermission 2019-09-01 13:48:33,953 [ERROR] [doorpi.status.webserver] module dashboard doesn't exist but is assigned to group administrators in ReadPermission 2019-09-01 13:48:33,953 [ERROR] [doorpi.status.webserver] module dashboard doesn't exist but is assigned to group guests in ReadPermission 2019-09-01 13:48:33,953 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2019-09-01 13:48:33,953 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2019-09-01 13:48:33,954 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2019-09-01 13:48:33,955 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,955 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2019-09-01 13:48:33,955 [DEBUG] [doorpi.action.handler] [MRLTN2] fire for event OnWebServerStart this actions [] 2019-09-01 13:48:33,955 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,956 [TRACE] [doorpi.action.handler] [MRLTN2] try to fire action WebServerStartupAction with args () and kwargs {} 2019-09-01 13:48:33,956 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,956 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2019-09-01 13:48:33,956 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,957 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,957 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,957 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,957 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,958 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,958 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,958 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,958 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,958 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,958 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,959 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,959 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:33,959 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2019-09-01 13:48:33,959 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2019-09-01 13:48:33,959 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2019-09-01 13:48:33,960 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns gpio 2019-09-01 13:48:33,960 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['18'] 2019-09-01 13:48:33,960 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['16'] 2019-09-01 13:48:33,960 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 20000.0 2019-09-01 13:48:33,960 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2019-09-01 13:48:33,961 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2019-09-01 13:48:33,961 [DEBUG] [doorpi.keyboard.from_gpio] doorpi.keyboard.from_gpio loaded 2019-09-01 13:48:33,963 [DEBUG] [doorpi.keyboard.from_gpio] __init__(input_pins = ['18'], output_pins = ['16'], bouncetime = 20000.0, polarity = 0) 2019-09-01 13:48:33,963 [DEBUG] [doorpi.conf.config_object] create new key mode in section onboardpins_keyboard with value 'BOARD' 2019-09-01 13:48:33,964 [TRACE] [doorpi.conf.config_object] get_string for key mode in section onboardpins_keyboard (default: BOARD) returns BOARD 2019-09-01 13:48:33,964 [TRACE] [doorpi.conf.config_object] get_string for key pull_up_down in section onboardpins_keyboard (default: PUD_OFF) returns PUD_OFF 2019-09-01 13:48:33,965 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2019-09-01 13:48:33,965 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was added 2019-09-01 13:48:33,966 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_gpio 2019-09-01 13:48:33,966 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:33,966 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_18 and registered source doorpi.keyboard.from_gpio 2019-09-01 13:48:33,967 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:33,967 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.18 and registered source doorpi.keyboard.from_gpio 2019-09-01 13:48:33,967 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2019-09-01 13:48:33,967 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_gpio 2019-09-01 13:48:33,967 [TRACE] [doorpi.action.handler] register Event OnKeyUp_18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:33,968 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_18 and registered source doorpi.keyboard.from_gpio 2019-09-01 13:48:33,968 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:33,968 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.18 and registered source doorpi.keyboard.from_gpio 2019-09-01 13:48:33,968 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2019-09-01 13:48:33,969 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_gpio 2019-09-01 13:48:33,969 [TRACE] [doorpi.action.handler] register Event OnKeyDown_18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:33,969 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_18 and registered source doorpi.keyboard.from_gpio 2019-09-01 13:48:33,969 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:33,969 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.18 and registered source doorpi.keyboard.from_gpio 2019-09-01 13:48:33,970 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2019-09-01 13:48:33,971 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['16'] 2019-09-01 13:48:33,971 [TRACE] [doorpi.conf.config_object] get_string for key 16 in section onboardpins_OutputPins (default: ) returns AliveLed 2019-09-01 13:48:33,972 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2019-09-01 13:48:33,973 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2019-09-01 13:48:33,975 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2019-09-01 13:48:33,976 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2019-09-01 13:48:34,005 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2019-09-01 13:48:34,007 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2019-09-01 13:48:34,008 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2019-09-01 13:48:34,037 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2019-09-01 13:48:34,040 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2019-09-01 13:48:34,041 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2019-09-01 13:48:34,042 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2019-09-01 13:48:34,043 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2019-09-01 13:48:34,043 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2019-09-01 13:48:34,045 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2019-09-01 13:48:34,046 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2019-09-01 13:48:34,047 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2019-09-01 13:48:34,047 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,047 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2019-09-01 13:48:34,047 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,047 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,047 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,048 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,048 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,048 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,048 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,048 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,049 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,049 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,049 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,049 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,049 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,049 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,050 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,050 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,050 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,050 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,050 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,051 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,051 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,051 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,051 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2019-09-01 13:48:34,051 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2019-09-01 13:48:34,051 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2019-09-01 13:48:34,052 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,052 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2019-09-01 13:48:34,052 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,052 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,052 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,053 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,053 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,053 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,053 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,053 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,053 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,054 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,054 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,054 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,054 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,054 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,055 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,055 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,055 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,055 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,055 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,055 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,056 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,056 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,056 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,056 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"#"'] 2019-09-01 13:48:34,056 [TRACE] [doorpi.action.handler] register Event OnDTMF_"#" from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,057 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"#" and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,057 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,057 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2019-09-01 13:48:34,057 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,057 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,057 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,058 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,058 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,058 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,058 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,058 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,058 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,059 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,059 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,059 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,059 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,059 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,060 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,060 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,060 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,060 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,060 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:34,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2019-09-01 13:48:34,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x743176b0 2019-09-01 13:48:34,062 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:34,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2019-09-01 13:48:34,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x743176b0 2019-09-01 13:48:34,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x74238db0, "(null)", "(null)") 2019-09-01 13:48:34,063 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2019-09-01 13:48:34,063 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2019-09-01 13:48:34,063 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2019-09-01 13:48:34,064 [INFO] [doorpi.sipphone.from_linphone] srtp init 2019-09-01 13:48:34,070 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2019-09-01 13:48:34,113 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2019-09-01 13:48:34,121 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1711 - open '/dev/snd/pcmC0D0c' failed (-2) 2019-09-01 13:48:34,122 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2019-09-01 13:48:34,132 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB PnP Sound Device' added 2019-09-01 13:48:34,132 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2019-09-01 13:48:34,133 [INFO] [doorpi.sipphone.from_linphone] Webcam V4L2: /dev/video0 added 2019-09-01 13:48:34,133 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2019-09-01 13:48:34,133 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2019-09-01 13:48:34,133 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2019-09-01 13:48:34,134 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2019-09-01 13:48:34,134 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2019-09-01 13:48:34,134 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x1fefef0] registered on core [0x1ebc938] 2019-09-01 13:48:34,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x1fefef0, 1, "Starting up") 2019-09-01 13:48:34,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-09-01 13:48:34,135 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [global_state_changed] 2019-09-01 13:48:34,135 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2019-09-01 13:48:34,135 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2019-09-01 13:48:34,135 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2019-09-01 13:48:34,136 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2019-09-01 13:48:34,136 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2019-09-01 13:48:34,136 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-09-01 13:48:34,136 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-09-01 13:48:34,136 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-09-01 13:48:34,137 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-09-01 13:48:34,137 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2019-09-01 13:48:34,137 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2019-09-01 13:48:34,137 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2019-09-01 13:48:34,137 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2019-09-01 13:48:34,138 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2019-09-01 13:48:34,138 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2019-09-01 13:48:34,138 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2019-09-01 13:48:34,138 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2019-09-01 13:48:34,138 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2019-09-01 13:48:34,139 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2019-09-01 13:48:34,139 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2019-09-01 13:48:34,139 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2019-09-01 13:48:34,139 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-09-01 13:48:34,139 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-09-01 13:48:34,140 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-09-01 13:48:34,140 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-09-01 13:48:34,140 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-09-01 13:48:34,140 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-09-01 13:48:34,140 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-09-01 13:48:34,141 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-09-01 13:48:34,141 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-09-01 13:48:34,141 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-09-01 13:48:34,141 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-09-01 13:48:34,141 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-09-01 13:48:34,142 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2019-09-01 13:48:34,142 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2019-09-01 13:48:34,142 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2019-09-01 13:48:34,142 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-09-01 13:48:34,142 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-09-01 13:48:34,143 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-09-01 13:48:34,143 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-09-01 13:48:34,143 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-09-01 13:48:34,143 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-09-01 13:48:34,143 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2019-09-01 13:48:34,144 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2019-09-01 13:48:34,144 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2019-09-01 13:48:34,144 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2019-09-01 13:48:34,144 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2019-09-01 13:48:34,144 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2019-09-01 13:48:34,145 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2019-09-01 13:48:34,145 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2019-09-01 13:48:34,145 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2019-09-01 13:48:34,145 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2019-09-01 13:48:34,145 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2019-09-01 13:48:34,146 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2019-09-01 13:48:34,146 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2019-09-01 13:48:34,146 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2019-09-01 13:48:34,146 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2019-09-01 13:48:34,146 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2019-09-01 13:48:34,147 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2019-09-01 13:48:34,147 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2019-09-01 13:48:34,147 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2019-09-01 13:48:34,147 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2019-09-01 13:48:34,147 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2019-09-01 13:48:34,148 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2019-09-01 13:48:34,148 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2019-09-01 13:48:34,148 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-09-01 13:48:34,148 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2019-09-01 13:48:34,148 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2019-09-01 13:48:34,149 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2019-09-01 13:48:34,149 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2019-09-01 13:48:34,149 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2019-09-01 13:48:34,149 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2019-09-01 13:48:34,149 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2019-09-01 13:48:34,150 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2019-09-01 13:48:34,150 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2019-09-01 13:48:34,150 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2019-09-01 13:48:34,150 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-09-01 13:48:34,150 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-09-01 13:48:34,151 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2019-09-01 13:48:34,151 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2019-09-01 13:48:34,151 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2019-09-01 13:48:34,151 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2019-09-01 13:48:34,151 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-09-01 13:48:34,152 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-09-01 13:48:34,152 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-09-01 13:48:34,152 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-09-01 13:48:34,152 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-09-01 13:48:34,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x1fefef0, 2, "(null)") 2019-09-01 13:48:34,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2019-09-01 13:48:34,153 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [configuring_status] 2019-09-01 13:48:34,153 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2019-09-01 13:48:34,153 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2019-09-01 13:48:34,154 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2019-09-01 13:48:34,154 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2019-09-01 13:48:34,154 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2019-09-01 13:48:34,154 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-09-01 13:48:34,155 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-09-01 13:48:34,155 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2019-09-01 13:48:34,155 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2019-09-01 13:48:34,155 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2019-09-01 13:48:34,155 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2019-09-01 13:48:34,156 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2019-09-01 13:48:34,156 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2019-09-01 13:48:34,156 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2019-09-01 13:48:34,156 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2019-09-01 13:48:34,156 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-09-01 13:48:34,157 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-09-01 13:48:34,157 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2019-09-01 13:48:34,157 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2019-09-01 13:48:34,157 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2019-09-01 13:48:34,157 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-09-01 13:48:34,158 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-09-01 13:48:34,158 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-09-01 13:48:34,158 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1f8fa48] on [sip:0.0.0.0:5060;transport=UDP] 2019-09-01 13:48:34,158 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1ffcb48] on [sip:0.0.0.0:5060;transport=TCP] 2019-09-01 13:48:34,159 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1ffcb88] on [sip:0.0.0.0:-1;transport=TLS] 2019-09-01 13:48:34,159 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 38679 2019-09-01 13:48:34,159 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-09-01 13:48:34,159 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-09-01 13:48:34,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x1fefef0, 2, "Ready") 2019-09-01 13:48:34,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-09-01 13:48:34,162 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [global_state_changed] 2019-09-01 13:48:34,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x743176b0 2019-09-01 13:48:34,162 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi12 2019-09-01 13:48:34,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x743176b0 [0x1fefef0], "DoorPi12 ") 2019-09-01 13:48:34,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2019-09-01 13:48:34,164 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2019-09-01 13:48:34,164 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2019-09-01 13:48:34,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x743176b0 [0x1fefef0], 2) 2019-09-01 13:48:34,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2019-09-01 13:48:34,165 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-09-01 13:48:34,165 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2019-09-01 13:48:34,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x743176b0 [0x1fefef0], 0x2a311c [0]) 2019-09-01 13:48:34,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2019-09-01 13:48:34,166 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-09-01 13:48:34,167 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-09-01 13:48:34,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2019-09-01 13:48:34,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x743176c8 2019-09-01 13:48:34,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x743176b0 [0x1fefef0], 0x743176c8 [0x743176d0]) 2019-09-01 13:48:34,167 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1f8fa48] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2019-09-01 13:48:34,168 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1ffcb48] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2019-09-01 13:48:34,168 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1ffcb88] on [sip:0.0.0.0:38679;transport=TLS] destroyed 2019-09-01 13:48:34,168 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-09-01 13:48:34,168 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1f8fa48] on [sip:0.0.0.0:5060;transport=UDP] 2019-09-01 13:48:34,169 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1ff0a08] on [sip:0.0.0.0:5060;transport=TCP] 2019-09-01 13:48:34,169 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1fe1d90] on [sip:0.0.0.0:-1;transport=TLS] 2019-09-01 13:48:34,169 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 38931 2019-09-01 13:48:34,169 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-09-01 13:48:34,170 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-09-01 13:48:34,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2019-09-01 13:48:34,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x743176c8) 2019-09-01 13:48:34,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2019-09-01 13:48:34,170 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2019-09-01 13:48:34,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x743176b0 [0x1fefef0], 0x2a311c [0]) 2019-09-01 13:48:34,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2019-09-01 13:48:34,171 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2019-09-01 13:48:34,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x743176b0 [0x1fefef0], "") 2019-09-01 13:48:34,172 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-09-01 13:48:34,172 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2019-09-01 13:48:34,172 [INFO] [doorpi.sipphone.from_linphone] fd00::e228:6dff:fe5c:645d 2019-09-01 13:48:34,173 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-09-01 13:48:34,173 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-09-01 13:48:34,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2019-09-01 13:48:34,173 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2019-09-01 13:48:34,174 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2019-09-01 13:48:34,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x743176b0 [0x1fefef0], 0) 2019-09-01 13:48:34,174 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-09-01 13:48:34,174 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-09-01 13:48:34,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2019-09-01 13:48:34,175 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2019-09-01 13:48:34,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x743176b0 [0x1fefef0], 120) 2019-09-01 13:48:34,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2019-09-01 13:48:34,176 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2019-09-01 13:48:34,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x743176b0 [0x1fefef0], 15) 2019-09-01 13:48:34,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2019-09-01 13:48:34,177 [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-09-01 13:48:34,177 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2019-09-01 13:48:34,178 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-09-01 13:48:34,179 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2019-09-01 13:48:34,179 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:34,179 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2019-09-01 13:48:34,179 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:34,179 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:34,180 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:34,180 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:34,180 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2019-09-01 13:48:34,180 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2019-09-01 13:48:34,180 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2019-09-01 13:48:34,181 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2019-09-01 13:48:34,181 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2019-09-01 13:48:34,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x743176b0 [0x1fefef0], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2019-09-01 13:48:34,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2019-09-01 13:48:34,182 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:34,182 [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-09-01 13:48:34,183 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-09-01 13:48:34,183 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-09-01 13:48:34,183 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2019-09-01 13:48:34,183 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2019-09-01 13:48:34,184 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2019-09-01 13:48:34,184 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2019-09-01 13:48:34,184 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-09-01 13:48:34,184 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2019-09-01 13:48:34,185 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2019-09-01 13:48:34,185 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2019-09-01 13:48:34,186 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2019-09-01 13:48:34,186 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2019-09-01 13:48:34,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x742439e0 2019-09-01 13:48:34,187 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-09-01 13:48:34,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x7423f830 2019-09-01 13:48:34,188 [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-09-01 13:48:34,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x743176b0 [0x1fefef0], "ALSA: USB PnP Sound Device") 2019-09-01 13:48:34,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2019-09-01 13:48:34,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7423f800 2019-09-01 13:48:34,189 [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-09-01 13:48:34,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x743176b0 [0x1fefef0], "ALSA: USB PnP Sound Device") 2019-09-01 13:48:34,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2019-09-01 13:48:34,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74243990 2019-09-01 13:48:34,190 [INFO] [doorpi.sipphone.from_linphone] found 3 possible sounddevices: 2019-09-01 13:48:34,190 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2019-09-01 13:48:34,190 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-09-01 13:48:34,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74243990 2019-09-01 13:48:34,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x743176b0 [0x1fefef0], "ALSA: default device") 2019-09-01 13:48:34,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2019-09-01 13:48:34,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x743176b0 [0x1fefef0], "ALSA: default device") 2019-09-01 13:48:34,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2019-09-01 13:48:34,192 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2019-09-01 13:48:34,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x743176b0 [0x1fefef0], "ALSA: bcm2835 ALSA") 2019-09-01 13:48:34,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a311c 2019-09-01 13:48:34,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x743176b0 [0x1fefef0], "ALSA: bcm2835 ALSA") 2019-09-01 13:48:34,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2019-09-01 13:48:34,193 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2019-09-01 13:48:34,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x743176b0 [0x1fefef0], "ALSA: USB PnP Sound Device") 2019-09-01 13:48:34,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2019-09-01 13:48:34,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x743176b0 [0x1fefef0], "ALSA: USB PnP Sound Device") 2019-09-01 13:48:34,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2019-09-01 13:48:34,194 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB PnP Sound Device 2019-09-01 13:48:34,194 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-09-01 13:48:34,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x7423f920 2019-09-01 13:48:34,195 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: USB PnP Sound Device 2019-09-01 13:48:34,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7423f950 2019-09-01 13:48:34,195 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: USB PnP Sound Device 2019-09-01 13:48:34,195 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2019-09-01 13:48:34,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ff1158) 2019-09-01 13:48:34,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-09-01 13:48:34,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cfb420 2019-09-01 13:48:34,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-09-01 13:48:34,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cfb420 2019-09-01 13:48:34,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cfb420 2019-09-01 13:48:34,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ff11c8) 2019-09-01 13:48:34,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-09-01 13:48:34,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cfb430 2019-09-01 13:48:34,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-09-01 13:48:34,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cfb430 2019-09-01 13:48:34,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cfb430 2019-09-01 13:48:34,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1fefd20) 2019-09-01 13:48:34,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-09-01 13:48:34,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cfb440 2019-09-01 13:48:34,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-09-01 13:48:34,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cfb440 2019-09-01 13:48:34,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cfb440 2019-09-01 13:48:34,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1fefd88) 2019-09-01 13:48:34,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-09-01 13:48:34,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cfb450 2019-09-01 13:48:34,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-09-01 13:48:34,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cfb450 2019-09-01 13:48:34,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cfb450 2019-09-01 13:48:34,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ff08b8) 2019-09-01 13:48:34,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-09-01 13:48:34,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cfb460 2019-09-01 13:48:34,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-09-01 13:48:34,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cfb460 2019-09-01 13:48:34,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cfb460 2019-09-01 13:48:34,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ff0910) 2019-09-01 13:48:34,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-09-01 13:48:34,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cfb470 2019-09-01 13:48:34,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-09-01 13:48:34,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cfb470 2019-09-01 13:48:34,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cfb470 2019-09-01 13:48:34,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ff05a0) 2019-09-01 13:48:34,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-09-01 13:48:34,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cfb480 2019-09-01 13:48:34,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-09-01 13:48:34,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cfb480 2019-09-01 13:48:34,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cfb480 2019-09-01 13:48:34,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ff05f8) 2019-09-01 13:48:34,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-09-01 13:48:34,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cfb490 2019-09-01 13:48:34,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-09-01 13:48:34,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cfb490 2019-09-01 13:48:34,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cfb490 2019-09-01 13:48:34,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ff0660) 2019-09-01 13:48:34,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-09-01 13:48:34,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cfb4a0 2019-09-01 13:48:34,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-09-01 13:48:34,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cfb4a0 2019-09-01 13:48:34,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cfb4a0 2019-09-01 13:48:34,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ff01c0) 2019-09-01 13:48:34,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-09-01 13:48:34,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cfb4b0 2019-09-01 13:48:34,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-09-01 13:48:34,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cfb4b0 2019-09-01 13:48:34,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cfb4b0 2019-09-01 13:48:34,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x74243a80 2019-09-01 13:48:34,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb420 [0x1ff1158]) 2019-09-01 13:48:34,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423d840 2019-09-01 13:48:34,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb420 [0x1ff1158]) 2019-09-01 13:48:34,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423d840 2019-09-01 13:48:34,208 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2019-09-01 13:48:34,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x743176b0 [0x1fefef0], 0x76cfb420 [0x1ff1158], 0x2a311c [0]) 2019-09-01 13:48:34,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1e1476c 2019-09-01 13:48:34,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb430 [0x1ff11c8]) 2019-09-01 13:48:34,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423db20 2019-09-01 13:48:34,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb430 [0x1ff11c8]) 2019-09-01 13:48:34,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423db20 2019-09-01 13:48:34,210 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-09-01 13:48:34,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x743176b0 [0x1fefef0], 0x76cfb430 [0x1ff11c8], 0x2a311c [0]) 2019-09-01 13:48:34,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1e1476c 2019-09-01 13:48:34,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb440 [0x1fefd20]) 2019-09-01 13:48:34,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423d840 2019-09-01 13:48:34,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb440 [0x1fefd20]) 2019-09-01 13:48:34,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423d840 2019-09-01 13:48:34,211 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-09-01 13:48:34,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x743176b0 [0x1fefef0], 0x76cfb440 [0x1fefd20], 0x2a311c [0]) 2019-09-01 13:48:34,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1e1476c 2019-09-01 13:48:34,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb450 [0x1fefd88]) 2019-09-01 13:48:34,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423db20 2019-09-01 13:48:34,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb450 [0x1fefd88]) 2019-09-01 13:48:34,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423db20 2019-09-01 13:48:34,213 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2019-09-01 13:48:34,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x743176b0 [0x1fefef0], 0x76cfb450 [0x1fefd88], 0x2a3128 [1]) 2019-09-01 13:48:34,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1e1476c 2019-09-01 13:48:34,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb460 [0x1ff08b8]) 2019-09-01 13:48:34,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423d840 2019-09-01 13:48:34,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb460 [0x1ff08b8]) 2019-09-01 13:48:34,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423d840 2019-09-01 13:48:34,214 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2019-09-01 13:48:34,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x743176b0 [0x1fefef0], 0x76cfb460 [0x1ff08b8], 0x2a3128 [1]) 2019-09-01 13:48:34,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1e1476c 2019-09-01 13:48:34,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb470 [0x1ff0910]) 2019-09-01 13:48:34,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x743176c8 2019-09-01 13:48:34,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb470 [0x1ff0910]) 2019-09-01 13:48:34,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x743176c8 2019-09-01 13:48:34,216 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2019-09-01 13:48:34,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x743176b0 [0x1fefef0], 0x76cfb470 [0x1ff0910], 0x2a311c [0]) 2019-09-01 13:48:34,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1e1476c 2019-09-01 13:48:34,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb480 [0x1ff05a0]) 2019-09-01 13:48:34,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423d840 2019-09-01 13:48:34,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb480 [0x1ff05a0]) 2019-09-01 13:48:34,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423d840 2019-09-01 13:48:34,217 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2019-09-01 13:48:34,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x743176b0 [0x1fefef0], 0x76cfb480 [0x1ff05a0], 0x2a311c [0]) 2019-09-01 13:48:34,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1e1476c 2019-09-01 13:48:34,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb490 [0x1ff05f8]) 2019-09-01 13:48:34,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423db20 2019-09-01 13:48:34,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb490 [0x1ff05f8]) 2019-09-01 13:48:34,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423db20 2019-09-01 13:48:34,219 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-09-01 13:48:34,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x743176b0 [0x1fefef0], 0x76cfb490 [0x1ff05f8], 0x2a311c [0]) 2019-09-01 13:48:34,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1e1476c 2019-09-01 13:48:34,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb4a0 [0x1ff0660]) 2019-09-01 13:48:34,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x743176c8 2019-09-01 13:48:34,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb4a0 [0x1ff0660]) 2019-09-01 13:48:34,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x743176c8 2019-09-01 13:48:34,220 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-09-01 13:48:34,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x743176b0 [0x1fefef0], 0x76cfb4a0 [0x1ff0660], 0x2a311c [0]) 2019-09-01 13:48:34,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1e1476c 2019-09-01 13:48:34,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb4b0 [0x1ff01c0]) 2019-09-01 13:48:34,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x743176c8 2019-09-01 13:48:34,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb4b0 [0x1ff01c0]) 2019-09-01 13:48:34,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x743176c8 2019-09-01 13:48:34,222 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-09-01 13:48:34,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x743176b0 [0x1fefef0], 0x76cfb4b0 [0x1ff01c0], 0x2a311c [0]) 2019-09-01 13:48:34,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1e1476c 2019-09-01 13:48:34,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x742439e0 2019-09-01 13:48:34,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x742439e0 2019-09-01 13:48:34,223 [INFO] [doorpi.sipphone.from_linphone] found 2 possible videodevices: 2019-09-01 13:48:34,223 [DEBUG] [doorpi.sipphone.from_linphone] | name 2019-09-01 13:48:34,224 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-09-01 13:48:34,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x742439e0 2019-09-01 13:48:34,224 [DEBUG] [doorpi.sipphone.from_linphone] | V4L2: /dev/video0 2019-09-01 13:48:34,224 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2019-09-01 13:48:34,225 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-09-01 13:48:34,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x742439e0 2019-09-01 13:48:34,225 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: V4L2: /dev/video0) returns V4L2: /dev/video0 2019-09-01 13:48:34,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x742439e0 2019-09-01 13:48:34,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x743176b0 [0x1fefef0], 0x2a3128 [1]) 2019-09-01 13:48:34,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2019-09-01 13:48:34,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x743176b0 [0x1fefef0], "V4L2: /dev/video0") 2019-09-01 13:48:34,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2019-09-01 13:48:34,227 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2019-09-01 13:48:34,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x743176b0 [0x1fefef0], "vga") 2019-09-01 13:48:34,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2019-09-01 13:48:34,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x74243bb0 2019-09-01 13:48:34,228 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: V4L2: /dev/video0 2019-09-01 13:48:34,228 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2019-09-01 13:48:34,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1ff0218) 2019-09-01 13:48:34,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-09-01 13:48:34,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cfb4c0 2019-09-01 13:48:34,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-09-01 13:48:34,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cfb4c0 2019-09-01 13:48:34,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cfb4c0 2019-09-01 13:48:34,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x74243a30 2019-09-01 13:48:34,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb4c0 [0x1ff0218]) 2019-09-01 13:48:34,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x743176c8 2019-09-01 13:48:34,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2a3128 2019-09-01 13:48:34,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cfb4c0 [0x1ff0218]) 2019-09-01 13:48:34,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x743176c8 2019-09-01 13:48:34,231 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2019-09-01 13:48:34,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x743176b0 [0x1fefef0], 0x76cfb4c0 [0x1ff0218], 0x2a3128 [1]) 2019-09-01 13:48:34,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1e1476c 2019-09-01 13:48:34,231 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.178.1 2019-09-01 13:48:34,232 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns DoorPi12 2019-09-01 13:48:34,232 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: DoorPi12) returns ******* 2019-09-01 13:48:34,232 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.178.1) returns 2019-09-01 13:48:34,232 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2019-09-01 13:48:34,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:34,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x1f78ae0) 2019-09-01 13:48:34,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2019-09-01 13:48:34,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76cfb4d0 2019-09-01 13:48:34,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2019-09-01 13:48:34,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76cfb4d0 2019-09-01 13:48:34,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76cfb4d0 2019-09-01 13:48:34,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76cfb4d0 2019-09-01 13:48:34,234 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi12 2019-09-01 13:48:34,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi12 ") 2019-09-01 13:48:34,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1ffcb48) 2019-09-01 13:48:34,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-09-01 13:48:34,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cfb4e0 2019-09-01 13:48:34,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-09-01 13:48:34,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cfb4e0 2019-09-01 13:48:34,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cfb4e0 2019-09-01 13:48:34,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76cfb4e0 2019-09-01 13:48:34,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76cfb4d0 [0x1f78ae0], 0x76cfb4e0 [0x1ffcb48]) 2019-09-01 13:48:34,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2019-09-01 13:48:34,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76cfb4d0 [0x1f78ae0], "sip:192.168.178.1") 2019-09-01 13:48:34,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2019-09-01 13:48:34,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76cfb4d0 [0x1f78ae0], 0x2a3128 [1]) 2019-09-01 13:48:34,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2019-09-01 13:48:34,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x743176b0 [0x1fefef0], 0x76cfb4d0 [0x1f78ae0]) 2019-09-01 13:48:34,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x1e1476c 2019-09-01 13:48:34,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x743176b0 [0x1fefef0], 0x76cfb4d0 [0x1f78ae0]) 2019-09-01 13:48:34,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2019-09-01 13:48:34,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x743176b0 [0x1fefef0], "DoorPi12", "(null)", "12DoorPi", "(null)", "(null)", "") 2019-09-01 13:48:34,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x1ffa888) 2019-09-01 13:48:34,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2019-09-01 13:48:34,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76cfb4f0 2019-09-01 13:48:34,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2019-09-01 13:48:34,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76cfb4f0 2019-09-01 13:48:34,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76cfb4f0 2019-09-01 13:48:34,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76cfb4f0 2019-09-01 13:48:34,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x743176b0 [0x1fefef0], 0x76cfb4f0 [0x1ffa888]) 2019-09-01 13:48:34,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2019-09-01 13:48:34,241 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2019-09-01 13:48:34,241 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnStartup', 'EVENT_OnKeyPressed_onboardpins.18'] 2019-09-01 13:48:34,242 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2019-09-01 13:48:34,242 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10', '20'] 2019-09-01 13:48:34,242 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2019-09-01 13:48:34,242 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2019-09-01 13:48:34,243 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2019-09-01 13:48:34,243 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2019-09-01 13:48:34,243 [INFO] [doorpi.doorpi] registering action '20' for event 'OnStartup' 2019-09-01 13:48:34,244 [TRACE] [doorpi.conf.config_object] get_string for key 20 in section EVENT_OnStartup (default: ) returns call:**610 2019-09-01 13:48:34,244 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2019-09-01 13:48:34,244 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**610'} was added to event OnStartup 2019-09-01 13:48:34,245 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyPressed_onboardpins.18' in configfile 2019-09-01 13:48:34,245 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyPressed_onboardpins.18 returns ['10'] 2019-09-01 13:48:34,245 [INFO] [doorpi.doorpi] registering action '10' for event 'OnKeyPressed_onboardpins.18' 2019-09-01 13:48:34,245 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnKeyPressed_onboardpins.18 (default: ) returns call:**610 2019-09-01 13:48:34,246 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**610'} was added to new evententry OnKeyPressed_onboardpins.18 2019-09-01 13:48:34,246 [TRACE] [doorpi.conf.config_object] get_string for key 18 in section onboardpins_InputPins (default: ) returns sleep:0 2019-09-01 13:48:34,246 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to event OnKeyPressed_onboardpins.18 2019-09-01 13:48:34,246 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"#"'] 2019-09-01 13:48:34,246 [TRACE] [doorpi.conf.config_object] get_string for key "#" in section DTMF (default: ) returns out:AliveLed,1,0,1 2019-09-01 13:48:34,247 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2019-09-01 13:48:34,247 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2019-09-01 13:48:34,248 [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-09-01 13:48:34,248 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2019-09-01 13:48:34,248 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2019-09-01 13:48:34,249 [DEBUG] [doorpi.action.handler] [YB5Q32] fire for event OnStartup this actions [, ] 2019-09-01 13:48:34,249 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2019-09-01 13:48:34,250 [TRACE] [doorpi.action.handler] [YB5Q32] try to fire action SleepAction with args (1.0,) and kwargs {} 2019-09-01 13:48:34,250 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2019-09-01 13:48:35,252 [TRACE] [doorpi.action.handler] [YB5Q32] try to fire action CallAction with args () and kwargs {'number': '**610'} 2019-09-01 13:48:35,252 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**610'} 2019-09-01 13:48:35,253 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-09-01 13:48:35,254 [DEBUG] [doorpi.sipphone.from_linphone] call (**610) 2019-09-01 13:48:35,255 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2019-09-01 13:48:35,256 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-09-01 13:48:35,256 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-09-01 11:48:35.256327 2019-09-01 13:48:35,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x743176b0 [0x1fefef0], 0x2a2810 [(nil)]) 2019-09-01 13:48:35,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x1fe6c20) 2019-09-01 13:48:35,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-09-01 13:48:35,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cfb500 2019-09-01 13:48:35,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-09-01 13:48:35,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cfb500 2019-09-01 13:48:35,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cfb500 2019-09-01 13:48:35,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cfb500 2019-09-01 13:48:35,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cfb500 [0x1fe6c20], "/usr/local/etc/DoorPi/records/2019-09-01_13-48-35.wav") 2019-09-01 13:48:35,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-09-01 13:48:35,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cfb500 [0x1fe6c20], 0x2a3128 [1]) 2019-09-01 13:48:35,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-09-01 13:48:35,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x743176b0 [0x1fefef0], "**610", 0x76cfb500 [0x1fe6c20]) 2019-09-01 13:48:35,266 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x1fe8ba8] initialized (LinphoneCore version: 3.9.0) 2019-09-01 13:48:35,270 [INFO] [doorpi.sipphone.from_linphone] Call 0x1fe8ba8: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2019-09-01 13:48:35,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1fefef0, 0x1fe8ba8, 2, "Starting outgoing call") 2019-09-01 13:48:35,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-09-01 13:48:35,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cfb510 2019-09-01 13:48:35,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-09-01 13:48:35,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cfb510 2019-09-01 13:48:35,273 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2019-09-01 13:48:35,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1fe8720) 2019-09-01 13:48:35,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-09-01 13:48:35,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cfb520 2019-09-01 13:48:35,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-09-01 13:48:35,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cfb520 2019-09-01 13:48:35,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cfb520 2019-09-01 13:48:35,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cfb520 2019-09-01 13:48:35,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cfb520 [0x1fe8720]) 2019-09-01 13:48:35,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7423fef0 2019-09-01 13:48:35,278 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:35,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:35,280 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:35,281 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:35,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:35,284 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:35,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-09-01 13:48:35,285 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_state_changed] 2019-09-01 13:48:35,286 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x1fe8ba8] 2019-09-01 13:48:35,287 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-09-01 13:48:35,287 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-09-01 13:48:35,288 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-09-01 13:48:35,288 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-09-01 13:48:35,289 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x1fe8ba8] 2019-09-01 13:48:35,289 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-09-01 13:48:35,290 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-09-01 13:48:35,291 [INFO] [doorpi.sipphone.from_linphone] Contact has not been fixed stack will do 2019-09-01 13:48:35,292 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1fe8ba8] 2019-09-01 13:48:35,293 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x1fc1468,0-->MSVoidSink:0x1fe80b8,0 2019-09-01 13:48:35,295 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-09-01 13:48:35,296 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-09-01 13:48:35,296 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi12" ] calling [sip:**610@192.168.178.1] on op [0x1fe3d38] 2019-09-01 13:48:35,297 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2019-09-01 13:48:35,298 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2019-09-01 13:48:35,299 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: starting resolution of 192.168.178.1 2019-09-01 13:48:35,299 [INFO] [doorpi.sipphone.from_linphone] channel 0x20086b0: state RES_IN_PROGRESS 2019-09-01 13:48:35,300 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1fe7f58] channel state changed to [RES_IN_PROGRESS] 2019-09-01 13:48:35,300 [INFO] [doorpi.sipphone.from_linphone] channel 0x20086b0: state RES_DONE 2019-09-01 13:48:35,300 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1fe7f58] channel state changed to [RES_DONE] 2019-09-01 13:48:35,301 [INFO] [doorpi.sipphone.from_linphone] channel 0x20086b0: state CONNECTING 2019-09-01 13:48:35,301 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1fe7f58] channel state changed to [CONNECTING] 2019-09-01 13:48:35,302 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.178.1:5060] 2019-09-01 13:48:35,302 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2019-09-01 13:48:35,303 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.178.54:5060 2019-09-01 13:48:35,303 [INFO] [doorpi.sipphone.from_linphone] channel 0x20086b0: state READY 2019-09-01 13:48:35,304 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1fe7f58] channel state changed to [READY] 2019-09-01 13:48:35,304 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1fe7f58], from state [INIT] to [CALLING] 2019-09-01 13:48:35,306 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: message sent to [UDP://192.168.178.1:5060], size: [840] bytes INVITE sip:**610@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.54:5060;branch=z9hG4bK.JBltn1dZ0;rport From: "DoorPi12" ;tag=LqXH9j7YJ To: sip:**610@192.168.178.1 CSeq: 20 INVITE Call-ID: tW6t3XokMU Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 275 Contact: "DoorPi12" ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=DoorPi12 643 1109 IN IP4 192.168.178.54 s=Talk c=IN IP4 192.168.178.54 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-09-01 13:48:35,306 [INFO] [doorpi.sipphone.from_linphone] Call 0x1fe8ba8: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2019-09-01 13:48:35,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1fefef0, 0x1fe8ba8, 3, "Outgoing call in progress") 2019-09-01 13:48:35,307 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2019-09-01 13:48:35,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1fe8720) 2019-09-01 13:48:35,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-09-01 13:48:35,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cfb530 2019-09-01 13:48:35,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-09-01 13:48:35,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cfb530 2019-09-01 13:48:35,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cfb530 2019-09-01 13:48:35,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cfb530 2019-09-01 13:48:35,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cfb530 [0x1fe8720]) 2019-09-01 13:48:35,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7423ff80 2019-09-01 13:48:35,312 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:35,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:35,316 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:35,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:35,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:35,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-09-01 13:48:35,319 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_state_changed] 2019-09-01 13:48:35,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cfb510 2019-09-01 13:48:35,320 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-09-01 13:48:35,321 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2019-09-01 13:48:35,323 [TRACE] [doorpi.action.handler] [YB5Q32] finished fire_event for event_name OnStartup 2019-09-01 13:48:35,324 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-09-01 13:48:35,325 [DEBUG] [doorpi.action.handler] [5QYGQZ] fire for event OnSipPhoneMakeCall this actions [] 2019-09-01 13:48:35,325 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2019-09-01 13:48:35,326 [TRACE] [doorpi.action.handler] [5QYGQZ] try to fire action > with args () and kwargs {} 2019-09-01 13:48:35,328 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-09-01 13:48:35,328 [INFO] [doorpi.doorpi] DoorPi started successfully 2019-09-01 13:48:35,329 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2019-09-01 13:48:35,329 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2019-09-01 13:48:35,329 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2019-09-01 13:48:35,331 [INFO] [doorpi.doorpi] Weburl is http://Tuer/ 2019-09-01 13:48:35,332 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: received [364] 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.JBltn1dZ0;rport=5060 From: "DoorPi12" ;tag=LqXH9j7YJ To: ;tag=773AE9A8F0A11142 Call-ID: tW6t3XokMU CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="279F1D97296F2641" User-Agent: FRITZ!OS Content-Length: 0 2019-09-01 13:48:35,342 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0] [364] bytes parsed 2019-09-01 13:48:35,343 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: discovered public ip and port are [192.168.178.54:5060] 2019-09-01 13:48:35,344 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-09-01 13:48:35,344 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:35,345 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1fe7f58], from state [CALLING] to [PROCEEDING] 2019-09-01 13:48:35,346 [TRACE] [doorpi.action.handler] [5QYGQZ] finished fire_event for event_name OnSipPhoneMakeCall 2019-09-01 13:48:35,346 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1fe7f58], from state [PROCEEDING] to [COMPLETED] 2019-09-01 13:48:35,348 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: message sent to [UDP://192.168.178.1:5060], size: [387] bytes ACK sip:**610@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.54:5060;branch=z9hG4bK.JBltn1dZ0;rport Call-ID: tW6t3XokMU From: "DoorPi12" ;tag=LqXH9j7YJ To: ;tag=773AE9A8F0A11142 Contact: "DoorPi12" ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2019-09-01 13:48:35,349 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=DoorPi12, realm= 2019-09-01 13:48:35,349 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [DoorPi12] realm [fritz.box] 2019-09-01 13:48:35,350 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1e1b5b8], from state [INIT] to [CALLING] 2019-09-01 13:48:35,351 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: message sent to [UDP://192.168.178.1:5060], size: [1006] bytes INVITE sip:**610@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.54:5060;branch=z9hG4bK.YnKLlKnpW;rport From: "DoorPi12" ;tag=LqXH9j7YJ To: sip:**610@192.168.178.1 CSeq: 21 INVITE Call-ID: tW6t3XokMU Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 275 Contact: "DoorPi12" ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="279F1D97296F2641", username="DoorPi12", uri="sip:**610@192.168.178.1", response="4050adddfc1cbc6bcca971c337b41504" v=0 o=DoorPi12 643 1109 IN IP4 192.168.178.54 s=Talk c=IN IP4 192.168.178.54 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2019-09-01 13:48:35,352 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2019-09-01 13:48:35,352 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2019-09-01 13:48:35,353 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.178.54 2019-09-01 13:48:35,353 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2019-09-01 13:48:35,354 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-09-01 13:48:35,355 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2019-09-01 13:48:35,355 [INFO] [doorpi.sipphone.from_linphone] fd00::e228:6dff:fe5c:645d 2019-09-01 13:48:35,356 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-09-01 13:48:35,356 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-09-01 13:48:35,357 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x1f78ae0] about to register (LinphoneCore version: 3.9.0) 2019-09-01 13:48:35,360 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1feb160], from state [INIT] to [TRYING] 2019-09-01 13:48:35,361 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: 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.wVlWptnc5;rport From: "DoorPi12" ;tag=OFsSNyPsS To: "DoorPi12" CSeq: 20 REGISTER Call-ID: HqvMuZ17i5 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-09-01 13:48:35,361 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2019-09-01 13:48:35,362 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x2064630] takes ownership of transaction [0x1feb160] 2019-09-01 13:48:35,362 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1f78ae0] for identity ["DoorPi12" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2019-09-01 13:48:35,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1fefef0, 0x1f78ae0, 1, "Registration in progress") 2019-09-01 13:48:35,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-09-01 13:48:35,363 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [registration_state_changed] 2019-09-01 13:48:35,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14748 2019-09-01 13:48:35,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:35,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x1fefef0, 0x1) 2019-09-01 13:48:35,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2019-09-01 13:48:35,415 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [network_reachable] 2019-09-01 13:48:35,415 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: received [317] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.178.54:5060;branch=z9hG4bK.YnKLlKnpW;rport=5060 From: "DoorPi12" ;tag=LqXH9j7YJ To: Call-ID: tW6t3XokMU CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.07.01 TAL (Oct 22 2018) Content-Length: 0 2019-09-01 13:48:35,418 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0] [317] bytes parsed 2019-09-01 13:48:35,419 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-09-01 13:48:35,419 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1e1b5b8], from state [CALLING] to [PROCEEDING] 2019-09-01 13:48:35,419 [INFO] [doorpi.sipphone.from_linphone] op [0x1fe3d38] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2019-09-01 13:48:35,420 [INFO] [doorpi.sipphone.from_linphone] Op [0x1fe3d38] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2019-09-01 13:48:35,420 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2019-09-01 13:48:35,420 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2019-09-01 13:48:35,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14748 2019-09-01 13:48:35,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:35,472 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: received [707] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.178.54:5060;branch=z9hG4bK.YnKLlKnpW;rport=5060 From: "DoorPi12" ;tag=LqXH9j7YJ To: ;tag=5C0B711F02AEECEE Call-ID: tW6t3XokMU CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.07.01 TAL (Oct 22 2018) Content-Type: application/sdp Content-Length: 264 v=0 o=user 10288639 10288639 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2019-09-01 13:48:35,478 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0] [443] bytes parsed 2019-09-01 13:48:35,478 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0] read [264] bytes of body from [192.168.178.1:5060] 2019-09-01 13:48:35,478 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-09-01 13:48:35,479 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x1fca578] , local tag [LqXH9j7YJ], remote tag [5C0B711F02AEECEE] 2019-09-01 13:48:35,479 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1fca578]: now updated by transaction [0x1e1b5b8]. 2019-09-01 13:48:35,480 [INFO] [doorpi.sipphone.from_linphone] op [0x1fe3d38] : set_or_update_dialog() current=[(nil)] new=[0x1fca578] 2019-09-01 13:48:35,481 [INFO] [doorpi.sipphone.from_linphone] Op [0x1fe3d38] receiving call response [183], dialog is [0x1fca578] in state [BELLE_SIP_DIALOG_EARLY] 2019-09-01 13:48:35,483 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2019-09-01 13:48:35,483 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2019-09-01 13:48:35,483 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2019-09-01 13:48:35,484 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2019-09-01 13:48:35,484 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2019-09-01 13:48:35,484 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2019-09-01 13:48:35,485 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2019-09-01 13:48:35,485 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x1ffe940] rejected by peer 2019-09-01 13:48:35,485 [INFO] [doorpi.sipphone.from_linphone] Call 0x1fe8ba8: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2019-09-01 13:48:35,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1fefef0, 0x1fe8ba8, 5, "Early media") 2019-09-01 13:48:35,485 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2019-09-01 13:48:35,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1fe8720) 2019-09-01 13:48:35,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-09-01 13:48:35,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cfb540 2019-09-01 13:48:35,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-09-01 13:48:35,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cfb540 2019-09-01 13:48:35,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cfb540 2019-09-01 13:48:35,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cfb540 2019-09-01 13:48:35,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cfb540 [0x1fe8720]) 2019-09-01 13:48:35,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7424c290 2019-09-01 13:48:35,488 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:35,488 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:35,489 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:35,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:35,490 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:35,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:35,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:35,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-09-01 13:48:35,492 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_state_changed] 2019-09-01 13:48:35,492 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2019-09-01 13:48:35,492 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x1fe8ba8] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2019-09-01 13:48:35,492 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2019-09-01 13:48:35,493 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x1feb648] sending to rtp [192.168.178.1:7078] rtcp [192.168.178.1:7079] 2019-09-01 13:48:35,493 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x1feb648] 2019-09-01 13:48:35,493 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x1fc1468,0-->MSVoidSink:0x1fe80b8,0 2019-09-01 13:48:35,494 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2019-09-01 13:48:35,495 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-09-01 13:48:35,495 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2019-09-01 13:48:35,496 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2019-09-01 13:48:35,496 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x1e3eb78] using payload's bitrate is 80000 2019-09-01 13:48:35,496 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x1e3eb78] 2019-09-01 13:48:35,496 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2019-09-01 13:48:35,496 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2019-09-01 13:48:35,497 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x1fc1468,0-->MSVolume:0x1ffc9c0,0 2019-09-01 13:48:35,497 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1ffc9c0,0-->MSAudioMixer:0x20662c8,0 2019-09-01 13:48:35,497 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x20662c8,0-->MSUlawEnc:0x206a2d0,0 2019-09-01 13:48:35,497 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x206a2d0,0-->MSRtpSend:0x1fea0c0,0 2019-09-01 13:48:35,497 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x2062028,0-->MSUlawDec:0x2069148,0 2019-09-01 13:48:35,498 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x2069148,0-->MSGenericPLC:0x1fc6460,0 2019-09-01 13:48:35,498 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x1fc6460,0-->MSDtmfGen:0x20660a0,0 2019-09-01 13:48:35,498 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x20660a0,0-->MSVolume:0x1fcc220,0 2019-09-01 13:48:35,498 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1fcc220,0-->MSTee:0x2062870,0 2019-09-01 13:48:35,498 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x2062870,0-->MSEqualizer:0x1fc9b58,0 2019-09-01 13:48:35,499 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x1fc9b58,0-->MSAudioMixer:0x1fc3280,0 2019-09-01 13:48:35,499 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-09-01 13:48:35,499 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x1ff4500,0-->MSResample:0x1fec980,0 2019-09-01 13:48:35,499 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1fec980,0-->MSAudioMixer:0x1fc3280,1 2019-09-01 13:48:35,499 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1fc3280,0-->MSAlsaWrite:0x1fe80b8,0 2019-09-01 13:48:35,500 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1fc14e8,1-->MSResample:0x1fcc3c0,0 2019-09-01 13:48:35,500 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1fcc3c0,0-->MSOpusEnc:0x1fc9c58,0 2019-09-01 13:48:35,500 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x1fc9c58,0-->MSMKVRecorder:0x1fdff80,1 2019-09-01 13:48:35,500 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x206a0b0,0-->MSMKVRecorder:0x1fdff80,0 2019-09-01 13:48:35,500 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x20662c8,1-->MSAudioMixer:0x1fc14e8,0 2019-09-01 13:48:35,501 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x2062870,1-->MSAudioMixer:0x1fc14e8,1 2019-09-01 13:48:35,501 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1fc14e8,0-->MSFileRec:0x2066040,0 2019-09-01 13:48:35,501 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-09-01 13:48:35,501 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-09-01 13:48:35,502 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2019-09-01 13:48:35,502 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2019-09-01 13:48:35,502 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2019-09-01 13:48:35,502 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2019-09-01 13:48:35,503 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2019-09-01 13:48:35,503 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x1fe8ba8] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2019-09-01 13:48:35,503 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x1fe8ba8] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2019-09-01 13:48:35,503 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x1fe8ba8] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2019-09-01 13:48:35,503 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2019-09-01 13:48:35,504 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2019-09-01 13:48:35,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:35,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:35,556 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2019-09-01 13:48:35,556 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2019-09-01 13:48:35,556 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2019-09-01 13:48:35,557 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2019-09-01 13:48:35,557 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2019-09-01 13:48:35,557 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x1feb648] 2019-09-01 13:48:35,557 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1fc3280] is entering bypass mode. 2019-09-01 13:48:35,557 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2019-09-01 13:48:35,558 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2019-09-01 13:48:35,558 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2019-09-01 13:48:35,558 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2019-09-01 13:48:35,558 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2019-09-01 13:48:35,558 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x20662c8] is entering bypass mode. 2019-09-01 13:48:35,558 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1fc3280] is leaving bypass mode. 2019-09-01 13:48:35,559 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: 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.wVlWptnc5;rport=5060 From: "DoorPi12" ;tag=OFsSNyPsS To: "DoorPi12" ;tag=0C9376231F198050 Call-ID: HqvMuZ17i5 CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="E1E5A7EF6006701E" User-Agent: FRITZ!OS Content-Length: 0 2019-09-01 13:48:35,563 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0] [380] bytes parsed 2019-09-01 13:48:35,564 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-09-01 13:48:35,564 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1feb160], from state [TRYING] to [COMPLETED] 2019-09-01 13:48:35,564 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=DoorPi12, realm=fritz.box 2019-09-01 13:48:35,564 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [DoorPi12] realm [fritz.box] 2019-09-01 13:48:35,565 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1fcba28], from state [INIT] to [TRYING] 2019-09-01 13:48:35,565 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: 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.vw9QC6ei9;rport From: "DoorPi12" ;tag=OFsSNyPsS To: "DoorPi12" CSeq: 21 REGISTER Call-ID: HqvMuZ17i5 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="E1E5A7EF6006701E", username="DoorPi12", uri="sip:192.168.178.1", response="7fb8cb4ba03e85b045e2d62b6c5f595d" 2019-09-01 13:48:35,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:35,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:35,617 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: 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.vw9QC6ei9;rport=5060 From: "DoorPi12" ;tag=OFsSNyPsS To: "DoorPi12" ;tag=AEF4C8029DA7E04C Call-ID: HqvMuZ17i5 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-09-01 13:48:35,623 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0] [705] bytes parsed 2019-09-01 13:48:35,624 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-09-01 13:48:35,624 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1fcba28], from state [TRYING] to [COMPLETED] 2019-09-01 13:48:35,625 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x2064630]: has no contact for request [0x206c860]. 2019-09-01 13:48:35,625 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2019-09-01 13:48:35,625 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2019-09-01 13:48:35,625 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1f78ae0] for identity ["DoorPi12" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2019-09-01 13:48:35,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1fefef0, 0x1f78ae0, 2, "Registration successful") 2019-09-01 13:48:35,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-09-01 13:48:35,626 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [registration_state_changed] 2019-09-01 13:48:35,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:35,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:35,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:35,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:35,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:35,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:35,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:35,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:35,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:35,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:35,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:35,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:35,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:35,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:35,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:35,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:35,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:35,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,252 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:36,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:36,360 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:36,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9120) 2019-09-01 13:48:36,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:36,361 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:36,361 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1fe8ba8]: RTP audio=[d= 73,2,u= 74,4], 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-09-01 13:48:36,362 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,180050 video=0,000000 2019-09-01 13:48:36,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,522 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1fc3280] is entering bypass mode. 2019-09-01 13:48:36,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:36,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:36,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:36,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:36,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,166 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=4,729104 ms 2019-09-01 13:48:37,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,326 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x1feb648]. 2019-09-01 13:48:37,327 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x1e3eb78], local statistics available: Local current jitter buffer size: 58,7ms 2019-09-01 13:48:37,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:37,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:37,328 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:37,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:37,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:37,383 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:37,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9120) 2019-09-01 13:48:37,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:37,385 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:37,385 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1fe8ba8]: RTP audio=[d= 79,9,u= 81,5], 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-09-01 13:48:37,386 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4,414536 video=0,000000 2019-09-01 13:48:37,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,919 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x1e3eb78]: receiving RTCP SR 2019-09-01 13:48:37,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:37,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:37,921 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:37,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:37,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:37,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:37,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:37,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:38,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:38,350 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:38,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9120) 2019-09-01 13:48:38,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:38,351 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:38,351 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1fe8ba8]: RTP audio=[d= 80,0,u= 78,4], 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-09-01 13:48:38,352 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4,640196 video=0,000000 2019-09-01 13:48:38,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,783 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=10,616898 ms 2019-09-01 13:48:38,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:38,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:38,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:38,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:38,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:39,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:39,371 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:39,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9120) 2019-09-01 13:48:39,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:39,373 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:39,373 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1fe8ba8]: RTP audio=[d= 79,2,u= 80,8], 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-09-01 13:48:39,374 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4,480893 video=0,000000 2019-09-01 13:48:39,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:39,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:39,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:39,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:39,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:40,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:40,337 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:40,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9120) 2019-09-01 13:48:40,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:40,339 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:40,339 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1fe8ba8]: RTP audio=[d= 80,0,u= 78,4], 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-09-01 13:48:40,340 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=16,794614 ms 2019-09-01 13:48:40,340 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4,288307 video=0,000000 2019-09-01 13:48:40,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,394 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x1feb648]. 2019-09-01 13:48:40,395 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x1e3eb78], local statistics available: Local current jitter buffer size: 59,6ms 2019-09-01 13:48:40,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:40,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:40,396 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:40,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,609 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1feb160], from state [COMPLETED] to [TERMINATED] 2019-09-01 13:48:40,610 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1feb160] terminated 2019-09-01 13:48:40,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,663 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1fcba28], from state [COMPLETED] to [TERMINATED] 2019-09-01 13:48:40,664 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1fcba28] terminated 2019-09-01 13:48:40,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:40,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:40,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:40,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:40,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,252 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:41,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:41,361 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:41,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9120) 2019-09-01 13:48:41,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:41,362 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:41,363 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1fe8ba8]: RTP audio=[d= 80,7,u= 80,7], 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-09-01 13:48:41,363 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4,718783 video=0,000000 2019-09-01 13:48:41,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:41,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:41,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:41,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:41,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,003 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=23,066049 ms 2019-09-01 13:48:42,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:42,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:42,377 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:42,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9120) 2019-09-01 13:48:42,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:42,378 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:42,379 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1fe8ba8]: 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-09-01 13:48:42,379 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4,448482 video=0,000000 2019-09-01 13:48:42,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:42,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:42,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:42,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:42,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:43,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:43,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:43,075 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:43,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:43,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:43,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:43,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:43,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:43,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:43,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:43,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:43,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:43,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:43,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:43,342 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:43,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9120) 2019-09-01 13:48:43,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:43,343 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:43,343 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1fe8ba8]: 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-09-01 13:48:43,344 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4,400805 video=0,000000 2019-09-01 13:48:43,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:43,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:43,397 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x1feb648]. 2019-09-01 13:48:43,398 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x1e3eb78], local statistics available: Local current jitter buffer size: 59,9ms 2019-09-01 13:48:43,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:43,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:43,400 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:43,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:43,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:43,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:43,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:43,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14730 2019-09-01 13:48:43,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1e146b8 2019-09-01 13:48:43,560 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=29,310938 ms 2019-09-01 13:48:43,561 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: received [928] 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.YnKLlKnpW;rport=5060 From: "DoorPi12" ;tag=LqXH9j7YJ To: ;tag=5C0B711F02AEECEE Call-ID: tW6t3XokMU CSeq: 21 INVITE Contact: 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: 264 v=0 o=user 10288639 10288639 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2019-09-01 13:48:43,576 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0] [664] bytes parsed 2019-09-01 13:48:43,577 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0] read [264] bytes of body from [192.168.178.1:5060] 2019-09-01 13:48:43,578 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-09-01 13:48:43,578 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1e1b5b8], from state [PROCEEDING] to [ACCEPTED] 2019-09-01 13:48:43,578 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1fca578]: now updated by transaction [0x1e1b5b8]. 2019-09-01 13:48:43,582 [INFO] [doorpi.sipphone.from_linphone] op [0x1fe3d38] : set_or_update_dialog() current=[0x1fca578] new=[0x1fca578] 2019-09-01 13:48:43,583 [INFO] [doorpi.sipphone.from_linphone] Op [0x1fe3d38] receiving call response [200], dialog is [0x1fca578] in state [BELLE_SIP_DIALOG_CONFIRMED] 2019-09-01 13:48:43,588 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2019-09-01 13:48:43,589 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2019-09-01 13:48:43,589 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2019-09-01 13:48:43,590 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2019-09-01 13:48:43,590 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2019-09-01 13:48:43,591 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2019-09-01 13:48:43,591 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2019-09-01 13:48:43,592 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x1ffe940] rejected by peer 2019-09-01 13:48:43,592 [INFO] [doorpi.sipphone.from_linphone] Computing branch id z9hG4bK.BTdcP~017 for message sent statelessly 2019-09-01 13:48:43,593 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: message sent to [UDP://192.168.178.1:5060], size: [464] bytes ACK sip:100E019A3D0AD73138B246191B570@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.54:5060;rport;branch=z9hG4bK.BTdcP~017 From: "DoorPi12" ;tag=LqXH9j7YJ To: ;tag=5C0B711F02AEECEE CSeq: 21 ACK Call-ID: tW6t3XokMU Max-Forwards: 70 Authorization: Digest realm="fritz.box", nonce="279F1D97296F2641", username="DoorPi12", uri="sip:**610@192.168.178.1", response="4050adddfc1cbc6bcca971c337b41504" 2019-09-01 13:48:43,594 [INFO] [doorpi.sipphone.from_linphone] Call 0x1fe8ba8: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallConnected 2019-09-01 13:48:43,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1fefef0, 0x1fe8ba8, 6, "Connected") 2019-09-01 13:48:43,595 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2019-09-01 13:48:43,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1fe8720) 2019-09-01 13:48:43,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-09-01 13:48:43,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cfb5a0 2019-09-01 13:48:43,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-09-01 13:48:43,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cfb5a0 2019-09-01 13:48:43,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cfb5a0 2019-09-01 13:48:43,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cfb5a0 2019-09-01 13:48:43,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cfb5a0 [0x1fe8720]) 2019-09-01 13:48:43,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7424c350 2019-09-01 13:48:43,600 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:43,602 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:43,603 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:43,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:43,606 [DEBUG] [doorpi.action.handler] [GZGLYS] fire for event OnCallStateConnect this actions [, ] 2019-09-01 13:48:43,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,607 [TRACE] [doorpi.action.handler] [GZGLYS] try to fire action > with args () and kwargs {} 2019-09-01 13:48:43,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:43,608 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-09-01 13:48:43,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,609 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-09-01 13:48:43,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:43,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-09-01 13:48:43,613 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:43,613 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_state_changed] 2019-09-01 13:48:43,614 [TRACE] [doorpi.action.handler] [GZGLYS] try to fire action > with args () and kwargs {} 2019-09-01 13:48:43,615 [INFO] [doorpi.sipphone.from_linphone] Early media finished, unmuting inputs... 2019-09-01 13:48:43,615 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-09-01 13:48:43,619 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0,000000 db], [1,000000] linear 2019-09-01 13:48:43,621 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2019-09-01_13-48-35.wav 2019-09-01 13:48:43,621 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2019-09-01 13:48:43,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,623 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2019-09-01 13:48:43,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2019-09-01 13:48:43,623 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2019-09-01_13-48-35.wav 2019-09-01 13:48:43,623 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2019-09-01 13:48:43,624 [INFO] [doorpi.sipphone.from_linphone] video stream index found: 1, updating main video stream index 2019-09-01 13:48:43,624 [INFO] [doorpi.sipphone.from_linphone] Call [0x1fe8ba8]: disabling video in our call params because the remote doesn't want it. 2019-09-01 13:48:43,625 [INFO] [doorpi.sipphone.from_linphone] Call 0x1fe8ba8: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2019-09-01 13:48:43,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1fefef0, 0x1fe8ba8, 7, "Streams running") 2019-09-01 13:48:43,626 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Streams running) 2019-09-01 13:48:43,626 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-09-01 13:48:43,626 [TRACE] [doorpi.action.handler] [GZGLYS] finished fire_event for event_name OnCallStateConnect 2019-09-01 13:48:43,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1fe8720) 2019-09-01 13:48:43,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-09-01 13:48:43,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cfb550 2019-09-01 13:48:43,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-09-01 13:48:43,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cfb550 2019-09-01 13:48:43,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cfb550 2019-09-01 13:48:43,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cfb550 2019-09-01 13:48:43,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cfb550 [0x1fe8720]) 2019-09-01 13:48:43,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7424c5c0 2019-09-01 13:48:43,629 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:43,630 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:43,630 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:43,631 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:43,631 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:43,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:43,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:43,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e14760 2019-09-01 13:48:43,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-09-01 13:48:43,634 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_state_changed] 2019-09-01 13:48:43,634 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sip_hop_t 2019-09-01 13:48:43,632 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:43,635 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2019-09-01 13:48:43,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:43,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:43,687 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1fc14e8] is entering bypass mode. 2019-09-01 13:48:43,687 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1fc14e8] is leaving bypass mode. 2019-09-01 13:48:43,687 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 12 ms in excess dropped 2019-09-01 13:48:43,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:43,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:43,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:43,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:43,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:43,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:43,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:43,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:43,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:43,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:43,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:43,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:43,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:43,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:43,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:44,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:44,363 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:44,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9120) 2019-09-01 13:48:44,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:44,364 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:44,365 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1fe8ba8]: RTP audio=[d= 79,2,u= 79,2], 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-09-01 13:48:44,365 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=9,308931 video=0,000000 2019-09-01 13:48:44,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,738 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x1e3eb78]: receiving RTCP SR 2019-09-01 13:48:44,738 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0,000000, int_jitter=10,750000 ms, rt_prop=0,004700 sec 2019-09-01 13:48:44,739 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2019-09-01 13:48:44,739 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2019-09-01 13:48:44,740 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x1ffc770][audio], remote statistics available: Loss rate : 0,0% Inter-arrival jitter: 1,1ms RT propagation : 0,5ms 2019-09-01 13:48:44,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:44,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:44,741 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:44,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:44,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:44,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:44,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:44,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,009 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,010 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,169 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=35,667872 ms 2019-09-01 13:48:45,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:45,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:45,384 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:45,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9120) 2019-09-01 13:48:45,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:45,385 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:45,386 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1fe8ba8]: 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-09-01 13:48:45,386 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,936827 video=0,000000 2019-09-01 13:48:45,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:45,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:45,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:45,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:45,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,187 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x1feb648]. 2019-09-01 13:48:46,188 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x1e3eb78], local statistics available: Local current jitter buffer size: 60,0ms 2019-09-01 13:48:46,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:46,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:46,189 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:46,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9068) 2019-09-01 13:48:46,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:46,350 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:46,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1fefef0, 0x1fe8ba8, 0x1fe9120) 2019-09-01 13:48:46,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-09-01 13:48:46,352 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_stats_updated] 2019-09-01 13:48:46,352 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1fe8ba8]: RTP audio=[d= 80,8,u= 79,2], 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-09-01 13:48:46,353 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,743991 video=0,000000 2019-09-01 13:48:46,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1e14718 2019-09-01 13:48:46,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1e14984 2019-09-01 13:48:46,780 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=42,396165 ms 2019-09-01 13:48:46,781 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: received [728] new bytes from [UDP://192.168.178.1:5060]: BYE sip:doorpi@192.168.178.54 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKE1B4136CBB832A60 From: ;tag=5C0B711F02AEECEE To: "DoorPi12" ;tag=LqXH9j7YJ Call-ID: tW6t3XokMU CSeq: 22 BYE X-RTP-Stat: CS=0;PS=466;ES=569;OS=74560;SP=0/0;SO=0;QS=-;PR=0;ER=569;OR=0;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=-/-;EN=PCMU;DE=;JI=82,0;DL=8,4,10;IP=192.168.178.1:7078,192.168.178.54:7078 X-RTP-Stat-Add: DQ=15;DSS=0;DS=0;PLCS=384;JS=37 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-09-01 13:48:46,795 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0] [728] bytes parsed 2019-09-01 13:48:46,798 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x209c778], from state [INIT] to [TRYING] 2019-09-01 13:48:46,798 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x209c778], from state [TRYING] to [COMPLETED] 2019-09-01 13:48:46,799 [INFO] [doorpi.sipphone.from_linphone] channel [0x20086b0]: message sent to [UDP://192.168.178.1:5060], size: [286] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKE1B4136CBB832A60 From: ;tag=5C0B711F02AEECEE To: "DoorPi12" ;tag=LqXH9j7YJ Call-ID: tW6t3XokMU CSeq: 22 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2019-09-01 13:48:46,800 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1fca578]: now updated by transaction [0x209c778]. 2019-09-01 13:48:46,801 [INFO] [doorpi.sipphone.from_linphone] dialog [0x1fca578] deleted. 2019-09-01 13:48:46,801 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2019-09-01 13:48:46,802 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2019-09-01 13:48:46,804 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2019-09-01 13:48:46,805 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-09-01 13:48:46,806 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2019-09-01 13:48:46,806 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-09-01 13:48:46,807 [INFO] [doorpi.sipphone.from_linphone] sent 561 packets 2019-09-01 13:48:46,807 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2019-09-01 13:48:46,808 [INFO] [doorpi.sipphone.from_linphone] 96492 bytes 2019-09-01 13:48:46,808 [INFO] [doorpi.sipphone.from_linphone] received 569 packets 2019-09-01 13:48:46,808 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2019-09-01 13:48:46,809 [INFO] [doorpi.sipphone.from_linphone] 97868 bytes 2019-09-01 13:48:46,809 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 96836 bytes 2019-09-01 13:48:46,810 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2019-09-01 13:48:46,810 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 3 packets 2019-09-01 13:48:46,811 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2019-09-01 13:48:46,811 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2019-09-01 13:48:46,812 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-09-01 13:48:46,812 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x1fc1468,0-->MSVolume:0x1ffc9c0,0 2019-09-01 13:48:46,812 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1ffc9c0,0-->MSAudioMixer:0x20662c8,0 2019-09-01 13:48:46,813 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x20662c8,0-->MSUlawEnc:0x206a2d0,0 2019-09-01 13:48:46,813 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x206a2d0,0-->MSRtpSend:0x1fea0c0,0 2019-09-01 13:48:46,814 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x2062028,0-->MSUlawDec:0x2069148,0 2019-09-01 13:48:46,814 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x2069148,0-->MSGenericPLC:0x1fc6460,0 2019-09-01 13:48:46,815 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x1fc6460,0-->MSDtmfGen:0x20660a0,0 2019-09-01 13:48:46,815 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x20660a0,0-->MSVolume:0x1fcc220,0 2019-09-01 13:48:46,816 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1fcc220,0-->MSTee:0x2062870,0 2019-09-01 13:48:46,816 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x2062870,0-->MSEqualizer:0x1fc9b58,0 2019-09-01 13:48:46,817 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x1fc9b58,0-->MSAudioMixer:0x1fc3280,0 2019-09-01 13:48:46,817 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x1ff4500,0-->MSResample:0x1fec980,0 2019-09-01 13:48:46,818 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1fec980,0-->MSAudioMixer:0x1fc3280,1 2019-09-01 13:48:46,818 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1fc3280,0-->MSAlsaWrite:0x1fe80b8,0 2019-09-01 13:48:46,819 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1fc14e8,1-->MSResample:0x1fcc3c0,0 2019-09-01 13:48:46,819 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1fcc3c0,0-->MSOpusEnc:0x1fc9c58,0 2019-09-01 13:48:46,819 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x1fc9c58,0-->MSMKVRecorder:0x1fdff80,1 2019-09-01 13:48:46,820 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x206a0b0,0-->MSMKVRecorder:0x1fdff80,0 2019-09-01 13:48:46,820 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x20662c8,1-->MSAudioMixer:0x1fc14e8,0 2019-09-01 13:48:46,821 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x2062870,1-->MSAudioMixer:0x1fc14e8,1 2019-09-01 13:48:46,821 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1fc14e8,0-->MSFileRec:0x2066040,0 2019-09-01 13:48:46,822 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2019-09-01 13:48:46,823 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-09-01 13:48:46,823 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-09-01 13:48:46,824 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-09-01 13:48:46,824 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-09-01 13:48:46,825 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 414 0,751822 38,8334 2019-09-01 13:48:46,825 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 614 0,322287 24,6695 2019-09-01 13:48:46,826 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 1126 0,129147 18,1155 2019-09-01 13:48:46,826 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 1126 0,0487896 6,84375 2019-09-01 13:48:46,826 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 1146 0,0335533 4,79007 2019-09-01 13:48:46,827 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 414 0,035485 1,83288 2019-09-01 13:48:46,827 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 3378 0,00287706 1,20998 2019-09-01 13:48:46,828 [INFO] [doorpi.sipphone.from_linphone] MSVolume 1096 0,00703117 0,960013 2019-09-01 13:48:46,828 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 529 0,0124975 0,824404 2019-09-01 13:48:46,829 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 562 0,00913902 0,640399 2019-09-01 13:48:46,829 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 1126 0,00303067 0,425114 2019-09-01 13:48:46,830 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 1126 0,00132959 0,186502 2019-09-01 13:48:46,830 [INFO] [doorpi.sipphone.from_linphone] MSTee 567 0,00260776 0,184357 2019-09-01 13:48:46,831 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 1126 0,000943677 0,13237 2019-09-01 13:48:46,831 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 1126 0,000914064 0,128216 2019-09-01 13:48:46,832 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 567 0,00152039 0,107485 2019-09-01 13:48:46,832 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 207 0,00252425 0,0653491 2019-09-01 13:48:46,833 [INFO] [doorpi.sipphone.from_linphone] MSResample 414 0,000976928 0,0504607 2019-09-01 13:48:46,833 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 1 0,0007815 0,000194537 2019-09-01 13:48:46,833 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-09-01 13:48:46,834 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-09-01 13:48:46,835 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-09-01 13:48:46,835 [INFO] [doorpi.sipphone.from_linphone] Call 0x1fe8ba8: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2019-09-01 13:48:46,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x1fefef0, 0x1f980f8) 2019-09-01 13:48:46,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-09-01 13:48:46,842 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-09-01 13:48:46,843 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_log_updated] 2019-09-01 13:48:46,843 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-09-01 13:48:46,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1fefef0, 0x1fe8ba8, 13, "Call ended") 2019-09-01 13:48:46,844 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2019-09-01 13:48:46,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1fe8720) 2019-09-01 13:48:46,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-09-01 13:48:46,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cfb560 2019-09-01 13:48:46,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-09-01 13:48:46,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cfb560 2019-09-01 13:48:46,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cfb560 2019-09-01 13:48:46,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cfb560 2019-09-01 13:48:46,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cfb560 [0x1fe8720]) 2019-09-01 13:48:46,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7424c650 2019-09-01 13:48:46,850 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:46,851 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:46,852 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:46,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,854 [DEBUG] [doorpi.action.handler] [ZR66K7] fire for event OnCallStateDisconnect this actions [, ] 2019-09-01 13:48:46,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e1476c 2019-09-01 13:48:46,855 [TRACE] [doorpi.action.handler] [ZR66K7] try to fire action > with args () and kwargs {} 2019-09-01 13:48:46,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,856 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-09-01 13:48:46,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e1476c 2019-09-01 13:48:46,857 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-09-01 13:48:46,858 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:46,861 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:46,861 [TRACE] [doorpi.action.handler] [ZR66K7] try to fire action > with args () and kwargs {} 2019-09-01 13:48:46,862 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:46,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,863 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-09-01 13:48:46,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e1476c 2019-09-01 13:48:46,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-09-01 13:48:46,865 [TRACE] [doorpi.action.handler] [ZR66K7] finished fire_event for event_name OnCallStateDisconnect 2019-09-01 13:48:46,865 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_state_changed] 2019-09-01 13:48:46,916 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1fca578] terminated for op [0x1fe3d38] 2019-09-01 13:48:46,966 [INFO] [doorpi.sipphone.from_linphone] Call 0x1fe8ba8: moving from state LinphoneCallEnd to LinphoneCallReleased 2019-09-01 13:48:46,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1fefef0, 0x1fe8ba8, 18, "Call released") 2019-09-01 13:48:46,967 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2019-09-01 13:48:46,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cfb510 [0x1fe8ba8]) 2019-09-01 13:48:46,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1fe8720) 2019-09-01 13:48:46,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-09-01 13:48:46,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cfb5c0 2019-09-01 13:48:46,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-09-01 13:48:46,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cfb5c0 2019-09-01 13:48:46,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cfb5c0 2019-09-01 13:48:46,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cfb5c0 2019-09-01 13:48:46,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cfb5c0 [0x1fe8720]) 2019-09-01 13:48:46,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7424c920 2019-09-01 13:48:46,969 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-09-01 13:48:46,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e1476c 2019-09-01 13:48:46,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,971 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:46,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e1476c 2019-09-01 13:48:46,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:46,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1e1476c 2019-09-01 13:48:46,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-09-01 13:48:46,972 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1fefef0] notifying [call_state_changed] 2019-09-01 13:48:46,972 [INFO] [doorpi.sipphone.from_linphone] op [0x1fe3d38] : set_or_update_dialog() current=[0x1fca578] new=[(nil)] 2019-09-01 13:48:52,306 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-09-01 13:48:52,308 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_18 from doorpi.keyboard.from_gpio asyncron 2019-09-01 13:48:52,310 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.18 from doorpi.keyboard.from_gpio asyncron 2019-09-01 13:48:52,310 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-09-01 13:48:52,312 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_18 - skip fire_event OnKeyUp_18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:52,313 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.18 - skip fire_event OnKeyUp_onboardpins.18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:57,365 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2019-09-01 13:48:57,366 [DEBUG] [doorpi.doorpi] destroy doorpi 2019-09-01 13:48:57,369 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [, <_DummyThread(Dummy-1, started daemon 1971319904)>, <_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:48:57,370 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2019-09-01 13:48:57,372 [DEBUG] [doorpi.action.handler] [SR06M1] fire for event OnShutdown this actions [, , , ] 2019-09-01 13:48:57,372 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2019-09-01 13:48:57,373 [TRACE] [doorpi.action.handler] [SR06M1] try to fire action TimeTickDestroyAction with args () and kwargs {} 2019-09-01 13:48:57,374 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2019-09-01 13:48:57,374 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2019-09-01 13:48:57,375 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,375 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2019-09-01 13:48:57,376 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2019-09-01 13:48:57,376 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,376 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2019-09-01 13:48:57,377 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2019-09-01 13:48:57,377 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,378 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2019-09-01 13:48:57,378 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2019-09-01 13:48:57,379 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,379 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2019-09-01 13:48:57,379 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2019-09-01 13:48:57,380 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,380 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2019-09-01 13:48:57,381 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2019-09-01 13:48:57,381 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,381 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2019-09-01 13:48:57,382 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2019-09-01 13:48:57,382 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,383 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2019-09-01 13:48:57,383 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2019-09-01 13:48:57,384 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,384 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2019-09-01 13:48:57,385 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2019-09-01 13:48:57,385 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,385 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2019-09-01 13:48:57,386 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2019-09-01 13:48:57,386 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,387 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2019-09-01 13:48:57,387 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2019-09-01 13:48:57,387 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,388 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2019-09-01 13:48:57,388 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2019-09-01 13:48:57,389 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,389 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2019-09-01 13:48:57,390 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2019-09-01 13:48:57,390 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,390 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2019-09-01 13:48:57,391 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2019-09-01 13:48:57,391 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,392 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2019-09-01 13:48:57,392 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2019-09-01 13:48:57,392 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,393 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2019-09-01 13:48:57,393 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2019-09-01 13:48:57,394 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,394 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2019-09-01 13:48:57,395 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2019-09-01 13:48:57,395 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,395 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2019-09-01 13:48:57,396 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2019-09-01 13:48:57,396 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,397 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2019-09-01 13:48:57,397 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2019-09-01 13:48:57,398 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,398 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2019-09-01 13:48:57,398 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2019-09-01 13:48:57,399 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,399 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2019-09-01 13:48:57,400 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2019-09-01 13:48:57,400 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,400 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2019-09-01 13:48:57,401 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2019-09-01 13:48:57,401 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,402 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2019-09-01 13:48:57,402 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2019-09-01 13:48:57,403 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,403 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2019-09-01 13:48:57,403 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2019-09-01 13:48:57,404 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,404 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2019-09-01 13:48:57,405 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2019-09-01 13:48:57,405 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,406 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2019-09-01 13:48:57,406 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2019-09-01 13:48:57,406 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,407 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2019-09-01 13:48:57,407 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2019-09-01 13:48:57,408 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,408 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2019-09-01 13:48:57,408 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2019-09-01 13:48:57,409 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,409 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2019-09-01 13:48:57,410 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2019-09-01 13:48:57,410 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,411 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2019-09-01 13:48:57,411 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2019-09-01 13:48:57,411 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,412 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2019-09-01 13:48:57,412 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2019-09-01 13:48:57,413 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,413 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2019-09-01 13:48:57,414 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2019-09-01 13:48:57,414 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,414 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2019-09-01 13:48:57,415 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2019-09-01 13:48:57,415 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,416 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2019-09-01 13:48:57,416 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2019-09-01 13:48:57,417 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,417 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2019-09-01 13:48:57,417 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2019-09-01 13:48:57,418 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,418 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2019-09-01 13:48:57,419 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2019-09-01 13:48:57,419 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,419 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2019-09-01 13:48:57,420 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2019-09-01 13:48:57,420 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,421 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2019-09-01 13:48:57,421 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2019-09-01 13:48:57,421 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,422 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2019-09-01 13:48:57,422 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2019-09-01 13:48:57,423 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,423 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2019-09-01 13:48:57,424 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2019-09-01 13:48:57,424 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,424 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2019-09-01 13:48:57,425 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2019-09-01 13:48:57,425 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,426 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2019-09-01 13:48:57,426 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2019-09-01 13:48:57,427 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,427 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2019-09-01 13:48:57,427 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2019-09-01 13:48:57,428 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,428 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2019-09-01 13:48:57,429 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2019-09-01 13:48:57,429 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,430 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2019-09-01 13:48:57,430 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2019-09-01 13:48:57,430 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,431 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2019-09-01 13:48:57,431 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2019-09-01 13:48:57,432 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,432 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2019-09-01 13:48:57,432 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2019-09-01 13:48:57,433 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,433 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2019-09-01 13:48:57,434 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2019-09-01 13:48:57,434 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,435 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2019-09-01 13:48:57,435 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2019-09-01 13:48:57,435 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,436 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2019-09-01 13:48:57,436 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2019-09-01 13:48:57,437 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,437 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2019-09-01 13:48:57,438 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2019-09-01 13:48:57,438 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,438 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2019-09-01 13:48:57,439 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2019-09-01 13:48:57,439 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,440 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2019-09-01 13:48:57,440 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2019-09-01 13:48:57,440 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,441 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2019-09-01 13:48:57,441 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2019-09-01 13:48:57,442 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,442 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2019-09-01 13:48:57,443 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2019-09-01 13:48:57,443 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,443 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2019-09-01 13:48:57,444 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2019-09-01 13:48:57,444 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,445 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2019-09-01 13:48:57,445 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2019-09-01 13:48:57,446 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,446 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2019-09-01 13:48:57,446 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2019-09-01 13:48:57,447 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,447 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2019-09-01 13:48:57,448 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2019-09-01 13:48:57,448 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,448 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2019-09-01 13:48:57,449 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2019-09-01 13:48:57,449 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,450 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2019-09-01 13:48:57,450 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2019-09-01 13:48:57,450 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,451 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2019-09-01 13:48:57,451 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2019-09-01 13:48:57,452 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,452 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2019-09-01 13:48:57,453 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2019-09-01 13:48:57,453 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,453 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2019-09-01 13:48:57,454 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2019-09-01 13:48:57,454 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,455 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2019-09-01 13:48:57,455 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2019-09-01 13:48:57,456 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,456 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2019-09-01 13:48:57,456 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2019-09-01 13:48:57,457 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,457 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2019-09-01 13:48:57,458 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2019-09-01 13:48:57,458 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,459 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2019-09-01 13:48:57,459 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2019-09-01 13:48:57,459 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,460 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2019-09-01 13:48:57,460 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2019-09-01 13:48:57,461 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,461 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2019-09-01 13:48:57,461 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2019-09-01 13:48:57,462 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,462 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2019-09-01 13:48:57,463 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2019-09-01 13:48:57,463 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,463 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2019-09-01 13:48:57,464 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2019-09-01 13:48:57,464 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,465 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2019-09-01 13:48:57,465 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2019-09-01 13:48:57,466 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,466 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2019-09-01 13:48:57,466 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2019-09-01 13:48:57,467 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,467 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2019-09-01 13:48:57,468 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2019-09-01 13:48:57,468 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,469 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2019-09-01 13:48:57,469 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2019-09-01 13:48:57,469 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,470 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2019-09-01 13:48:57,470 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2019-09-01 13:48:57,471 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,471 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2019-09-01 13:48:57,472 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2019-09-01 13:48:57,472 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,472 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2019-09-01 13:48:57,473 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2019-09-01 13:48:57,473 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,474 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2019-09-01 13:48:57,474 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2019-09-01 13:48:57,474 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,475 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2019-09-01 13:48:57,475 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2019-09-01 13:48:57,476 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,476 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2019-09-01 13:48:57,477 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2019-09-01 13:48:57,477 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,477 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2019-09-01 13:48:57,478 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2019-09-01 13:48:57,478 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,479 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2019-09-01 13:48:57,479 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2019-09-01 13:48:57,479 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,480 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2019-09-01 13:48:57,480 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2019-09-01 13:48:57,481 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,481 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2019-09-01 13:48:57,482 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2019-09-01 13:48:57,482 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,482 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2019-09-01 13:48:57,483 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2019-09-01 13:48:57,483 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,484 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2019-09-01 13:48:57,484 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2019-09-01 13:48:57,485 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,485 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2019-09-01 13:48:57,486 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2019-09-01 13:48:57,486 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,486 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2019-09-01 13:48:57,486 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2019-09-01 13:48:57,487 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,487 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2019-09-01 13:48:57,487 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2019-09-01 13:48:57,487 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,487 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2019-09-01 13:48:57,487 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2019-09-01 13:48:57,488 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,488 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2019-09-01 13:48:57,488 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2019-09-01 13:48:57,488 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,488 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2019-09-01 13:48:57,489 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2019-09-01 13:48:57,489 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,489 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2019-09-01 13:48:57,489 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2019-09-01 13:48:57,489 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,489 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2019-09-01 13:48:57,490 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2019-09-01 13:48:57,490 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,490 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2019-09-01 13:48:57,490 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2019-09-01 13:48:57,490 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,491 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2019-09-01 13:48:57,491 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2019-09-01 13:48:57,491 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,491 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2019-09-01 13:48:57,491 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2019-09-01 13:48:57,491 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,492 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2019-09-01 13:48:57,492 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2019-09-01 13:48:57,492 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,492 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2019-09-01 13:48:57,492 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2019-09-01 13:48:57,493 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,493 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2019-09-01 13:48:57,493 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2019-09-01 13:48:57,493 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,493 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2019-09-01 13:48:57,493 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2019-09-01 13:48:57,494 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,494 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2019-09-01 13:48:57,494 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2019-09-01 13:48:57,494 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,494 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2019-09-01 13:48:57,495 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2019-09-01 13:48:57,495 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2019-09-01 13:48:57,495 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2019-09-01 13:48:57,495 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2019-09-01 13:48:57,495 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2019-09-01 13:48:57,496 [TRACE] [doorpi.action.handler] [SR06M1] try to fire action WebServerShutdownAction with args () and kwargs {} 2019-09-01 13:48:57,496 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2019-09-01 13:48:57,496 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2019-09-01 13:48:57,497 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2019-09-01 13:48:57,497 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:57,497 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2019-09-01 13:48:57,498 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2019-09-01 13:48:57,498 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2019-09-01 13:48:57,498 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:57,499 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2019-09-01 13:48:57,499 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2019-09-01 13:48:57,499 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:57,499 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2019-09-01 13:48:57,499 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2019-09-01 13:48:57,499 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:57,500 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2019-09-01 13:48:57,500 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2019-09-01 13:48:57,500 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:57,500 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2019-09-01 13:48:57,500 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2019-09-01 13:48:57,501 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:57,501 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2019-09-01 13:48:57,501 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2019-09-01 13:48:57,501 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:57,501 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2019-09-01 13:48:57,501 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2019-09-01 13:48:57,502 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2019-09-01 13:48:57,502 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2019-09-01 13:48:57,502 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2019-09-01 13:48:57,502 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2019-09-01 13:48:57,507 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2019-09-01 13:48:57,507 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2019-09-01 13:48:57,508 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2019-09-01 13:48:57,509 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2019-09-01 13:48:57,509 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2019-09-01 13:48:57,509 [TRACE] [doorpi.action.handler] [MRLTN2] finished fire_event for event_name OnWebServerStart 2019-09-01 13:48:57,509 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2019-09-01 13:48:57,510 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2019-09-01 13:48:57,510 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2019-09-01 13:48:57,511 [TRACE] [doorpi.action.handler] [SR06M1] try to fire action KeyboardDestroyAction with args () and kwargs {} 2019-09-01 13:48:57,511 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2019-09-01 13:48:57,511 [DEBUG] [doorpi.keyboard.from_gpio] destroy 2019-09-01 13:48:57,513 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_gpio and force_unregister is True 2019-09-01 13:48:57,513 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:57,513 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.18 - remove event too 2019-09-01 13:48:57,513 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_onboardpins.18 2019-09-01 13:48:57,514 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:57,514 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_18 - remove event too 2019-09-01 13:48:57,514 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_18 2019-09-01 13:48:57,515 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:57,515 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_18 - remove event too 2019-09-01 13:48:57,515 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_18 2019-09-01 13:48:57,516 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_gpio 2019-09-01 13:48:57,516 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2019-09-01 13:48:57,516 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed 2019-09-01 13:48:57,516 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_gpio 2019-09-01 13:48:57,517 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2019-09-01 13:48:57,517 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp 2019-09-01 13:48:57,517 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:57,517 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.18 - remove event too 2019-09-01 13:48:57,518 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_onboardpins.18 2019-09-01 13:48:57,518 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_gpio 2019-09-01 13:48:57,518 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2019-09-01 13:48:57,518 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown 2019-09-01 13:48:57,519 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:57,519 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_18 - remove event too 2019-09-01 13:48:57,519 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_18 2019-09-01 13:48:57,519 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.18 from doorpi.keyboard.from_gpio 2019-09-01 13:48:57,520 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.18 - remove event too 2019-09-01 13:48:57,520 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_onboardpins.18 2019-09-01 13:48:57,520 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed 2019-09-01 13:48:57,521 [TRACE] [doorpi.action.handler] [SR06M1] try to fire action > with args () and kwargs {} 2019-09-01 13:48:57,521 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-09-01 13:48:57,521 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2019-09-01 13:48:57,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x743176b0 [0x1fefef0]) 2019-09-01 13:48:57,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x1e1476c 2019-09-01 13:48:57,522 [DEBUG] [doorpi.action.handler] [MOYICR] fire for event OnSipPhoneDestroy this actions [, , ] 2019-09-01 13:48:57,523 [TRACE] [doorpi.action.handler] [MOYICR] try to fire action > with args () and kwargs {} 2019-09-01 13:48:57,523 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-09-01 13:48:57,524 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2019-09-01 13:48:57,524 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2019-09-01 13:48:57,524 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,524 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2019-09-01 13:48:57,525 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2019-09-01 13:48:57,525 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,525 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2019-09-01 13:48:57,525 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2019-09-01 13:48:57,526 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,526 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2019-09-01 13:48:57,526 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2019-09-01 13:48:57,526 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,527 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2019-09-01 13:48:57,527 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2019-09-01 13:48:57,527 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,527 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2019-09-01 13:48:57,528 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2019-09-01 13:48:57,528 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,528 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2019-09-01 13:48:57,528 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2019-09-01 13:48:57,529 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,529 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2019-09-01 13:48:57,529 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2019-09-01 13:48:57,529 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,530 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2019-09-01 13:48:57,530 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2019-09-01 13:48:57,530 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,530 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2019-09-01 13:48:57,531 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2019-09-01 13:48:57,531 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,531 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2019-09-01 13:48:57,531 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2019-09-01 13:48:57,531 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,532 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2019-09-01 13:48:57,532 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2019-09-01 13:48:57,532 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_"#" from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,532 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_"#" - remove event too 2019-09-01 13:48:57,533 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_"#" 2019-09-01 13:48:57,533 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,533 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2019-09-01 13:48:57,533 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2019-09-01 13:48:57,533 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,534 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2019-09-01 13:48:57,534 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2019-09-01 13:48:57,534 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,534 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2019-09-01 13:48:57,534 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2019-09-01 13:48:57,535 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,535 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2019-09-01 13:48:57,535 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2019-09-01 13:48:57,535 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,535 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2019-09-01 13:48:57,536 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2019-09-01 13:48:57,536 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,536 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2019-09-01 13:48:57,536 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2019-09-01 13:48:57,536 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,536 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2019-09-01 13:48:57,537 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2019-09-01 13:48:57,537 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,537 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2019-09-01 13:48:57,537 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2019-09-01 13:48:57,537 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,538 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2019-09-01 13:48:57,538 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2019-09-01 13:48:57,538 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-09-01 13:48:57,538 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2019-09-01 13:48:57,538 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2019-09-01 13:48:57,538 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2019-09-01 13:48:57,539 [TRACE] [doorpi.action.handler] [MOYICR] try to fire action > with args () and kwargs {} 2019-09-01 13:48:57,539 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-09-01 13:48:57,539 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-09-01 13:48:57,540 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2019-09-01 13:48:57,540 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:57,541 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:57,541 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2019-09-01 13:48:57,541 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:57,541 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2019-09-01 13:48:57,542 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2019-09-01 13:48:57,542 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-09-01 13:48:57,542 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2019-09-01 13:48:57,542 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2019-09-01 13:48:57,542 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2019-09-01 13:48:57,543 [TRACE] [doorpi.action.handler] [MOYICR] try to fire action > with args () and kwargs {} 2019-09-01 13:48:57,543 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-09-01 13:48:57,543 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2019-09-01 13:48:57,543 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-09-01 13:48:57,544 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2019-09-01 13:48:57,544 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2019-09-01 13:48:57,544 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-09-01 13:48:57,544 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2019-09-01 13:48:57,544 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2019-09-01 13:48:57,545 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2019-09-01 13:48:57,545 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2019-09-01 13:48:57,545 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2019-09-01 13:48:57,545 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2019-09-01 13:48:57,546 [TRACE] [doorpi.action.handler] [MOYICR] finished fire_event for event_name OnSipPhoneDestroy 2019-09-01 13:48:57,546 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2019-09-01 13:48:57,546 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,546 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2019-09-01 13:48:57,546 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2019-09-01 13:48:57,547 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,547 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2019-09-01 13:48:57,547 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2019-09-01 13:48:57,547 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,547 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2019-09-01 13:48:57,547 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2019-09-01 13:48:57,548 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,548 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2019-09-01 13:48:57,548 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2019-09-01 13:48:57,548 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,548 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2019-09-01 13:48:57,549 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2019-09-01 13:48:57,549 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,549 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2019-09-01 13:48:57,549 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2019-09-01 13:48:57,549 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,549 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2019-09-01 13:48:57,550 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2019-09-01 13:48:57,550 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,550 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2019-09-01 13:48:57,550 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2019-09-01 13:48:57,550 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,550 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2019-09-01 13:48:57,551 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2019-09-01 13:48:57,551 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,551 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2019-09-01 13:48:57,551 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2019-09-01 13:48:57,551 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,552 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2019-09-01 13:48:57,552 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2019-09-01 13:48:57,552 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-09-01 13:48:57,552 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2019-09-01 13:48:57,552 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2019-09-01 13:48:57,552 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2019-09-01 13:48:57,553 [TRACE] [doorpi.action.handler] [SR06M1] finished fire_event for event_name OnShutdown 2019-09-01 13:48:57,553 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2019-09-01 13:48:57,554 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2019-09-01 13:48:58,054 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2019-09-01 13:48:58,055 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:48:58,055 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-09-01 13:48:58,556 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2019-09-01 13:48:58,557 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:48:58,557 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-09-01 13:48:59,058 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2019-09-01 13:48:59,059 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:48:59,059 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-09-01 13:48:59,560 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2019-09-01 13:48:59,561 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:48:59,562 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-09-01 13:49:00,063 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 1 and 1 event 2019-09-01 13:49:00,063 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:49:00,064 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-09-01 13:49:00,565 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 1 and 1 event 2019-09-01 13:49:00,566 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:49:00,566 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-09-01 13:49:01,067 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 1 and 1 event 2019-09-01 13:49:01,068 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:49:01,069 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-09-01 13:49:01,570 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 1 and 1 event 2019-09-01 13:49:01,571 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:49:01,571 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-09-01 13:49:02,072 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 1 and 1 event 2019-09-01 13:49:02,073 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:49:02,074 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-09-01 13:49:02,575 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 1 and 1 event 2019-09-01 13:49:02,575 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:49:02,579 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-09-01 13:49:03,080 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [<_MainThread(MainThread, started 1995964432)>] 2019-09-01 13:49:03,081 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========