2020-03-30 12:08:52,529 [DEBUG] [doorpi.doorpi] run 2020-03-30 12:08:52,530 [DEBUG] [doorpi.doorpi] prepare 2020-03-30 12:08:52,530 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile='/usr/local/etc/DoorPi/conf/doorpi.ini', debug=False, test=False, trace=True) 2020-03-30 12:08:52,533 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2020-03-30 12:08:52,536 [DEBUG] [doorpi.conf.config_object] __init__ 2020-03-30 12:08:52,537 [TRACE] [doorpi.conf.config_object] get_from_config 2020-03-30 12:08:52,539 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2020-03-30 12:08:52,539 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2020-03-30 12:08:52,540 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2020-03-30 12:08:52,542 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2020-03-30 12:08:52,543 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2020-03-30 12:08:52,543 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2020-03-30 12:08:52,544 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2020-03-30 12:08:52,544 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2020-03-30 12:08:52,544 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2020-03-30 12:08:52,545 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2020-03-30 12:08:52,545 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2020-03-30 12:08:52,545 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2020-03-30 12:08:52,546 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2020-03-30 12:08:52,546 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2020-03-30 12:08:52,546 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2020-03-30 12:08:52,547 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2020-03-30 12:08:52,548 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2020-03-30 12:08:52,549 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2020-03-30 12:08:52,550 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2020-03-30 12:08:52,551 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2020-03-30 12:08:52,551 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2020-03-30 12:08:52,551 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2020-03-30 12:08:52,553 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2020-03-30 12:08:52,553 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2020-03-30 12:08:52,554 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2020-03-30 12:08:52,554 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2020-03-30 12:08:52,554 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2020-03-30 12:08:52,555 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2020-03-30 12:08:52,555 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2020-03-30 12:08:52,556 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2020-03-30 12:08:52,556 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2020-03-30 12:08:52,557 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2020-03-30 12:08:52,557 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2020-03-30 12:08:52,558 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2020-03-30 12:08:52,558 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2020-03-30 12:08:52,559 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2020-03-30 12:08:52,559 [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 2020-03-30 12:08:52,560 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2020-03-30 12:08:52,560 [WARNING] [root] section WritePermission not found in configfile 2020-03-30 12:08:52,561 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns [] 2020-03-30 12:08:52,561 [WARNING] [root] section ReadPermission not found in configfile 2020-03-30 12:08:52,561 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2020-03-30 12:08:52,562 [WARNING] [root] section Group not found in configfile 2020-03-30 12:08:52,562 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns [] 2020-03-30 12:08:52,562 [WARNING] [root] section User not found in configfile 2020-03-30 12:08:52,563 [TRACE] [doorpi.conf.config_object] get_keys for section User returns [] 2020-03-30 12:08:52,563 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_OutputPins', 'AREA_public', 'onboardpins_keyboard', 'EVENT_OnSipPhoneMakeCall', 'keyboards', 'AdminNumbers', 'SIP-Phone', 'EVENT_OnCallStateDisconnect', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2020-03-30 12:08:52,564 [ERROR] [doorpi.status.webserver] no ReadPermission found 2020-03-30 12:08:52,564 [ERROR] [doorpi.status.webserver] no groups in configfile! 2020-03-30 12:08:52,564 [ERROR] [doorpi.status.webserver] no WritePermission found 2020-03-30 12:08:52,565 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2020-03-30 12:08:52,565 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2020-03-30 12:08:52,565 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2020-03-30 12:08:52,567 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,567 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2020-03-30 12:08:52,568 [DEBUG] [doorpi.action.handler] [6XQ755] fire for event OnWebServerStart this actions [] 2020-03-30 12:08:52,568 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,568 [TRACE] [doorpi.action.handler] [6XQ755] try to fire action WebServerStartupAction with args () and kwargs {} 2020-03-30 12:08:52,569 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,569 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2020-03-30 12:08:52,570 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,570 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,571 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,571 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,572 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,572 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,572 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,572 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,573 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,573 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,573 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,574 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,574 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2020-03-30 12:08:52,575 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2020-03-30 12:08:52,575 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2020-03-30 12:08:52,575 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2020-03-30 12:08:52,576 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns gpio 2020-03-30 12:08:52,576 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['36'] 2020-03-30 12:08:52,576 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['31'] 2020-03-30 12:08:52,577 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 200.0 2020-03-30 12:08:52,577 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2020-03-30 12:08:52,578 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2020-03-30 12:08:52,578 [DEBUG] [doorpi.keyboard.from_gpio] doorpi.keyboard.from_gpio loaded 2020-03-30 12:08:52,581 [DEBUG] [doorpi.keyboard.from_gpio] __init__(input_pins = ['36'], output_pins = ['31'], bouncetime = 200.0, polarity = 0) 2020-03-30 12:08:52,582 [DEBUG] [doorpi.conf.config_object] create new key mode in section onboardpins_keyboard with value 'BOARD' 2020-03-30 12:08:52,582 [TRACE] [doorpi.conf.config_object] get_string for key mode in section onboardpins_keyboard (default: BOARD) returns BOARD 2020-03-30 12:08:52,582 [TRACE] [doorpi.conf.config_object] get_string for key pull_up_down in section onboardpins_keyboard (default: PUD_OFF) returns PUD_DOWN 2020-03-30 12:08:52,584 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2020-03-30 12:08:52,584 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was added 2020-03-30 12:08:52,585 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_gpio 2020-03-30 12:08:52,585 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_36 from doorpi.keyboard.from_gpio 2020-03-30 12:08:52,586 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_36 and registered source doorpi.keyboard.from_gpio 2020-03-30 12:08:52,586 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.36 from doorpi.keyboard.from_gpio 2020-03-30 12:08:52,587 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.36 and registered source doorpi.keyboard.from_gpio 2020-03-30 12:08:52,587 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2020-03-30 12:08:52,587 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_gpio 2020-03-30 12:08:52,588 [TRACE] [doorpi.action.handler] register Event OnKeyUp_36 from doorpi.keyboard.from_gpio 2020-03-30 12:08:52,588 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_36 and registered source doorpi.keyboard.from_gpio 2020-03-30 12:08:52,589 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.36 from doorpi.keyboard.from_gpio 2020-03-30 12:08:52,589 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.36 and registered source doorpi.keyboard.from_gpio 2020-03-30 12:08:52,590 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2020-03-30 12:08:52,590 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_gpio 2020-03-30 12:08:52,590 [TRACE] [doorpi.action.handler] register Event OnKeyDown_36 from doorpi.keyboard.from_gpio 2020-03-30 12:08:52,591 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_36 and registered source doorpi.keyboard.from_gpio 2020-03-30 12:08:52,592 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.36 from doorpi.keyboard.from_gpio 2020-03-30 12:08:52,592 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.36 and registered source doorpi.keyboard.from_gpio 2020-03-30 12:08:52,593 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2020-03-30 12:08:52,594 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['31'] 2020-03-30 12:08:52,594 [TRACE] [doorpi.conf.config_object] get_string for key 31 in section onboardpins_OutputPins (default: ) returns klingel_g 2020-03-30 12:08:52,596 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2020-03-30 12:08:52,597 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2020-03-30 12:08:52,599 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2020-03-30 12:08:52,600 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2020-03-30 12:08:52,630 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2020-03-30 12:08:52,632 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2020-03-30 12:08:52,633 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2020-03-30 12:08:52,672 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2020-03-30 12:08:52,676 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2020-03-30 12:08:52,676 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2020-03-30 12:08:52,678 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2020-03-30 12:08:52,680 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2020-03-30 12:08:52,681 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2020-03-30 12:08:52,683 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2020-03-30 12:08:52,684 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2020-03-30 12:08:52,685 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2020-03-30 12:08:52,685 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,685 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2020-03-30 12:08:52,686 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,686 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,686 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,687 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,687 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,687 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,688 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,688 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,688 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,689 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,689 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,689 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,689 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,690 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,690 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,690 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,691 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,691 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,692 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,692 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,692 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,693 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,693 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2020-03-30 12:08:52,693 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2020-03-30 12:08:52,694 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2020-03-30 12:08:52,694 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,694 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2020-03-30 12:08:52,695 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,695 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,695 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,696 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,696 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,696 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,697 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,697 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,697 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,698 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,698 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,698 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,699 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,699 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,699 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,700 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,700 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,700 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,701 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,701 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,701 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,702 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,702 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,702 [WARNING] [root] section DTMF not found in configfile 2020-03-30 12:08:52,703 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2020-03-30 12:08:52,703 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,703 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2020-03-30 12:08:52,704 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,704 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,704 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,705 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,705 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,705 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,706 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,706 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,706 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,707 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,707 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,707 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,708 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,708 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,708 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,709 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,709 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,709 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,710 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:08:52,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2020-03-30 12:08:52,712 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:08:52,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x7409e6c8 2020-03-30 12:08:52,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2020-03-30 12:08:52,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x7409e6c8 2020-03-30 12:08:52,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x73fd2ed0, "(null)", "(null)") 2020-03-30 12:08:52,714 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2020-03-30 12:08:52,714 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2020-03-30 12:08:52,715 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2020-03-30 12:08:52,715 [INFO] [doorpi.sipphone.from_linphone] srtp init 2020-03-30 12:08:52,721 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2020-03-30 12:08:52,782 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2020-03-30 12:08:52,792 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1711 - open '/dev/snd/pcmC0D0c' failed (-2) 2020-03-30 12:08:52,793 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_dsnoop.c:638 - unable to open slave 2020-03-30 12:08:52,800 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB2.0 Device' added 2020-03-30 12:08:52,802 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1711 - open '/dev/snd/pcmC1D0c' failed (-2) 2020-03-30 12:08:52,804 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2020-03-30 12:08:52,814 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1711 - open '/dev/snd/pcmC2D0p' failed (-2) 2020-03-30 12:08:52,814 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_dmix.c:1108 - unable to open slave 2020-03-30 12:08:52,815 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: AK5371' added 2020-03-30 12:08:52,816 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2020-03-30 12:08:52,816 [INFO] [doorpi.sipphone.from_linphone] Webcam V4L2: /dev/video0 added 2020-03-30 12:08:52,817 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2020-03-30 12:08:52,817 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2020-03-30 12:08:52,818 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2020-03-30 12:08:52,818 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2020-03-30 12:08:52,818 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2020-03-30 12:08:52,819 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x1173988] registered on core [0x116b2c0] 2020-03-30 12:08:52,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x1173988, 1, "Starting up") 2020-03-30 12:08:52,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2020-03-30 12:08:52,820 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [global_state_changed] 2020-03-30 12:08:52,820 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2020-03-30 12:08:52,820 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2020-03-30 12:08:52,821 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2020-03-30 12:08:52,821 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2020-03-30 12:08:52,822 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2020-03-30 12:08:52,822 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2020-03-30 12:08:52,823 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2020-03-30 12:08:52,823 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2020-03-30 12:08:52,823 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2020-03-30 12:08:52,824 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2020-03-30 12:08:52,824 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2020-03-30 12:08:52,824 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2020-03-30 12:08:52,825 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2020-03-30 12:08:52,825 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2020-03-30 12:08:52,826 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2020-03-30 12:08:52,826 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2020-03-30 12:08:52,826 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2020-03-30 12:08:52,827 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2020-03-30 12:08:52,827 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2020-03-30 12:08:52,827 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2020-03-30 12:08:52,828 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2020-03-30 12:08:52,828 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2020-03-30 12:08:52,829 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2020-03-30 12:08:52,829 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2020-03-30 12:08:52,829 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2020-03-30 12:08:52,830 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2020-03-30 12:08:52,830 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2020-03-30 12:08:52,830 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2020-03-30 12:08:52,831 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2020-03-30 12:08:52,831 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2020-03-30 12:08:52,831 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2020-03-30 12:08:52,832 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2020-03-30 12:08:52,832 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2020-03-30 12:08:52,832 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2020-03-30 12:08:52,833 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2020-03-30 12:08:52,833 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2020-03-30 12:08:52,833 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2020-03-30 12:08:52,834 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2020-03-30 12:08:52,834 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2020-03-30 12:08:52,834 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2020-03-30 12:08:52,835 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2020-03-30 12:08:52,835 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2020-03-30 12:08:52,835 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2020-03-30 12:08:52,836 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2020-03-30 12:08:52,836 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2020-03-30 12:08:52,836 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2020-03-30 12:08:52,837 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2020-03-30 12:08:52,837 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2020-03-30 12:08:52,837 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2020-03-30 12:08:52,838 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2020-03-30 12:08:52,838 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2020-03-30 12:08:52,838 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2020-03-30 12:08:52,839 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2020-03-30 12:08:52,839 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2020-03-30 12:08:52,840 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2020-03-30 12:08:52,840 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2020-03-30 12:08:52,840 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2020-03-30 12:08:52,841 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2020-03-30 12:08:52,841 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2020-03-30 12:08:52,842 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2020-03-30 12:08:52,842 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2020-03-30 12:08:52,842 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2020-03-30 12:08:52,843 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2020-03-30 12:08:52,843 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2020-03-30 12:08:52,843 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2020-03-30 12:08:52,844 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2020-03-30 12:08:52,844 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2020-03-30 12:08:52,844 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2020-03-30 12:08:52,845 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2020-03-30 12:08:52,845 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2020-03-30 12:08:52,845 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2020-03-30 12:08:52,846 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2020-03-30 12:08:52,846 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2020-03-30 12:08:52,847 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2020-03-30 12:08:52,847 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2020-03-30 12:08:52,847 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2020-03-30 12:08:52,848 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2020-03-30 12:08:52,848 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2020-03-30 12:08:52,848 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2020-03-30 12:08:52,849 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2020-03-30 12:08:52,849 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2020-03-30 12:08:52,849 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2020-03-30 12:08:52,850 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2020-03-30 12:08:52,850 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2020-03-30 12:08:52,850 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-03-30 12:08:52,851 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-03-30 12:08:52,851 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-03-30 12:08:52,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x1173988, 2, "(null)") 2020-03-30 12:08:52,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2020-03-30 12:08:52,852 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [configuring_status] 2020-03-30 12:08:52,853 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2020-03-30 12:08:52,853 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2020-03-30 12:08:52,853 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2020-03-30 12:08:52,854 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2020-03-30 12:08:52,854 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2020-03-30 12:08:52,854 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2020-03-30 12:08:52,855 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2020-03-30 12:08:52,855 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2020-03-30 12:08:52,855 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2020-03-30 12:08:52,856 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2020-03-30 12:08:52,856 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2020-03-30 12:08:52,856 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2020-03-30 12:08:52,857 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2020-03-30 12:08:52,857 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2020-03-30 12:08:52,857 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2020-03-30 12:08:52,858 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2020-03-30 12:08:52,858 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2020-03-30 12:08:52,858 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2020-03-30 12:08:52,859 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2020-03-30 12:08:52,859 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2020-03-30 12:08:52,860 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2020-03-30 12:08:52,860 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-03-30 12:08:52,860 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2020-03-30 12:08:52,861 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x116a210] on [sip:0.0.0.0:5060;transport=UDP] 2020-03-30 12:08:52,861 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x116a3d8] on [sip:0.0.0.0:5060;transport=TCP] 2020-03-30 12:08:52,862 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x11a3360] on [sip:0.0.0.0:-1;transport=TLS] 2020-03-30 12:08:52,862 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 38551 2020-03-30 12:08:52,863 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-03-30 12:08:52,863 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-03-30 12:08:52,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x1173988, 2, "Ready") 2020-03-30 12:08:52,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2020-03-30 12:08:52,866 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [global_state_changed] 2020-03-30 12:08:52,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x7409e6c8 2020-03-30 12:08:52,867 [DEBUG] [doorpi.conf.config_object] create new key identity in section SIP-Phone with value 'DoorPi' 2020-03-30 12:08:52,868 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2020-03-30 12:08:52,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x7409e6c8 [0x1173988], "DoorPi ") 2020-03-30 12:08:52,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2020-03-30 12:08:52,869 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2020-03-30 12:08:52,870 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2020-03-30 12:08:52,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x7409e6c8 [0x1173988], 2) 2020-03-30 12:08:52,871 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2020-03-30 12:08:52,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2020-03-30 12:08:52,872 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2020-03-30 12:08:52,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x7409e6c8 [0x1173988], 0x2a311c [0]) 2020-03-30 12:08:52,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2020-03-30 12:08:52,873 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2020-03-30 12:08:52,874 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2020-03-30 12:08:52,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2020-03-30 12:08:52,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x7409e6e0 2020-03-30 12:08:52,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x7409e6c8 [0x1173988], 0x7409e6e0 [0x7409e6e8]) 2020-03-30 12:08:52,875 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x116a210] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2020-03-30 12:08:52,876 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x116a3d8] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2020-03-30 12:08:52,876 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x11a3360] on [sip:0.0.0.0:38551;transport=TLS] destroyed 2020-03-30 12:08:52,876 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2020-03-30 12:08:52,877 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x116a210] on [sip:0.0.0.0:5060;transport=UDP] 2020-03-30 12:08:52,877 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x116a398] on [sip:0.0.0.0:5060;transport=TCP] 2020-03-30 12:08:52,878 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1172d18] on [sip:0.0.0.0:-1;transport=TLS] 2020-03-30 12:08:52,878 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 42407 2020-03-30 12:08:52,878 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-03-30 12:08:52,879 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-03-30 12:08:52,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2020-03-30 12:08:52,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x7409e6e0) 2020-03-30 12:08:52,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2020-03-30 12:08:52,880 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2020-03-30 12:08:52,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x7409e6c8 [0x1173988], 0x2a311c [0]) 2020-03-30 12:08:52,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2020-03-30 12:08:52,882 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2020-03-30 12:08:52,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x7409e6c8 [0x1173988], "") 2020-03-30 12:08:52,883 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2020-03-30 12:08:52,883 [INFO] [doorpi.sipphone.from_linphone] 10.0.0.1 2020-03-30 12:08:52,883 [INFO] [doorpi.sipphone.from_linphone] 10.0.0.10 2020-03-30 12:08:52,884 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2020-03-30 12:08:52,884 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2020-03-30 12:08:52,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2020-03-30 12:08:52,885 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2020-03-30 12:08:52,886 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2020-03-30 12:08:52,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x7409e6c8 [0x1173988], 0) 2020-03-30 12:08:52,886 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2020-03-30 12:08:52,887 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2020-03-30 12:08:52,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2020-03-30 12:08:52,888 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 60 2020-03-30 12:08:52,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x7409e6c8 [0x1173988], 60) 2020-03-30 12:08:52,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2020-03-30 12:08:52,889 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 20 2020-03-30 12:08:52,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x7409e6c8 [0x1173988], 20) 2020-03-30 12:08:52,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2020-03-30 12:08:52,890 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2020-03-30 12:08:52,891 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2020-03-30 12:08:52,892 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2020-03-30 12:08:52,893 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2020-03-30 12:08:52,893 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2020-03-30 12:08:52,894 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2020-03-30 12:08:52,894 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2020-03-30 12:08:52,894 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2020-03-30 12:08:52,895 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2020-03-30 12:08:52,895 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2020-03-30 12:08:52,895 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2020-03-30 12:08:52,896 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2020-03-30 12:08:52,896 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2020-03-30 12:08:52,896 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2020-03-30 12:08:52,897 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2020-03-30 12:08:52,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x7409e6c8 [0x1173988], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2020-03-30 12:08:52,898 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2020-03-30 12:08:52,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2020-03-30 12:08:52,899 [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/Klingel%Y-%m-%d_%H-%M-%S.wav 2020-03-30 12:08:52,900 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2020-03-30 12:08:52,900 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2020-03-30 12:08:52,900 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2020-03-30 12:08:52,901 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2020-03-30 12:08:52,901 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2020-03-30 12:08:52,901 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2020-03-30 12:08:52,902 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2020-03-30 12:08:52,902 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2020-03-30 12:08:52,903 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns True 2020-03-30 12:08:52,903 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneMakeCall 2020-03-30 12:08:52,903 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2020-03-30 12:08:52,904 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2020-03-30 12:08:52,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,905 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2020-03-30 12:08:52,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x73fde9b8 2020-03-30 12:08:52,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x73fe5110 2020-03-30 12:08:52,907 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: AK5371 2020-03-30 12:08:52,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x7409e6c8 [0x1173988], "ALSA: AK5371") 2020-03-30 12:08:52,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2020-03-30 12:08:52,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x73fe5110 2020-03-30 12:08:52,909 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB2.0 Device 2020-03-30 12:08:52,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x7409e6c8 [0x1173988], "ALSA: USB2.0 Device") 2020-03-30 12:08:52,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2020-03-30 12:08:52,910 [TRACE] [doorpi.conf.config_object] get_integer for key mic_gain_db in section SIP-Phone (default: 0) returns 0.0 2020-03-30 12:08:52,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_mic_gain_db(0x7409e6c8 [0x1173988], 0.000000) 2020-03-30 12:08:52,911 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2020-03-30 12:08:52,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_mic_gain_db -> 0 2020-03-30 12:08:52,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x73fde9b8 2020-03-30 12:08:52,912 [INFO] [doorpi.sipphone.from_linphone] found 4 possible sounddevices: 2020-03-30 12:08:52,913 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2020-03-30 12:08:52,913 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2020-03-30 12:08:52,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x73fde9b8 2020-03-30 12:08:52,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x7409e6c8 [0x1173988], "ALSA: default device") 2020-03-30 12:08:52,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2020-03-30 12:08:52,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x7409e6c8 [0x1173988], "ALSA: default device") 2020-03-30 12:08:52,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2020-03-30 12:08:52,915 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2020-03-30 12:08:52,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x7409e6c8 [0x1173988], "ALSA: USB2.0 Device") 2020-03-30 12:08:52,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a311c 2020-03-30 12:08:52,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x7409e6c8 [0x1173988], "ALSA: USB2.0 Device") 2020-03-30 12:08:52,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2020-03-30 12:08:52,917 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: USB2.0 Device 2020-03-30 12:08:52,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x7409e6c8 [0x1173988], "ALSA: bcm2835 ALSA") 2020-03-30 12:08:52,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a311c 2020-03-30 12:08:52,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x7409e6c8 [0x1173988], "ALSA: bcm2835 ALSA") 2020-03-30 12:08:52,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2020-03-30 12:08:52,919 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2020-03-30 12:08:52,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x7409e6c8 [0x1173988], "ALSA: AK5371") 2020-03-30 12:08:52,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2020-03-30 12:08:52,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x7409e6c8 [0x1173988], "ALSA: AK5371") 2020-03-30 12:08:52,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a311c 2020-03-30 12:08:52,921 [DEBUG] [doorpi.sipphone.from_linphone] | X | O | ALSA: AK5371 2020-03-30 12:08:52,921 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2020-03-30 12:08:52,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x73fdeb10 2020-03-30 12:08:52,922 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: AK5371 2020-03-30 12:08:52,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x73fdeb10 2020-03-30 12:08:52,923 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: USB2.0 Device 2020-03-30 12:08:52,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_mic_gain_db(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_mic_gain_db -> 0x8939f8 2020-03-30 12:08:52,924 [DEBUG] [doorpi.sipphone.from_linphone] mic_gain_db: 0.0 2020-03-30 12:08:52,925 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2020-03-30 12:08:52,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x116a9d0) 2020-03-30 12:08:52,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-03-30 12:08:52,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cc8f20 2020-03-30 12:08:52,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-03-30 12:08:52,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cc8f20 2020-03-30 12:08:52,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cc8f20 2020-03-30 12:08:52,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x116a870) 2020-03-30 12:08:52,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-03-30 12:08:52,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cc8f10 2020-03-30 12:08:52,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-03-30 12:08:52,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cc8f10 2020-03-30 12:08:52,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cc8f10 2020-03-30 12:08:52,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x116a8d8) 2020-03-30 12:08:52,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-03-30 12:08:52,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cc8ad0 2020-03-30 12:08:52,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-03-30 12:08:52,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cc8ad0 2020-03-30 12:08:52,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cc8ad0 2020-03-30 12:08:52,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x115de48) 2020-03-30 12:08:52,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-03-30 12:08:52,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cc87b0 2020-03-30 12:08:52,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-03-30 12:08:52,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cc87b0 2020-03-30 12:08:52,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cc87b0 2020-03-30 12:08:52,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x115dea0) 2020-03-30 12:08:52,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-03-30 12:08:52,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cc8c80 2020-03-30 12:08:52,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-03-30 12:08:52,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cc8c80 2020-03-30 12:08:52,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cc8c80 2020-03-30 12:08:52,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x115def8) 2020-03-30 12:08:52,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-03-30 12:08:52,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cc8d40 2020-03-30 12:08:52,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-03-30 12:08:52,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cc8d40 2020-03-30 12:08:52,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cc8d40 2020-03-30 12:08:52,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x116ad80) 2020-03-30 12:08:52,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-03-30 12:08:52,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cc8c30 2020-03-30 12:08:52,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-03-30 12:08:52,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cc8c30 2020-03-30 12:08:52,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cc8c30 2020-03-30 12:08:52,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x116adc8) 2020-03-30 12:08:52,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-03-30 12:08:52,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cc8ab0 2020-03-30 12:08:52,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-03-30 12:08:52,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cc8ab0 2020-03-30 12:08:52,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cc8ab0 2020-03-30 12:08:52,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x116ae30) 2020-03-30 12:08:52,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-03-30 12:08:52,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cc8f30 2020-03-30 12:08:52,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-03-30 12:08:52,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cc8f30 2020-03-30 12:08:52,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cc8f30 2020-03-30 12:08:52,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x116ae88) 2020-03-30 12:08:52,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-03-30 12:08:52,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cc8d90 2020-03-30 12:08:52,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-03-30 12:08:52,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cc8d90 2020-03-30 12:08:52,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cc8d90 2020-03-30 12:08:52,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x73fde7d8 2020-03-30 12:08:52,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8f20 [0x116a9d0]) 2020-03-30 12:08:52,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6ec0 2020-03-30 12:08:52,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8f20 [0x116a9d0]) 2020-03-30 12:08:52,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6f20 2020-03-30 12:08:52,947 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2020-03-30 12:08:52,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7409e6c8 [0x1173988], 0x76cc8f20 [0x116a9d0], 0x2a311c [0]) 2020-03-30 12:08:52,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x86076c 2020-03-30 12:08:52,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8f10 [0x116a870]) 2020-03-30 12:08:52,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6ec0 2020-03-30 12:08:52,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8f10 [0x116a870]) 2020-03-30 12:08:52,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6f20 2020-03-30 12:08:52,950 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2020-03-30 12:08:52,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7409e6c8 [0x1173988], 0x76cc8f10 [0x116a870], 0x2a311c [0]) 2020-03-30 12:08:52,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x86076c 2020-03-30 12:08:52,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8ad0 [0x116a8d8]) 2020-03-30 12:08:52,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6ec0 2020-03-30 12:08:52,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8ad0 [0x116a8d8]) 2020-03-30 12:08:52,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6f20 2020-03-30 12:08:52,953 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2020-03-30 12:08:52,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7409e6c8 [0x1173988], 0x76cc8ad0 [0x116a8d8], 0x2a311c [0]) 2020-03-30 12:08:52,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x86076c 2020-03-30 12:08:52,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc87b0 [0x115de48]) 2020-03-30 12:08:52,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6ec0 2020-03-30 12:08:52,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc87b0 [0x115de48]) 2020-03-30 12:08:52,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6f20 2020-03-30 12:08:52,955 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2020-03-30 12:08:52,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7409e6c8 [0x1173988], 0x76cc87b0 [0x115de48], 0x2a3128 [1]) 2020-03-30 12:08:52,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x86076c 2020-03-30 12:08:52,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8c80 [0x115dea0]) 2020-03-30 12:08:52,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6ec0 2020-03-30 12:08:52,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8c80 [0x115dea0]) 2020-03-30 12:08:52,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6f20 2020-03-30 12:08:52,958 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2020-03-30 12:08:52,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7409e6c8 [0x1173988], 0x76cc8c80 [0x115dea0], 0x2a3128 [1]) 2020-03-30 12:08:52,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x86076c 2020-03-30 12:08:52,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8d40 [0x115def8]) 2020-03-30 12:08:52,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7409e6e0 2020-03-30 12:08:52,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8d40 [0x115def8]) 2020-03-30 12:08:52,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7409e6e0 2020-03-30 12:08:52,960 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2020-03-30 12:08:52,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7409e6c8 [0x1173988], 0x76cc8d40 [0x115def8], 0x2a311c [0]) 2020-03-30 12:08:52,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x86076c 2020-03-30 12:08:52,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8c30 [0x116ad80]) 2020-03-30 12:08:52,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6f20 2020-03-30 12:08:52,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8c30 [0x116ad80]) 2020-03-30 12:08:52,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6ec0 2020-03-30 12:08:52,963 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2020-03-30 12:08:52,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7409e6c8 [0x1173988], 0x76cc8c30 [0x116ad80], 0x2a311c [0]) 2020-03-30 12:08:52,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x86076c 2020-03-30 12:08:52,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8ab0 [0x116adc8]) 2020-03-30 12:08:52,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6f20 2020-03-30 12:08:52,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8ab0 [0x116adc8]) 2020-03-30 12:08:52,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73fd6ec0 2020-03-30 12:08:52,965 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2020-03-30 12:08:52,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7409e6c8 [0x1173988], 0x76cc8ab0 [0x116adc8], 0x2a311c [0]) 2020-03-30 12:08:52,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x86076c 2020-03-30 12:08:52,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8f30 [0x116ae30]) 2020-03-30 12:08:52,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7409e6e0 2020-03-30 12:08:52,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8f30 [0x116ae30]) 2020-03-30 12:08:52,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7409e6e0 2020-03-30 12:08:52,968 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2020-03-30 12:08:52,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7409e6c8 [0x1173988], 0x76cc8f30 [0x116ae30], 0x2a311c [0]) 2020-03-30 12:08:52,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x86076c 2020-03-30 12:08:52,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8d90 [0x116ae88]) 2020-03-30 12:08:52,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7409e6e0 2020-03-30 12:08:52,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8d90 [0x116ae88]) 2020-03-30 12:08:52,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7409e6e0 2020-03-30 12:08:52,970 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2020-03-30 12:08:52,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7409e6c8 [0x1173988], 0x76cc8d90 [0x116ae88], 0x2a311c [0]) 2020-03-30 12:08:52,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x86076c 2020-03-30 12:08:52,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73fde990 2020-03-30 12:08:52,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73fde990 2020-03-30 12:08:52,973 [INFO] [doorpi.sipphone.from_linphone] found 2 possible videodevices: 2020-03-30 12:08:52,973 [DEBUG] [doorpi.sipphone.from_linphone] | name 2020-03-30 12:08:52,974 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2020-03-30 12:08:52,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73fde990 2020-03-30 12:08:52,975 [DEBUG] [doorpi.sipphone.from_linphone] | V4L2: /dev/video0 2020-03-30 12:08:52,975 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2020-03-30 12:08:52,975 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2020-03-30 12:08:52,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73fde990 2020-03-30 12:08:52,976 [DEBUG] [doorpi.conf.config_object] create new key video_device in section SIP-Phone with value 'V4L2: /dev/video0' 2020-03-30 12:08:52,977 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: V4L2: /dev/video0) returns V4L2: /dev/video0 2020-03-30 12:08:52,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73fde990 2020-03-30 12:08:52,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x7409e6c8 [0x1173988], 0x2a3128 [1]) 2020-03-30 12:08:52,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2020-03-30 12:08:52,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x7409e6c8 [0x1173988], "V4L2: /dev/video0") 2020-03-30 12:08:52,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2020-03-30 12:08:52,979 [DEBUG] [doorpi.conf.config_object] create new key video_size in section SIP-Phone with value 'vga' 2020-03-30 12:08:52,979 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2020-03-30 12:08:52,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x7409e6c8 [0x1173988], "vga") 2020-03-30 12:08:52,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2020-03-30 12:08:52,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x73fdec78 2020-03-30 12:08:52,981 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: V4L2: /dev/video0 2020-03-30 12:08:52,982 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2020-03-30 12:08:52,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x116aee0) 2020-03-30 12:08:52,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-03-30 12:08:52,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cc8f70 2020-03-30 12:08:52,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-03-30 12:08:52,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cc8f70 2020-03-30 12:08:52,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cc8f70 2020-03-30 12:08:52,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x73fde918 2020-03-30 12:08:52,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8f70 [0x116aee0]) 2020-03-30 12:08:52,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7409e6e0 2020-03-30 12:08:52,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2a3128 2020-03-30 12:08:52,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cc8f70 [0x116aee0]) 2020-03-30 12:08:52,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7409e6e0 2020-03-30 12:08:52,987 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2020-03-30 12:08:52,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x7409e6c8 [0x1173988], 0x76cc8f70 [0x116aee0], 0x2a3128 [1]) 2020-03-30 12:08:52,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x86076c 2020-03-30 12:08:52,988 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.178.1 2020-03-30 12:08:52,988 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns doorpi12 2020-03-30 12:08:52,989 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: doorpi12) returns ******* 2020-03-30 12:08:52,989 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.178.1) returns fritz.box 2020-03-30 12:08:52,989 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2020-03-30 12:08:52,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x7409e6c8 [0x1173988]) 2020-03-30 12:08:52,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0xaa93f8) 2020-03-30 12:08:52,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2020-03-30 12:08:52,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76cc8d10 2020-03-30 12:08:52,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2020-03-30 12:08:52,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76cc8d10 2020-03-30 12:08:52,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76cc8d10 2020-03-30 12:08:52,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76cc8d10 2020-03-30 12:08:52,992 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2020-03-30 12:08:52,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2020-03-30 12:08:52,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x116a3d8) 2020-03-30 12:08:52,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-03-30 12:08:52,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cc8dc0 2020-03-30 12:08:52,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-03-30 12:08:52,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cc8dc0 2020-03-30 12:08:52,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cc8dc0 2020-03-30 12:08:52,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76cc8dc0 2020-03-30 12:08:52,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76cc8d10 [0xaa93f8], 0x76cc8dc0 [0x116a3d8]) 2020-03-30 12:08:52,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2020-03-30 12:08:52,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76cc8d10 [0xaa93f8], "sip:192.168.178.1") 2020-03-30 12:08:52,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2020-03-30 12:08:52,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76cc8d10 [0xaa93f8], 0x2a3128 [1]) 2020-03-30 12:08:52,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2020-03-30 12:08:52,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x7409e6c8 [0x1173988], 0x76cc8d10 [0xaa93f8]) 2020-03-30 12:08:52,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x86076c 2020-03-30 12:08:53,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x7409e6c8 [0x1173988], 0x76cc8d10 [0xaa93f8]) 2020-03-30 12:08:53,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2020-03-30 12:08:53,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x7409e6c8 [0x1173988], "doorpi12", "(null)", "geheim12", "(null)", "(null)", "fritz.box") 2020-03-30 12:08:53,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x116b3c8) 2020-03-30 12:08:53,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2020-03-30 12:08:53,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76cc8b40 2020-03-30 12:08:53,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2020-03-30 12:08:53,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76cc8b40 2020-03-30 12:08:53,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76cc8b40 2020-03-30 12:08:53,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76cc8b40 2020-03-30 12:08:53,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x7409e6c8 [0x1173988], 0x76cc8b40 [0x116b3c8]) 2020-03-30 12:08:53,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2020-03-30 12:08:53,004 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2020-03-30 12:08:53,005 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnSipPhoneMakeCall', 'EVENT_OnCallStateDisconnect'] 2020-03-30 12:08:53,005 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnSipPhoneMakeCall' in configfile 2020-03-30 12:08:53,006 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnSipPhoneMakeCall returns ['10'] 2020-03-30 12:08:53,006 [INFO] [doorpi.doorpi] registering action '10' for event 'OnSipPhoneMakeCall' 2020-03-30 12:08:53,006 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnSipPhoneMakeCall (default: ) returns out:klingel_g,1 2020-03-30 12:08:53,007 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2020-03-30 12:08:53,008 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2020-03-30 12:08:53,008 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'klingel_g'} was added to event OnSipPhoneMakeCall 2020-03-30 12:08:53,009 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnCallStateDisconnect' in configfile 2020-03-30 12:08:53,009 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnCallStateDisconnect returns ['11'] 2020-03-30 12:08:53,009 [INFO] [doorpi.doorpi] registering action '11' for event 'OnCallStateDisconnect' 2020-03-30 12:08:53,010 [TRACE] [doorpi.conf.config_object] get_string for key 11 in section EVENT_OnCallStateDisconnect (default: ) returns out:klingel_g,0 2020-03-30 12:08:53,010 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'klingel_g'} was added to event OnCallStateDisconnect 2020-03-30 12:08:53,011 [TRACE] [doorpi.conf.config_object] get_string for key 36 in section onboardpins_InputPins (default: ) returns call:0151123456789 2020-03-30 12:08:53,011 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2020-03-30 12:08:53,012 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '0151123456789'} was added to new evententry OnKeyPressed_onboardpins.36 2020-03-30 12:08:53,013 [WARNING] [root] section DTMF not found in configfile 2020-03-30 12:08:53,013 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2020-03-30 12:08:53,013 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2020-03-30 12:08:53,014 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2020-03-30 12:08:53,015 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2020-03-30 12:08:53,015 [DEBUG] [doorpi.action.handler] no actions for event OnStartup - skip fire_event OnStartup from doorpi.doorpi 2020-03-30 12:08:53,016 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2020-03-30 12:08:53,017 [INFO] [doorpi.doorpi] DoorPi started successfully 2020-03-30 12:08:53,017 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2020-03-30 12:08:53,018 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2020-03-30 12:08:53,018 [INFO] [doorpi.doorpi] Weburl is http://turkinkel/ 2020-03-30 12:08:53,019 [INFO] [doorpi.sipphone.from_linphone] resolved to 174.129.25.170 2020-03-30 12:08:53,020 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2020-03-30 12:08:53,020 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 10.0.0.41 2020-03-30 12:08:53,020 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2020-03-30 12:08:53,021 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2020-03-30 12:08:53,022 [INFO] [doorpi.sipphone.from_linphone] 10.0.0.1 2020-03-30 12:08:53,022 [INFO] [doorpi.sipphone.from_linphone] 10.0.0.10 2020-03-30 12:08:53,023 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2020-03-30 12:08:53,023 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2020-03-30 12:08:53,024 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0xaa93f8] about to register (LinphoneCore version: 3.9.0) 2020-03-30 12:08:53,028 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2020-03-30 12:08:53,028 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: starting resolution of 192.168.178.1 2020-03-30 12:08:53,029 [INFO] [doorpi.sipphone.from_linphone] channel 0x11a3ae8: state RES_IN_PROGRESS 2020-03-30 12:08:53,029 [INFO] [doorpi.sipphone.from_linphone] transaction [0x8d6190] channel state changed to [RES_IN_PROGRESS] 2020-03-30 12:08:53,029 [INFO] [doorpi.sipphone.from_linphone] channel 0x11a3ae8: state RES_DONE 2020-03-30 12:08:53,030 [INFO] [doorpi.sipphone.from_linphone] transaction [0x8d6190] channel state changed to [RES_DONE] 2020-03-30 12:08:53,030 [INFO] [doorpi.sipphone.from_linphone] channel 0x11a3ae8: state CONNECTING 2020-03-30 12:08:53,030 [INFO] [doorpi.sipphone.from_linphone] transaction [0x8d6190] channel state changed to [CONNECTING] 2020-03-30 12:08:53,031 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.178.1:5060] 2020-03-30 12:08:53,031 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2020-03-30 12:08:53,032 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 10.0.0.41:5060 2020-03-30 12:08:53,032 [INFO] [doorpi.sipphone.from_linphone] channel 0x11a3ae8: state READY 2020-03-30 12:08:53,032 [INFO] [doorpi.sipphone.from_linphone] transaction [0x8d6190] channel state changed to [READY] 2020-03-30 12:08:53,033 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x8d6190], from state [INIT] to [TRYING] 2020-03-30 12:08:53,033 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: message sent to [UDP://192.168.178.1:5060], size: [519] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.0.0.41:5060;branch=z9hG4bK.9lGwfQtoc;rport From: "DoorPi" ;tag=PF7EPZvuu To: "DoorPi" CSeq: 20 REGISTER Call-ID: fi20GpGMid 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) 2020-03-30 12:08:53,034 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2020-03-30 12:08:53,034 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1172268] takes ownership of transaction [0x8d6190] 2020-03-30 12:08:53,035 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0xaa93f8] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2020-03-30 12:08:53,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1173988, 0xaa93f8, 1, "Registration in progress") 2020-03-30 12:08:53,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2020-03-30 12:08:53,036 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [registration_state_changed] 2020-03-30 12:08:53,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x1173988, 0x1) 2020-03-30 12:08:53,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2020-03-30 12:08:53,087 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [network_reachable] 2020-03-30 12:08:53,088 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: received [395] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 10.0.0.41:5060;branch=z9hG4bK.9lGwfQtoc;rport=5060;received=192.168.178.20 From: "DoorPi" ;tag=PF7EPZvuu To: "DoorPi" ;tag=51DB4CA83A7DD9F0 Call-ID: fi20GpGMid CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="053C85CA7E73A8C9" User-Agent: FRITZ!OS Content-Length: 0 2020-03-30 12:08:53,092 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8] [395] bytes parsed 2020-03-30 12:08:53,093 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: discovered public ip and port are [192.168.178.20:5060] 2020-03-30 12:08:53,094 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-03-30 12:08:53,094 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x8d6190], from state [TRYING] to [COMPLETED] 2020-03-30 12:08:53,094 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpi12, realm= 2020-03-30 12:08:53,095 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpi12] realm [fritz.box] 2020-03-30 12:08:53,095 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x866740], from state [INIT] to [TRYING] 2020-03-30 12:08:53,096 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: message sent to [UDP://192.168.178.1:5060], size: [684] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.0.0.41:5060;branch=z9hG4bK.rO-u9~VMM;rport From: "DoorPi" ;tag=PF7EPZvuu To: "DoorPi" CSeq: 21 REGISTER Call-ID: fi20GpGMid 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="053C85CA7E73A8C9", username="doorpi12", uri="sip:192.168.178.1", response="93d8bbef8fd831234c325e67d8253287" 2020-03-30 12:08:53,096 [INFO] [doorpi.sipphone.from_linphone] resolved to 174.129.25.170 2020-03-30 12:08:53,097 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2020-03-30 12:08:53,148 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: received [720] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 10.0.0.41:5060;branch=z9hG4bK.rO-u9~VMM;rport=5060;received=192.168.178.20 From: "DoorPi" ;tag=PF7EPZvuu To: "DoorPi" ;tag=A9D9DA9B0B4BEC97 Call-ID: fi20GpGMid CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 6490 Cable (lgi) 141.07.10 TAL (May 16 2019) 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 2020-03-30 12:08:53,155 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8] [720] bytes parsed 2020-03-30 12:08:53,155 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-03-30 12:08:53,156 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x866740], from state [TRYING] to [COMPLETED] 2020-03-30 12:08:53,156 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1172268]: has no contact for request [0x118e1e0]. 2020-03-30 12:08:53,157 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2020-03-30 12:08:53,157 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2020-03-30 12:08:53,157 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0xaa93f8] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2020-03-30 12:08:53,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1173988, 0xaa93f8, 2, "Registration successful") 2020-03-30 12:08:53,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2020-03-30 12:08:53,158 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [registration_state_changed] 2020-03-30 12:08:58,118 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x8d6190], from state [COMPLETED] to [TERMINATED] 2020-03-30 12:08:58,120 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x8d6190] terminated 2020-03-30 12:08:58,171 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x866740], from state [COMPLETED] to [TERMINATED] 2020-03-30 12:08:58,173 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x866740] terminated 2020-03-30 12:09:03,140 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2020-03-30 12:09:03,144 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_36 from doorpi.keyboard.from_gpio asyncron 2020-03-30 12:09:03,145 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2020-03-30 12:09:03,150 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.36 from doorpi.keyboard.from_gpio asyncron 2020-03-30 12:09:03,154 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.36 - skip fire_event OnKeyUp_onboardpins.36 from doorpi.keyboard.from_gpio 2020-03-30 12:09:03,155 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_36 - skip fire_event OnKeyUp_36 from doorpi.keyboard.from_gpio 2020-03-30 12:09:05,211 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2020-03-30 12:09:05,214 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_36 from doorpi.keyboard.from_gpio asyncron 2020-03-30 12:09:05,215 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2020-03-30 12:09:05,218 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.36 from doorpi.keyboard.from_gpio asyncron 2020-03-30 12:09:05,222 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2020-03-30 12:09:05,223 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_36 - skip fire_event OnKeyDown_36 from doorpi.keyboard.from_gpio 2020-03-30 12:09:05,223 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.36 - skip fire_event OnKeyDown_onboardpins.36 from doorpi.keyboard.from_gpio 2020-03-30 12:09:05,228 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_36 from doorpi.keyboard.from_gpio asyncron 2020-03-30 12:09:05,229 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2020-03-30 12:09:05,231 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.36 from doorpi.keyboard.from_gpio asyncron 2020-03-30 12:09:05,233 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_36 - skip fire_event OnKeyPressed_36 from doorpi.keyboard.from_gpio 2020-03-30 12:09:05,236 [DEBUG] [doorpi.action.handler] [8OAYXL] fire for event OnKeyPressed_onboardpins.36 this actions [] 2020-03-30 12:09:05,238 [TRACE] [doorpi.action.handler] [8OAYXL] try to fire action CallAction with args () and kwargs {'number': '0151123456789'} 2020-03-30 12:09:05,239 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '0151123456789'} 2020-03-30 12:09:05,241 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2020-03-30 12:09:05,244 [DEBUG] [doorpi.sipphone.from_linphone] call (0151123456789) 2020-03-30 12:09:05,245 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-03-30 12:09:05,246 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2020-03-30 12:09:05,248 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2020-03-30 10:09:05.248701 2020-03-30 12:09:05,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x7409e6c8 [0x1173988], 0x2a2810 [(nil)]) 2020-03-30 12:09:05,252 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x72002b80) 2020-03-30 12:09:05,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2020-03-30 12:09:05,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cc8b10 2020-03-30 12:09:05,256 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2020-03-30 12:09:05,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cc8b10 2020-03-30 12:09:05,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cc8b10 2020-03-30 12:09:05,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cc8b10 2020-03-30 12:09:05,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cc8b10 [0x72002b80], "/usr/local/etc/DoorPi/records/Klingel2020-03-30_12-09-05.wav") 2020-03-30 12:09:05,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2020-03-30 12:09:05,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cc8b10 [0x72002b80], 0x2a3128 [1]) 2020-03-30 12:09:05,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2020-03-30 12:09:05,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x7409e6c8 [0x1173988], "0151123456789", 0x76cc8b10 [0x72002b80]) 2020-03-30 12:09:05,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1173988, 0x72027858, 2, "Starting outgoing call") 2020-03-30 12:09:05,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2020-03-30 12:09:05,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cc8e70 2020-03-30 12:09:05,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2020-03-30 12:09:05,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cc8e70 2020-03-30 12:09:05,288 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2020-03-30 12:09:05,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x720277d0) 2020-03-30 12:09:05,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-03-30 12:09:05,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cc8e60 2020-03-30 12:09:05,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-03-30 12:09:05,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cc8e60 2020-03-30 12:09:05,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cc8e60 2020-03-30 12:09:05,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cc8e60 2020-03-30 12:09:05,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cc8e60 [0x720277d0]) 2020-03-30 12:09:05,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73fcf640 2020-03-30 12:09:05,301 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:05,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,304 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:05,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:05,307 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:05,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,311 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:05,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:05,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-03-30 12:09:05,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1173988, 0x72027858, 3, "Outgoing call in progress") 2020-03-30 12:09:05,322 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1945936992]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2020-03-30 12:09:05,322 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2020-03-30 12:09:05,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,323 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x72027858] initialized (LinphoneCore version: 3.9.0) 2020-03-30 12:09:05,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x720277d0) 2020-03-30 12:09:05,325 [INFO] [doorpi.sipphone.from_linphone] Call 0x72027858: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2020-03-30 12:09:05,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-03-30 12:09:05,327 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_state_changed] 2020-03-30 12:09:05,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cc8f60 2020-03-30 12:09:05,329 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x72027858] 2020-03-30 12:09:05,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-03-30 12:09:05,330 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2020-03-30 12:09:05,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cc8f60 2020-03-30 12:09:05,332 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2020-03-30 12:09:05,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cc8f60 2020-03-30 12:09:05,334 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2020-03-30 12:09:05,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cc8f60 2020-03-30 12:09:05,335 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2020-03-30 12:09:05,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cc8f60 [0x720277d0]) 2020-03-30 12:09:05,337 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x72027858] 2020-03-30 12:09:05,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73fcf640 2020-03-30 12:09:05,338 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2020-03-30 12:09:05,339 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:05,340 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2020-03-30 12:09:05,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,342 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:05,343 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2020-03-30 12:09:05,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:05,345 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x72027858] 2020-03-30 12:09:05,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,346 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7202cbe0,0-->MSVoidSink:0x7202f078,0 2020-03-30 12:09:05,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:05,348 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2020-03-30 12:09:05,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,349 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2020-03-30 12:09:05,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:05,351 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:015123456789@192.168.178.1] on op [0x72001c60] 2020-03-30 12:09:05,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-03-30 12:09:05,352 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2020-03-30 12:09:05,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cc8e70 2020-03-30 12:09:05,354 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72010f60], from state [INIT] to [CALLING] 2020-03-30 12:09:05,354 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2020-03-30 12:09:05,355 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: message sent to [UDP://192.168.178.1:5060], size: [828] bytes INVITE sip:0151123456789@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.0.0.41:5060;branch=z9hG4bK.CHXRlZP8G;rport From: "DoorPi" ;tag=wc0zOOnqv To: sip:0151123456789@192.168.178.1 CSeq: 20 INVITE Call-ID: bg5uon~aNi Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 265 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=doorpi12 2268 912 IN IP4 10.0.0.41 s=Talk c=IN IP4 10.0.0.41 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2020-03-30 12:09:05,357 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2020-03-30 12:09:05,357 [DEBUG] [doorpi.action.handler] [OZWMT1] fire for event OnSipPhoneMakeCall this actions [, , ] 2020-03-30 12:09:05,358 [INFO] [doorpi.sipphone.from_linphone] Call 0x72027858: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2020-03-30 12:09:05,360 [TRACE] [doorpi.action.handler] [8OAYXL] finished fire_event for event_name OnKeyPressed_onboardpins.36 2020-03-30 12:09:05,361 [TRACE] [doorpi.action.handler] [OZWMT1] try to fire action > with args () and kwargs {} 2020-03-30 12:09:05,361 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-03-30 12:09:05,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,363 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-03-30 12:09:05,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860748 2020-03-30 12:09:05,365 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2020-03-30 12:09:05,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,368 [TRACE] [doorpi.action.handler] [OZWMT1] try to fire action > with args () and kwargs {} 2020-03-30 12:09:05,369 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-03-30 12:09:05,369 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2020-03-30 12:09:05,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:05,370 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/Klingel2020-03-30_12-09-05.wav 2020-03-30 12:09:05,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2020-03-30 12:09:05,373 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2020-03-30 12:09:05,374 [TRACE] [doorpi.action.handler] [OZWMT1] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'klingel_g'} 2020-03-30 12:09:05,375 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2020-03-30 12:09:05,375 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'klingel_g'} 2020-03-30 12:09:05,377 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 31, value = True, log_output = True) 2020-03-30 12:09:05,378 [TRACE] [doorpi.action.handler] [OZWMT1] finished fire_event for event_name OnSipPhoneMakeCall 2020-03-30 12:09:05,422 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_state_changed] 2020-03-30 12:09:05,423 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: received [388] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 10.0.0.41:5060;branch=z9hG4bK.CHXRlZP8G;rport=5060;received=192.168.178.20 From: "DoorPi" ;tag=wc0zOOnqv To: ;tag=E55832B78A4A48C6 Call-ID: bg5uon~aNi CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="D52432296A0EFF6C" User-Agent: FRITZ!OS Content-Length: 0 2020-03-30 12:09:05,428 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8] [388] bytes parsed 2020-03-30 12:09:05,429 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-03-30 12:09:05,430 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72010f60], from state [CALLING] to [PROCEEDING] 2020-03-30 12:09:05,431 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72010f60], from state [PROCEEDING] to [COMPLETED] 2020-03-30 12:09:05,432 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: message sent to [UDP://192.168.178.1:5060], size: [385] bytes ACK sip:0151123456789@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.0.0.41:5060;branch=z9hG4bK.CHXRlZP8G;rport Call-ID: bg5uon~aNi From: "DoorPi" ;tag=wc0zOOnqv To: ;tag=E55832B78A4A48C6 Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2020-03-30 12:09:05,433 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=doorpi12, realm=fritz.box 2020-03-30 12:09:05,434 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [doorpi12] realm [fritz.box] 2020-03-30 12:09:05,435 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x118cc10], from state [INIT] to [CALLING] 2020-03-30 12:09:05,436 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: message sent to [UDP://192.168.178.1:5060], size: [1001] bytes INVITE sip:0151123456789@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.0.0.41:5060;branch=z9hG4bK.-CFsDHK9H;rport From: "DoorPi" ;tag=wc0zOOnqv To: sip:0151123456789@192.168.178.1 CSeq: 21 INVITE Call-ID: bg5uon~aNi Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 265 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="D52432296A0EFF6C", username="doorpi12", uri="sip:0151123456789@192.168.178.1", response="be3a46a074f6fe620dbbd1fa35df50ce" v=0 o=doorpi12 2268 912 IN IP4 10.0.0.41 s=Talk c=IN IP4 10.0.0.41 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2020-03-30 12:09:05,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860748 2020-03-30 12:09:05,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:05,492 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: received [341] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 10.0.0.41:5060;branch=z9hG4bK.-CFsDHK9H;rport=5060;received=192.168.178.20 From: "DoorPi" ;tag=wc0zOOnqv To: Call-ID: bg5uon~aNi CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 6490 Cable (lgi) 141.07.10 TAL (May 16 2019) Content-Length: 0 2020-03-30 12:09:05,497 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8] [341] bytes parsed 2020-03-30 12:09:05,498 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-03-30 12:09:05,499 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x118cc10], from state [CALLING] to [PROCEEDING] 2020-03-30 12:09:05,500 [INFO] [doorpi.sipphone.from_linphone] op [0x72001c60] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2020-03-30 12:09:05,501 [INFO] [doorpi.sipphone.from_linphone] Op [0x72001c60] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2020-03-30 12:09:05,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860748 2020-03-30 12:09:05,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:05,556 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: received [729] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 10.0.0.41:5060;branch=z9hG4bK.-CFsDHK9H;rport=5060;received=192.168.178.20 From: "DoorPi" ;tag=wc0zOOnqv To: ;tag=041D7D29BD178CC0 Call-ID: bg5uon~aNi CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 6490 Cable (lgi) 141.07.10 TAL (May 16 2019) Content-Type: application/sdp Content-Length: 262 v=0 o=user 8737158 8737158 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2020-03-30 12:09:05,563 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8] [467] bytes parsed 2020-03-30 12:09:05,564 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8] read [262] bytes of body from [192.168.178.1:5060] 2020-03-30 12:09:05,565 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-03-30 12:09:05,566 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x118fb98] , local tag [wc0zOOnqv], remote tag [041D7D29BD178CC0] 2020-03-30 12:09:05,567 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x118fb98]: now updated by transaction [0x118cc10]. 2020-03-30 12:09:05,569 [INFO] [doorpi.sipphone.from_linphone] op [0x72001c60] : set_or_update_dialog() current=[(nil)] new=[0x118fb98] 2020-03-30 12:09:05,570 [INFO] [doorpi.sipphone.from_linphone] Op [0x72001c60] receiving call response [183], dialog is [0x118fb98] in state [BELLE_SIP_DIALOG_EARLY] 2020-03-30 12:09:05,580 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2020-03-30 12:09:05,582 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2020-03-30 12:09:05,583 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2020-03-30 12:09:05,584 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2020-03-30 12:09:05,585 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2020-03-30 12:09:05,585 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2020-03-30 12:09:05,586 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2020-03-30 12:09:05,587 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x72005958] rejected by peer 2020-03-30 12:09:05,588 [INFO] [doorpi.sipphone.from_linphone] Call 0x72027858: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2020-03-30 12:09:05,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1173988, 0x72027858, 5, "Early media") 2020-03-30 12:09:05,590 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2020-03-30 12:09:05,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x720277d0) 2020-03-30 12:09:05,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-03-30 12:09:05,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cc8c90 2020-03-30 12:09:05,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-03-30 12:09:05,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cc8c90 2020-03-30 12:09:05,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cc8c90 2020-03-30 12:09:05,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cc8c90 2020-03-30 12:09:05,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cc8c90 [0x720277d0]) 2020-03-30 12:09:05,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73fcff00 2020-03-30 12:09:05,599 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:05,600 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:05,601 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:05,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,604 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:05,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:05,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:05,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:05,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-03-30 12:09:05,610 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_state_changed] 2020-03-30 12:09:05,611 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2020-03-30 12:09:05,611 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x72027858] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2020-03-30 12:09:05,613 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2020-03-30 12:09:05,613 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x7202f7f0] sending to rtp [192.168.178.1:7078] rtcp [192.168.178.1:7079] 2020-03-30 12:09:05,614 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7202f7f0] 2020-03-30 12:09:05,615 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7202cbe0,0-->MSVoidSink:0x7202f078,0 2020-03-30 12:09:05,616 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2020-03-30 12:09:05,640 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2020-03-30 12:09:05,647 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2020-03-30 12:09:05,648 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2020-03-30 12:09:05,649 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x72029d28] using payload's bitrate is 80000 2020-03-30 12:09:05,650 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x72029d28] 2020-03-30 12:09:05,651 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2020-03-30 12:09:05,652 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2020-03-30 12:09:05,653 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x7202cbe0,0-->MSVolume:0x72030338,0 2020-03-30 12:09:05,654 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x72030338,0-->MSAudioMixer:0x118b798,0 2020-03-30 12:09:05,654 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x118b798,0-->MSUlawEnc:0x1196d50,0 2020-03-30 12:09:05,655 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x1196d50,0-->MSRtpSend:0x7202a6a0,0 2020-03-30 12:09:05,656 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x1189b90,0-->MSUlawDec:0x119d350,0 2020-03-30 12:09:05,657 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x119d350,0-->MSGenericPLC:0x1192f50,0 2020-03-30 12:09:05,658 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x1192f50,0-->MSDtmfGen:0x11ff480,0 2020-03-30 12:09:05,659 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x11ff480,0-->MSVolume:0x1190fe0,0 2020-03-30 12:09:05,660 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1190fe0,0-->MSTee:0x119ca38,0 2020-03-30 12:09:05,661 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x119ca38,0-->MSEqualizer:0x116efb8,0 2020-03-30 12:09:05,662 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x116efb8,0-->MSAudioMixer:0x11e14a8,0 2020-03-30 12:09:05,662 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2020-03-30 12:09:05,663 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x118a648,0-->MSResample:0x11923d0,0 2020-03-30 12:09:05,664 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x11923d0,0-->MSAudioMixer:0x11e14a8,1 2020-03-30 12:09:05,665 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x11e14a8,0-->MSAlsaWrite:0x7202f078,0 2020-03-30 12:09:05,665 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x119c7e8,1-->MSResample:0x1171af8,0 2020-03-30 12:09:05,666 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1171af8,0-->MSOpusEnc:0x1199d98,0 2020-03-30 12:09:05,667 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x1199d98,0-->MSMKVRecorder:0x11dfa20,1 2020-03-30 12:09:05,668 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x1199d18,0-->MSMKVRecorder:0x11dfa20,0 2020-03-30 12:09:05,668 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x118b798,1-->MSAudioMixer:0x119c7e8,0 2020-03-30 12:09:05,669 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x119ca38,1-->MSAudioMixer:0x119c7e8,1 2020-03-30 12:09:05,670 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x119c7e8,0-->MSFileRec:0x11950d0,0 2020-03-30 12:09:05,671 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2020-03-30 12:09:05,672 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2020-03-30 12:09:05,690 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2020-03-30 12:09:05,691 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2020-03-30 12:09:05,692 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2020-03-30 12:09:05,694 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/Klingel2020-03-30_12-09-05.wav 2020-03-30 12:09:05,695 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2020-03-30 12:09:05,695 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2020-03-30 12:09:05,696 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x72027858] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2020-03-30 12:09:05,697 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x72027858] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2020-03-30 12:09:05,698 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x72027858] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2020-03-30 12:09:05,699 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening sysdefault:2 at 8000Hz, bits=16, stereo=0 2020-03-30 12:09:05,700 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2020-03-30 12:09:05,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:05,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:05,757 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2020-03-30 12:09:05,758 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2020-03-30 12:09:05,759 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2020-03-30 12:09:05,760 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2020-03-30 12:09:05,761 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2020-03-30 12:09:05,762 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7202f7f0] 2020-03-30 12:09:05,762 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x118b798] is entering bypass mode. 2020-03-30 12:09:05,763 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault at 8000Hz, bits=16, stereo=0 2020-03-30 12:09:05,764 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2020-03-30 12:09:05,765 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2020-03-30 12:09:05,766 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2020-03-30 12:09:05,767 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2020-03-30 12:09:05,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:05,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:05,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:05,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:05,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:05,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:05,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:05,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:05,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:05,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:05,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:05,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:06,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:06,043 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:06,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:06,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:06,048 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:06,049 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: 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 2020-03-30 12:09:06,050 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=9,208882 video=0,000000 2020-03-30 12:09:06,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,740 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x119c7e8] is entering bypass mode. 2020-03-30 12:09:06,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:06,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:06,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:06,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:06,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:07,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:07,032 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:07,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:07,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:07,037 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:07,038 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 66,2], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2020-03-30 12:09:07,040 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,405240 video=0,000000 2020-03-30 12:09:07,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,213 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7202f7f0]. 2020-03-30 12:09:07,215 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x72029d28], local statistics available: Local current jitter buffer size: 0,0ms 2020-03-30 12:09:07,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:07,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:07,219 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:07,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,393 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=16,227576 ms 2020-03-30 12:09:07,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:07,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:07,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:07,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:07,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:08,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:08,028 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:08,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:08,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:08,033 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:08,035 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 77,6], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,9], video=[d= 0,0,u= 0,0] kbits/sec 2020-03-30 12:09:08,036 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,659387 video=0,000000 2020-03-30 12:09:08,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:08,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:08,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:08,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:08,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,014 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=47,053430 ms 2020-03-30 12:09:09,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:09,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:09,075 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:09,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:09,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:09,080 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:09,081 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 78,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2020-03-30 12:09:09,083 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,291364 video=0,000000 2020-03-30 12:09:09,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,256 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:09,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:09,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860730 2020-03-30 12:09:09,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:09,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x86067c 2020-03-30 12:09:10,002 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: received [950] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 10.0.0.41:5060;branch=z9hG4bK.-CFsDHK9H;rport=5060;received=192.168.178.20 From: "DoorPi" ;tag=wc0zOOnqv To: ;tag=041D7D29BD178CC0 Call-ID: bg5uon~aNi CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 6490 Cable (lgi) 141.07.10 TAL (May 16 2019) 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: 262 v=0 o=user 8737158 8737158 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2020-03-30 12:09:10,023 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8] [688] bytes parsed 2020-03-30 12:09:10,024 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8] read [262] bytes of body from [192.168.178.1:5060] 2020-03-30 12:09:10,026 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-03-30 12:09:10,027 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x118cc10], from state [PROCEEDING] to [ACCEPTED] 2020-03-30 12:09:10,029 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x118fb98]: now updated by transaction [0x118cc10]. 2020-03-30 12:09:10,035 [INFO] [doorpi.sipphone.from_linphone] op [0x72001c60] : set_or_update_dialog() current=[0x118fb98] new=[0x118fb98] 2020-03-30 12:09:10,036 [INFO] [doorpi.sipphone.from_linphone] Op [0x72001c60] receiving call response [200], dialog is [0x118fb98] in state [BELLE_SIP_DIALOG_CONFIRMED] 2020-03-30 12:09:10,042 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2020-03-30 12:09:10,044 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2020-03-30 12:09:10,045 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2020-03-30 12:09:10,047 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2020-03-30 12:09:10,049 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2020-03-30 12:09:10,051 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2020-03-30 12:09:10,052 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2020-03-30 12:09:10,054 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x72005958] rejected by peer 2020-03-30 12:09:10,056 [INFO] [doorpi.sipphone.from_linphone] Computing branch id z9hG4bK.jcpYMdaqA for message sent statelessly 2020-03-30 12:09:10,058 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: message sent to [UDP://192.168.178.1:5060], size: [471] bytes ACK sip:42CAA00245696E3E9CD87B6A32B36@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.0.0.41:5060;rport;branch=z9hG4bK.jcpYMdaqA From: "DoorPi" ;tag=wc0zOOnqv To: ;tag=041D7D29BD178CC0 CSeq: 21 ACK Call-ID: bg5uon~aNi Max-Forwards: 70 Authorization: Digest realm="fritz.box", nonce="D52432296A0EFF6C", username="doorpi12", uri="sip:0151123456789@192.168.178.1", response="be3a46a074f6fe620dbbd1fa35df50ce" 2020-03-30 12:09:10,059 [INFO] [doorpi.sipphone.from_linphone] Call 0x72027858: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallConnected 2020-03-30 12:09:10,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1173988, 0x72027858, 6, "Connected") 2020-03-30 12:09:10,063 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2020-03-30 12:09:10,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x720277d0) 2020-03-30 12:09:10,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-03-30 12:09:10,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cc8be0 2020-03-30 12:09:10,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-03-30 12:09:10,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cc8be0 2020-03-30 12:09:10,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cc8be0 2020-03-30 12:09:10,075 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cc8be0 2020-03-30 12:09:10,075 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cc8be0 [0x720277d0]) 2020-03-30 12:09:10,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73fcff00 2020-03-30 12:09:10,077 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:10,079 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:10,079 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:10,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,082 [DEBUG] [doorpi.action.handler] [5OULFS] fire for event OnCallStateConnect this actions [] 2020-03-30 12:09:10,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:10,083 [TRACE] [doorpi.action.handler] [5OULFS] try to fire action > with args () and kwargs {} 2020-03-30 12:09:10,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,085 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-03-30 12:09:10,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:10,086 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2020-03-30 12:09:10,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,089 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2020-03-30 12:09:10,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:10,090 [TRACE] [doorpi.action.handler] [5OULFS] finished fire_event for event_name OnCallStateConnect 2020-03-30 12:09:10,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-03-30 12:09:10,092 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_state_changed] 2020-03-30 12:09:10,093 [INFO] [doorpi.sipphone.from_linphone] Early media finished, unmuting inputs... 2020-03-30 12:09:10,094 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0,000000 db], [1,000000] linear 2020-03-30 12:09:10,094 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2020-03-30 12:09:10,095 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2020-03-30 12:09:10,096 [INFO] [doorpi.sipphone.from_linphone] video stream index found: 1, updating main video stream index 2020-03-30 12:09:10,096 [INFO] [doorpi.sipphone.from_linphone] Call [0x72027858]: disabling video in our call params because the remote doesn't want it. 2020-03-30 12:09:10,097 [INFO] [doorpi.sipphone.from_linphone] Call 0x72027858: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2020-03-30 12:09:10,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1173988, 0x72027858, 7, "Streams running") 2020-03-30 12:09:10,098 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Streams running) 2020-03-30 12:09:10,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x720277d0) 2020-03-30 12:09:10,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-03-30 12:09:10,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cc8bb0 2020-03-30 12:09:10,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-03-30 12:09:10,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cc8bb0 2020-03-30 12:09:10,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cc8bb0 2020-03-30 12:09:10,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cc8bb0 2020-03-30 12:09:10,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cc8bb0 [0x720277d0]) 2020-03-30 12:09:10,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73fcff00 2020-03-30 12:09:10,106 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:10,107 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:10,108 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:10,110 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:10,111 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:10,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,113 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:10,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:10,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:10,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x860760 2020-03-30 12:09:10,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-03-30 12:09:10,119 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_state_changed] 2020-03-30 12:09:10,120 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sip_hop_t 2020-03-30 12:09:10,121 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2020-03-30 12:09:10,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:10,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:10,177 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:10,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:10,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:10,179 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:10,180 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 78,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2020-03-30 12:09:10,181 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=9,817492 video=0,000000 2020-03-30 12:09:10,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,288 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7202f7f0]. 2020-03-30 12:09:10,289 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x72029d28], local statistics available: Local current jitter buffer size: 0,0ms 2020-03-30 12:09:10,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:10,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:10,292 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:10,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,666 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=83,472529 ms 2020-03-30 12:09:10,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:10,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:10,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:10,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:10,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:11,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:11,061 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:11,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:11,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:11,066 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:11,067 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 78,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,9], video=[d= 0,0,u= 0,0] kbits/sec 2020-03-30 12:09:11,069 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=15,211275 video=0,000000 2020-03-30 12:09:11,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:11,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:11,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:11,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:11,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:12,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:12,047 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:12,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:12,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:12,052 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:12,053 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 76,1], 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 2020-03-30 12:09:12,055 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,959175 video=0,000000 2020-03-30 12:09:12,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,342 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=121,973343 ms 2020-03-30 12:09:12,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:12,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:12,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:12,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:12,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:13,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:13,035 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:13,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:13,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:13,040 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:13,041 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 80,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2020-03-30 12:09:13,043 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,514484 video=0,000000 2020-03-30 12:09:13,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,278 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7202f7f0]. 2020-03-30 12:09:13,280 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x72029d28], local statistics available: Local current jitter buffer size: 0,0ms 2020-03-30 12:09:13,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:13,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:13,284 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:13,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,919 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=160,922658 ms 2020-03-30 12:09:13,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:13,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:13,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:13,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:13,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:14,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:14,043 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:14,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:14,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:14,049 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:14,051 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 76,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,9], video=[d= 0,0,u= 0,0] kbits/sec 2020-03-30 12:09:14,053 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,820908 video=0,000000 2020-03-30 12:09:14,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:14,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:14,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:14,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:14,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:15,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:15,030 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:15,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:15,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:15,032 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:15,033 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 79,3], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2020-03-30 12:09:15,033 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=9,062515 video=0,000000 2020-03-30 12:09:15,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,249 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,252 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,570 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=200,074362 ms 2020-03-30 12:09:15,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,794 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7202f7f0]. 2020-03-30 12:09:15,795 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x72029d28], local statistics available: Local current jitter buffer size: 0,0ms 2020-03-30 12:09:15,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:15,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:15,799 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:15,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:15,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:15,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:15,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:15,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:16,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:16,030 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:16,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:16,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:16,034 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:16,035 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 76,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 2020-03-30 12:09:16,037 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=15,147036 video=0,000000 2020-03-30 12:09:16,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,818 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:16,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:16,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:16,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:16,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:17,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:17,034 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:17,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:17,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:17,035 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:17,036 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 79,2], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,9], video=[d= 0,0,u= 0,0] kbits/sec 2020-03-30 12:09:17,037 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=6,324759 video=0,000000 2020-03-30 12:09:17,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,256 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=240,154697 ms 2020-03-30 12:09:17,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:17,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:17,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:17,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:17,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:18,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:18,058 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:18,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:18,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:18,062 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:18,063 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 76,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 2020-03-30 12:09:18,065 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,529273 video=0,000000 2020-03-30 12:09:18,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,467 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7202f7f0]. 2020-03-30 12:09:18,468 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x72029d28], local statistics available: Local current jitter buffer size: 0,0ms 2020-03-30 12:09:18,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:18,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:18,472 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:18,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,862 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=280,020461 ms 2020-03-30 12:09:18,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:18,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:18,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:18,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:18,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:19,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:19,035 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:19,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:19,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:19,038 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:19,039 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 77,7], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,9], video=[d= 0,0,u= 0,0] kbits/sec 2020-03-30 12:09:19,040 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,189850 video=0,000000 2020-03-30 12:09:19,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:19,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:19,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:19,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:19,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:20,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:20,049 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:20,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:20,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:20,053 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:20,054 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 78,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 2020-03-30 12:09:20,055 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,135687 video=0,000000 2020-03-30 12:09:20,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,504 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=319,615596 ms 2020-03-30 12:09:20,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:20,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:20,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:20,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:20,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:21,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:21,010 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:21,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027d18) 2020-03-30 12:09:21,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:21,065 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:21,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1173988, 0x72027858, 0x72027dd0) 2020-03-30 12:09:21,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-03-30 12:09:21,068 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_stats_updated] 2020-03-30 12:09:21,070 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x72027858]: RTP audio=[d= 0,0,u= 79,1], 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 2020-03-30 12:09:21,071 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,370622 video=0,000000 2020-03-30 12:09:21,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:21,075 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:21,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:21,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:21,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:21,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:21,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:21,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:21,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:21,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:21,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:21,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:21,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:21,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:21,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:21,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:21,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x860718 2020-03-30 12:09:21,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x86049c 2020-03-30 12:09:21,576 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: received [725] new bytes from [UDP://192.168.178.1:5060]: BYE sip:doorpi12@192.168.178.20 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK14827018F47ADE1B From: ;tag=041D7D29BD178CC0 To: "DoorPi" ;tag=wc0zOOnqv Call-ID: bg5uon~aNi CSeq: 22 BYE X-RTP-Stat: CS=0;PS=650;ES=804;OS=104000;SP=0/0;SO=0;QS=-;PR=0;ER=804;OR=0;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=0/0;EN=PCMU;DE=;JI=0,0;DL=0,0,0;IP=192.168.178.1:7078,10.0.0.41: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 (lgi) 141.07.10 TAL (May 16 2019) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2020-03-30 12:09:21,613 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8] [725] bytes parsed 2020-03-30 12:09:21,616 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x11fe8a8], from state [INIT] to [TRYING] 2020-03-30 12:09:21,618 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x11fe8a8], from state [TRYING] to [COMPLETED] 2020-03-30 12:09:21,619 [INFO] [doorpi.sipphone.from_linphone] channel [0x11a3ae8]: message sent to [UDP://192.168.178.1:5060], size: [291] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK14827018F47ADE1B From: ;tag=041D7D29BD178CC0 To: "DoorPi" ;tag=wc0zOOnqv Call-ID: bg5uon~aNi CSeq: 22 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2020-03-30 12:09:21,620 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x118fb98]: now updated by transaction [0x11fe8a8]. 2020-03-30 12:09:21,622 [INFO] [doorpi.sipphone.from_linphone] dialog [0x118fb98] deleted. 2020-03-30 12:09:21,623 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2020-03-30 12:09:21,624 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2020-03-30 12:09:21,629 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2020-03-30 12:09:21,630 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2020-03-30 12:09:21,631 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2020-03-30 12:09:21,632 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2020-03-30 12:09:21,633 [INFO] [doorpi.sipphone.from_linphone] sent 775 packets 2020-03-30 12:09:21,634 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2020-03-30 12:09:21,636 [INFO] [doorpi.sipphone.from_linphone] 133300 bytes 2020-03-30 12:09:21,637 [INFO] [doorpi.sipphone.from_linphone] received 0 packets 2020-03-30 12:09:21,638 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2020-03-30 12:09:21,639 [INFO] [doorpi.sipphone.from_linphone] 0 bytes 2020-03-30 12:09:21,640 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 0 bytes 2020-03-30 12:09:21,641 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2020-03-30 12:09:21,642 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 0 packets 2020-03-30 12:09:21,643 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2020-03-30 12:09:21,644 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2020-03-30 12:09:21,645 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2020-03-30 12:09:21,646 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x7202cbe0,0-->MSVolume:0x72030338,0 2020-03-30 12:09:21,647 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x72030338,0-->MSAudioMixer:0x118b798,0 2020-03-30 12:09:21,648 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x118b798,0-->MSUlawEnc:0x1196d50,0 2020-03-30 12:09:21,649 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x1196d50,0-->MSRtpSend:0x7202a6a0,0 2020-03-30 12:09:21,651 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x1189b90,0-->MSUlawDec:0x119d350,0 2020-03-30 12:09:21,652 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x119d350,0-->MSGenericPLC:0x1192f50,0 2020-03-30 12:09:21,653 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x1192f50,0-->MSDtmfGen:0x11ff480,0 2020-03-30 12:09:21,654 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x11ff480,0-->MSVolume:0x1190fe0,0 2020-03-30 12:09:21,655 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1190fe0,0-->MSTee:0x119ca38,0 2020-03-30 12:09:21,656 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x119ca38,0-->MSEqualizer:0x116efb8,0 2020-03-30 12:09:21,657 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x116efb8,0-->MSAudioMixer:0x11e14a8,0 2020-03-30 12:09:21,658 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x118a648,0-->MSResample:0x11923d0,0 2020-03-30 12:09:21,659 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x11923d0,0-->MSAudioMixer:0x11e14a8,1 2020-03-30 12:09:21,660 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x11e14a8,0-->MSAlsaWrite:0x7202f078,0 2020-03-30 12:09:21,661 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x119c7e8,1-->MSResample:0x1171af8,0 2020-03-30 12:09:21,662 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1171af8,0-->MSOpusEnc:0x1199d98,0 2020-03-30 12:09:21,663 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x1199d98,0-->MSMKVRecorder:0x11dfa20,1 2020-03-30 12:09:21,664 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x1199d18,0-->MSMKVRecorder:0x11dfa20,0 2020-03-30 12:09:21,665 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x118b798,1-->MSAudioMixer:0x119c7e8,0 2020-03-30 12:09:21,667 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x119ca38,1-->MSAudioMixer:0x119c7e8,1 2020-03-30 12:09:21,668 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x119c7e8,0-->MSFileRec:0x11950d0,0 2020-03-30 12:09:21,669 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2020-03-30 12:09:21,670 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2020-03-30 12:09:21,671 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2020-03-30 12:09:21,673 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2020-03-30 12:09:21,674 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2020-03-30 12:09:21,675 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 784 1,58785 61,7639 2020-03-30 12:09:21,676 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 1558 0,333494 25,7626 2020-03-30 12:09:21,677 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 1558 0,0617903 4,77333 2020-03-30 12:09:21,678 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 784 0,0734601 2,85743 2020-03-30 12:09:21,679 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 1588 0,019666 1,54844 2020-03-30 12:09:21,680 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 99 0,233605 1,15754 2020-03-30 12:09:21,681 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 4674 0,00342554 0,793534 2020-03-30 12:09:21,682 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 730 0,0134153 0,485929 2020-03-30 12:09:21,683 [INFO] [doorpi.sipphone.from_linphone] MSVolume 730 0,00828419 0,30007 2020-03-30 12:09:21,684 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 1558 0,00160294 0,123828 2020-03-30 12:09:21,686 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 1558 0,00128263 0,0990836 2020-03-30 12:09:21,687 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 1558 0,00121647 0,0939728 2020-03-30 12:09:21,688 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 637 0,00295746 0,0934965 2020-03-30 12:09:21,689 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 1558 0,00109732 0,0847686 2020-03-30 12:09:21,690 [INFO] [doorpi.sipphone.from_linphone] MSResample 784 0,00159506 0,0620444 2020-03-30 12:09:21,691 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 0 0 0 2020-03-30 12:09:21,692 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 0 0 0 2020-03-30 12:09:21,693 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2020-03-30 12:09:21,694 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2020-03-30 12:09:21,695 [INFO] [doorpi.sipphone.from_linphone] MSTee 0 0 0 2020-03-30 12:09:21,697 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2020-03-30 12:09:21,698 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2020-03-30 12:09:21,699 [INFO] [doorpi.sipphone.from_linphone] Call 0x72027858: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2020-03-30 12:09:21,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x1173988, 0x7202b600) 2020-03-30 12:09:21,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2020-03-30 12:09:21,707 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2020-03-30 12:09:21,708 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_log_updated] 2020-03-30 12:09:21,709 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2020-03-30 12:09:21,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1173988, 0x72027858, 13, "Call ended") 2020-03-30 12:09:21,711 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2020-03-30 12:09:21,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x720277d0) 2020-03-30 12:09:21,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-03-30 12:09:21,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cc8c40 2020-03-30 12:09:21,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-03-30 12:09:21,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cc8c40 2020-03-30 12:09:21,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cc8c40 2020-03-30 12:09:21,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cc8c40 2020-03-30 12:09:21,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cc8c40 [0x720277d0]) 2020-03-30 12:09:21,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73fcff00 2020-03-30 12:09:21,721 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:21,722 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:21,723 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:21,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,725 [DEBUG] [doorpi.action.handler] [T1OQYF] fire for event OnCallStateDisconnect this actions [, , ] 2020-03-30 12:09:21,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x86076c 2020-03-30 12:09:21,726 [TRACE] [doorpi.action.handler] [T1OQYF] try to fire action > with args () and kwargs {} 2020-03-30 12:09:21,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,727 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-03-30 12:09:21,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x86076c 2020-03-30 12:09:21,729 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2020-03-30 12:09:21,729 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:21,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,732 [TRACE] [doorpi.action.handler] [T1OQYF] try to fire action > with args () and kwargs {} 2020-03-30 12:09:21,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x86076c 2020-03-30 12:09:21,735 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-03-30 12:09:21,734 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-03-30 12:09:21,734 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:21,733 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2020-03-30 12:09:21,735 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_state_changed] 2020-03-30 12:09:21,737 [TRACE] [doorpi.action.handler] [T1OQYF] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'klingel_g'} 2020-03-30 12:09:21,739 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'klingel_g'} 2020-03-30 12:09:21,741 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 31, value = False, log_output = True) 2020-03-30 12:09:21,742 [TRACE] [doorpi.action.handler] [T1OQYF] finished fire_event for event_name OnCallStateDisconnect 2020-03-30 12:09:21,788 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x118fb98] terminated for op [0x72001c60] 2020-03-30 12:09:21,842 [INFO] [doorpi.sipphone.from_linphone] Call 0x72027858: moving from state LinphoneCallEnd to LinphoneCallReleased 2020-03-30 12:09:21,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1173988, 0x72027858, 18, "Call released") 2020-03-30 12:09:21,843 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2020-03-30 12:09:21,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cc8e70 [0x72027858]) 2020-03-30 12:09:21,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x720277d0) 2020-03-30 12:09:21,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-03-30 12:09:21,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cc8b20 2020-03-30 12:09:21,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-03-30 12:09:21,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cc8b20 2020-03-30 12:09:21,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cc8b20 2020-03-30 12:09:21,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cc8b20 2020-03-30 12:09:21,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cc8b20 [0x720277d0]) 2020-03-30 12:09:21,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73fcff00 2020-03-30 12:09:21,849 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-03-30 12:09:21,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,850 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:21,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x86076c 2020-03-30 12:09:21,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x86076c 2020-03-30 12:09:21,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:21,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x86076c 2020-03-30 12:09:21,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-03-30 12:09:21,854 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1173988] notifying [call_state_changed] 2020-03-30 12:09:21,855 [INFO] [doorpi.sipphone.from_linphone] op [0x72001c60] : set_or_update_dialog() current=[0x118fb98] new=[(nil)] 2020-03-30 12:09:37,447 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x72010f60], from state [COMPLETED] to [TERMINATED] 2020-03-30 12:09:37,449 [INFO] [doorpi.sipphone.from_linphone] Client INVITE transaction [0x72010f60] terminated 2020-03-30 12:09:42,068 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x118cc10], from state [ACCEPTED] to [TERMINATED] 2020-03-30 12:09:42,068 [INFO] [doorpi.sipphone.from_linphone] Client INVITE transaction [0x118cc10] terminated 2020-03-30 12:09:48,192 [DEBUG] [doorpi.doorpi] destroy doorpi 2020-03-30 12:09:48,192 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [, <_DummyThread(Dummy-1, started daemon 1968174176)>, <_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:48,193 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2020-03-30 12:09:48,194 [DEBUG] [doorpi.action.handler] [SSKRP9] fire for event OnShutdown this actions [, , , ] 2020-03-30 12:09:48,195 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2020-03-30 12:09:48,196 [TRACE] [doorpi.action.handler] [SSKRP9] try to fire action TimeTickDestroyAction with args () and kwargs {} 2020-03-30 12:09:48,197 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2020-03-30 12:09:48,197 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2020-03-30 12:09:48,198 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,198 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2020-03-30 12:09:48,198 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2020-03-30 12:09:48,199 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,199 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2020-03-30 12:09:48,200 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2020-03-30 12:09:48,200 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,200 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2020-03-30 12:09:48,201 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2020-03-30 12:09:48,201 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,202 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2020-03-30 12:09:48,202 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2020-03-30 12:09:48,203 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,203 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2020-03-30 12:09:48,203 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2020-03-30 12:09:48,204 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,204 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2020-03-30 12:09:48,205 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2020-03-30 12:09:48,205 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,205 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2020-03-30 12:09:48,206 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2020-03-30 12:09:48,206 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,207 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2020-03-30 12:09:48,207 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2020-03-30 12:09:48,207 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,208 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2020-03-30 12:09:48,208 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2020-03-30 12:09:48,208 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,209 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2020-03-30 12:09:48,209 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2020-03-30 12:09:48,210 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,210 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2020-03-30 12:09:48,210 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2020-03-30 12:09:48,211 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,211 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2020-03-30 12:09:48,212 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2020-03-30 12:09:48,212 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,213 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2020-03-30 12:09:48,213 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2020-03-30 12:09:48,214 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,214 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2020-03-30 12:09:48,214 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2020-03-30 12:09:48,215 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,215 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2020-03-30 12:09:48,216 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2020-03-30 12:09:48,216 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,216 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2020-03-30 12:09:48,217 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2020-03-30 12:09:48,217 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,218 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2020-03-30 12:09:48,218 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2020-03-30 12:09:48,218 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,219 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2020-03-30 12:09:48,219 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2020-03-30 12:09:48,220 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,220 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2020-03-30 12:09:48,220 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2020-03-30 12:09:48,221 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,221 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2020-03-30 12:09:48,222 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2020-03-30 12:09:48,222 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,223 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2020-03-30 12:09:48,223 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2020-03-30 12:09:48,223 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,224 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2020-03-30 12:09:48,224 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2020-03-30 12:09:48,225 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,225 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2020-03-30 12:09:48,225 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2020-03-30 12:09:48,226 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,226 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2020-03-30 12:09:48,226 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2020-03-30 12:09:48,227 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,227 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2020-03-30 12:09:48,228 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2020-03-30 12:09:48,228 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,229 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2020-03-30 12:09:48,229 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2020-03-30 12:09:48,229 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,230 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2020-03-30 12:09:48,230 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2020-03-30 12:09:48,231 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,231 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2020-03-30 12:09:48,232 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2020-03-30 12:09:48,232 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,233 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2020-03-30 12:09:48,233 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2020-03-30 12:09:48,233 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,234 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2020-03-30 12:09:48,234 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2020-03-30 12:09:48,234 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,235 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2020-03-30 12:09:48,235 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2020-03-30 12:09:48,236 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,236 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2020-03-30 12:09:48,236 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2020-03-30 12:09:48,237 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,237 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2020-03-30 12:09:48,238 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2020-03-30 12:09:48,238 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,238 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2020-03-30 12:09:48,239 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2020-03-30 12:09:48,239 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,240 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2020-03-30 12:09:48,240 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2020-03-30 12:09:48,240 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,241 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2020-03-30 12:09:48,241 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2020-03-30 12:09:48,242 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,242 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2020-03-30 12:09:48,242 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2020-03-30 12:09:48,243 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,243 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2020-03-30 12:09:48,244 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2020-03-30 12:09:48,244 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,245 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2020-03-30 12:09:48,245 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2020-03-30 12:09:48,246 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,247 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2020-03-30 12:09:48,249 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2020-03-30 12:09:48,249 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,250 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2020-03-30 12:09:48,250 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2020-03-30 12:09:48,251 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,252 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2020-03-30 12:09:48,252 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2020-03-30 12:09:48,253 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,253 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2020-03-30 12:09:48,254 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2020-03-30 12:09:48,254 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,257 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2020-03-30 12:09:48,257 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2020-03-30 12:09:48,258 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,258 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2020-03-30 12:09:48,258 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2020-03-30 12:09:48,259 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,259 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2020-03-30 12:09:48,260 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2020-03-30 12:09:48,260 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,260 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2020-03-30 12:09:48,261 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2020-03-30 12:09:48,261 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,262 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2020-03-30 12:09:48,262 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2020-03-30 12:09:48,263 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,263 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2020-03-30 12:09:48,264 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2020-03-30 12:09:48,264 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,265 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2020-03-30 12:09:48,265 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2020-03-30 12:09:48,266 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,266 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2020-03-30 12:09:48,266 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2020-03-30 12:09:48,267 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,267 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2020-03-30 12:09:48,267 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2020-03-30 12:09:48,268 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,268 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2020-03-30 12:09:48,269 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2020-03-30 12:09:48,269 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,270 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2020-03-30 12:09:48,270 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2020-03-30 12:09:48,271 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,271 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2020-03-30 12:09:48,272 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2020-03-30 12:09:48,272 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,272 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2020-03-30 12:09:48,273 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2020-03-30 12:09:48,273 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,274 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2020-03-30 12:09:48,274 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2020-03-30 12:09:48,274 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,275 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2020-03-30 12:09:48,275 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2020-03-30 12:09:48,276 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,276 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2020-03-30 12:09:48,277 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2020-03-30 12:09:48,277 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,277 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2020-03-30 12:09:48,278 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2020-03-30 12:09:48,278 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,279 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2020-03-30 12:09:48,279 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2020-03-30 12:09:48,280 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,280 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2020-03-30 12:09:48,280 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2020-03-30 12:09:48,281 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,281 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2020-03-30 12:09:48,281 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2020-03-30 12:09:48,282 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,282 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2020-03-30 12:09:48,283 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2020-03-30 12:09:48,283 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,283 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2020-03-30 12:09:48,284 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2020-03-30 12:09:48,284 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,284 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2020-03-30 12:09:48,285 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2020-03-30 12:09:48,285 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,285 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2020-03-30 12:09:48,286 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2020-03-30 12:09:48,286 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,286 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2020-03-30 12:09:48,287 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2020-03-30 12:09:48,287 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,287 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2020-03-30 12:09:48,288 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2020-03-30 12:09:48,288 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,288 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2020-03-30 12:09:48,289 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2020-03-30 12:09:48,289 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,289 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2020-03-30 12:09:48,290 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2020-03-30 12:09:48,290 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,290 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2020-03-30 12:09:48,291 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2020-03-30 12:09:48,291 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,291 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2020-03-30 12:09:48,292 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2020-03-30 12:09:48,292 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,293 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2020-03-30 12:09:48,293 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2020-03-30 12:09:48,293 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,294 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2020-03-30 12:09:48,294 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2020-03-30 12:09:48,294 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,295 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2020-03-30 12:09:48,295 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2020-03-30 12:09:48,295 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,296 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2020-03-30 12:09:48,296 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2020-03-30 12:09:48,296 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,297 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2020-03-30 12:09:48,297 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2020-03-30 12:09:48,297 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,298 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2020-03-30 12:09:48,298 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2020-03-30 12:09:48,298 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,299 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2020-03-30 12:09:48,299 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2020-03-30 12:09:48,299 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,300 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2020-03-30 12:09:48,300 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2020-03-30 12:09:48,300 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,301 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2020-03-30 12:09:48,301 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2020-03-30 12:09:48,301 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,302 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2020-03-30 12:09:48,302 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2020-03-30 12:09:48,302 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,303 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2020-03-30 12:09:48,303 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2020-03-30 12:09:48,303 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,304 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2020-03-30 12:09:48,304 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2020-03-30 12:09:48,304 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,305 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2020-03-30 12:09:48,305 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2020-03-30 12:09:48,305 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,306 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2020-03-30 12:09:48,306 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2020-03-30 12:09:48,306 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,307 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2020-03-30 12:09:48,307 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2020-03-30 12:09:48,307 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,308 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2020-03-30 12:09:48,308 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2020-03-30 12:09:48,308 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,309 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2020-03-30 12:09:48,309 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2020-03-30 12:09:48,309 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,310 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2020-03-30 12:09:48,310 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2020-03-30 12:09:48,311 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,311 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2020-03-30 12:09:48,312 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2020-03-30 12:09:48,312 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,312 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2020-03-30 12:09:48,313 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2020-03-30 12:09:48,313 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,313 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2020-03-30 12:09:48,314 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2020-03-30 12:09:48,314 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,314 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2020-03-30 12:09:48,315 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2020-03-30 12:09:48,315 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,315 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2020-03-30 12:09:48,316 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2020-03-30 12:09:48,316 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,316 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2020-03-30 12:09:48,317 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2020-03-30 12:09:48,317 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,317 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2020-03-30 12:09:48,318 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2020-03-30 12:09:48,318 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,318 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2020-03-30 12:09:48,319 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2020-03-30 12:09:48,319 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,319 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2020-03-30 12:09:48,320 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2020-03-30 12:09:48,320 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,320 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2020-03-30 12:09:48,321 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2020-03-30 12:09:48,321 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,322 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2020-03-30 12:09:48,322 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2020-03-30 12:09:48,322 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,323 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2020-03-30 12:09:48,323 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2020-03-30 12:09:48,323 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,324 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2020-03-30 12:09:48,324 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2020-03-30 12:09:48,324 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2020-03-30 12:09:48,325 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2020-03-30 12:09:48,325 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2020-03-30 12:09:48,325 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2020-03-30 12:09:48,326 [TRACE] [doorpi.action.handler] [SSKRP9] try to fire action WebServerShutdownAction with args () and kwargs {} 2020-03-30 12:09:48,326 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2020-03-30 12:09:48,327 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2020-03-30 12:09:48,328 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2020-03-30 12:09:48,328 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2020-03-30 12:09:48,329 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2020-03-30 12:09:48,329 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2020-03-30 12:09:48,330 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2020-03-30 12:09:48,330 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2020-03-30 12:09:48,330 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2020-03-30 12:09:48,331 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2020-03-30 12:09:48,331 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2020-03-30 12:09:48,332 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2020-03-30 12:09:48,332 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2020-03-30 12:09:48,332 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2020-03-30 12:09:48,333 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2020-03-30 12:09:48,333 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2020-03-30 12:09:48,333 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2020-03-30 12:09:48,334 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2020-03-30 12:09:48,334 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2020-03-30 12:09:48,334 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2020-03-30 12:09:48,335 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2020-03-30 12:09:48,335 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2020-03-30 12:09:48,335 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2020-03-30 12:09:48,336 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2020-03-30 12:09:48,336 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2020-03-30 12:09:48,336 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2020-03-30 12:09:48,337 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2020-03-30 12:09:48,337 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2020-03-30 12:09:48,337 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2020-03-30 12:09:48,343 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2020-03-30 12:09:48,344 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2020-03-30 12:09:48,344 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2020-03-30 12:09:48,344 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2020-03-30 12:09:48,345 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2020-03-30 12:09:48,345 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2020-03-30 12:09:48,346 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2020-03-30 12:09:48,346 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2020-03-30 12:09:48,347 [TRACE] [doorpi.action.handler] [SSKRP9] try to fire action KeyboardDestroyAction with args () and kwargs {} 2020-03-30 12:09:48,347 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2020-03-30 12:09:48,347 [DEBUG] [doorpi.keyboard.from_gpio] destroy 2020-03-30 12:09:48,352 [TRACE] [doorpi.action.handler] [6XQ755] finished fire_event for event_name OnWebServerStart 2020-03-30 12:09:48,350 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_gpio and force_unregister is True 2020-03-30 12:09:48,354 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_gpio 2020-03-30 12:09:48,354 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2020-03-30 12:09:48,355 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed 2020-03-30 12:09:48,355 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_gpio 2020-03-30 12:09:48,356 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2020-03-30 12:09:48,356 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp 2020-03-30 12:09:48,357 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_36 from doorpi.keyboard.from_gpio 2020-03-30 12:09:48,357 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_36 - remove event too 2020-03-30 12:09:48,358 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_36 2020-03-30 12:09:48,359 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_36 from doorpi.keyboard.from_gpio 2020-03-30 12:09:48,359 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_36 - remove event too 2020-03-30 12:09:48,360 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_36 2020-03-30 12:09:48,360 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_gpio 2020-03-30 12:09:48,360 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2020-03-30 12:09:48,361 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown 2020-03-30 12:09:48,362 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.36 from doorpi.keyboard.from_gpio 2020-03-30 12:09:48,362 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.36 - remove event too 2020-03-30 12:09:48,363 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_onboardpins.36 2020-03-30 12:09:48,363 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_36 from doorpi.keyboard.from_gpio 2020-03-30 12:09:48,364 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_36 - remove event too 2020-03-30 12:09:48,364 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_36 2020-03-30 12:09:48,365 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.36 from doorpi.keyboard.from_gpio 2020-03-30 12:09:48,365 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.36 - remove event too 2020-03-30 12:09:48,366 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_onboardpins.36 2020-03-30 12:09:48,366 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.36 from doorpi.keyboard.from_gpio 2020-03-30 12:09:48,367 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.36 - remove event too 2020-03-30 12:09:48,367 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_onboardpins.36 2020-03-30 12:09:48,368 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed 2020-03-30 12:09:48,369 [TRACE] [doorpi.action.handler] [SSKRP9] try to fire action > with args () and kwargs {} 2020-03-30 12:09:48,369 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-03-30 12:09:48,370 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2020-03-30 12:09:48,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x7409e6c8 [0x1173988]) 2020-03-30 12:09:48,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x86076c 2020-03-30 12:09:48,372 [DEBUG] [doorpi.action.handler] [KVZSO8] fire for event OnSipPhoneDestroy this actions [, , ] 2020-03-30 12:09:48,373 [TRACE] [doorpi.action.handler] [KVZSO8] try to fire action > with args () and kwargs {} 2020-03-30 12:09:48,374 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-03-30 12:09:48,374 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2020-03-30 12:09:48,375 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2020-03-30 12:09:48,375 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,375 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2020-03-30 12:09:48,376 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2020-03-30 12:09:48,376 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,376 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2020-03-30 12:09:48,377 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2020-03-30 12:09:48,377 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,377 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2020-03-30 12:09:48,378 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2020-03-30 12:09:48,378 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,378 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2020-03-30 12:09:48,379 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2020-03-30 12:09:48,379 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,379 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2020-03-30 12:09:48,380 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2020-03-30 12:09:48,380 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,380 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2020-03-30 12:09:48,381 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2020-03-30 12:09:48,381 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,381 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2020-03-30 12:09:48,382 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2020-03-30 12:09:48,382 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,382 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2020-03-30 12:09:48,383 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2020-03-30 12:09:48,383 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,383 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2020-03-30 12:09:48,384 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2020-03-30 12:09:48,384 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,384 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2020-03-30 12:09:48,385 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2020-03-30 12:09:48,385 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,385 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2020-03-30 12:09:48,386 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2020-03-30 12:09:48,386 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,386 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2020-03-30 12:09:48,387 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2020-03-30 12:09:48,387 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,387 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2020-03-30 12:09:48,388 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2020-03-30 12:09:48,388 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,388 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2020-03-30 12:09:48,389 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2020-03-30 12:09:48,389 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,389 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2020-03-30 12:09:48,390 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2020-03-30 12:09:48,390 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,390 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2020-03-30 12:09:48,391 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2020-03-30 12:09:48,391 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,391 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2020-03-30 12:09:48,392 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2020-03-30 12:09:48,392 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,392 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2020-03-30 12:09:48,393 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2020-03-30 12:09:48,393 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,393 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2020-03-30 12:09:48,394 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2020-03-30 12:09:48,394 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,394 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2020-03-30 12:09:48,395 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2020-03-30 12:09:48,395 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-03-30 12:09:48,395 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2020-03-30 12:09:48,396 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2020-03-30 12:09:48,396 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2020-03-30 12:09:48,397 [TRACE] [doorpi.action.handler] [KVZSO8] try to fire action > with args () and kwargs {} 2020-03-30 12:09:48,397 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-03-30 12:09:48,397 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2020-03-30 12:09:48,398 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2020-03-30 12:09:48,399 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2020-03-30 12:09:48,399 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2020-03-30 12:09:48,399 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2020-03-30 12:09:48,400 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2020-03-30 12:09:48,400 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2020-03-30 12:09:48,401 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2020-03-30 12:09:48,401 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2020-03-30 12:09:48,402 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2020-03-30 12:09:48,402 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2020-03-30 12:09:48,402 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2020-03-30 12:09:48,403 [TRACE] [doorpi.action.handler] [KVZSO8] try to fire action > with args () and kwargs {} 2020-03-30 12:09:48,403 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-03-30 12:09:48,404 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2020-03-30 12:09:48,404 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2020-03-30 12:09:48,405 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2020-03-30 12:09:48,405 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2020-03-30 12:09:48,405 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2020-03-30 12:09:48,406 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2020-03-30 12:09:48,406 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2020-03-30 12:09:48,406 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2020-03-30 12:09:48,407 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2020-03-30 12:09:48,407 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2020-03-30 12:09:48,407 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2020-03-30 12:09:48,408 [TRACE] [doorpi.action.handler] [KVZSO8] finished fire_event for event_name OnSipPhoneDestroy 2020-03-30 12:09:48,408 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2020-03-30 12:09:48,408 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,409 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2020-03-30 12:09:48,409 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2020-03-30 12:09:48,409 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,410 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2020-03-30 12:09:48,410 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2020-03-30 12:09:48,410 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,411 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2020-03-30 12:09:48,411 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2020-03-30 12:09:48,412 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,412 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2020-03-30 12:09:48,412 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2020-03-30 12:09:48,413 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,413 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2020-03-30 12:09:48,413 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2020-03-30 12:09:48,414 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,414 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2020-03-30 12:09:48,414 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2020-03-30 12:09:48,415 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,415 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2020-03-30 12:09:48,415 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2020-03-30 12:09:48,416 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,416 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2020-03-30 12:09:48,416 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2020-03-30 12:09:48,417 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,417 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2020-03-30 12:09:48,417 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2020-03-30 12:09:48,418 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,418 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2020-03-30 12:09:48,418 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2020-03-30 12:09:48,419 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,419 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2020-03-30 12:09:48,419 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2020-03-30 12:09:48,420 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2020-03-30 12:09:48,420 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2020-03-30 12:09:48,420 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2020-03-30 12:09:48,421 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2020-03-30 12:09:48,421 [TRACE] [doorpi.action.handler] [SSKRP9] finished fire_event for event_name OnShutdown 2020-03-30 12:09:48,422 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2020-03-30 12:09:48,423 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2020-03-30 12:09:48,924 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2020-03-30 12:09:48,924 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:48,925 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2020-03-30 12:09:49,426 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2020-03-30 12:09:49,427 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:49,428 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2020-03-30 12:09:49,930 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2020-03-30 12:09:49,931 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:49,932 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2020-03-30 12:09:50,434 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2020-03-30 12:09:50,435 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:50,436 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2020-03-30 12:09:50,938 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 1 and 1 event 2020-03-30 12:09:50,939 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:50,940 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2020-03-30 12:09:51,442 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 1 and 1 event 2020-03-30 12:09:51,443 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:51,444 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2020-03-30 12:09:51,946 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 1 and 1 event 2020-03-30 12:09:51,947 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:51,948 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2020-03-30 12:09:52,449 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 1 and 1 event 2020-03-30 12:09:52,451 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:52,452 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2020-03-30 12:09:52,954 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 1 and 1 event 2020-03-30 12:09:52,955 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:52,956 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2020-03-30 12:09:53,458 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 1 and 1 event 2020-03-30 12:09:53,459 [TRACE] [doorpi.doorpi] still existing threads: [<_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:53,464 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2020-03-30 12:09:53,965 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [<_MainThread(MainThread, started 1995878416)>] 2020-03-30 12:09:53,967 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========