2019-08-29 06:24:34,488 [INFO] [doorpi.main] ___ ___ _ / \___ ___ _ __ / _ (_) VoIP Door-Intercomstation with Raspberry Pi / /\ / _ \ / _ \| '__/ /_)/ | version: 2.5.1 / /_// (_) | (_) | | / ___/| | license: CC BY-NC 4.0 /___,' \___/ \___/|_| \/ |_| URL: Authors: Thomas Meissner Supporter: Phillip Munz Hermann Dötsch Dennis Häußler Hubert Nusser Michael Hauer Andreas Schwarz Max Rößler missing someone? -> sorry -> mail me 2019-08-29 06:24:34,495 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2019-08-29 06:24:34,495 [DEBUG] [doorpi.doorpi] run 2019-08-29 06:24:34,495 [DEBUG] [doorpi.doorpi] prepare 2019-08-29 06:24:34,496 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2019-08-29 06:24:34,499 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2019-08-29 06:24:34,503 [DEBUG] [doorpi.conf.config_object] __init__ 2019-08-29 06:24:34,504 [TRACE] [doorpi.conf.config_object] get_from_config 2019-08-29 06:24:34,506 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2019-08-29 06:24:34,506 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2019-08-29 06:24:34,507 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2019-08-29 06:24:34,542 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2019-08-29 06:24:34,543 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2019-08-29 06:24:34,543 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2019-08-29 06:24:34,543 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2019-08-29 06:24:34,543 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2019-08-29 06:24:34,543 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2019-08-29 06:24:34,544 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2019-08-29 06:24:34,544 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2019-08-29 06:24:34,544 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2019-08-29 06:24:34,544 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2019-08-29 06:24:34,544 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2019-08-29 06:24:34,544 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2019-08-29 06:24:34,545 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2019-08-29 06:24:34,548 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2019-08-29 06:24:34,549 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2019-08-29 06:24:34,550 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2019-08-29 06:24:34,550 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2019-08-29 06:24:34,551 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2019-08-29 06:24:34,551 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2019-08-29 06:24:34,557 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2019-08-29 06:24:34,557 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2019-08-29 06:24:34,558 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2019-08-29 06:24:34,558 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2019-08-29 06:24:34,558 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2019-08-29 06:24:34,558 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2019-08-29 06:24:34,558 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2019-08-29 06:24:34,559 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2019-08-29 06:24:34,559 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2019-08-29 06:24:34,560 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2019-08-29 06:24:34,560 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2019-08-29 06:24:34,560 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2019-08-29 06:24:34,561 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2019-08-29 06:24:34,561 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2019-08-29 06:24:34,561 [TRACE] [doorpi.conf.config_object] get_string for key online_fallback in section DoorPiWeb (default: http://motom001.github.io/DoorPiWeb) returns http://motom001.github.io/DoorPiWeb 2019-08-29 06:24:34,562 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2019-08-29 06:24:34,562 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrator'] 2019-08-29 06:24:34,562 [WARNING] [root] section ReadPermission not found in configfile 2019-08-29 06:24:34,562 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2019-08-29 06:24:34,563 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrator'] 2019-08-29 06:24:34,563 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['door'] 2019-08-29 06:24:34,563 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section Group (default: []) returns ['door'] 2019-08-29 06:24:34,563 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_keyboard', 'Group', 'EVENT_OnKeyPressed_onboardpins.24', 'keyboards', 'AdminNumbers', 'SIP-Phone', 'WritePermission', 'AREA_installer', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2019-08-29 06:24:34,564 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section WritePermission (default: []) returns ['installer'] 2019-08-29 06:24:34,564 [ERROR] [doorpi.status.webserver] no ReadPermission found 2019-08-29 06:24:34,564 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2019-08-29 06:24:34,564 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2019-08-29 06:24:34,564 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2019-08-29 06:24:34,565 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,566 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2019-08-29 06:24:34,566 [DEBUG] [doorpi.action.handler] [X8HICS] fire for event OnWebServerStart this actions [] 2019-08-29 06:24:34,566 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,566 [TRACE] [doorpi.action.handler] [X8HICS] try to fire action WebServerStartupAction with args () and kwargs {} 2019-08-29 06:24:34,567 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,567 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2019-08-29 06:24:34,567 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,568 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,568 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,568 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,568 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,568 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,568 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,569 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,569 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,569 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,569 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,569 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,570 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2019-08-29 06:24:34,570 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2019-08-29 06:24:34,570 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2019-08-29 06:24:34,570 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2019-08-29 06:24:34,570 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns gpio 2019-08-29 06:24:34,571 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['24'] 2019-08-29 06:24:34,571 [WARNING] [root] section onboardpins_OutputPins not found in configfile 2019-08-29 06:24:34,571 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns [] 2019-08-29 06:24:34,571 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 2000.0 2019-08-29 06:24:34,571 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2019-08-29 06:24:34,572 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2019-08-29 06:24:34,576 [DEBUG] [doorpi.keyboard.from_gpio] doorpi.keyboard.from_gpio loaded 2019-08-29 06:24:34,584 [DEBUG] [doorpi.keyboard.from_gpio] __init__(input_pins = ['24'], output_pins = [], bouncetime = 2000.0, polarity = 0) 2019-08-29 06:24:34,585 [TRACE] [doorpi.conf.config_object] get_string for key mode in section onboardpins_keyboard (default: BOARD) returns bcm 2019-08-29 06:24:34,585 [DEBUG] [doorpi.conf.config_object] create new key pull_up_down in section onboardpins_keyboard with value 'PUD_OFF' 2019-08-29 06:24:34,585 [TRACE] [doorpi.conf.config_object] get_string for key pull_up_down in section onboardpins_keyboard (default: PUD_OFF) returns PUD_OFF 2019-08-29 06:24:34,586 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2019-08-29 06:24:34,587 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was added 2019-08-29 06:24:34,587 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_gpio 2019-08-29 06:24:34,587 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_24 from doorpi.keyboard.from_gpio 2019-08-29 06:24:34,588 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_24 and registered source doorpi.keyboard.from_gpio 2019-08-29 06:24:34,588 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.24 from doorpi.keyboard.from_gpio 2019-08-29 06:24:34,588 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.24 and registered source doorpi.keyboard.from_gpio 2019-08-29 06:24:34,588 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2019-08-29 06:24:34,589 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_gpio 2019-08-29 06:24:34,589 [TRACE] [doorpi.action.handler] register Event OnKeyUp_24 from doorpi.keyboard.from_gpio 2019-08-29 06:24:34,589 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_24 and registered source doorpi.keyboard.from_gpio 2019-08-29 06:24:34,590 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.24 from doorpi.keyboard.from_gpio 2019-08-29 06:24:34,590 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.24 and registered source doorpi.keyboard.from_gpio 2019-08-29 06:24:34,590 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2019-08-29 06:24:34,590 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_gpio 2019-08-29 06:24:34,591 [TRACE] [doorpi.action.handler] register Event OnKeyDown_24 from doorpi.keyboard.from_gpio 2019-08-29 06:24:34,591 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_24 and registered source doorpi.keyboard.from_gpio 2019-08-29 06:24:34,591 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.24 from doorpi.keyboard.from_gpio 2019-08-29 06:24:34,591 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.24 and registered source doorpi.keyboard.from_gpio 2019-08-29 06:24:34,592 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2019-08-29 06:24:34,592 [WARNING] [root] section onboardpins_OutputPins not found in configfile 2019-08-29 06:24:34,592 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns [] 2019-08-29 06:24:34,596 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2019-08-29 06:24:34,599 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2019-08-29 06:24:34,602 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2019-08-29 06:24:34,604 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2019-08-29 06:24:34,869 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2019-08-29 06:24:34,873 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2019-08-29 06:24:34,877 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2019-08-29 06:24:35,005 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2019-08-29 06:24:35,011 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2019-08-29 06:24:35,012 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2019-08-29 06:24:35,014 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2019-08-29 06:24:35,018 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2019-08-29 06:24:35,020 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2019-08-29 06:24:35,024 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2019-08-29 06:24:35,025 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2019-08-29 06:24:35,025 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2019-08-29 06:24:35,026 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,026 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2019-08-29 06:24:35,026 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,026 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,026 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,026 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,027 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,027 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,027 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,027 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,027 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,028 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,028 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,028 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,028 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,028 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,028 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,029 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,029 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,029 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,029 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,029 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,030 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,030 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,030 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2019-08-29 06:24:35,030 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2019-08-29 06:24:35,030 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2019-08-29 06:24:35,031 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,031 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2019-08-29 06:24:35,031 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,031 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,031 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,032 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,032 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,032 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,032 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,032 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,032 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,033 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,033 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,033 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,033 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,033 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,033 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,034 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,034 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,034 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,034 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,035 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,035 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,036 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,036 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,036 [WARNING] [root] section DTMF not found in configfile 2019-08-29 06:24:35,036 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2019-08-29 06:24:35,036 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,037 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2019-08-29 06:24:35,037 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,037 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,037 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,037 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,037 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,038 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,038 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,038 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,038 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,038 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,038 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,039 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,039 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,039 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,039 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,039 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,040 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,040 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,040 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:24:35,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2019-08-29 06:24:35,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x74305680 2019-08-29 06:24:35,042 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:24:35,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2019-08-29 06:24:35,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x74305680 2019-08-29 06:24:35,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x74238c00, "(null)", "(null)") 2019-08-29 06:24:35,051 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2019-08-29 06:24:35,051 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2019-08-29 06:24:35,051 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2019-08-29 06:24:35,056 [INFO] [doorpi.sipphone.from_linphone] srtp init 2019-08-29 06:24:35,068 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2019-08-29 06:24:35,119 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2019-08-29 06:24:35,128 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1711 - open '/dev/snd/pcmC0D0c' failed (-2) 2019-08-29 06:24:35,130 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2019-08-29 06:24:35,145 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB PnP Sound Device' added 2019-08-29 06:24:35,146 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2019-08-29 06:24:35,146 [INFO] [doorpi.sipphone.from_linphone] Webcam V4L2: /dev/video0 added 2019-08-29 06:24:35,147 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2019-08-29 06:24:35,147 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2019-08-29 06:24:35,147 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2019-08-29 06:24:35,147 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2019-08-29 06:24:35,147 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2019-08-29 06:24:35,150 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x17cfec8] registered on core [0x169d938] 2019-08-29 06:24:35,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x17cfec8, 1, "Starting up") 2019-08-29 06:24:35,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-08-29 06:24:35,151 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [global_state_changed] 2019-08-29 06:24:35,151 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2019-08-29 06:24:35,151 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2019-08-29 06:24:35,151 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2019-08-29 06:24:35,151 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2019-08-29 06:24:35,152 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2019-08-29 06:24:35,152 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-08-29 06:24:35,152 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-08-29 06:24:35,152 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-08-29 06:24:35,152 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2019-08-29 06:24:35,153 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2019-08-29 06:24:35,153 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2019-08-29 06:24:35,153 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2019-08-29 06:24:35,153 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2019-08-29 06:24:35,153 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2019-08-29 06:24:35,154 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2019-08-29 06:24:35,154 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2019-08-29 06:24:35,154 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2019-08-29 06:24:35,154 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2019-08-29 06:24:35,154 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2019-08-29 06:24:35,155 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2019-08-29 06:24:35,155 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2019-08-29 06:24:35,155 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-08-29 06:24:35,155 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-08-29 06:24:35,155 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-08-29 06:24:35,156 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-08-29 06:24:35,156 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-08-29 06:24:35,156 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-08-29 06:24:35,156 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-08-29 06:24:35,156 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-08-29 06:24:35,157 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-08-29 06:24:35,157 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-08-29 06:24:35,157 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2019-08-29 06:24:35,157 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2019-08-29 06:24:35,157 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2019-08-29 06:24:35,158 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2019-08-29 06:24:35,158 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2019-08-29 06:24:35,158 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-08-29 06:24:35,158 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-08-29 06:24:35,158 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-08-29 06:24:35,159 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-08-29 06:24:35,159 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2019-08-29 06:24:35,159 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2019-08-29 06:24:35,160 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2019-08-29 06:24:35,160 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2019-08-29 06:24:35,160 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2019-08-29 06:24:35,160 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2019-08-29 06:24:35,160 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2019-08-29 06:24:35,161 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2019-08-29 06:24:35,161 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2019-08-29 06:24:35,161 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2019-08-29 06:24:35,161 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2019-08-29 06:24:35,161 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2019-08-29 06:24:35,162 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2019-08-29 06:24:35,162 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2019-08-29 06:24:35,162 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2019-08-29 06:24:35,162 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2019-08-29 06:24:35,162 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2019-08-29 06:24:35,163 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2019-08-29 06:24:35,163 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2019-08-29 06:24:35,163 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2019-08-29 06:24:35,163 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2019-08-29 06:24:35,163 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2019-08-29 06:24:35,164 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2019-08-29 06:24:35,164 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2019-08-29 06:24:35,164 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2019-08-29 06:24:35,164 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-08-29 06:24:35,164 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2019-08-29 06:24:35,165 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2019-08-29 06:24:35,165 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2019-08-29 06:24:35,165 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2019-08-29 06:24:35,165 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2019-08-29 06:24:35,165 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2019-08-29 06:24:35,166 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2019-08-29 06:24:35,166 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2019-08-29 06:24:35,166 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2019-08-29 06:24:35,166 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2019-08-29 06:24:35,166 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2019-08-29 06:24:35,167 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2019-08-29 06:24:35,167 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2019-08-29 06:24:35,167 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2019-08-29 06:24:35,167 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2019-08-29 06:24:35,167 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2019-08-29 06:24:35,168 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2019-08-29 06:24:35,179 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-08-29 06:24:35,180 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-29 06:24:35,180 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-29 06:24:35,180 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-29 06:24:35,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x17cfec8, 2, "(null)") 2019-08-29 06:24:35,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2019-08-29 06:24:35,181 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [configuring_status] 2019-08-29 06:24:35,181 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2019-08-29 06:24:35,181 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2019-08-29 06:24:35,182 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2019-08-29 06:24:35,182 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2019-08-29 06:24:35,182 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2019-08-29 06:24:35,182 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-08-29 06:24:35,182 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-08-29 06:24:35,182 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2019-08-29 06:24:35,183 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2019-08-29 06:24:35,183 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2019-08-29 06:24:35,183 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2019-08-29 06:24:35,183 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2019-08-29 06:24:35,183 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2019-08-29 06:24:35,184 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2019-08-29 06:24:35,184 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2019-08-29 06:24:35,184 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-08-29 06:24:35,184 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2019-08-29 06:24:35,184 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2019-08-29 06:24:35,185 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2019-08-29 06:24:35,185 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2019-08-29 06:24:35,185 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-08-29 06:24:35,185 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-29 06:24:35,186 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-08-29 06:24:35,186 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1672e30] on [sip:0.0.0.0:5060;transport=UDP] 2019-08-29 06:24:35,186 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17de460] on [sip:0.0.0.0:5060;transport=TCP] 2019-08-29 06:24:35,192 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17de4f8] on [sip:0.0.0.0:-1;transport=TLS] 2019-08-29 06:24:35,192 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 38797 2019-08-29 06:24:35,192 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-29 06:24:35,193 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-29 06:24:35,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x17cfec8, 2, "Ready") 2019-08-29 06:24:35,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2019-08-29 06:24:35,227 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [global_state_changed] 2019-08-29 06:24:35,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x74305680 2019-08-29 06:24:35,228 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi12 2019-08-29 06:24:35,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x74305680 [0x17cfec8], "DoorPi12 ") 2019-08-29 06:24:35,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2019-08-29 06:24:35,229 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2019-08-29 06:24:35,230 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2019-08-29 06:24:35,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x74305680 [0x17cfec8], 2) 2019-08-29 06:24:35,231 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-08-29 06:24:35,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2019-08-29 06:24:35,231 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2019-08-29 06:24:35,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x74305680 [0x17cfec8], 0x2a311c [0]) 2019-08-29 06:24:35,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2019-08-29 06:24:35,232 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-08-29 06:24:35,232 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2019-08-29 06:24:35,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2019-08-29 06:24:35,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x74305698 2019-08-29 06:24:35,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x74305680 [0x17cfec8], 0x74305698 [0x743056a0]) 2019-08-29 06:24:35,233 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1672e30] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2019-08-29 06:24:35,233 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x17de460] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2019-08-29 06:24:35,234 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x17de4f8] on [sip:0.0.0.0:38797;transport=TLS] destroyed 2019-08-29 06:24:35,234 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2019-08-29 06:24:35,234 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1672e30] on [sip:0.0.0.0:5060;transport=UDP] 2019-08-29 06:24:35,234 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17d09e0] on [sip:0.0.0.0:5060;transport=TCP] 2019-08-29 06:24:35,235 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17a5920] on [sip:0.0.0.0:-1;transport=TLS] 2019-08-29 06:24:35,235 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 46753 2019-08-29 06:24:35,235 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-29 06:24:35,235 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2019-08-29 06:24:35,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2019-08-29 06:24:35,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x74305698) 2019-08-29 06:24:35,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2019-08-29 06:24:35,236 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2019-08-29 06:24:35,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x74305680 [0x17cfec8], 0x2a311c [0]) 2019-08-29 06:24:35,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2019-08-29 06:24:35,237 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2019-08-29 06:24:35,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x74305680 [0x17cfec8], "") 2019-08-29 06:24:35,241 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-08-29 06:24:35,241 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2019-08-29 06:24:35,242 [INFO] [doorpi.sipphone.from_linphone] fd00::e228:6dff:fe5c:645d 2019-08-29 06:24:35,242 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-08-29 06:24:35,242 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-08-29 06:24:35,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2019-08-29 06:24:35,243 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2019-08-29 06:24:35,243 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2019-08-29 06:24:35,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x74305680 [0x17cfec8], 0) 2019-08-29 06:24:35,244 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2019-08-29 06:24:35,244 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2019-08-29 06:24:35,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2019-08-29 06:24:35,245 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2019-08-29 06:24:35,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x74305680 [0x17cfec8], 120) 2019-08-29 06:24:35,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2019-08-29 06:24:35,245 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2019-08-29 06:24:35,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x74305680 [0x17cfec8], 15) 2019-08-29 06:24:35,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2019-08-29 06:24:35,246 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2019-08-29 06:24:35,247 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2019-08-29 06:24:35,247 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-08-29 06:24:35,248 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2019-08-29 06:24:35,251 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-08-29 06:24:35,251 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2019-08-29 06:24:35,252 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2019-08-29 06:24:35,252 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-08-29 06:24:35,252 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2019-08-29 06:24:35,252 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-08-29 06:24:35,252 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2019-08-29 06:24:35,253 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2019-08-29 06:24:35,253 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2019-08-29 06:24:35,253 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2019-08-29 06:24:35,253 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2019-08-29 06:24:35,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x74305680 [0x17cfec8], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2019-08-29 06:24:35,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2019-08-29 06:24:35,255 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-08-29 06:24:35,255 [TRACE] [doorpi.conf.config_object] get_string for key records in section SIP-Phone (default: !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav) returns !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav 2019-08-29 06:24:35,255 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2019-08-29 06:24:35,256 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-08-29 06:24:35,256 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2019-08-29 06:24:35,256 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2019-08-29 06:24:35,256 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2019-08-29 06:24:35,256 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2019-08-29 06:24:35,257 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-08-29 06:24:35,257 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2019-08-29 06:24:35,257 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2019-08-29 06:24:35,257 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2019-08-29 06:24:35,257 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2019-08-29 06:24:35,258 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2019-08-29 06:24:35,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,259 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-08-29 06:24:35,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74240878 2019-08-29 06:24:35,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x7423e800 2019-08-29 06:24:35,260 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB PnP Audio Device 2019-08-29 06:24:35,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x74305680 [0x17cfec8], "ALSA: USB PnP Audio Device") 2019-08-29 06:24:35,260 [WARNING] [doorpi.sipphone.from_linphone] no card with id ALSA: USB PnP Audio Device 2019-08-29 06:24:35,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2019-08-29 06:24:35,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7423e800 2019-08-29 06:24:35,261 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA. USB PnP Audio Device 2019-08-29 06:24:35,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x74305680 [0x17cfec8], "ALSA. USB PnP Audio Device") 2019-08-29 06:24:35,261 [WARNING] [doorpi.sipphone.from_linphone] no card with id ALSA. USB PnP Audio Device 2019-08-29 06:24:35,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2019-08-29 06:24:35,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74240878 2019-08-29 06:24:35,262 [INFO] [doorpi.sipphone.from_linphone] found 3 possible sounddevices: 2019-08-29 06:24:35,263 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2019-08-29 06:24:35,263 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-08-29 06:24:35,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74240878 2019-08-29 06:24:35,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74305680 [0x17cfec8], "ALSA: default device") 2019-08-29 06:24:35,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2019-08-29 06:24:35,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74305680 [0x17cfec8], "ALSA: default device") 2019-08-29 06:24:35,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2019-08-29 06:24:35,264 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2019-08-29 06:24:35,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74305680 [0x17cfec8], "ALSA: bcm2835 ALSA") 2019-08-29 06:24:35,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a311c 2019-08-29 06:24:35,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74305680 [0x17cfec8], "ALSA: bcm2835 ALSA") 2019-08-29 06:24:35,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2019-08-29 06:24:35,265 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2019-08-29 06:24:35,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74305680 [0x17cfec8], "ALSA: USB PnP Sound Device") 2019-08-29 06:24:35,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2019-08-29 06:24:35,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74305680 [0x17cfec8], "ALSA: USB PnP Sound Device") 2019-08-29 06:24:35,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2019-08-29 06:24:35,266 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB PnP Sound Device 2019-08-29 06:24:35,266 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-08-29 06:24:35,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x7423e8f0 2019-08-29 06:24:35,267 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: default device 2019-08-29 06:24:35,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7423e920 2019-08-29 06:24:35,267 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: default device 2019-08-29 06:24:35,268 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2019-08-29 06:24:35,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d1130) 2019-08-29 06:24:35,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-29 06:24:35,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf5420 2019-08-29 06:24:35,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-29 06:24:35,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf5420 2019-08-29 06:24:35,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf5420 2019-08-29 06:24:35,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d11a0) 2019-08-29 06:24:35,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-29 06:24:35,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf5430 2019-08-29 06:24:35,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-29 06:24:35,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf5430 2019-08-29 06:24:35,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf5430 2019-08-29 06:24:35,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cfcf8) 2019-08-29 06:24:35,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-29 06:24:35,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf5440 2019-08-29 06:24:35,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-29 06:24:35,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf5440 2019-08-29 06:24:35,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf5440 2019-08-29 06:24:35,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cfd60) 2019-08-29 06:24:35,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-29 06:24:35,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf5450 2019-08-29 06:24:35,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-29 06:24:35,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf5450 2019-08-29 06:24:35,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf5450 2019-08-29 06:24:35,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d0890) 2019-08-29 06:24:35,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-29 06:24:35,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf5460 2019-08-29 06:24:35,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-29 06:24:35,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf5460 2019-08-29 06:24:35,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf5460 2019-08-29 06:24:35,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d08e8) 2019-08-29 06:24:35,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-29 06:24:35,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf5470 2019-08-29 06:24:35,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-29 06:24:35,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf5470 2019-08-29 06:24:35,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf5470 2019-08-29 06:24:35,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d0578) 2019-08-29 06:24:35,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-29 06:24:35,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf5480 2019-08-29 06:24:35,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-29 06:24:35,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf5480 2019-08-29 06:24:35,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf5480 2019-08-29 06:24:35,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d05d0) 2019-08-29 06:24:35,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-29 06:24:35,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf5490 2019-08-29 06:24:35,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-29 06:24:35,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf5490 2019-08-29 06:24:35,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf5490 2019-08-29 06:24:35,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d0638) 2019-08-29 06:24:35,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-29 06:24:35,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf54a0 2019-08-29 06:24:35,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-29 06:24:35,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf54a0 2019-08-29 06:24:35,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf54a0 2019-08-29 06:24:35,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d0198) 2019-08-29 06:24:35,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-29 06:24:35,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf54b0 2019-08-29 06:24:35,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-29 06:24:35,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf54b0 2019-08-29 06:24:35,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf54b0 2019-08-29 06:24:35,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x74240760 2019-08-29 06:24:35,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5420 [0x17d1130]) 2019-08-29 06:24:35,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a6c0 2019-08-29 06:24:35,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5420 [0x17d1130]) 2019-08-29 06:24:35,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a6c0 2019-08-29 06:24:35,281 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2019-08-29 06:24:35,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305680 [0x17cfec8], 0x76cf5420 [0x17d1130], 0x2a311c [0]) 2019-08-29 06:24:35,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x15f576c 2019-08-29 06:24:35,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5430 [0x17d11a0]) 2019-08-29 06:24:35,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a9c0 2019-08-29 06:24:35,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5430 [0x17d11a0]) 2019-08-29 06:24:35,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a9c0 2019-08-29 06:24:35,283 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-08-29 06:24:35,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305680 [0x17cfec8], 0x76cf5430 [0x17d11a0], 0x2a311c [0]) 2019-08-29 06:24:35,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x15f576c 2019-08-29 06:24:35,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5440 [0x17cfcf8]) 2019-08-29 06:24:35,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a6c0 2019-08-29 06:24:35,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5440 [0x17cfcf8]) 2019-08-29 06:24:35,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a6c0 2019-08-29 06:24:35,284 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-08-29 06:24:35,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305680 [0x17cfec8], 0x76cf5440 [0x17cfcf8], 0x2a311c [0]) 2019-08-29 06:24:35,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x15f576c 2019-08-29 06:24:35,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5450 [0x17cfd60]) 2019-08-29 06:24:35,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a9c0 2019-08-29 06:24:35,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5450 [0x17cfd60]) 2019-08-29 06:24:35,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a9c0 2019-08-29 06:24:35,285 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2019-08-29 06:24:35,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305680 [0x17cfec8], 0x76cf5450 [0x17cfd60], 0x2a3128 [1]) 2019-08-29 06:24:35,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x15f576c 2019-08-29 06:24:35,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5460 [0x17d0890]) 2019-08-29 06:24:35,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a6c0 2019-08-29 06:24:35,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5460 [0x17d0890]) 2019-08-29 06:24:35,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a6c0 2019-08-29 06:24:35,287 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2019-08-29 06:24:35,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305680 [0x17cfec8], 0x76cf5460 [0x17d0890], 0x2a3128 [1]) 2019-08-29 06:24:35,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x15f576c 2019-08-29 06:24:35,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5470 [0x17d08e8]) 2019-08-29 06:24:35,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305698 2019-08-29 06:24:35,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5470 [0x17d08e8]) 2019-08-29 06:24:35,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305698 2019-08-29 06:24:35,288 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2019-08-29 06:24:35,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305680 [0x17cfec8], 0x76cf5470 [0x17d08e8], 0x2a311c [0]) 2019-08-29 06:24:35,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x15f576c 2019-08-29 06:24:35,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5480 [0x17d0578]) 2019-08-29 06:24:35,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a6c0 2019-08-29 06:24:35,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5480 [0x17d0578]) 2019-08-29 06:24:35,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a6c0 2019-08-29 06:24:35,290 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2019-08-29 06:24:35,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305680 [0x17cfec8], 0x76cf5480 [0x17d0578], 0x2a311c [0]) 2019-08-29 06:24:35,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x15f576c 2019-08-29 06:24:35,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5490 [0x17d05d0]) 2019-08-29 06:24:35,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a9c0 2019-08-29 06:24:35,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf5490 [0x17d05d0]) 2019-08-29 06:24:35,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7423a9c0 2019-08-29 06:24:35,291 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2019-08-29 06:24:35,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305680 [0x17cfec8], 0x76cf5490 [0x17d05d0], 0x2a311c [0]) 2019-08-29 06:24:35,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x15f576c 2019-08-29 06:24:35,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf54a0 [0x17d0638]) 2019-08-29 06:24:35,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305698 2019-08-29 06:24:35,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf54a0 [0x17d0638]) 2019-08-29 06:24:35,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305698 2019-08-29 06:24:35,293 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-08-29 06:24:35,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305680 [0x17cfec8], 0x76cf54a0 [0x17d0638], 0x2a311c [0]) 2019-08-29 06:24:35,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x15f576c 2019-08-29 06:24:35,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf54b0 [0x17d0198]) 2019-08-29 06:24:35,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305698 2019-08-29 06:24:35,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf54b0 [0x17d0198]) 2019-08-29 06:24:35,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305698 2019-08-29 06:24:35,294 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2019-08-29 06:24:35,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305680 [0x17cfec8], 0x76cf54b0 [0x17d0198], 0x2a311c [0]) 2019-08-29 06:24:35,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x15f576c 2019-08-29 06:24:35,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x742408c8 2019-08-29 06:24:35,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x742408c8 2019-08-29 06:24:35,296 [INFO] [doorpi.sipphone.from_linphone] found 2 possible videodevices: 2019-08-29 06:24:35,296 [DEBUG] [doorpi.sipphone.from_linphone] | name 2019-08-29 06:24:35,296 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-08-29 06:24:35,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x742408c8 2019-08-29 06:24:35,297 [DEBUG] [doorpi.sipphone.from_linphone] | V4L2: /dev/video0 2019-08-29 06:24:35,297 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2019-08-29 06:24:35,297 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2019-08-29 06:24:35,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x742408c8 2019-08-29 06:24:35,298 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: V4L2: /dev/video0) returns V4L2: /dev/video0 2019-08-29 06:24:35,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x742408c8 2019-08-29 06:24:35,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x74305680 [0x17cfec8], 0x2a3128 [1]) 2019-08-29 06:24:35,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2019-08-29 06:24:35,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x74305680 [0x17cfec8], "V4L2: /dev/video0") 2019-08-29 06:24:35,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2019-08-29 06:24:35,299 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2019-08-29 06:24:35,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x74305680 [0x17cfec8], "vga") 2019-08-29 06:24:35,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2019-08-29 06:24:35,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x742409d0 2019-08-29 06:24:35,300 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: V4L2: /dev/video0 2019-08-29 06:24:35,300 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2019-08-29 06:24:35,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d01f0) 2019-08-29 06:24:35,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2019-08-29 06:24:35,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf54c0 2019-08-29 06:24:35,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2019-08-29 06:24:35,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf54c0 2019-08-29 06:24:35,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf54c0 2019-08-29 06:24:35,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x742408a0 2019-08-29 06:24:35,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf54c0 [0x17d01f0]) 2019-08-29 06:24:35,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305698 2019-08-29 06:24:35,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2a3128 2019-08-29 06:24:35,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf54c0 [0x17d01f0]) 2019-08-29 06:24:35,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74305698 2019-08-29 06:24:35,303 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2019-08-29 06:24:35,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74305680 [0x17cfec8], 0x76cf54c0 [0x17d01f0], 0x2a3128 [1]) 2019-08-29 06:24:35,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x15f576c 2019-08-29 06:24:35,304 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.178.1 2019-08-29 06:24:35,304 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns DoorPi12 2019-08-29 06:24:35,305 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: DoorPi12) returns ******* 2019-08-29 06:24:35,305 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.178.1) returns 2019-08-29 06:24:35,305 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2019-08-29 06:24:35,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x74305680 [0x17cfec8]) 2019-08-29 06:24:35,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x1757a50) 2019-08-29 06:24:35,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2019-08-29 06:24:35,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76cf54d0 2019-08-29 06:24:35,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2019-08-29 06:24:35,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76cf54d0 2019-08-29 06:24:35,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76cf54d0 2019-08-29 06:24:35,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76cf54d0 2019-08-29 06:24:35,307 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi12 2019-08-29 06:24:35,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi12 ") 2019-08-29 06:24:35,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x17de460) 2019-08-29 06:24:35,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-29 06:24:35,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf54e0 2019-08-29 06:24:35,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-29 06:24:35,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf54e0 2019-08-29 06:24:35,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf54e0 2019-08-29 06:24:35,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76cf54e0 2019-08-29 06:24:35,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76cf54d0 [0x1757a50], 0x76cf54e0 [0x17de460]) 2019-08-29 06:24:35,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2019-08-29 06:24:35,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76cf54d0 [0x1757a50], "sip:192.168.178.1") 2019-08-29 06:24:35,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2019-08-29 06:24:35,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76cf54d0 [0x1757a50], 0x2a3128 [1]) 2019-08-29 06:24:35,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2019-08-29 06:24:35,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x74305680 [0x17cfec8], 0x76cf54d0 [0x1757a50]) 2019-08-29 06:24:35,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x15f576c 2019-08-29 06:24:35,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x74305680 [0x17cfec8], 0x76cf54d0 [0x1757a50]) 2019-08-29 06:24:35,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2019-08-29 06:24:35,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x74305680 [0x17cfec8], "DoorPi12", "(null)", "12DoorPi", "(null)", "(null)", "") 2019-08-29 06:24:35,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x17a8540) 2019-08-29 06:24:35,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2019-08-29 06:24:35,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76cf54f0 2019-08-29 06:24:35,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2019-08-29 06:24:35,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76cf54f0 2019-08-29 06:24:35,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76cf54f0 2019-08-29 06:24:35,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76cf54f0 2019-08-29 06:24:35,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x74305680 [0x17cfec8], 0x76cf54f0 [0x17a8540]) 2019-08-29 06:24:35,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2019-08-29 06:24:35,314 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2019-08-29 06:24:35,314 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnKeyPressed_onboardpins.24', 'EVENT_OnStartup'] 2019-08-29 06:24:35,315 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyPressed_onboardpins.24' in configfile 2019-08-29 06:24:35,315 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyPressed_onboardpins.24 returns ['10'] 2019-08-29 06:24:35,315 [INFO] [doorpi.doorpi] registering action '10' for event 'OnKeyPressed_onboardpins.24' 2019-08-29 06:24:35,315 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnKeyPressed_onboardpins.24 (default: ) returns call:**610 2019-08-29 06:24:35,319 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2019-08-29 06:24:35,319 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**610'} was added to new evententry OnKeyPressed_onboardpins.24 2019-08-29 06:24:35,320 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2019-08-29 06:24:35,320 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2019-08-29 06:24:35,320 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2019-08-29 06:24:35,320 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2019-08-29 06:24:35,321 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2019-08-29 06:24:35,322 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2019-08-29 06:24:35,322 [TRACE] [doorpi.conf.config_object] get_string for key 24 in section onboardpins_InputPins (default: ) returns sleep:0.1 2019-08-29 06:24:35,322 [TRACE] [doorpi.action.handler] action SleepAction with args (0.1,) and kwargs {} was added to event OnKeyPressed_onboardpins.24 2019-08-29 06:24:35,323 [WARNING] [root] section DTMF not found in configfile 2019-08-29 06:24:35,323 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2019-08-29 06:24:35,323 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2019-08-29 06:24:35,323 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2019-08-29 06:24:35,324 [DEBUG] [doorpi.action.handler] [8ECK16] fire for event OnStartup this actions [] 2019-08-29 06:24:35,325 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2019-08-29 06:24:35,325 [TRACE] [doorpi.action.handler] [8ECK16] try to fire action SleepAction with args (1.0,) and kwargs {} 2019-08-29 06:24:35,325 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2019-08-29 06:24:36,327 [TRACE] [doorpi.action.handler] [8ECK16] finished fire_event for event_name OnStartup 2019-08-29 06:24:36,328 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2019-08-29 06:24:36,329 [INFO] [doorpi.doorpi] DoorPi started successfully 2019-08-29 06:24:36,330 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2019-08-29 06:24:36,330 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2019-08-29 06:24:36,331 [INFO] [doorpi.doorpi] Weburl is http://Tuer/ 2019-08-29 06:24:36,332 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2019-08-29 06:24:36,333 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2019-08-29 06:24:36,333 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.178.54 2019-08-29 06:24:36,334 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2019-08-29 06:24:36,335 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2019-08-29 06:24:36,335 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2019-08-29 06:24:36,336 [INFO] [doorpi.sipphone.from_linphone] fd00::e228:6dff:fe5c:645d 2019-08-29 06:24:36,337 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2019-08-29 06:24:36,337 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2019-08-29 06:24:36,339 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x1757a50] about to register (LinphoneCore version: 3.9.0) 2019-08-29 06:24:36,347 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2019-08-29 06:24:36,348 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: starting resolution of 192.168.178.1 2019-08-29 06:24:36,349 [INFO] [doorpi.sipphone.from_linphone] channel 0x17dea10: state RES_IN_PROGRESS 2019-08-29 06:24:36,349 [INFO] [doorpi.sipphone.from_linphone] transaction [0x15fad30] channel state changed to [RES_IN_PROGRESS] 2019-08-29 06:24:36,350 [INFO] [doorpi.sipphone.from_linphone] channel 0x17dea10: state RES_DONE 2019-08-29 06:24:36,350 [INFO] [doorpi.sipphone.from_linphone] transaction [0x15fad30] channel state changed to [RES_DONE] 2019-08-29 06:24:36,351 [INFO] [doorpi.sipphone.from_linphone] channel 0x17dea10: state CONNECTING 2019-08-29 06:24:36,351 [INFO] [doorpi.sipphone.from_linphone] transaction [0x15fad30] channel state changed to [CONNECTING] 2019-08-29 06:24:36,352 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.178.1:5060] 2019-08-29 06:24:36,352 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2019-08-29 06:24:36,353 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.178.54:5060 2019-08-29 06:24:36,353 [INFO] [doorpi.sipphone.from_linphone] channel 0x17dea10: state READY 2019-08-29 06:24:36,354 [INFO] [doorpi.sipphone.from_linphone] transaction [0x15fad30] channel state changed to [READY] 2019-08-29 06:24:36,354 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15fad30], from state [INIT] to [TRYING] 2019-08-29 06:24:36,355 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: 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.6NMhJoI9p;rport From: "DoorPi12" ;tag=-acDmaYJP To: "DoorPi12" CSeq: 20 REGISTER Call-ID: U0LRP58aGs Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) 2019-08-29 06:24:36,356 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2019-08-29 06:24:36,356 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x17ac758] takes ownership of transaction [0x15fad30] 2019-08-29 06:24:36,357 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1757a50] for identity ["DoorPi12" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2019-08-29 06:24:36,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x17cfec8, 0x1757a50, 1, "Registration in progress") 2019-08-29 06:24:36,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-08-29 06:24:36,358 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [registration_state_changed] 2019-08-29 06:24:36,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x17cfec8, 0x1) 2019-08-29 06:24:36,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2019-08-29 06:24:36,410 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [network_reachable] 2019-08-29 06:24:36,411 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: 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.6NMhJoI9p;rport=5060 From: "DoorPi12" ;tag=-acDmaYJP To: "DoorPi12" ;tag=105F9F8FAC52D1CF Call-ID: U0LRP58aGs CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="5679E82B713846D7" User-Agent: FRITZ!OS Content-Length: 0 2019-08-29 06:24:36,439 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10] [380] bytes parsed 2019-08-29 06:24:36,440 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: discovered public ip and port are [192.168.178.54:5060] 2019-08-29 06:24:36,440 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-08-29 06:24:36,441 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15fad30], from state [TRYING] to [COMPLETED] 2019-08-29 06:24:36,442 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=DoorPi12, realm= 2019-08-29 06:24:36,442 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [DoorPi12] realm [fritz.box] 2019-08-29 06:24:36,443 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15fc5c8], from state [INIT] to [TRYING] 2019-08-29 06:24:36,444 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: 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.aDWjMc5cD;rport From: "DoorPi12" ;tag=-acDmaYJP To: "DoorPi12" CSeq: 21 REGISTER Call-ID: U0LRP58aGs 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="5679E82B713846D7", username="DoorPi12", uri="sip:192.168.178.1", response="e096200e92785530d96421594116c0fd" 2019-08-29 06:24:36,445 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2019-08-29 06:24:36,445 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2019-08-29 06:24:36,497 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: 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.aDWjMc5cD;rport=5060 From: "DoorPi12" ;tag=-acDmaYJP To: "DoorPi12" ;tag=B4E1506C64167702 Call-ID: U0LRP58aGs CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.07.01 TAL (Oct 22 2018) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer,reg Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 0 2019-08-29 06:24:36,510 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10] [705] bytes parsed 2019-08-29 06:24:36,511 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2019-08-29 06:24:36,511 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15fc5c8], from state [TRYING] to [COMPLETED] 2019-08-29 06:24:36,512 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x17ac758]: has no contact for request [0x17ca220]. 2019-08-29 06:24:36,512 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2019-08-29 06:24:36,513 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2019-08-29 06:24:36,514 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1757a50] for identity ["DoorPi12" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2019-08-29 06:24:36,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x17cfec8, 0x1757a50, 2, "Registration successful") 2019-08-29 06:24:36,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2019-08-29 06:24:36,515 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [registration_state_changed] 2019-08-29 06:24:41,469 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15fad30], from state [COMPLETED] to [TERMINATED] 2019-08-29 06:24:41,470 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x15fad30] terminated 2019-08-29 06:24:41,521 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15fc5c8], from state [COMPLETED] to [TERMINATED] 2019-08-29 06:24:41,522 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x15fc5c8] terminated 2019-08-29 06:25:11,837 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: received [1071] new bytes from [UDP://192.168.178.1:5060]: INVITE sip:DoorPi12@192.168.178.54 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKEC3D2CD300BD1B2B From: "C5 Mitte" ;tag=28CFE9FBDDE88B7A To: ;+sip.instance="" Call-ID: D31DFAA32A3EEF30@192.168.178.1 CSeq: 28 INVITE Contact: Max-Forwards: 70 P-Called-Party-ID: Expires: 120 Session-Expires: 600;refresher=uac Min-SE: 90 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.07.01 TAL (Oct 22 2018) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Content-Type: application/sdp Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 198 v=0 o=user 7574559 7574559 IN IP4 192.168.178.1 s=call c=IN IP4 192.168.178.1 t=0 0 m=audio 7078 RTP/AVP 9 8 0 101 a=sendrecv a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=rtcp:7079 2019-08-29 06:25:11,881 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10] [873] bytes parsed 2019-08-29 06:25:11,882 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10] read [198] bytes of body from [192.168.178.1:5060] 2019-08-29 06:25:11,889 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x17c91d8], from state [INIT] to [PROCEEDING] 2019-08-29 06:25:11,890 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: message sent to [UDP://192.168.178.1:5060], size: [308] bytes SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKEC3D2CD300BD1B2B From: "C5 Mitte" ;tag=28CFE9FBDDE88B7A To: ;+sip.instance="" Call-ID: D31DFAA32A3EEF30@192.168.178.1 CSeq: 28 INVITE 2019-08-29 06:25:11,891 [INFO] [doorpi.sipphone.from_linphone] New server dialog [0x17ab938] , local tag [], remote tag [28CFE9FBDDE88B7A] 2019-08-29 06:25:11,891 [INFO] [doorpi.sipphone.from_linphone] op [0x1638f08] : set_or_update_dialog() current=[(nil)] new=[0x17ab938] 2019-08-29 06:25:11,892 [INFO] [doorpi.sipphone.from_linphone] new incoming call from ["C5 Mitte" ] to [sip:DoorPi12@192.168.178.54] 2019-08-29 06:25:11,903 [INFO] [doorpi.sipphone.from_linphone] Found payload G722/8000 fmtp= 2019-08-29 06:25:11,904 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2019-08-29 06:25:11,904 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2019-08-29 06:25:11,905 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2019-08-29 06:25:11,907 [INFO] [doorpi.sipphone.from_linphone] Searching for already_a_call_with_remote_address. 2019-08-29 06:25:11,908 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x1814f78] initialized (LinphoneCore version: 3.9.0) 2019-08-29 06:25:11,908 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2019-08-29 06:25:11,909 [INFO] [doorpi.sipphone.from_linphone] Call [0x1814f78]: disabling video in our call params because the remote doesn't want it. 2019-08-29 06:25:11,910 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2019-08-29 06:25:11,911 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2019-08-29 06:25:11,912 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2019-08-29 06:25:11,912 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2019-08-29 06:25:11,913 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x1814f78] 2019-08-29 06:25:11,913 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2019-08-29 06:25:11,914 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2019-08-29 06:25:11,915 [INFO] [doorpi.sipphone.from_linphone] Don't put video stream on local offer for call [0x1814f78] 2019-08-29 06:25:11,915 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1814f78] 2019-08-29 06:25:11,916 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-08-29 06:25:11,916 [INFO] [doorpi.sipphone.from_linphone] No match for G722/8000/1 2019-08-29 06:25:11,918 [INFO] [doorpi.sipphone.from_linphone] Starting local ring... 2019-08-29 06:25:11,919 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-08-29 06:25:11,926 [WARNING] [doorpi.sipphone.from_linphone] MSFilePlayer[0x183ffa8]: failed to open ./share/sounds/linphone/rings/oldphone.wav: No such file or directory 2019-08-29 06:25:11,926 [INFO] [doorpi.sipphone.from_linphone] configuring resampler output to rate=[8000], nchannels=[1] 2019-08-29 06:25:11,927 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x183ffa8,0-->MSDtmfGen:0x1816388,0 2019-08-29 06:25:11,928 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-08-29 06:25:11,928 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker priority set to SCHED_RR and value (99) 2019-08-29 06:25:11,928 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x1816388,0-->MSResample:0x1821430,0 2019-08-29 06:25:11,929 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1821430,0-->MSAlsaWrite:0x17ab5d0,0 2019-08-29 06:25:11,930 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-08-29 06:25:11,930 [INFO] [doorpi.sipphone.from_linphone] Call 0x1814f78: moving from state LinphoneCallIdle to LinphoneCallIncomingReceived 2019-08-29 06:25:11,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cfec8, 0x1814f78, 1, "Incoming call") 2019-08-29 06:25:11,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2019-08-29 06:25:11,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cf5510 2019-08-29 06:25:11,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2019-08-29 06:25:11,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cf5510 2019-08-29 06:25:11,933 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (1 - Incoming call) 2019-08-29 06:25:11,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:11,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x17ca290) 2019-08-29 06:25:11,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-29 06:25:11,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf5540 2019-08-29 06:25:11,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-29 06:25:11,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf5540 2019-08-29 06:25:11,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf5540 2019-08-29 06:25:11,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf5540 2019-08-29 06:25:11,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf5540 [0x17ca290]) 2019-08-29 06:25:11,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74246020 2019-08-29 06:25:11,938 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:11,939 [TRACE] [doorpi.action.handler] fire Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:11,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:11,941 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:11,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5760 2019-08-29 06:25:11,941 [DEBUG] [doorpi.action.handler] no actions for event BeforeCallIncoming - skip fire_event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:11,941 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] is_admin_number (sip:**610@fritz.box) 2019-08-29 06:25:11,942 [TRACE] [doorpi.conf.config_object] get_keys for section AdminNumbers returns ['**610', '**621', '**2'] 2019-08-29 06:25:11,942 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] sip:**610@fritz.box is adminnumber **610 2019-08-29 06:25:11,942 [TRACE] [doorpi.action.handler] fire Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:11,943 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2019-08-29 04:25:11.943561 2019-08-29 06:25:11,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x74305680 [0x17cfec8], 0x2a2810 [(nil)]) 2019-08-29 06:25:11,944 [DEBUG] [doorpi.action.handler] no actions for event OnCallIncoming - skip fire_event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:11,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x17aca90) 2019-08-29 06:25:11,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2019-08-29 06:25:11,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cf5550 2019-08-29 06:25:11,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2019-08-29 06:25:11,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cf5550 2019-08-29 06:25:11,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cf5550 2019-08-29 06:25:11,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cf5550 2019-08-29 06:25:11,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cf5550 [0x17aca90], "/usr/local/etc/DoorPi/records/2019-08-29_06-25-11.wav") 2019-08-29 06:25:11,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2019-08-29 06:25:11,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cf5550 [0x17aca90], 0x2a3128 [1]) 2019-08-29 06:25:11,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2019-08-29 06:25:11,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_accept_call_with_params(0x74305680 [0x17cfec8], 0x76cf5510 [0x1814f78], 0x76cf5550 [0x17aca90]) 2019-08-29 06:25:11,948 [INFO] [doorpi.sipphone.from_linphone] stop ringing 2019-08-29 06:25:11,948 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x183ffa8,0-->MSDtmfGen:0x1816388,0 2019-08-29 06:25:11,948 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x1816388,0-->MSResample:0x1821430,0 2019-08-29 06:25:11,948 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1821430,0-->MSAlsaWrite:0x17ab5d0,0 2019-08-29 06:25:11,957 [INFO] [doorpi.sipphone.from_linphone] Ring MSTicker thread exiting 2019-08-29 06:25:11,958 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2019-08-29 06:25:11,958 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x1814f78] 2019-08-29 06:25:11,958 [INFO] [doorpi.sipphone.from_linphone] configuring prefered card sampling rate to [8000] 2019-08-29 06:25:11,959 [INFO] [doorpi.sipphone.from_linphone] Accepting server transaction [0x17c91d8] on op [0x1638f08] 2019-08-29 06:25:11,959 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type incoming 2019-08-29 06:25:11,959 [INFO] [doorpi.sipphone.from_linphone] No match for G722/8000/1 2019-08-29 06:25:11,960 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: message sent to [UDP://192.168.178.1:5060], size: [769] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKEC3D2CD300BD1B2B From: "C5 Mitte" ;tag=28CFE9FBDDE88B7A To: ;+sip.instance="";tag=KXW5bDr Call-ID: D31DFAA32A3EEF30@192.168.178.1 CSeq: 28 INVITE User-Agent: (belle-sip/1.4.2) Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Contact: ;+sip.instance="" Content-Type: application/sdp Content-Length: 154 v=0 o=DoorPi12 1118 1074 IN IP4 192.168.178.54 s=Talk c=IN IP4 192.168.178.54 t=0 0 m=audio 7078 RTP/AVP 8 0 101 a=rtpmap:101 telephone-event/8000 2019-08-29 06:25:11,960 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INVITE] transaction [0x17c91d8], from state [PROCEEDING] to [ACCEPTED] 2019-08-29 06:25:11,960 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x17ab938]: now updated by transaction [0x17c91d8]. 2019-08-29 06:25:11,961 [INFO] [doorpi.sipphone.from_linphone] Call 0x1814f78: moving from state LinphoneCallIncomingReceived to LinphoneCallConnected 2019-08-29 06:25:11,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cfec8, 0x1814f78, 6, "Connected") 2019-08-29 06:25:11,961 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2019-08-29 06:25:11,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:11,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x17ca290) 2019-08-29 06:25:11,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-29 06:25:11,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf5530 2019-08-29 06:25:11,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-29 06:25:11,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf5530 2019-08-29 06:25:11,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf5530 2019-08-29 06:25:11,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf5530 2019-08-29 06:25:11,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf5530 [0x17ca290]) 2019-08-29 06:25:11,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x742461b0 2019-08-29 06:25:11,963 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:11,964 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:11,964 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:11,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:11,965 [DEBUG] [doorpi.action.handler] [FKJKXX] fire for event OnCallStateConnect this actions [, ] 2019-08-29 06:25:11,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f5760 2019-08-29 06:25:11,966 [TRACE] [doorpi.action.handler] [FKJKXX] try to fire action > with args () and kwargs {} 2019-08-29 06:25:11,966 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:11,966 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-29 06:25:11,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:11,967 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-08-29 06:25:11,968 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:11,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f5760 2019-08-29 06:25:11,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-08-29 06:25:11,969 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_state_changed] 2019-08-29 06:25:11,970 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x1814f78] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2019-08-29 06:25:11,970 [TRACE] [doorpi.action.handler] [FKJKXX] try to fire action > with args () and kwargs {} 2019-08-29 06:25:11,970 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-08-29 06:25:11,970 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2019-08-29 06:25:11,971 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-29 06:25:11,971 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x182ec08] sending to rtp [192.168.178.1:7078] rtcp [192.168.178.1:7079] 2019-08-29 06:25:11,971 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2019-08-29_06-25-11.wav 2019-08-29 06:25:11,972 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x182ec08] 2019-08-29 06:25:11,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:11,972 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2019-08-29 06:25:11,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2019-08-29 06:25:11,997 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2019-08-29_06-25-11.wav 2019-08-29 06:25:11,997 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2019-08-29 06:25:11,997 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-08-29 06:25:11,998 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2019-08-29 06:25:11,999 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-08-29 06:25:11,999 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2019-08-29 06:25:11,999 [TRACE] [doorpi.action.handler] [FKJKXX] finished fire_event for event_name OnCallStateConnect 2019-08-29 06:25:12,000 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x161fb78] using payload's bitrate is 80000 2019-08-29 06:25:12,000 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x161fb78] 2019-08-29 06:25:12,000 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2019-08-29 06:25:12,001 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2019-08-29 06:25:12,001 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x1777b78,0-->MSVolume:0x1814c00,0 2019-08-29 06:25:12,001 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2019-08-29 06:25:12,001 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2019-08-29 06:25:12,001 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1814c00,0-->MSAudioMixer:0x17aa2f8,0 2019-08-29 06:25:12,002 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x17aa2f8,0-->MSAlawEnc:0x1819578,0 2019-08-29 06:25:12,002 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlawEnc:0x1819578,0-->MSRtpSend:0x1839a70,0 2019-08-29 06:25:12,002 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x183ffa8,0-->MSAlawDec:0x17c8c78,0 2019-08-29 06:25:12,002 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlawDec:0x17c8c78,0-->MSGenericPLC:0x1814ef8,0 2019-08-29 06:25:12,002 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x1814ef8,0-->MSDtmfGen:0x17ad8b0,0 2019-08-29 06:25:12,003 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x17ad8b0,0-->MSVolume:0x1817e00,0 2019-08-29 06:25:12,003 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1817e00,0-->MSTee:0x17c7528,0 2019-08-29 06:25:12,003 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x17c7528,0-->MSEqualizer:0x17aec88,0 2019-08-29 06:25:12,003 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x17aec88,0-->MSAudioMixer:0x181eb38,0 2019-08-29 06:25:12,003 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2019-08-29 06:25:12,004 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x16903a8,0-->MSResample:0x17ace10,0 2019-08-29 06:25:12,004 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x17ace10,0-->MSAudioMixer:0x181eb38,1 2019-08-29 06:25:12,004 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x181eb38,0-->MSAlsaWrite:0x1837318,0 2019-08-29 06:25:12,004 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x17ad578,1-->MSResample:0x18147f8,0 2019-08-29 06:25:12,004 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x18147f8,0-->MSOpusEnc:0x17a41f8,0 2019-08-29 06:25:12,005 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x17a41f8,0-->MSMKVRecorder:0x17ab2b8,1 2019-08-29 06:25:12,005 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x17cc598,0-->MSMKVRecorder:0x17ab2b8,0 2019-08-29 06:25:12,005 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x17aa2f8,1-->MSAudioMixer:0x17ad578,0 2019-08-29 06:25:12,005 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x17c7528,1-->MSAudioMixer:0x17ad578,1 2019-08-29 06:25:12,005 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x17ad578,0-->MSFileRec:0x18193f8,0 2019-08-29 06:25:12,006 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-08-29 06:25:12,006 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2019-08-29 06:25:12,023 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2019-08-29 06:25:12,023 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2019-08-29 06:25:12,024 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2019-08-29 06:25:12,024 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0,000000 db], [1,000000] linear 2019-08-29 06:25:12,024 [ERROR] [doorpi.sipphone.from_linphone] MSFileRec: cannot start, state=2 2019-08-29 06:25:12,024 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2019-08-29 06:25:12,025 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2019-08-29 06:25:12,025 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x1814f78] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2019-08-29 06:25:12,025 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x1814f78] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2019-08-29 06:25:12,025 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x1814f78] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2019-08-29 06:25:12,025 [INFO] [doorpi.sipphone.from_linphone] Call 0x1814f78: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2019-08-29 06:25:12,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cfec8, 0x1814f78, 7, "Connected (streams running)") 2019-08-29 06:25:12,026 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Connected (streams running)) 2019-08-29 06:25:12,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x17ca290) 2019-08-29 06:25:12,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-29 06:25:12,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf5560 2019-08-29 06:25:12,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-29 06:25:12,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf5560 2019-08-29 06:25:12,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf5560 2019-08-29 06:25:12,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf5560 2019-08-29 06:25:12,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf5560 [0x17ca290]) 2019-08-29 06:25:12,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x742461b0 2019-08-29 06:25:12,028 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:12,028 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:12,029 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:12,030 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:12,030 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:12,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f5760 2019-08-29 06:25:12,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f5760 2019-08-29 06:25:12,033 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:12,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f5760 2019-08-29 06:25:12,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-08-29 06:25:12,034 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening default at 8000Hz, bits=16, stereo=0 2019-08-29 06:25:12,034 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 256 2019-08-29 06:25:12,035 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2019-08-29 06:25:12,035 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2019-08-29 06:25:12,035 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2019-08-29 06:25:12,035 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x182ec08] 2019-08-29 06:25:12,035 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_state_changed] 2019-08-29 06:25:12,036 [INFO] [doorpi.sipphone.from_linphone] call answered. 2019-08-29 06:25:12,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_accept_call_with_params -> 0x15f576c 2019-08-29 06:25:12,036 [TRACE] [doorpi.action.handler] fire Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:12,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f5760 2019-08-29 06:25:12,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f5760 2019-08-29 06:25:12,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f5760 2019-08-29 06:25:12,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-08-29 06:25:12,038 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_state_changed] 2019-08-29 06:25:12,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,040 [DEBUG] [doorpi.action.handler] no actions for event AfterCallIncoming - skip fire_event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:12,090 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x17aa2f8] is entering bypass mode. 2019-08-29 06:25:12,090 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening default at 8000Hz, bits=16, stereo=0 2019-08-29 06:25:12,091 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:12,091 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 42 micros) 2019-08-29 06:25:12,091 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: received [507] new bytes from [UDP://192.168.178.1:5060]: ACK sip:DoorPi12@192.168.178.54 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK22E13771DE490A2D From: "C5 Mitte" ;tag=28CFE9FBDDE88B7A To: ;+sip.instance="";tag=KXW5bDr Call-ID: D31DFAA32A3EEF30@192.168.178.1 CSeq: 28 ACK Contact: Max-Forwards: 70 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.07.01 TAL (Oct 22 2018) Content-Length: 0 2019-08-29 06:25:12,098 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10] [507] bytes parsed 2019-08-29 06:25:12,099 [INFO] [doorpi.sipphone.from_linphone] Incoming INVITE has ACK, dialog is happy 2019-08-29 06:25:12,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,256 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:12,256 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 200128 micros) 2019-08-29 06:25:12,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:12,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:12,360 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:12,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x18154f0) 2019-08-29 06:25:12,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:12,360 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:12,361 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1814f78]: RTP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2019-08-29 06:25:12,361 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,853272 video=0,000000 2019-08-29 06:25:12,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,464 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:12,464 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 400213 micros) 2019-08-29 06:25:12,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,670 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:12,671 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 600303 micros) 2019-08-29 06:25:12,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,884 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:12,885 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 800449 micros) 2019-08-29 06:25:12,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:12,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:12,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:12,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:12,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,097 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:13,097 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 1000593 micros) 2019-08-29 06:25:13,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,256 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:13,257 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 1200735 micros) 2019-08-29 06:25:13,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:13,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:13,366 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:13,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x18154f0) 2019-08-29 06:25:13,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:13,368 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:13,368 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1814f78]: RTP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2019-08-29 06:25:13,369 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,853272 video=0,000000 2019-08-29 06:25:13,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,475 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:13,476 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 1400881 micros) 2019-08-29 06:25:13,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,688 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:13,688 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 1601033 micros) 2019-08-29 06:25:13,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,847 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:13,848 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 1801179 micros) 2019-08-29 06:25:13,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:13,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:13,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:13,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:13,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,009 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,009 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,010 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,061 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:14,062 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 2001321 micros) 2019-08-29 06:25:14,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,274 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:14,275 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 2201481 micros) 2019-08-29 06:25:14,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:14,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:14,382 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:14,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x18154f0) 2019-08-29 06:25:14,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:14,383 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:14,384 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1814f78]: RTP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2019-08-29 06:25:14,384 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=1,853272 video=0,000000 2019-08-29 06:25:14,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,490 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:14,491 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 2401642 micros) 2019-08-29 06:25:14,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,653 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:14,653 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 2601790 micros) 2019-08-29 06:25:14,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,865 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:14,866 [WARNING] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params (for 2801934 micros) 2019-08-29 06:25:14,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:14,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:14,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:14,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:14,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,078 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: Error setting channels. 2019-08-29 06:25:15,079 [ERROR] [doorpi.sipphone.from_linphone] alsa_open_w: Error setting params for more than 3 seconds 2019-08-29 06:25:15,080 [WARNING] [doorpi.sipphone.from_linphone] MSAudio MSTicker: We are late of 2993 miliseconds. 2019-08-29 06:25:15,080 [ERROR] [doorpi.sipphone.from_linphone] snd_pcm_avail_update: Datenübergabe unterbrochen (broken pipe) 2019-08-29 06:25:15,081 [ERROR] [doorpi.sipphone.from_linphone] *** alsa_can_read fixup, trying to recover 2019-08-29 06:25:15,081 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:713 - SNDRV_PCM_IOCTL_DRAIN failed (-11) 2019-08-29 06:25:15,082 [INFO] [doorpi.sipphone.from_linphone] also error in pcm.c:8424 - overrun occurred 2019-08-29 06:25:15,082 [INFO] [doorpi.sipphone.from_linphone] Recovery done 2019-08-29 06:25:15,083 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=16480 2019-08-29 06:25:15,083 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=16640 2019-08-29 06:25:15,084 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=16800 2019-08-29 06:25:15,084 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=16960 2019-08-29 06:25:15,084 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=17120 2019-08-29 06:25:15,085 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=17280 2019-08-29 06:25:15,085 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=17440 2019-08-29 06:25:15,086 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=17600 2019-08-29 06:25:15,086 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=17760 2019-08-29 06:25:15,087 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=17920 2019-08-29 06:25:15,087 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=18080 2019-08-29 06:25:15,088 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=18240 2019-08-29 06:25:15,088 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=18400 2019-08-29 06:25:15,089 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=18560 2019-08-29 06:25:15,089 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=18720 2019-08-29 06:25:15,090 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=18880 2019-08-29 06:25:15,090 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=19040 2019-08-29 06:25:15,091 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=19200 2019-08-29 06:25:15,091 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=19360 2019-08-29 06:25:15,092 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=19520 2019-08-29 06:25:15,092 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=19680 2019-08-29 06:25:15,093 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=19840 2019-08-29 06:25:15,093 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=20000 2019-08-29 06:25:15,094 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=20160 2019-08-29 06:25:15,094 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=20320 2019-08-29 06:25:15,095 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=20480 2019-08-29 06:25:15,095 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=20640 2019-08-29 06:25:15,096 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=20800 2019-08-29 06:25:15,096 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=20960 2019-08-29 06:25:15,097 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=21120 2019-08-29 06:25:15,097 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=21280 2019-08-29 06:25:15,098 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=21440 2019-08-29 06:25:15,098 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=21600 2019-08-29 06:25:15,099 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=21760 2019-08-29 06:25:15,099 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=21920 2019-08-29 06:25:15,100 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=22080 2019-08-29 06:25:15,100 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=22240 2019-08-29 06:25:15,101 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=22400 2019-08-29 06:25:15,101 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=22560 2019-08-29 06:25:15,102 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=22720 2019-08-29 06:25:15,102 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=22880 2019-08-29 06:25:15,103 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=23040 2019-08-29 06:25:15,103 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=23200 2019-08-29 06:25:15,104 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=23360 2019-08-29 06:25:15,104 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=23520 2019-08-29 06:25:15,105 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=23680 2019-08-29 06:25:15,105 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=23840 2019-08-29 06:25:15,106 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=24000 2019-08-29 06:25:15,106 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=24160 2019-08-29 06:25:15,106 [WARNING] [doorpi.sipphone.from_linphone] rtp_putq: Queue is full. Discarding message with ts=24320 2019-08-29 06:25:15,107 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x182ec08]. 2019-08-29 06:25:15,108 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x161fb78]: receiving RTCP SR 2019-08-29 06:25:15,108 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x161fb78], local statistics available: Local current jitter buffer size: 1323,0ms 2019-08-29 06:25:15,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:15,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:15,110 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:15,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:15,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:15,111 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:15,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,167 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x181eb38] is entering bypass mode. 2019-08-29 06:25:15,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:15,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:15,376 [ERROR] [doorpi.sipphone.from_linphone] snd_pcm_avail_update: Datenübergabe unterbrochen (broken pipe) 2019-08-29 06:25:15,376 [ERROR] [doorpi.sipphone.from_linphone] *** alsa_can_read fixup, trying to recover 2019-08-29 06:25:15,377 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:713 - SNDRV_PCM_IOCTL_DRAIN failed (-11) 2019-08-29 06:25:15,377 [INFO] [doorpi.sipphone.from_linphone] also error in pcm.c:8424 - overrun occurred 2019-08-29 06:25:15,377 [INFO] [doorpi.sipphone.from_linphone] Recovery done 2019-08-29 06:25:15,377 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:15,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x18154f0) 2019-08-29 06:25:15,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:15,378 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:15,378 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1814f78]: RTP audio=[d= 74,5,u=446,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-08-29 06:25:15,378 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=5,688667 video=0,000000 2019-08-29 06:25:15,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,533 [ERROR] [doorpi.sipphone.from_linphone] snd_pcm_avail_update: Datenübergabe unterbrochen (broken pipe) 2019-08-29 06:25:15,533 [ERROR] [doorpi.sipphone.from_linphone] *** alsa_can_read fixup, trying to recover 2019-08-29 06:25:15,533 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:713 - SNDRV_PCM_IOCTL_DRAIN failed (-11) 2019-08-29 06:25:15,534 [INFO] [doorpi.sipphone.from_linphone] also error in pcm.c:8424 - overrun occurred 2019-08-29 06:25:15,534 [INFO] [doorpi.sipphone.from_linphone] Recovery done 2019-08-29 06:25:15,534 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=1435,173311 ms 2019-08-29 06:25:15,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,586 [ERROR] [doorpi.sipphone.from_linphone] snd_pcm_avail_update: Datenübergabe unterbrochen (broken pipe) 2019-08-29 06:25:15,586 [ERROR] [doorpi.sipphone.from_linphone] *** alsa_can_read fixup, trying to recover 2019-08-29 06:25:15,586 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:713 - SNDRV_PCM_IOCTL_DRAIN failed (-11) 2019-08-29 06:25:15,586 [INFO] [doorpi.sipphone.from_linphone] also error in pcm.c:8424 - overrun occurred 2019-08-29 06:25:15,586 [INFO] [doorpi.sipphone.from_linphone] Recovery done 2019-08-29 06:25:15,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,897 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=1278,544486 ms 2019-08-29 06:25:15,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:15,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:15,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:15,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:15,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,212 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=388,335889 ms 2019-08-29 06:25:16,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:16,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:16,368 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:16,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x18154f0) 2019-08-29 06:25:16,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:16,369 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:16,369 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1814f78]: RTP audio=[d= 84,3,u=442,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-08-29 06:25:16,369 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4,619507 video=0,000000 2019-08-29 06:25:16,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,472 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 2246 ms in excess dropped 2019-08-29 06:25:16,473 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 80 ms in excess dropped 2019-08-29 06:25:16,473 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-767,500446 ms 2019-08-29 06:25:16,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,783 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-2020,925440 ms 2019-08-29 06:25:16,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:16,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:16,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:16,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:16,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,046 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-3310,225390 ms 2019-08-29 06:25:17,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,150 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x182ec08]. 2019-08-29 06:25:17,150 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x161fb78], local statistics available: Local current jitter buffer size: 63,4ms 2019-08-29 06:25:17,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:17,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:17,151 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:17,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:17,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:17,358 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-4612,242548 ms 2019-08-29 06:25:17,358 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 124 ms in excess dropped 2019-08-29 06:25:17,358 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:17,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x18154f0) 2019-08-29 06:25:17,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:17,359 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:17,359 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1814f78]: RTP audio=[d= 79,7,u=443,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2019-08-29 06:25:17,359 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4,537568 video=0,000000 2019-08-29 06:25:17,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,619 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-5919,321238 ms 2019-08-29 06:25:17,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,725 [WARNING] [doorpi.sipphone.from_linphone] MSAudio MSTicker: We are late of 51 miliseconds. 2019-08-29 06:25:17,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,932 [WARNING] [doorpi.sipphone.from_linphone] MSAudio MSTicker: We are late of 52 miliseconds. 2019-08-29 06:25:17,933 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-7228,009708 ms 2019-08-29 06:25:17,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:17,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:17,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:17,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:17,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,243 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-8537,097329 ms 2019-08-29 06:25:18,244 [WARNING] [doorpi.sipphone.from_linphone] MSAudio MSTicker: We are late of 51 miliseconds. 2019-08-29 06:25:18,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,295 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 142 ms in excess dropped 2019-08-29 06:25:18,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:18,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:18,348 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:18,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x18154f0) 2019-08-29 06:25:18,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:18,348 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:18,349 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1814f78]: RTP audio=[d= 79,7,u=442,9], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2019-08-29 06:25:18,349 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4,521107 video=0,000000 2019-08-29 06:25:18,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,401 [WARNING] [doorpi.sipphone.from_linphone] MSAudio MSTicker: We are late of 51 miliseconds. 2019-08-29 06:25:18,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,506 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-9846,928644 ms 2019-08-29 06:25:18,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,819 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-11156,634256 ms 2019-08-29 06:25:18,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,871 [WARNING] [doorpi.sipphone.from_linphone] MSAudio MSTicker: We are late of 52 miliseconds. 2019-08-29 06:25:18,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:18,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:18,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:18,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:18,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,078 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-12466,271673 ms 2019-08-29 06:25:19,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,130 [WARNING] [doorpi.sipphone.from_linphone] MSAudio MSTicker: We are late of 52 miliseconds. 2019-08-29 06:25:19,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,182 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 142 ms in excess dropped 2019-08-29 06:25:19,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:19,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:19,341 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:19,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x18154f0) 2019-08-29 06:25:19,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:19,342 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:19,343 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1814f78]: RTP audio=[d= 79,1,u=439,5], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2019-08-29 06:25:19,343 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=10,127621 video=0,000000 2019-08-29 06:25:19,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,395 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-13776,257714 ms 2019-08-29 06:25:19,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,653 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-15085,814242 ms 2019-08-29 06:25:19,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:19,964 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-16395,449940 ms 2019-08-29 06:25:19,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:19,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:19,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:19,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,068 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 138 ms in excess dropped 2019-08-29 06:25:20,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,174 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x182ec08]. 2019-08-29 06:25:20,175 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x161fb78], local statistics available: Local current jitter buffer size: 125,3ms 2019-08-29 06:25:20,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:20,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:20,176 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:20,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,227 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-17705,140336 ms 2019-08-29 06:25:20,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,332 [WARNING] [doorpi.sipphone.from_linphone] MSAudio MSTicker: We are late of 51 miliseconds. 2019-08-29 06:25:20,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x1815438) 2019-08-29 06:25:20,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:20,384 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:20,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cfec8, 0x1814f78, 0x18154f0) 2019-08-29 06:25:20,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2019-08-29 06:25:20,385 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_stats_updated] 2019-08-29 06:25:20,385 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x1814f78]: RTP audio=[d= 78,2,u=434,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 5,9], video=[d= 0,0,u= 0,0] kbits/sec 2019-08-29 06:25:20,385 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4,353816 video=0,000000 2019-08-29 06:25:20,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,540 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-19014,523686 ms 2019-08-29 06:25:20,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,643 [WARNING] [doorpi.sipphone.from_linphone] MSAudio MSTicker: We are late of 51 miliseconds. 2019-08-29 06:25:20,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,850 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-20324,220685 ms 2019-08-29 06:25:20,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:20,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:20,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:20,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:20,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:21,010 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 142 ms in excess dropped 2019-08-29 06:25:21,010 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:21,010 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:21,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:21,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:21,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:21,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:21,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:21,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:21,113 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-21633,993326 ms 2019-08-29 06:25:21,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:21,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x15f5718 2019-08-29 06:25:21,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74305680 [0x17cfec8]) 2019-08-29 06:25:21,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x15f5984 2019-08-29 06:25:21,165 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: received [827] new bytes from [UDP://192.168.178.1:5060]: BYE sip:DoorPi12@192.168.178.54 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK0598DB478007478A From: "C5 Mitte" ;tag=28CFE9FBDDE88B7A To: ;+sip.instance="";tag=KXW5bDr Call-ID: D31DFAA32A3EEF30@192.168.178.1 CSeq: 29 BYE X-RTP-Stat: CS=167;PS=124;ES=457;OS=19840;SP=0/0;SO=0;QS=-;PR=1608;ER=457;OR=257280;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=-/-;EN=PCMA;DE=PCMA;JI=138,718;DL=578,577,579;IP=192.168.178.1:7078,192.168.178.54:7078 X-RTP-Stat-Add: DQ=0;DSS=0;DS=0;PLCS=0;JS=0 X-SIP-Stat: DRT=0;IR=0 Reason: Q.850; cause=16 Max-Forwards: 70 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.07.01 TAL (Oct 22 2018) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2019-08-29 06:25:21,172 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10] [827] bytes parsed 2019-08-29 06:25:21,173 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x1817b38], from state [INIT] to [TRYING] 2019-08-29 06:25:21,174 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x1817b38], from state [TRYING] to [COMPLETED] 2019-08-29 06:25:21,174 [INFO] [doorpi.sipphone.from_linphone] channel [0x17dea10]: message sent to [UDP://192.168.178.1:5060], size: [365] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK0598DB478007478A From: "C5 Mitte" ;tag=28CFE9FBDDE88B7A To: ;+sip.instance="";tag=KXW5bDr Call-ID: D31DFAA32A3EEF30@192.168.178.1 CSeq: 29 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2019-08-29 06:25:21,174 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x17ab938]: now updated by transaction [0x1817b38]. 2019-08-29 06:25:21,175 [INFO] [doorpi.sipphone.from_linphone] dialog [0x17ab938] deleted. 2019-08-29 06:25:21,175 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2019-08-29 06:25:21,177 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2019-08-29 06:25:21,178 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2019-08-29 06:25:21,178 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-08-29 06:25:21,178 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2019-08-29 06:25:21,179 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-08-29 06:25:21,179 [INFO] [doorpi.sipphone.from_linphone] sent 1622 packets 2019-08-29 06:25:21,179 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2019-08-29 06:25:21,179 [INFO] [doorpi.sipphone.from_linphone] 278984 bytes 2019-08-29 06:25:21,179 [INFO] [doorpi.sipphone.from_linphone] received 457 packets 2019-08-29 06:25:21,180 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2019-08-29 06:25:21,180 [INFO] [doorpi.sipphone.from_linphone] 78604 bytes 2019-08-29 06:25:21,180 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 52804 bytes 2019-08-29 06:25:21,180 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2019-08-29 06:25:21,180 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 28 packets 2019-08-29 06:25:21,181 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2019-08-29 06:25:21,181 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 50 packets 2019-08-29 06:25:21,181 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-08-29 06:25:21,181 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x1777b78,0-->MSVolume:0x1814c00,0 2019-08-29 06:25:21,181 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1814c00,0-->MSAudioMixer:0x17aa2f8,0 2019-08-29 06:25:21,182 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x17aa2f8,0-->MSAlawEnc:0x1819578,0 2019-08-29 06:25:21,182 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlawEnc:0x1819578,0-->MSRtpSend:0x1839a70,0 2019-08-29 06:25:21,182 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x183ffa8,0-->MSAlawDec:0x17c8c78,0 2019-08-29 06:25:21,182 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlawDec:0x17c8c78,0-->MSGenericPLC:0x1814ef8,0 2019-08-29 06:25:21,182 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x1814ef8,0-->MSDtmfGen:0x17ad8b0,0 2019-08-29 06:25:21,183 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x17ad8b0,0-->MSVolume:0x1817e00,0 2019-08-29 06:25:21,183 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1817e00,0-->MSTee:0x17c7528,0 2019-08-29 06:25:21,183 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x17c7528,0-->MSEqualizer:0x17aec88,0 2019-08-29 06:25:21,183 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x17aec88,0-->MSAudioMixer:0x181eb38,0 2019-08-29 06:25:21,183 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x16903a8,0-->MSResample:0x17ace10,0 2019-08-29 06:25:21,184 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x17ace10,0-->MSAudioMixer:0x181eb38,1 2019-08-29 06:25:21,184 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x181eb38,0-->MSAlsaWrite:0x1837318,0 2019-08-29 06:25:21,184 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x17ad578,1-->MSResample:0x18147f8,0 2019-08-29 06:25:21,184 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x18147f8,0-->MSOpusEnc:0x17a41f8,0 2019-08-29 06:25:21,184 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x17a41f8,0-->MSMKVRecorder:0x17ab2b8,1 2019-08-29 06:25:21,185 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x17cc598,0-->MSMKVRecorder:0x17ab2b8,0 2019-08-29 06:25:21,185 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x17aa2f8,1-->MSAudioMixer:0x17ad578,0 2019-08-29 06:25:21,185 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x17c7528,1-->MSAudioMixer:0x17ad578,1 2019-08-29 06:25:21,185 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x17ad578,0-->MSFileRec:0x18193f8,0 2019-08-29 06:25:21,186 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2019-08-29 06:25:21,186 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-08-29 06:25:21,186 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2019-08-29 06:25:21,186 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2019-08-29 06:25:21,186 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2019-08-29 06:25:21,187 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 2854 1,05262 63,2116 2019-08-29 06:25:21,187 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 3114 0,45747 29,9736 2019-08-29 06:25:21,187 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 3115 0,0240119 1,57377 2019-08-29 06:25:21,187 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 3114 0,0227502 1,4906 2019-08-29 06:25:21,188 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 3115 0,0203494 1,33373 2019-08-29 06:25:21,188 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 3115 0,0135496 0,888058 2019-08-29 06:25:21,188 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 9345 0,00337389 0,663247 2019-08-29 06:25:21,188 [INFO] [doorpi.sipphone.from_linphone] MSVolume 3815 0,00258 0,207084 2019-08-29 06:25:21,188 [INFO] [doorpi.sipphone.from_linphone] MSAlawEnc 1009 0,00842886 0,179064 2019-08-29 06:25:21,189 [INFO] [doorpi.sipphone.from_linphone] MSTee 2806 0,00176614 0,104277 2019-08-29 06:25:21,189 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 3115 0,00150941 0,0989292 2019-08-29 06:25:21,189 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 3117 0,000745451 0,0488893 2019-08-29 06:25:21,189 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 1557 0,00141546 0,0463856 2019-08-29 06:25:21,189 [INFO] [doorpi.sipphone.from_linphone] MSAlawDec 307 0,00711994 0,046126 2019-08-29 06:25:21,190 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 3117 0,00054467 0,0357214 2019-08-29 06:25:21,190 [INFO] [doorpi.sipphone.from_linphone] MSResample 3114 0,000530435 0,0347543 2019-08-29 06:25:21,190 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 3115 0,000490731 0,0321632 2019-08-29 06:25:21,190 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 2806 0,000541751 0,031986 2019-08-29 06:25:21,190 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2019-08-29 06:25:21,191 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2019-08-29 06:25:21,191 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2019-08-29 06:25:21,191 [INFO] [doorpi.sipphone.from_linphone] Call 0x1814f78: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2019-08-29 06:25:21,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x17cfec8, 0x1753a68) 2019-08-29 06:25:21,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2019-08-29 06:25:21,198 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2019-08-29 06:25:21,198 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_log_updated] 2019-08-29 06:25:21,198 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2019-08-29 06:25:21,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cfec8, 0x1814f78, 13, "Call ended") 2019-08-29 06:25:21,199 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2019-08-29 06:25:21,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:21,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x17ca290) 2019-08-29 06:25:21,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-29 06:25:21,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf55a0 2019-08-29 06:25:21,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-29 06:25:21,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf55a0 2019-08-29 06:25:21,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf55a0 2019-08-29 06:25:21,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf55a0 2019-08-29 06:25:21,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf55a0 [0x17ca290]) 2019-08-29 06:25:21,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x742461d8 2019-08-29 06:25:21,201 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:21,202 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:21,202 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:21,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:21,203 [DEBUG] [doorpi.action.handler] [SO8MM5] fire for event OnCallStateDisconnect this actions [, ] 2019-08-29 06:25:21,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f576c 2019-08-29 06:25:21,204 [TRACE] [doorpi.action.handler] [SO8MM5] try to fire action > with args () and kwargs {} 2019-08-29 06:25:21,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:21,204 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-29 06:25:21,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f576c 2019-08-29 06:25:21,205 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-08-29 06:25:21,205 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:21,206 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-08-29 06:25:21,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:21,207 [TRACE] [doorpi.action.handler] [SO8MM5] try to fire action > with args () and kwargs {} 2019-08-29 06:25:21,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f576c 2019-08-29 06:25:21,208 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-29 06:25:21,208 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:21,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-08-29 06:25:21,209 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_state_changed] 2019-08-29 06:25:21,209 [TRACE] [doorpi.action.handler] [SO8MM5] finished fire_event for event_name OnCallStateDisconnect 2019-08-29 06:25:21,260 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x17ab938] terminated for op [0x1638f08] 2019-08-29 06:25:21,310 [INFO] [doorpi.sipphone.from_linphone] Call 0x1814f78: moving from state LinphoneCallEnd to LinphoneCallReleased 2019-08-29 06:25:21,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cfec8, 0x1814f78, 18, "Call released") 2019-08-29 06:25:21,311 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2019-08-29 06:25:21,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf5510 [0x1814f78]) 2019-08-29 06:25:21,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x17ca290) 2019-08-29 06:25:21,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2019-08-29 06:25:21,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf5520 2019-08-29 06:25:21,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2019-08-29 06:25:21,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf5520 2019-08-29 06:25:21,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf5520 2019-08-29 06:25:21,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf5520 2019-08-29 06:25:21,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf5520 [0x17ca290]) 2019-08-29 06:25:21,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x742462c8 2019-08-29 06:25:21,313 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2019-08-29 06:25:21,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:21,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f576c 2019-08-29 06:25:21,315 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:21,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:21,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f576c 2019-08-29 06:25:21,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74305680 [0x17cfec8]) 2019-08-29 06:25:21,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x15f576c 2019-08-29 06:25:21,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2019-08-29 06:25:21,316 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cfec8] notifying [call_state_changed] 2019-08-29 06:25:21,316 [INFO] [doorpi.sipphone.from_linphone] op [0x1638f08] : set_or_update_dialog() current=[0x17ab938] new=[(nil)] 2019-08-29 06:25:30,130 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2019-08-29 06:25:30,132 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_24 from doorpi.keyboard.from_gpio asyncron 2019-08-29 06:25:30,133 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.24 from doorpi.keyboard.from_gpio asyncron 2019-08-29 06:25:30,134 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2019-08-29 06:25:30,136 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_24 - skip fire_event OnKeyUp_24 from doorpi.keyboard.from_gpio 2019-08-29 06:25:30,137 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.24 - skip fire_event OnKeyUp_onboardpins.24 from doorpi.keyboard.from_gpio 2019-08-29 06:25:43,518 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2019-08-29 06:25:43,519 [DEBUG] [doorpi.doorpi] destroy doorpi 2019-08-29 06:25:43,520 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [, <_MainThread(MainThread, started 1995948048)>, <_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:43,520 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2019-08-29 06:25:43,522 [DEBUG] [doorpi.action.handler] [JSY5YO] fire for event OnShutdown this actions [, , , ] 2019-08-29 06:25:43,523 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2019-08-29 06:25:43,523 [TRACE] [doorpi.action.handler] [JSY5YO] try to fire action TimeTickDestroyAction with args () and kwargs {} 2019-08-29 06:25:43,524 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2019-08-29 06:25:43,525 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2019-08-29 06:25:43,525 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,526 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2019-08-29 06:25:43,526 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2019-08-29 06:25:43,526 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,527 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2019-08-29 06:25:43,527 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2019-08-29 06:25:43,528 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,528 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2019-08-29 06:25:43,529 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2019-08-29 06:25:43,529 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,530 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2019-08-29 06:25:43,530 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2019-08-29 06:25:43,530 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,531 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2019-08-29 06:25:43,531 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2019-08-29 06:25:43,532 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,532 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2019-08-29 06:25:43,532 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2019-08-29 06:25:43,533 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,533 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2019-08-29 06:25:43,534 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2019-08-29 06:25:43,534 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,534 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2019-08-29 06:25:43,535 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2019-08-29 06:25:43,535 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,536 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2019-08-29 06:25:43,536 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2019-08-29 06:25:43,537 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,537 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2019-08-29 06:25:43,537 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2019-08-29 06:25:43,538 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,538 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2019-08-29 06:25:43,539 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2019-08-29 06:25:43,539 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,540 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2019-08-29 06:25:43,540 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2019-08-29 06:25:43,540 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,541 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2019-08-29 06:25:43,541 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2019-08-29 06:25:43,542 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,542 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2019-08-29 06:25:43,543 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2019-08-29 06:25:43,543 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,543 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2019-08-29 06:25:43,544 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2019-08-29 06:25:43,544 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,545 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2019-08-29 06:25:43,545 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2019-08-29 06:25:43,545 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,546 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2019-08-29 06:25:43,546 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2019-08-29 06:25:43,547 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,547 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2019-08-29 06:25:43,548 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2019-08-29 06:25:43,548 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,548 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2019-08-29 06:25:43,549 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2019-08-29 06:25:43,549 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,550 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2019-08-29 06:25:43,550 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2019-08-29 06:25:43,551 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,551 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2019-08-29 06:25:43,551 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2019-08-29 06:25:43,552 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,552 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2019-08-29 06:25:43,553 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2019-08-29 06:25:43,553 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,553 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2019-08-29 06:25:43,554 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2019-08-29 06:25:43,554 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,555 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2019-08-29 06:25:43,555 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2019-08-29 06:25:43,556 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,556 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2019-08-29 06:25:43,556 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2019-08-29 06:25:43,557 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,557 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2019-08-29 06:25:43,558 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2019-08-29 06:25:43,558 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,558 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2019-08-29 06:25:43,559 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2019-08-29 06:25:43,559 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,560 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2019-08-29 06:25:43,560 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2019-08-29 06:25:43,561 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,561 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2019-08-29 06:25:43,562 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2019-08-29 06:25:43,562 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,562 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2019-08-29 06:25:43,563 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2019-08-29 06:25:43,563 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,564 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2019-08-29 06:25:43,564 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2019-08-29 06:25:43,564 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,565 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2019-08-29 06:25:43,565 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2019-08-29 06:25:43,566 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,566 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2019-08-29 06:25:43,566 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2019-08-29 06:25:43,567 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,567 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2019-08-29 06:25:43,568 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2019-08-29 06:25:43,568 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,569 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2019-08-29 06:25:43,569 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2019-08-29 06:25:43,569 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,570 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2019-08-29 06:25:43,570 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2019-08-29 06:25:43,571 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,571 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2019-08-29 06:25:43,572 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2019-08-29 06:25:43,572 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,572 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2019-08-29 06:25:43,573 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2019-08-29 06:25:43,573 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,574 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2019-08-29 06:25:43,574 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2019-08-29 06:25:43,575 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,575 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2019-08-29 06:25:43,575 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2019-08-29 06:25:43,576 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,576 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2019-08-29 06:25:43,577 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2019-08-29 06:25:43,577 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,577 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2019-08-29 06:25:43,578 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2019-08-29 06:25:43,578 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,579 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2019-08-29 06:25:43,579 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2019-08-29 06:25:43,580 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,580 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2019-08-29 06:25:43,580 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2019-08-29 06:25:43,581 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,581 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2019-08-29 06:25:43,582 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2019-08-29 06:25:43,582 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,583 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2019-08-29 06:25:43,583 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2019-08-29 06:25:43,583 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,584 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2019-08-29 06:25:43,584 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2019-08-29 06:25:43,585 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,585 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2019-08-29 06:25:43,585 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2019-08-29 06:25:43,586 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,586 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2019-08-29 06:25:43,587 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2019-08-29 06:25:43,587 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,588 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2019-08-29 06:25:43,588 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2019-08-29 06:25:43,588 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,589 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2019-08-29 06:25:43,589 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2019-08-29 06:25:43,590 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,590 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2019-08-29 06:25:43,591 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2019-08-29 06:25:43,591 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,591 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2019-08-29 06:25:43,592 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2019-08-29 06:25:43,592 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,593 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2019-08-29 06:25:43,593 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2019-08-29 06:25:43,593 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,594 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2019-08-29 06:25:43,594 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2019-08-29 06:25:43,595 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,595 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2019-08-29 06:25:43,596 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2019-08-29 06:25:43,596 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,596 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2019-08-29 06:25:43,597 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2019-08-29 06:25:43,597 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,598 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2019-08-29 06:25:43,598 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2019-08-29 06:25:43,598 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,599 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2019-08-29 06:25:43,599 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2019-08-29 06:25:43,600 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,600 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2019-08-29 06:25:43,601 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2019-08-29 06:25:43,601 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,601 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2019-08-29 06:25:43,601 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2019-08-29 06:25:43,602 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,602 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2019-08-29 06:25:43,602 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2019-08-29 06:25:43,602 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,602 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2019-08-29 06:25:43,602 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2019-08-29 06:25:43,603 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,603 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2019-08-29 06:25:43,603 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2019-08-29 06:25:43,603 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,603 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2019-08-29 06:25:43,603 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2019-08-29 06:25:43,604 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,604 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2019-08-29 06:25:43,604 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2019-08-29 06:25:43,604 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,604 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2019-08-29 06:25:43,605 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2019-08-29 06:25:43,605 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,605 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2019-08-29 06:25:43,605 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2019-08-29 06:25:43,605 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,605 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2019-08-29 06:25:43,606 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2019-08-29 06:25:43,606 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,606 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2019-08-29 06:25:43,606 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2019-08-29 06:25:43,606 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,607 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2019-08-29 06:25:43,607 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2019-08-29 06:25:43,607 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,607 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2019-08-29 06:25:43,607 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2019-08-29 06:25:43,607 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,608 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2019-08-29 06:25:43,608 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2019-08-29 06:25:43,608 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,608 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2019-08-29 06:25:43,608 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2019-08-29 06:25:43,608 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,609 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2019-08-29 06:25:43,609 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2019-08-29 06:25:43,609 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,609 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2019-08-29 06:25:43,609 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2019-08-29 06:25:43,610 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,610 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2019-08-29 06:25:43,610 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2019-08-29 06:25:43,610 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,610 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2019-08-29 06:25:43,611 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2019-08-29 06:25:43,611 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,611 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2019-08-29 06:25:43,611 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2019-08-29 06:25:43,611 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,611 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2019-08-29 06:25:43,612 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2019-08-29 06:25:43,612 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,612 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2019-08-29 06:25:43,612 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2019-08-29 06:25:43,612 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,613 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2019-08-29 06:25:43,613 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2019-08-29 06:25:43,613 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,613 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2019-08-29 06:25:43,613 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2019-08-29 06:25:43,613 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,614 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2019-08-29 06:25:43,614 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2019-08-29 06:25:43,614 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,614 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2019-08-29 06:25:43,614 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2019-08-29 06:25:43,614 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,615 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2019-08-29 06:25:43,615 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2019-08-29 06:25:43,615 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,615 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2019-08-29 06:25:43,615 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2019-08-29 06:25:43,616 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,616 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2019-08-29 06:25:43,616 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2019-08-29 06:25:43,616 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,616 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2019-08-29 06:25:43,616 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2019-08-29 06:25:43,617 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,617 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2019-08-29 06:25:43,617 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2019-08-29 06:25:43,617 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,617 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2019-08-29 06:25:43,618 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2019-08-29 06:25:43,618 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,618 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2019-08-29 06:25:43,618 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2019-08-29 06:25:43,618 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,618 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2019-08-29 06:25:43,619 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2019-08-29 06:25:43,619 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,619 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2019-08-29 06:25:43,619 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2019-08-29 06:25:43,619 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,620 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2019-08-29 06:25:43,620 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2019-08-29 06:25:43,620 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,620 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2019-08-29 06:25:43,620 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2019-08-29 06:25:43,620 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,621 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2019-08-29 06:25:43,621 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2019-08-29 06:25:43,621 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,621 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2019-08-29 06:25:43,621 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2019-08-29 06:25:43,621 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,622 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2019-08-29 06:25:43,622 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2019-08-29 06:25:43,622 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,622 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2019-08-29 06:25:43,622 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2019-08-29 06:25:43,623 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,623 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2019-08-29 06:25:43,623 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2019-08-29 06:25:43,623 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,623 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2019-08-29 06:25:43,623 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2019-08-29 06:25:43,624 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,624 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2019-08-29 06:25:43,624 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2019-08-29 06:25:43,624 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,624 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2019-08-29 06:25:43,625 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2019-08-29 06:25:43,625 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2019-08-29 06:25:43,625 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2019-08-29 06:25:43,625 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2019-08-29 06:25:43,625 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2019-08-29 06:25:43,626 [TRACE] [doorpi.action.handler] [JSY5YO] try to fire action WebServerShutdownAction with args () and kwargs {} 2019-08-29 06:25:43,626 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2019-08-29 06:25:43,626 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2019-08-29 06:25:43,627 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2019-08-29 06:25:43,627 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2019-08-29 06:25:43,627 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2019-08-29 06:25:43,628 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2019-08-29 06:25:43,628 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2019-08-29 06:25:43,628 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2019-08-29 06:25:43,628 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2019-08-29 06:25:43,629 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2019-08-29 06:25:43,629 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2019-08-29 06:25:43,629 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2019-08-29 06:25:43,629 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2019-08-29 06:25:43,629 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2019-08-29 06:25:43,630 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2019-08-29 06:25:43,630 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2019-08-29 06:25:43,630 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2019-08-29 06:25:43,630 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2019-08-29 06:25:43,630 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2019-08-29 06:25:43,631 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2019-08-29 06:25:43,631 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2019-08-29 06:25:43,631 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2019-08-29 06:25:43,631 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2019-08-29 06:25:43,631 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2019-08-29 06:25:43,631 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2019-08-29 06:25:43,632 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2019-08-29 06:25:43,632 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2019-08-29 06:25:43,632 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2019-08-29 06:25:43,632 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2019-08-29 06:25:43,637 [TRACE] [doorpi.action.handler] [X8HICS] finished fire_event for event_name OnWebServerStart 2019-08-29 06:25:43,638 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2019-08-29 06:25:43,639 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2019-08-29 06:25:43,639 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2019-08-29 06:25:43,639 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2019-08-29 06:25:43,640 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2019-08-29 06:25:43,640 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2019-08-29 06:25:43,640 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2019-08-29 06:25:43,640 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2019-08-29 06:25:43,641 [TRACE] [doorpi.action.handler] [JSY5YO] try to fire action KeyboardDestroyAction with args () and kwargs {} 2019-08-29 06:25:43,641 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2019-08-29 06:25:43,641 [DEBUG] [doorpi.keyboard.from_gpio] destroy 2019-08-29 06:25:43,643 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_gpio and force_unregister is True 2019-08-29 06:25:43,643 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_gpio 2019-08-29 06:25:43,644 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2019-08-29 06:25:43,644 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed 2019-08-29 06:25:43,644 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_gpio 2019-08-29 06:25:43,645 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2019-08-29 06:25:43,645 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp 2019-08-29 06:25:43,645 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_24 from doorpi.keyboard.from_gpio 2019-08-29 06:25:43,646 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_24 - remove event too 2019-08-29 06:25:43,646 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_24 2019-08-29 06:25:43,646 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.24 from doorpi.keyboard.from_gpio 2019-08-29 06:25:43,646 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.24 - remove event too 2019-08-29 06:25:43,646 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_onboardpins.24 2019-08-29 06:25:43,647 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.24 from doorpi.keyboard.from_gpio 2019-08-29 06:25:43,647 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.24 - remove event too 2019-08-29 06:25:43,647 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_onboardpins.24 2019-08-29 06:25:43,647 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_24 from doorpi.keyboard.from_gpio 2019-08-29 06:25:43,648 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_24 - remove event too 2019-08-29 06:25:43,648 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_24 2019-08-29 06:25:43,648 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_gpio 2019-08-29 06:25:43,648 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2019-08-29 06:25:43,649 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown 2019-08-29 06:25:43,649 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_24 from doorpi.keyboard.from_gpio 2019-08-29 06:25:43,649 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_24 - remove event too 2019-08-29 06:25:43,649 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_24 2019-08-29 06:25:43,650 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.24 from doorpi.keyboard.from_gpio 2019-08-29 06:25:43,650 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.24 - remove event too 2019-08-29 06:25:43,650 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_onboardpins.24 2019-08-29 06:25:43,650 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed 2019-08-29 06:25:43,651 [TRACE] [doorpi.action.handler] [JSY5YO] try to fire action > with args () and kwargs {} 2019-08-29 06:25:43,651 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-29 06:25:43,652 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2019-08-29 06:25:43,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x74305680 [0x17cfec8]) 2019-08-29 06:25:43,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x15f576c 2019-08-29 06:25:43,653 [DEBUG] [doorpi.action.handler] [RE5AVH] fire for event OnSipPhoneDestroy this actions [, , ] 2019-08-29 06:25:43,653 [TRACE] [doorpi.action.handler] [RE5AVH] try to fire action > with args () and kwargs {} 2019-08-29 06:25:43,654 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-29 06:25:43,654 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2019-08-29 06:25:43,654 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2019-08-29 06:25:43,655 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,655 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2019-08-29 06:25:43,655 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2019-08-29 06:25:43,655 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,656 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2019-08-29 06:25:43,656 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2019-08-29 06:25:43,656 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,656 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2019-08-29 06:25:43,656 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2019-08-29 06:25:43,657 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,657 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2019-08-29 06:25:43,657 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2019-08-29 06:25:43,657 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,658 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2019-08-29 06:25:43,658 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2019-08-29 06:25:43,658 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,658 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2019-08-29 06:25:43,659 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2019-08-29 06:25:43,659 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,659 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2019-08-29 06:25:43,660 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2019-08-29 06:25:43,660 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,660 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2019-08-29 06:25:43,660 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2019-08-29 06:25:43,660 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,661 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2019-08-29 06:25:43,661 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2019-08-29 06:25:43,661 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,661 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2019-08-29 06:25:43,662 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2019-08-29 06:25:43,662 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,662 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2019-08-29 06:25:43,663 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2019-08-29 06:25:43,663 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,663 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2019-08-29 06:25:43,663 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2019-08-29 06:25:43,663 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,663 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2019-08-29 06:25:43,664 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2019-08-29 06:25:43,664 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,664 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2019-08-29 06:25:43,664 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2019-08-29 06:25:43,664 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,665 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2019-08-29 06:25:43,665 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2019-08-29 06:25:43,665 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,665 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2019-08-29 06:25:43,665 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2019-08-29 06:25:43,665 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,666 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2019-08-29 06:25:43,666 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2019-08-29 06:25:43,666 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,666 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2019-08-29 06:25:43,666 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2019-08-29 06:25:43,667 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,667 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2019-08-29 06:25:43,667 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2019-08-29 06:25:43,667 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,667 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2019-08-29 06:25:43,667 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2019-08-29 06:25:43,668 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2019-08-29 06:25:43,668 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2019-08-29 06:25:43,668 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2019-08-29 06:25:43,668 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2019-08-29 06:25:43,669 [TRACE] [doorpi.action.handler] [RE5AVH] try to fire action > with args () and kwargs {} 2019-08-29 06:25:43,669 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-29 06:25:43,669 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2019-08-29 06:25:43,670 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2019-08-29 06:25:43,670 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2019-08-29 06:25:43,670 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-08-29 06:25:43,670 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2019-08-29 06:25:43,671 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2019-08-29 06:25:43,671 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2019-08-29 06:25:43,671 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2019-08-29 06:25:43,671 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2019-08-29 06:25:43,672 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2019-08-29 06:25:43,672 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2019-08-29 06:25:43,672 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2019-08-29 06:25:43,672 [TRACE] [doorpi.action.handler] [RE5AVH] try to fire action > with args () and kwargs {} 2019-08-29 06:25:43,673 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2019-08-29 06:25:43,673 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2019-08-29 06:25:43,673 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2019-08-29 06:25:43,673 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2019-08-29 06:25:43,674 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2019-08-29 06:25:43,674 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2019-08-29 06:25:43,674 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2019-08-29 06:25:43,674 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2019-08-29 06:25:43,674 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2019-08-29 06:25:43,675 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2019-08-29 06:25:43,675 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2019-08-29 06:25:43,675 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2019-08-29 06:25:43,675 [TRACE] [doorpi.action.handler] [RE5AVH] finished fire_event for event_name OnSipPhoneDestroy 2019-08-29 06:25:43,675 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2019-08-29 06:25:43,676 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,676 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2019-08-29 06:25:43,676 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2019-08-29 06:25:43,676 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,676 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2019-08-29 06:25:43,677 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2019-08-29 06:25:43,677 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,677 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2019-08-29 06:25:43,677 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2019-08-29 06:25:43,677 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,677 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2019-08-29 06:25:43,678 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2019-08-29 06:25:43,678 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,678 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2019-08-29 06:25:43,678 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2019-08-29 06:25:43,678 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,679 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2019-08-29 06:25:43,679 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2019-08-29 06:25:43,679 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,679 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2019-08-29 06:25:43,679 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2019-08-29 06:25:43,680 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,680 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2019-08-29 06:25:43,680 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2019-08-29 06:25:43,680 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,680 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2019-08-29 06:25:43,680 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2019-08-29 06:25:43,681 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,681 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2019-08-29 06:25:43,681 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2019-08-29 06:25:43,681 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,681 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2019-08-29 06:25:43,682 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2019-08-29 06:25:43,682 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2019-08-29 06:25:43,682 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2019-08-29 06:25:43,682 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2019-08-29 06:25:43,682 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2019-08-29 06:25:43,683 [TRACE] [doorpi.action.handler] [JSY5YO] finished fire_event for event_name OnShutdown 2019-08-29 06:25:43,683 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2019-08-29 06:25:43,684 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2019-08-29 06:25:44,184 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2019-08-29 06:25:44,185 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:44,185 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-29 06:25:44,686 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2019-08-29 06:25:44,686 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:44,687 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-29 06:25:45,188 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2019-08-29 06:25:45,189 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:45,189 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-29 06:25:45,690 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2019-08-29 06:25:45,691 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:45,691 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-29 06:25:46,193 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 1 and 1 event 2019-08-29 06:25:46,193 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:46,194 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-29 06:25:46,695 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 1 and 1 event 2019-08-29 06:25:46,695 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:46,696 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-29 06:25:47,197 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 1 and 1 event 2019-08-29 06:25:47,198 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:47,198 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-29 06:25:47,699 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 1 and 1 event 2019-08-29 06:25:47,700 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:47,701 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-29 06:25:48,202 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 1 and 1 event 2019-08-29 06:25:48,202 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:48,203 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-29 06:25:48,704 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 1 and 1 event 2019-08-29 06:25:48,705 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:48,709 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2019-08-29 06:25:49,210 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [<_DummyThread(Dummy-1, started daemon 1971209312)>] 2019-08-29 06:25:49,211 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========