root@raspberrypi:~# doorpi_cli --trace 2020-07-13 22:18:30,676 [INFO] [doorpi.main] ___ ___ _ / \___ ___ _ __ / _ (_) VoIP Door-Intercomstation with Raspberry Pi / /\ / _ \ / _ \| '__/ /_)/ | version: 2.5.1 / /_// (_) | (_) | | / ___/| | license: CC BY-NC 4.0 /___,' \___/ \___/|_| \/ |_| URL: Authors: Thomas Meissner Supporter: Phillip Munz Hermann Dötsch Dennis Häußler Hubert Nusser Michael Hauer Andreas Schwarz Max Rößler missing someone? -> sorry -> mail me 2020-07-13 22:18:30,677 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2020-07-13 22:18:30,678 [DEBUG] [doorpi.doorpi] run 2020-07-13 22:18:30,678 [DEBUG] [doorpi.doorpi] prepare 2020-07-13 22:18:30,679 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2020-07-13 22:18:30,683 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2020-07-13 22:18:30,691 [DEBUG] [doorpi.conf.config_object] __init__ 2020-07-13 22:18:30,691 [TRACE] [doorpi.conf.config_object] get_from_config 2020-07-13 22:18:30,696 [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-07-13 22:18:30,697 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2020-07-13 22:18:30,698 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2020-07-13 22:18:30,702 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2020-07-13 22:18:30,703 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2020-07-13 22:18:30,704 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2020-07-13 22:18:30,704 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2020-07-13 22:18:30,705 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2020-07-13 22:18:30,705 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2020-07-13 22:18:30,706 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2020-07-13 22:18:30,706 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2020-07-13 22:18:30,707 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2020-07-13 22:18:30,708 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2020-07-13 22:18:30,708 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2020-07-13 22:18:30,709 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2020-07-13 22:18:30,710 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2020-07-13 22:18:30,712 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2020-07-13 22:18:30,714 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2020-07-13 22:18:30,717 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2020-07-13 22:18:30,718 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2020-07-13 22:18:30,719 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns :: 2020-07-13 22:18:30,720 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 8080 2020-07-13 22:18:30,721 [INFO] [doorpi.status.webserver] Initiating WebService at ip :: and port 8080 2020-07-13 22:18:30,722 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2020-07-13 22:18:30,723 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2020-07-13 22:18:30,723 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2020-07-13 22:18:30,724 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2020-07-13 22:18:30,725 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2020-07-13 22:18:30,725 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2020-07-13 22:18:30,727 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2020-07-13 22:18:30,728 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2020-07-13 22:18:30,730 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2020-07-13 22:18:30,732 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2020-07-13 22:18:30,734 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2020-07-13 22:18:30,735 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2020-07-13 22:18:30,737 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2020-07-13 22:18:30,738 [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-07-13 22:18:30,740 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2020-07-13 22:18:30,741 [WARNING] [root] section WritePermission not found in configfile 2020-07-13 22:18:30,743 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns [] 2020-07-13 22:18:30,743 [WARNING] [root] section ReadPermission not found in configfile 2020-07-13 22:18:30,745 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2020-07-13 22:18:30,745 [WARNING] [root] section Group not found in configfile 2020-07-13 22:18:30,746 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns [] 2020-07-13 22:18:30,747 [WARNING] [root] section User not found in configfile 2020-07-13 22:18:30,748 [TRACE] [doorpi.conf.config_object] get_keys for section User returns [] 2020-07-13 22:18:30,749 [TRACE] [doorpi.conf.config_object] get_sections returns ['keyboards', 'piface_keyboard', 'SIP-Phone', 'DTMF', 'piface_OutputPins', 'EVENT_OnStartup', 'piface_InputPins', 'DoorPiWeb', 'DoorPi'] 2020-07-13 22:18:30,751 [ERROR] [doorpi.status.webserver] no ReadPermission found 2020-07-13 22:18:30,752 [ERROR] [doorpi.status.webserver] no groups in configfile! 2020-07-13 22:18:30,753 [ERROR] [doorpi.status.webserver] no WritePermission found 2020-07-13 22:18:30,754 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2020-07-13 22:18:30,755 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2020-07-13 22:18:30,756 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2020-07-13 22:18:30,759 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,760 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2020-07-13 22:18:30,761 [DEBUG] [doorpi.action.handler] [K3STSG] fire for event OnWebServerStart this actions [] 2020-07-13 22:18:30,762 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,762 [TRACE] [doorpi.action.handler] [K3STSG] try to fire action WebServerStartupAction with args () and kwargs {} 2020-07-13 22:18:30,763 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,764 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2020-07-13 22:18:30,765 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,766 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,768 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,769 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,769 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,771 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,771 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,773 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,773 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,774 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,775 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,776 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,777 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2020-07-13 22:18:30,778 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['piface'] 2020-07-13 22:18:30,779 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: piface) 2020-07-13 22:18:30,780 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'piface' to handler 2020-07-13 22:18:30,781 [TRACE] [doorpi.conf.config_object] get_string for key piface in section keyboards (default: dummy) returns piface 2020-07-13 22:18:30,783 [TRACE] [doorpi.conf.config_object] get_keys for section piface_InputPins returns ['0'] 2020-07-13 22:18:30,784 [TRACE] [doorpi.conf.config_object] get_keys for section piface_OutputPins returns ['0'] 2020-07-13 22:18:30,785 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section piface_keyboard (default: 2000) returns 200.0 2020-07-13 22:18:30,786 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section piface_keyboard (default: 0) returns 0 2020-07-13 22:18:30,787 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section piface_keyboard (default: True) returns True 2020-07-13 22:18:30,788 [DEBUG] [doorpi.keyboard.from_piface] doorpi.keyboard.from_piface loaded 2020-07-13 22:18:30,839 [DEBUG] [doorpi.keyboard.from_piface] __init__(input_pins = ['0'], output_pins = ['0'], polarity = 0) 2020-07-13 22:18:30,928 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2020-07-13 22:18:30,929 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was added 2020-07-13 22:18:30,929 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_piface 2020-07-13 22:18:30,930 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2020-07-13 22:18:30,930 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_0 and registered source doorpi.keyboard.from_piface 2020-07-13 22:18:30,931 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_piface.0 from doorpi.keyboard.from_piface 2020-07-13 22:18:30,931 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_piface.0 and registered source doorpi.keyboard.from_piface 2020-07-13 22:18:30,931 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2020-07-13 22:18:30,932 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_piface 2020-07-13 22:18:30,932 [TRACE] [doorpi.action.handler] register Event OnKeyUp_0 from doorpi.keyboard.from_piface 2020-07-13 22:18:30,933 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_0 and registered source doorpi.keyboard.from_piface 2020-07-13 22:18:30,933 [TRACE] [doorpi.action.handler] register Event OnKeyUp_piface.0 from doorpi.keyboard.from_piface 2020-07-13 22:18:30,934 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_piface.0 and registered source doorpi.keyboard.from_piface 2020-07-13 22:18:30,934 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2020-07-13 22:18:30,935 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_piface 2020-07-13 22:18:30,935 [TRACE] [doorpi.action.handler] register Event OnKeyDown_0 from doorpi.keyboard.from_piface 2020-07-13 22:18:30,935 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_0 and registered source doorpi.keyboard.from_piface 2020-07-13 22:18:30,936 [TRACE] [doorpi.action.handler] register Event OnKeyDown_piface.0 from doorpi.keyboard.from_piface 2020-07-13 22:18:30,936 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_piface.0 and registered source doorpi.keyboard.from_piface 2020-07-13 22:18:30,948 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2020-07-13 22:18:30,950 [TRACE] [doorpi.conf.config_object] get_keys for section piface_OutputPins returns ['0'] 2020-07-13 22:18:30,951 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section piface_OutputPins (default: ) returns opener 2020-07-13 22:18:30,954 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2020-07-13 22:18:30,957 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2020-07-13 22:18:30,960 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2020-07-13 22:18:30,962 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2020-07-13 22:18:31,025 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2020-07-13 22:18:31,028 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2020-07-13 22:18:31,033 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2020-07-13 22:18:31,054 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2020-07-13 22:18:31,061 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2020-07-13 22:18:31,062 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2020-07-13 22:18:31,064 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2020-07-13 22:18:31,067 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2020-07-13 22:18:31,069 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2020-07-13 22:18:31,072 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2020-07-13 22:18:31,073 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2020-07-13 22:18:31,075 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2020-07-13 22:18:31,076 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,076 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2020-07-13 22:18:31,077 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,077 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,078 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,078 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,079 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,079 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,080 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,080 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,081 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,081 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,082 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,082 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,083 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,083 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,083 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,084 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,084 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,085 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,085 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,086 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,086 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,087 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,087 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2020-07-13 22:18:31,088 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2020-07-13 22:18:31,088 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2020-07-13 22:18:31,089 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,089 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2020-07-13 22:18:31,090 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,090 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,091 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,091 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,092 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,092 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,093 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,093 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,093 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,094 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,094 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,095 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,095 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,096 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,096 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,096 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,097 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,097 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,098 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,098 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,099 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,099 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,100 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,100 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"#"'] 2020-07-13 22:18:31,100 [TRACE] [doorpi.action.handler] register Event OnDTMF_"#" from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,101 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"#" and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,101 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,102 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2020-07-13 22:18:31,102 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,103 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,103 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,104 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,104 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,105 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,105 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,106 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,106 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,106 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,107 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,107 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,108 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,108 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,109 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,109 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,110 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,110 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,110 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:18:31,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2020-07-13 22:18:31,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x73ef7a58 2020-07-13 22:18:31,114 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:31,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2020-07-13 22:18:31,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x73ef7a58 2020-07-13 22:18:31,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x73f17c00, "(null)", "(null)") 2020-07-13 22:18:31,117 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2020-07-13 22:18:31,118 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2020-07-13 22:18:31,119 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2020-07-13 22:18:31,119 [INFO] [doorpi.sipphone.from_linphone] srtp init 2020-07-13 22:18:31,133 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2020-07-13 22:18:31,221 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2020-07-13 22:18:31,256 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: C-Media USB Headphone Set' added 2020-07-13 22:18:31,257 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2020-07-13 22:18:31,258 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2020-07-13 22:18:31,258 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2020-07-13 22:18:31,259 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2020-07-13 22:18:31,259 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2020-07-13 22:18:31,260 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2020-07-13 22:18:31,260 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x99a828] registered on core [0x99b150] 2020-07-13 22:18:31,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x99a828, 1, "Starting up") 2020-07-13 22:18:31,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2020-07-13 22:18:31,262 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [global_state_changed] 2020-07-13 22:18:31,263 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2020-07-13 22:18:31,263 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2020-07-13 22:18:31,264 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2020-07-13 22:18:31,264 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2020-07-13 22:18:31,265 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2020-07-13 22:18:31,265 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2020-07-13 22:18:31,266 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2020-07-13 22:18:31,266 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2020-07-13 22:18:31,267 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2020-07-13 22:18:31,268 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2020-07-13 22:18:31,268 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2020-07-13 22:18:31,269 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2020-07-13 22:18:31,269 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2020-07-13 22:18:31,270 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2020-07-13 22:18:31,270 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2020-07-13 22:18:31,270 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2020-07-13 22:18:31,271 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2020-07-13 22:18:31,271 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2020-07-13 22:18:31,272 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2020-07-13 22:18:31,272 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2020-07-13 22:18:31,273 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2020-07-13 22:18:31,273 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2020-07-13 22:18:31,274 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2020-07-13 22:18:31,274 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2020-07-13 22:18:31,275 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2020-07-13 22:18:31,275 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2020-07-13 22:18:31,276 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2020-07-13 22:18:31,276 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2020-07-13 22:18:31,276 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2020-07-13 22:18:31,277 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2020-07-13 22:18:31,277 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2020-07-13 22:18:31,278 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2020-07-13 22:18:31,278 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2020-07-13 22:18:31,279 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2020-07-13 22:18:31,279 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2020-07-13 22:18:31,280 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2020-07-13 22:18:31,280 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2020-07-13 22:18:31,281 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2020-07-13 22:18:31,281 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2020-07-13 22:18:31,282 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2020-07-13 22:18:31,282 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2020-07-13 22:18:31,283 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2020-07-13 22:18:31,283 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2020-07-13 22:18:31,283 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2020-07-13 22:18:31,284 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2020-07-13 22:18:31,284 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2020-07-13 22:18:31,285 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2020-07-13 22:18:31,285 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2020-07-13 22:18:31,286 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2020-07-13 22:18:31,286 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2020-07-13 22:18:31,287 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2020-07-13 22:18:31,287 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2020-07-13 22:18:31,288 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2020-07-13 22:18:31,288 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2020-07-13 22:18:31,289 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2020-07-13 22:18:31,289 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2020-07-13 22:18:31,290 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2020-07-13 22:18:31,290 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2020-07-13 22:18:31,290 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2020-07-13 22:18:31,291 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2020-07-13 22:18:31,291 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2020-07-13 22:18:31,292 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2020-07-13 22:18:31,292 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2020-07-13 22:18:31,293 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2020-07-13 22:18:31,293 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2020-07-13 22:18:31,294 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2020-07-13 22:18:31,294 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2020-07-13 22:18:31,295 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2020-07-13 22:18:31,295 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2020-07-13 22:18:31,296 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2020-07-13 22:18:31,296 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2020-07-13 22:18:31,296 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2020-07-13 22:18:31,298 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2020-07-13 22:18:31,298 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2020-07-13 22:18:31,299 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2020-07-13 22:18:31,299 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2020-07-13 22:18:31,299 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2020-07-13 22:18:31,300 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2020-07-13 22:18:31,300 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2020-07-13 22:18:31,301 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2020-07-13 22:18:31,301 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2020-07-13 22:18:31,302 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2020-07-13 22:18:31,302 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2020-07-13 22:18:31,303 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2020-07-13 22:18:31,303 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-07-13 22:18:31,304 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-07-13 22:18:31,304 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-07-13 22:18:31,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x99a828, 2, "(null)") 2020-07-13 22:18:31,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2020-07-13 22:18:31,306 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [configuring_status] 2020-07-13 22:18:31,306 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2020-07-13 22:18:31,307 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2020-07-13 22:18:31,307 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2020-07-13 22:18:31,308 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2020-07-13 22:18:31,308 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2020-07-13 22:18:31,309 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2020-07-13 22:18:31,309 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2020-07-13 22:18:31,310 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2020-07-13 22:18:31,310 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2020-07-13 22:18:31,311 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2020-07-13 22:18:31,311 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2020-07-13 22:18:31,312 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2020-07-13 22:18:31,312 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2020-07-13 22:18:31,313 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2020-07-13 22:18:31,313 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2020-07-13 22:18:31,313 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2020-07-13 22:18:31,314 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2020-07-13 22:18:31,314 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2020-07-13 22:18:31,315 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2020-07-13 22:18:31,315 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2020-07-13 22:18:31,316 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2020-07-13 22:18:31,316 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-07-13 22:18:31,317 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2020-07-13 22:18:31,318 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x9996a0] on [sip:0.0.0.0:5060;transport=UDP] 2020-07-13 22:18:31,319 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x9a5100] on [sip:0.0.0.0:5060;transport=TCP] 2020-07-13 22:18:31,319 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x9a5228] on [sip:0.0.0.0:-1;transport=TLS] 2020-07-13 22:18:31,320 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 37835 2020-07-13 22:18:31,320 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-07-13 22:18:31,321 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-07-13 22:18:31,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x99a828, 2, "Ready") 2020-07-13 22:18:31,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2020-07-13 22:18:31,327 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [global_state_changed] 2020-07-13 22:18:31,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x73ef7a58 2020-07-13 22:18:31,328 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2020-07-13 22:18:31,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x73ef7a58 [0x99a828], "DoorPi ") 2020-07-13 22:18:31,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2020-07-13 22:18:31,330 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2020-07-13 22:18:31,332 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2020-07-13 22:18:31,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x73ef7a58 [0x99a828], 2) 2020-07-13 22:18:31,333 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2020-07-13 22:18:31,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2020-07-13 22:18:31,334 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns True 2020-07-13 22:18:31,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x73ef7a58 [0x99a828], 0x2a3128 [1]) 2020-07-13 22:18:31,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2020-07-13 22:18:31,336 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5063 2020-07-13 22:18:31,336 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5063 2020-07-13 22:18:31,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2020-07-13 22:18:31,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x73ef7a70 2020-07-13 22:18:31,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x73ef7a58 [0x99a828], 0x73ef7a70 [0x73ef7a78]) 2020-07-13 22:18:31,338 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x9996a0] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2020-07-13 22:18:31,339 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x9a5100] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2020-07-13 22:18:31,340 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x9a5228] on [sip:0.0.0.0:37835;transport=TLS] destroyed 2020-07-13 22:18:31,340 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2020-07-13 22:18:31,341 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x9996a0] on [sip:0.0.0.0:5063;transport=UDP] 2020-07-13 22:18:31,341 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x9996e0] on [sip:0.0.0.0:5063;transport=TCP] 2020-07-13 22:18:31,342 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x99a428] on [sip:0.0.0.0:-1;transport=TLS] 2020-07-13 22:18:31,342 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 37711 2020-07-13 22:18:31,343 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-07-13 22:18:31,344 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2020-07-13 22:18:31,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2020-07-13 22:18:31,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x73ef7a70) 2020-07-13 22:18:31,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2020-07-13 22:18:31,345 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2020-07-13 22:18:31,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x73ef7a58 [0x99a828], 0x2a311c [0]) 2020-07-13 22:18:31,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2020-07-13 22:18:31,347 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2020-07-13 22:18:31,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x73ef7a58 [0x99a828], "") 2020-07-13 22:18:31,348 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2020-07-13 22:18:31,349 [INFO] [doorpi.sipphone.from_linphone] 192.168.124.1 2020-07-13 22:18:31,349 [INFO] [doorpi.sipphone.from_linphone] 2a02:908:2058:c8c0:d63f:cbff:fe8d:40a3 2020-07-13 22:18:31,351 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2020-07-13 22:18:31,351 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2020-07-13 22:18:31,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2020-07-13 22:18:31,352 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2020-07-13 22:18:31,353 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2020-07-13 22:18:31,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x73ef7a58 [0x99a828], 0) 2020-07-13 22:18:31,354 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2020-07-13 22:18:31,354 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2020-07-13 22:18:31,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2020-07-13 22:18:31,357 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2020-07-13 22:18:31,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x73ef7a58 [0x99a828], 120) 2020-07-13 22:18:31,358 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2020-07-13 22:18:31,358 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2020-07-13 22:18:31,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x73ef7a58 [0x99a828], 15) 2020-07-13 22:18:31,359 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2020-07-13 22:18:31,360 [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-07-13 22:18:31,361 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2020-07-13 22:18:31,362 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2020-07-13 22:18:31,364 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2020-07-13 22:18:31,364 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2020-07-13 22:18:31,365 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2020-07-13 22:18:31,365 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2020-07-13 22:18:31,366 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2020-07-13 22:18:31,366 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2020-07-13 22:18:31,366 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2020-07-13 22:18:31,367 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2020-07-13 22:18:31,367 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2020-07-13 22:18:31,368 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2020-07-13 22:18:31,368 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2020-07-13 22:18:31,369 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2020-07-13 22:18:31,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x73ef7a58 [0x99a828], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2020-07-13 22:18:31,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2020-07-13 22:18:31,372 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2020-07-13 22:18:31,372 [DEBUG] [doorpi.conf.config_object] create new key records in section SIP-Phone with value '!BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav' 2020-07-13 22:18:31,373 [TRACE] [doorpi.conf.config_object] get_string for key records in section SIP-Phone (default: !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav) returns !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav 2020-07-13 22:18:31,374 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2020-07-13 22:18:31,374 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2020-07-13 22:18:31,375 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2020-07-13 22:18:31,375 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2020-07-13 22:18:31,375 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2020-07-13 22:18:31,376 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2020-07-13 22:18:31,376 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2020-07-13 22:18:31,377 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2020-07-13 22:18:31,377 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2020-07-13 22:18:31,378 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2020-07-13 22:18:31,378 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2020-07-13 22:18:31,379 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2020-07-13 22:18:31,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x73f12530 2020-07-13 22:18:31,381 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2020-07-13 22:18:31,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x73f18d70 2020-07-13 22:18:31,383 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: C-Media USB Headphone Set 2020-07-13 22:18:31,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x73ef7a58 [0x99a828], "ALSA: C-Media USB Headphone Set") 2020-07-13 22:18:31,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2020-07-13 22:18:31,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x73f18d40 2020-07-13 22:18:31,386 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: C-Media USB Headphone Set 2020-07-13 22:18:31,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x73ef7a58 [0x99a828], "ALSA: C-Media USB Headphone Set") 2020-07-13 22:18:31,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2020-07-13 22:18:31,387 [TRACE] [doorpi.conf.config_object] get_integer for key mic_gain_db in section SIP-Phone (default: 0) returns 0.0 2020-07-13 22:18:31,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_mic_gain_db(0x73ef7a58 [0x99a828], 0.000000) 2020-07-13 22:18:31,388 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2020-07-13 22:18:31,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_mic_gain_db -> 0 2020-07-13 22:18:31,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x73f123f0 2020-07-13 22:18:31,390 [INFO] [doorpi.sipphone.from_linphone] found 2 possible sounddevices: 2020-07-13 22:18:31,391 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2020-07-13 22:18:31,392 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2020-07-13 22:18:31,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x73f123f0 2020-07-13 22:18:31,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x73ef7a58 [0x99a828], "ALSA: default device") 2020-07-13 22:18:31,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2020-07-13 22:18:31,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x73ef7a58 [0x99a828], "ALSA: default device") 2020-07-13 22:18:31,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2020-07-13 22:18:31,395 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2020-07-13 22:18:31,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x73ef7a58 [0x99a828], "ALSA: C-Media USB Headphone Set") 2020-07-13 22:18:31,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2a3128 2020-07-13 22:18:31,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x73ef7a58 [0x99a828], "ALSA: C-Media USB Headphone Set") 2020-07-13 22:18:31,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2a3128 2020-07-13 22:18:31,397 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: C-Media USB Headphone Set 2020-07-13 22:18:31,398 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2020-07-13 22:18:31,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x73f0dd40 2020-07-13 22:18:31,399 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: C-Media USB Headphone Set 2020-07-13 22:18:31,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x73f0dd40 2020-07-13 22:18:31,400 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: C-Media USB Headphone Set 2020-07-13 22:18:31,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_mic_gain_db(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_mic_gain_db -> 0x6c3ce0 2020-07-13 22:18:31,402 [DEBUG] [doorpi.sipphone.from_linphone] mic_gain_db: 0.0 2020-07-13 22:18:31,403 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU', 'Speex'] 2020-07-13 22:18:31,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x967050) 2020-07-13 22:18:31,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-07-13 22:18:31,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d10a00 2020-07-13 22:18:31,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-07-13 22:18:31,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d10a00 2020-07-13 22:18:31,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d10a00 2020-07-13 22:18:31,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x9670c0) 2020-07-13 22:18:31,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-07-13 22:18:31,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d10980 2020-07-13 22:18:31,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-07-13 22:18:31,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d10980 2020-07-13 22:18:31,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d10980 2020-07-13 22:18:31,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x976f50) 2020-07-13 22:18:31,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-07-13 22:18:31,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d10a10 2020-07-13 22:18:31,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-07-13 22:18:31,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d10a10 2020-07-13 22:18:31,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d10a10 2020-07-13 22:18:31,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x977008) 2020-07-13 22:18:31,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-07-13 22:18:31,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d10a20 2020-07-13 22:18:31,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-07-13 22:18:31,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d10a20 2020-07-13 22:18:31,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d10a20 2020-07-13 22:18:31,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x977060) 2020-07-13 22:18:31,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-07-13 22:18:31,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d10a30 2020-07-13 22:18:31,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-07-13 22:18:31,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d10a30 2020-07-13 22:18:31,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d10a30 2020-07-13 22:18:31,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x999be0) 2020-07-13 22:18:31,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-07-13 22:18:31,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d10a40 2020-07-13 22:18:31,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-07-13 22:18:31,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d10a40 2020-07-13 22:18:31,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d10a40 2020-07-13 22:18:31,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x999c28) 2020-07-13 22:18:31,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-07-13 22:18:31,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d10a50 2020-07-13 22:18:31,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-07-13 22:18:31,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d10a50 2020-07-13 22:18:31,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d10a50 2020-07-13 22:18:31,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x966c38) 2020-07-13 22:18:31,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-07-13 22:18:31,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d10a60 2020-07-13 22:18:31,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-07-13 22:18:31,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d10a60 2020-07-13 22:18:31,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d10a60 2020-07-13 22:18:31,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x966ca0) 2020-07-13 22:18:31,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-07-13 22:18:31,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d10a70 2020-07-13 22:18:31,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-07-13 22:18:31,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d10a70 2020-07-13 22:18:31,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d10a70 2020-07-13 22:18:31,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x9999c8) 2020-07-13 22:18:31,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-07-13 22:18:31,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d10a80 2020-07-13 22:18:31,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-07-13 22:18:31,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d10a80 2020-07-13 22:18:31,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d10a80 2020-07-13 22:18:31,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x73f125a8 2020-07-13 22:18:31,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a00 [0x967050]) 2020-07-13 22:18:31,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e620 2020-07-13 22:18:31,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a00 [0x967050]) 2020-07-13 22:18:31,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e620 2020-07-13 22:18:31,433 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2020-07-13 22:18:31,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x73ef7a58 [0x99a828], 0x76d10a00 [0x967050], 0x2a311c [0]) 2020-07-13 22:18:31,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x69076c 2020-07-13 22:18:31,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10980 [0x9670c0]) 2020-07-13 22:18:31,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e760 2020-07-13 22:18:31,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10980 [0x9670c0]) 2020-07-13 22:18:31,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e760 2020-07-13 22:18:31,437 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2020-07-13 22:18:31,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x73ef7a58 [0x99a828], 0x76d10980 [0x9670c0], 0x2a311c [0]) 2020-07-13 22:18:31,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x69076c 2020-07-13 22:18:31,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a10 [0x976f50]) 2020-07-13 22:18:31,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e620 2020-07-13 22:18:31,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a10 [0x976f50]) 2020-07-13 22:18:31,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e620 2020-07-13 22:18:31,441 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2020-07-13 22:18:31,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x73ef7a58 [0x99a828], 0x76d10a10 [0x976f50], 0x2a311c [0]) 2020-07-13 22:18:31,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x69076c 2020-07-13 22:18:31,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a20 [0x977008]) 2020-07-13 22:18:31,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e760 2020-07-13 22:18:31,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a20 [0x977008]) 2020-07-13 22:18:31,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e760 2020-07-13 22:18:31,444 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2020-07-13 22:18:31,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x73ef7a58 [0x99a828], 0x76d10a20 [0x977008], 0x2a3128 [1]) 2020-07-13 22:18:31,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x69076c 2020-07-13 22:18:31,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a30 [0x977060]) 2020-07-13 22:18:31,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e620 2020-07-13 22:18:31,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a30 [0x977060]) 2020-07-13 22:18:31,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e620 2020-07-13 22:18:31,448 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2020-07-13 22:18:31,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x73ef7a58 [0x99a828], 0x76d10a30 [0x977060], 0x2a3128 [1]) 2020-07-13 22:18:31,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x69076c 2020-07-13 22:18:31,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a40 [0x999be0]) 2020-07-13 22:18:31,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73ef7a70 2020-07-13 22:18:31,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a40 [0x999be0]) 2020-07-13 22:18:31,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73ef7a70 2020-07-13 22:18:31,451 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2020-07-13 22:18:31,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x73ef7a58 [0x99a828], 0x76d10a40 [0x999be0], 0x2a311c [0]) 2020-07-13 22:18:31,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x69076c 2020-07-13 22:18:31,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a50 [0x999c28]) 2020-07-13 22:18:31,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e620 2020-07-13 22:18:31,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a50 [0x999c28]) 2020-07-13 22:18:31,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e620 2020-07-13 22:18:31,454 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2020-07-13 22:18:31,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x73ef7a58 [0x99a828], 0x76d10a50 [0x999c28], 0x2a311c [0]) 2020-07-13 22:18:31,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x69076c 2020-07-13 22:18:31,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a60 [0x966c38]) 2020-07-13 22:18:31,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e760 2020-07-13 22:18:31,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a60 [0x966c38]) 2020-07-13 22:18:31,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73f1e760 2020-07-13 22:18:31,458 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2020-07-13 22:18:31,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x73ef7a58 [0x99a828], 0x76d10a60 [0x966c38], 0x2a311c [0]) 2020-07-13 22:18:31,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x69076c 2020-07-13 22:18:31,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a70 [0x966ca0]) 2020-07-13 22:18:31,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73ef7a70 2020-07-13 22:18:31,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a70 [0x966ca0]) 2020-07-13 22:18:31,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73ef7a70 2020-07-13 22:18:31,462 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2020-07-13 22:18:31,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x73ef7a58 [0x99a828], 0x76d10a70 [0x966ca0], 0x2a311c [0]) 2020-07-13 22:18:31,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x69076c 2020-07-13 22:18:31,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a80 [0x9999c8]) 2020-07-13 22:18:31,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73ef7a70 2020-07-13 22:18:31,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a80 [0x9999c8]) 2020-07-13 22:18:31,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73ef7a70 2020-07-13 22:18:31,465 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2020-07-13 22:18:31,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x73ef7a58 [0x99a828], 0x76d10a80 [0x9999c8], 0x2a311c [0]) 2020-07-13 22:18:31,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x69076c 2020-07-13 22:18:31,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,467 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73f12530 2020-07-13 22:18:31,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73f12530 2020-07-13 22:18:31,469 [INFO] [doorpi.sipphone.from_linphone] found 1 possible videodevices: 2020-07-13 22:18:31,469 [DEBUG] [doorpi.sipphone.from_linphone] | name 2020-07-13 22:18:31,469 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2020-07-13 22:18:31,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73f12530 2020-07-13 22:18:31,471 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2020-07-13 22:18:31,471 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2020-07-13 22:18:31,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73f12530 2020-07-13 22:18:31,473 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: StaticImage: Static picture) returns StaticImage: Static picture 2020-07-13 22:18:31,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x73f12530 2020-07-13 22:18:31,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x73ef7a58 [0x99a828], 0x2a3128 [1]) 2020-07-13 22:18:31,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2020-07-13 22:18:31,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x73ef7a58 [0x99a828], "StaticImage: Static picture") 2020-07-13 22:18:31,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2020-07-13 22:18:31,476 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2020-07-13 22:18:31,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x73ef7a58 [0x99a828], "vga") 2020-07-13 22:18:31,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2020-07-13 22:18:31,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x73f18f80 2020-07-13 22:18:31,478 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: StaticImage: Static picture 2020-07-13 22:18:31,479 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2020-07-13 22:18:31,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x999a20) 2020-07-13 22:18:31,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2020-07-13 22:18:31,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d10a90 2020-07-13 22:18:31,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2020-07-13 22:18:31,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d10a90 2020-07-13 22:18:31,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d10a90 2020-07-13 22:18:31,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x73f12558 2020-07-13 22:18:31,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a90 [0x999a20]) 2020-07-13 22:18:31,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73ef7a70 2020-07-13 22:18:31,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2a3128 2020-07-13 22:18:31,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d10a90 [0x999a20]) 2020-07-13 22:18:31,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x73ef7a70 2020-07-13 22:18:31,486 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2020-07-13 22:18:31,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x73ef7a58 [0x99a828], 0x76d10a90 [0x999a20], 0x2a3128 [1]) 2020-07-13 22:18:31,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x69076c 2020-07-13 22:18:31,487 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.178.1 2020-07-13 22:18:31,488 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns marie-mobile 2020-07-13 22:18:31,488 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: marie-mobile) returns ******* 2020-07-13 22:18:31,489 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.178.1) returns fritz.box 2020-07-13 22:18:31,489 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2020-07-13 22:18:31,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:31,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x74ef68) 2020-07-13 22:18:31,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2020-07-13 22:18:31,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76d10aa0 2020-07-13 22:18:31,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2020-07-13 22:18:31,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76d10aa0 2020-07-13 22:18:31,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76d10aa0 2020-07-13 22:18:31,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76d10aa0 2020-07-13 22:18:31,493 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2020-07-13 22:18:31,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2020-07-13 22:18:31,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x9a5100) 2020-07-13 22:18:31,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-07-13 22:18:31,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d10ab0 2020-07-13 22:18:31,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-07-13 22:18:31,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d10ab0 2020-07-13 22:18:31,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d10ab0 2020-07-13 22:18:31,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76d10ab0 2020-07-13 22:18:31,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76d10aa0 [0x74ef68], 0x76d10ab0 [0x9a5100]) 2020-07-13 22:18:31,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2020-07-13 22:18:31,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76d10aa0 [0x74ef68], "sip:192.168.178.1") 2020-07-13 22:18:31,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2020-07-13 22:18:31,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76d10aa0 [0x74ef68], 0x2a3128 [1]) 2020-07-13 22:18:31,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2020-07-13 22:18:31,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x73ef7a58 [0x99a828], 0x76d10aa0 [0x74ef68]) 2020-07-13 22:18:31,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x69076c 2020-07-13 22:18:31,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x73ef7a58 [0x99a828], 0x76d10aa0 [0x74ef68]) 2020-07-13 22:18:31,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2020-07-13 22:18:31,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x73ef7a58 [0x99a828], "marie-mobile", "(null)", "", "(null)", "(null)", "fritz.box") 2020-07-13 22:18:31,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x966428) 2020-07-13 22:18:31,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2020-07-13 22:18:31,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76d10ac0 2020-07-13 22:18:31,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2020-07-13 22:18:31,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76d10ac0 2020-07-13 22:18:31,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76d10ac0 2020-07-13 22:18:31,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76d10ac0 2020-07-13 22:18:31,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x73ef7a58 [0x99a828], 0x76d10ac0 [0x966428]) 2020-07-13 22:18:31,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2020-07-13 22:18:31,510 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2020-07-13 22:18:31,511 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnStartup'] 2020-07-13 22:18:31,511 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2020-07-13 22:18:31,512 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2020-07-13 22:18:31,512 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2020-07-13 22:18:31,513 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2020-07-13 22:18:31,514 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2020-07-13 22:18:31,514 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2020-07-13 22:18:31,515 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section piface_InputPins (default: ) returns call: 2020-07-13 22:18:31,516 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2020-07-13 22:18:31,517 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': ''} was added to new evententry OnKeyPressed_piface.0 2020-07-13 22:18:31,517 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"#"'] 2020-07-13 22:18:31,518 [TRACE] [doorpi.conf.config_object] get_string for key "#" in section DTMF (default: ) returns out:opener,1,0,3 2020-07-13 22:18:31,519 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2020-07-13 22:18:31,520 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2020-07-13 22:18:31,521 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'opener', 'start_value': '1'} was added to new evententry OnDTMF_"#" 2020-07-13 22:18:31,522 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2020-07-13 22:18:31,522 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2020-07-13 22:18:31,524 [DEBUG] [doorpi.action.handler] [J3KHVC] fire for event OnStartup this actions [] 2020-07-13 22:18:31,525 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2020-07-13 22:18:31,525 [TRACE] [doorpi.action.handler] [J3KHVC] try to fire action SleepAction with args (1.0,) and kwargs {} 2020-07-13 22:18:31,526 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2020-07-13 22:18:32,528 [TRACE] [doorpi.action.handler] [J3KHVC] finished fire_event for event_name OnStartup 2020-07-13 22:18:32,529 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2020-07-13 22:18:32,531 [INFO] [doorpi.doorpi] DoorPi started successfully 2020-07-13 22:18:32,531 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2020-07-13 22:18:32,532 [INFO] [doorpi.doorpi] Weburl is http://:::8080/ 2020-07-13 22:18:32,533 [ERROR] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() error: Unknown error 1205221376 (1205221376) 2020-07-13 22:18:32,532 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2020-07-13 22:18:32,534 [WARNING] [doorpi.sipphone.from_linphone] Stun server resolution failed. 2020-07-13 22:18:32,535 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.124.230 2020-07-13 22:18:32,536 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2020-07-13 22:18:32,537 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2020-07-13 22:18:32,538 [INFO] [doorpi.sipphone.from_linphone] 192.168.124.1 2020-07-13 22:18:32,538 [INFO] [doorpi.sipphone.from_linphone] 2a02:908:2058:c8c0:d63f:cbff:fe8d:40a3 2020-07-13 22:18:32,539 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2020-07-13 22:18:32,540 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2020-07-13 22:18:32,542 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x74ef68] about to register (LinphoneCore version: 3.9.0) 2020-07-13 22:18:32,551 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2020-07-13 22:18:32,551 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: starting resolution of 192.168.178.1 2020-07-13 22:18:32,552 [INFO] [doorpi.sipphone.from_linphone] channel 0x9a5938: state RES_IN_PROGRESS 2020-07-13 22:18:32,552 [INFO] [doorpi.sipphone.from_linphone] transaction [0x697178] channel state changed to [RES_IN_PROGRESS] 2020-07-13 22:18:32,553 [INFO] [doorpi.sipphone.from_linphone] channel 0x9a5938: state RES_DONE 2020-07-13 22:18:32,553 [INFO] [doorpi.sipphone.from_linphone] transaction [0x697178] channel state changed to [RES_DONE] 2020-07-13 22:18:32,554 [INFO] [doorpi.sipphone.from_linphone] channel 0x9a5938: state CONNECTING 2020-07-13 22:18:32,554 [INFO] [doorpi.sipphone.from_linphone] transaction [0x697178] channel state changed to [CONNECTING] 2020-07-13 22:18:32,555 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.178.1:5060] 2020-07-13 22:18:32,555 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2020-07-13 22:18:32,556 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 10.6.0.2:5063 2020-07-13 22:18:32,557 [INFO] [doorpi.sipphone.from_linphone] channel 0x9a5938: state READY 2020-07-13 22:18:32,557 [INFO] [doorpi.sipphone.from_linphone] transaction [0x697178] channel state changed to [READY] 2020-07-13 22:18:32,558 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x697178], from state [INIT] to [TRYING] 2020-07-13 22:18:32,559 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: message sent to [UDP://192.168.178.1:5060], size: [534] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.6.0.2:5063;branch=z9hG4bK.svZz-2ODk;rport From: "DoorPi" ;tag=ETOw0m1Ik To: "DoorPi" CSeq: 20 REGISTER Call-ID: 0Nf9udGfeX 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-07-13 22:18:32,560 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2020-07-13 22:18:32,560 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x9899c0] takes ownership of transaction [0x697178] 2020-07-13 22:18:32,561 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x74ef68] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2020-07-13 22:18:32,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x99a828, 0x74ef68, 1, "Registration in progress") 2020-07-13 22:18:32,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2020-07-13 22:18:32,563 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [registration_state_changed] 2020-07-13 22:18:32,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x99a828, 0x1) 2020-07-13 22:18:32,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2020-07-13 22:18:32,615 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [network_reachable] 2020-07-13 22:18:32,616 [ERROR] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() error: Unknown error 1205221376 (1205221376) 2020-07-13 22:18:32,616 [WARNING] [doorpi.sipphone.from_linphone] Stun server resolution failed. 2020-07-13 22:18:32,718 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: received [403] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 10.6.0.2:5063;branch=z9hG4bK.svZz-2ODk;rport=5063;received=192.168.178.171 From: "DoorPi" ;tag=ETOw0m1Ik To: "DoorPi" ;tag=FA72DC56689B1EC6 Call-ID: 0Nf9udGfeX CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="20B9A012704D57D4" User-Agent: FRITZ!OS Content-Length: 0 2020-07-13 22:18:32,728 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938] [403] bytes parsed 2020-07-13 22:18:32,729 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: discovered public ip and port are [192.168.178.171:5063] 2020-07-13 22:18:32,729 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-07-13 22:18:32,730 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x697178], from state [TRYING] to [COMPLETED] 2020-07-13 22:18:32,731 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=marie-mobile, realm= 2020-07-13 22:18:32,731 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [marie-mobile] realm [fritz.box] 2020-07-13 22:18:32,732 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x6a7310], from state [INIT] to [TRYING] 2020-07-13 22:18:32,733 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: message sent to [UDP://192.168.178.1:5060], size: [705] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.6.0.2:5063;branch=z9hG4bK.ibDaPMd6P;rport From: "DoorPi" ;tag=ETOw0m1Ik To: "DoorPi" CSeq: 21 REGISTER Call-ID: 0Nf9udGfeX 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="20B9A012704D57D4", username="marie-mobile", uri="sip:192.168.178.1", response="10c4f4a8a509e3f78f4ab7fc0fdeaaa3" 2020-07-13 22:18:32,785 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: received [803] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 10.6.0.2:5063;branch=z9hG4bK.ibDaPMd6P;rport=5063;received=192.168.178.171 From: "DoorPi" ;tag=ETOw0m1Ik To: "DoorPi" ;tag=0F4897FBCAF852DE Call-ID: 0Nf9udGfeX CSeq: 21 REGISTER Contact: ;expires=77 Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 6490 Cable (lgi) 141.07.12 TAL (Sep 11 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-07-13 22:18:32,801 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938] [803] bytes parsed 2020-07-13 22:18:32,802 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-07-13 22:18:32,803 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x6a7310], from state [TRYING] to [COMPLETED] 2020-07-13 22:18:32,803 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x9899c0]: has no contact for request [0x98ce68]. 2020-07-13 22:18:32,804 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2020-07-13 22:18:32,804 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2020-07-13 22:18:32,805 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x74ef68] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2020-07-13 22:18:32,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x99a828, 0x74ef68, 2, "Registration successful") 2020-07-13 22:18:32,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2020-07-13 22:18:32,806 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [registration_state_changed] 2020-07-13 22:18:37,759 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x697178], from state [COMPLETED] to [TERMINATED] 2020-07-13 22:18:37,759 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x697178] terminated 2020-07-13 22:18:37,810 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x6a7310], from state [COMPLETED] to [TERMINATED] 2020-07-13 22:18:37,811 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x6a7310] terminated 2020-07-13 22:18:57,537 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_piface asyncron 2020-07-13 22:18:57,539 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_0 from doorpi.keyboard.from_piface asyncron 2020-07-13 22:18:57,540 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_piface 2020-07-13 22:18:57,542 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_piface.0 from doorpi.keyboard.from_piface asyncron 2020-07-13 22:18:57,544 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_0 - skip fire_event OnKeyDown_0 from doorpi.keyboard.from_piface 2020-07-13 22:18:57,545 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_piface asyncron 2020-07-13 22:18:57,547 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_piface.0 - skip fire_event OnKeyDown_piface.0 from doorpi.keyboard.from_piface 2020-07-13 22:18:57,549 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_0 from doorpi.keyboard.from_piface asyncron 2020-07-13 22:18:57,550 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_piface 2020-07-13 22:18:57,553 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_piface.0 from doorpi.keyboard.from_piface asyncron 2020-07-13 22:18:57,554 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_0 - skip fire_event OnKeyPressed_0 from doorpi.keyboard.from_piface 2020-07-13 22:18:57,557 [DEBUG] [doorpi.action.handler] [AO0F4Y] fire for event OnKeyPressed_piface.0 this actions [] 2020-07-13 22:18:57,558 [TRACE] [doorpi.action.handler] [AO0F4Y] try to fire action CallAction with args () and kwargs {'number': ''} 2020-07-13 22:18:57,558 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': ''} 2020-07-13 22:18:57,559 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2020-07-13 22:18:57,560 [DEBUG] [doorpi.sipphone.from_linphone] call () 2020-07-13 22:18:57,562 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-07-13 22:18:57,561 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2020-07-13 22:18:57,563 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2020-07-13 20:18:57.563483 2020-07-13 22:18:57,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x73ef7a58 [0x99a828], 0x2a2810 [(nil)]) 2020-07-13 22:18:57,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x73505ab8) 2020-07-13 22:18:57,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2020-07-13 22:18:57,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76d10b00 2020-07-13 22:18:57,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2020-07-13 22:18:57,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76d10b00 2020-07-13 22:18:57,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76d10b00 2020-07-13 22:18:57,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76d10b00 2020-07-13 22:18:57,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76d10b00 [0x73505ab8], "/usr/local/etc/DoorPi/records/2020-07-13_22-18-57.wav") 2020-07-13 22:18:57,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2020-07-13 22:18:57,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76d10b00 [0x73505ab8], 0x2a3128 [1]) 2020-07-13 22:18:57,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2020-07-13 22:18:57,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x73ef7a58 [0x99a828], "", 0x76d10b00 [0x73505ab8]) 2020-07-13 22:18:57,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x99a828, 0x7352a780, 2, "Starting outgoing call") 2020-07-13 22:18:57,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2020-07-13 22:18:57,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76d10ad0 2020-07-13 22:18:57,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2020-07-13 22:18:57,587 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1924133984]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2020-07-13 22:18:57,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76d10ad0 2020-07-13 22:18:57,588 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x7352a780] initialized (LinphoneCore version: 3.9.0) 2020-07-13 22:18:57,589 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2020-07-13 22:18:57,590 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352a780: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2020-07-13 22:18:57,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:57,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:57,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352a6f8) 2020-07-13 22:18:57,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690754 2020-07-13 22:18:57,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-07-13 22:18:57,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:57,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d10b20 2020-07-13 22:18:57,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:57,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-07-13 22:18:57,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d10b20 2020-07-13 22:18:57,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d10b20 2020-07-13 22:18:57,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d10b20 2020-07-13 22:18:57,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d10b20 [0x7352a6f8]) 2020-07-13 22:18:57,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73f29058 2020-07-13 22:18:57,607 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:18:57,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:57,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:18:57,610 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:57,611 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:18:57,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:57,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:18:57,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-07-13 22:18:57,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x99a828, 0x7352a780, 3, "Outgoing call in progress") 2020-07-13 22:18:57,625 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:57,626 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2020-07-13 22:18:57,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:57,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352a6f8) 2020-07-13 22:18:57,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-07-13 22:18:57,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d10b40 2020-07-13 22:18:57,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-07-13 22:18:57,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d10b40 2020-07-13 22:18:57,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d10b40 2020-07-13 22:18:57,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d10b40 2020-07-13 22:18:57,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d10b40 [0x7352a6f8]) 2020-07-13 22:18:57,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73f29058 2020-07-13 22:18:57,634 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:18:57,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:57,637 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:57,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:18:57,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:57,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:18:57,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:57,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:18:57,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-07-13 22:18:57,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76d10ad0 2020-07-13 22:18:57,642 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2020-07-13 22:18:57,644 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2020-07-13 22:18:57,647 [TRACE] [doorpi.action.handler] [AO0F4Y] finished fire_event for event_name OnKeyPressed_piface.0 2020-07-13 22:18:57,648 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2020-07-13 22:18:57,648 [DEBUG] [doorpi.action.handler] [M4R5XQ] fire for event OnSipPhoneMakeCall this actions [] 2020-07-13 22:18:57,649 [TRACE] [doorpi.action.handler] [M4R5XQ] try to fire action > with args () and kwargs {} 2020-07-13 22:18:57,650 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-07-13 22:18:57,650 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2020-07-13 22:18:57,652 [TRACE] [doorpi.action.handler] [M4R5XQ] finished fire_event for event_name OnSipPhoneMakeCall 2020-07-13 22:18:57,653 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2020-07-13 22:18:57,654 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_state_changed] 2020-07-13 22:18:57,655 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x7352a780] 2020-07-13 22:18:57,656 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2020-07-13 22:18:57,656 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2020-07-13 22:18:57,657 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2020-07-13 22:18:57,657 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2020-07-13 22:18:57,658 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x7352a780] 2020-07-13 22:18:57,658 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2020-07-13 22:18:57,659 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2020-07-13 22:18:57,659 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2020-07-13 22:18:57,660 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x7352a780] 2020-07-13 22:18:57,660 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x735316f0,0-->MSVoidSink:0x7352bc68,0 2020-07-13 22:18:57,661 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2020-07-13 22:18:57,662 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2020-07-13 22:18:57,662 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:@192.168.178.1] on op [0x73504b98] 2020-07-13 22:18:57,663 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2020-07-13 22:18:57,663 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73513198], from state [INIT] to [CALLING] 2020-07-13 22:18:57,664 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: message sent to [UDP://192.168.178.1:5060], size: [855] bytes INVITE sip:@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.6.0.2:5063;branch=z9hG4bK.0pAvW7zQu;rport From: "DoorPi" ;tag=wQLeVizys To: sip:@192.168.178.1 CSeq: 20 INVITE Call-ID: KJ1z3Gjv8L Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 281 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=marie-mobile 907 2854 IN IP4 192.168.124.230 s=Talk c=IN IP4 192.168.124.230 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-07-13 22:18:57,664 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352a780: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2020-07-13 22:18:57,665 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_state_changed] 2020-07-13 22:18:57,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:57,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690748 2020-07-13 22:18:57,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:57,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:57,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:57,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690748 2020-07-13 22:18:57,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:57,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:57,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:57,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690748 2020-07-13 22:18:57,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:57,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:57,825 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: received [391] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 10.6.0.2:5063;branch=z9hG4bK.0pAvW7zQu;rport=5063;received=192.168.178.171 From: "DoorPi" ;tag=wQLeVizys To: @192.168.178.1>;tag=C1973673B3F90F62 Call-ID: KJ1z3Gjv8L CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="CB2FC6C77BFF71FE" User-Agent: FRITZ!OS Content-Length: 0 2020-07-13 22:18:57,835 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938] [391] bytes parsed 2020-07-13 22:18:57,836 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-07-13 22:18:57,836 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73513198], from state [CALLING] to [PROCEEDING] 2020-07-13 22:18:57,837 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73513198], from state [PROCEEDING] to [COMPLETED] 2020-07-13 22:18:57,838 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: message sent to [UDP://192.168.178.1:5060], size: [396] bytes ACK sip:@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.6.0.2:5063;branch=z9hG4bK.0pAvW7zQu;rport Call-ID: KJ1z3Gjv8L From: "DoorPi" ;tag=wQLeVizys To: @192.168.178.1>;tag=C1973673B3F90F62 Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2020-07-13 22:18:57,839 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=marie-mobile, realm=fritz.box 2020-07-13 22:18:57,840 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [marie-mobile] realm [fritz.box] 2020-07-13 22:18:57,840 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x86d2d0], from state [INIT] to [CALLING] 2020-07-13 22:18:57,842 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: message sent to [UDP://192.168.178.1:5060], size: [1031] bytes INVITE sip:@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.6.0.2:5063;branch=z9hG4bK.dj9IuEKtD;rport From: "DoorPi" ;tag=wQLeVizys To: sip:@192.168.178.1 CSeq: 21 INVITE Call-ID: KJ1z3Gjv8L Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 281 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="CB2FC6C77BFF71FE", username="marie-mobile", uri="sip:@192.168.178.1", response="c095b31cb5f6adeda69181e8265a27bf" v=0 o=marie-mobile 907 2854 IN IP4 192.168.124.230 s=Talk c=IN IP4 192.168.124.230 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-07-13 22:18:57,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:57,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690748 2020-07-13 22:18:57,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:57,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:57,896 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: received [344] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 10.6.0.2:5063;branch=z9hG4bK.dj9IuEKtD;rport=5063;received=192.168.178.171 From: "DoorPi" ;tag=wQLeVizys To: @192.168.178.1> Call-ID: KJ1z3Gjv8L CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 6490 Cable (lgi) 141.07.12 TAL (Sep 11 2019) Content-Length: 0 2020-07-13 22:18:57,905 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938] [344] bytes parsed 2020-07-13 22:18:57,906 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-07-13 22:18:57,907 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x86d2d0], from state [CALLING] to [PROCEEDING] 2020-07-13 22:18:57,907 [INFO] [doorpi.sipphone.from_linphone] op [0x73504b98] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2020-07-13 22:18:57,908 [INFO] [doorpi.sipphone.from_linphone] Op [0x73504b98] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2020-07-13 22:18:57,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:57,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690748 2020-07-13 22:18:57,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:57,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:57,962 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: received [732] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 10.6.0.2:5063;branch=z9hG4bK.dj9IuEKtD;rport=5063;received=192.168.178.171 From: "DoorPi" ;tag=wQLeVizys To: @192.168.178.1>;tag=5A393201C8B4F176 Call-ID: KJ1z3Gjv8L CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 6490 Cable (lgi) 141.07.12 TAL (Sep 11 2019) Content-Type: application/sdp Content-Length: 262 v=0 o=user 4134032 4134032 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7086 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:7087 m=video 0 RTP/AVP 96 2020-07-13 22:18:57,974 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938] [470] bytes parsed 2020-07-13 22:18:57,975 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938] read [262] bytes of body from [192.168.178.1:5060] 2020-07-13 22:18:57,976 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-07-13 22:18:57,976 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x974120] , local tag [wQLeVizys], remote tag [5A393201C8B4F176] 2020-07-13 22:18:57,977 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x974120]: now updated by transaction [0x86d2d0]. 2020-07-13 22:18:57,980 [INFO] [doorpi.sipphone.from_linphone] op [0x73504b98] : set_or_update_dialog() current=[(nil)] new=[0x974120] 2020-07-13 22:18:57,980 [INFO] [doorpi.sipphone.from_linphone] Op [0x73504b98] receiving call response [183], dialog is [0x974120] in state [BELLE_SIP_DIALOG_EARLY] 2020-07-13 22:18:57,985 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2020-07-13 22:18:57,986 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2020-07-13 22:18:57,987 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2020-07-13 22:18:57,987 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2020-07-13 22:18:57,988 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2020-07-13 22:18:57,988 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2020-07-13 22:18:57,989 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2020-07-13 22:18:57,990 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x735086c0] rejected by peer 2020-07-13 22:18:57,990 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352a780: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2020-07-13 22:18:57,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x99a828, 0x7352a780, 5, "Early media") 2020-07-13 22:18:57,991 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2020-07-13 22:18:57,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:57,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352a6f8) 2020-07-13 22:18:57,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-07-13 22:18:57,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d10b70 2020-07-13 22:18:57,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-07-13 22:18:57,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d10b70 2020-07-13 22:18:57,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d10b70 2020-07-13 22:18:57,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d10b70 2020-07-13 22:18:57,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d10b70 [0x7352a6f8]) 2020-07-13 22:18:57,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73f29058 2020-07-13 22:18:57,997 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:18:57,998 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:18:58,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:18:58,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,003 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:58,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:18:58,005 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:18:58,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:18:58,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-07-13 22:18:58,008 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_state_changed] 2020-07-13 22:18:58,008 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2020-07-13 22:18:58,009 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x7352a780] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2020-07-13 22:18:58,009 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2020-07-13 22:18:58,011 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x73532328] sending to rtp [192.168.178.1:7086] rtcp [192.168.178.1:7087] 2020-07-13 22:18:58,012 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x73532328] 2020-07-13 22:18:58,013 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x735316f0,0-->MSVoidSink:0x7352bc68,0 2020-07-13 22:18:58,014 [INFO] [doorpi.sipphone.from_linphone] Setting echo canceller delay with value provided by soundcard: 0 ms 2020-07-13 22:18:58,015 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2020-07-13 22:18:58,017 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2020-07-13 22:18:58,018 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2020-07-13 22:18:58,018 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2020-07-13 22:18:58,019 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x73530618] using payload's bitrate is 80000 2020-07-13 22:18:58,019 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x73530618] 2020-07-13 22:18:58,020 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2020-07-13 22:18:58,021 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2020-07-13 22:18:58,021 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x735316f0,0-->MSSpeexEC:0x7352df40,1 2020-07-13 22:18:58,022 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSSpeexEC:0x7352df40,1-->MSVolume:0x96ab68,0 2020-07-13 22:18:58,023 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x96ab68,0-->MSAudioMixer:0x9935a8,0 2020-07-13 22:18:58,023 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x9935a8,0-->MSUlawEnc:0x969698,0 2020-07-13 22:18:58,024 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x969698,0-->MSRtpSend:0x7352d478,0 2020-07-13 22:18:58,025 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x98e9b0,0-->MSUlawDec:0x9699a8,0 2020-07-13 22:18:58,025 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x9699a8,0-->MSGenericPLC:0x972090,0 2020-07-13 22:18:58,026 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x972090,0-->MSDtmfGen:0x98d2d0,0 2020-07-13 22:18:58,027 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x98d2d0,0-->MSVolume:0x9de530,0 2020-07-13 22:18:58,027 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x9de530,0-->MSTee:0x9e18f0,0 2020-07-13 22:18:58,028 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x9e18f0,0-->MSEqualizer:0x98d580,0 2020-07-13 22:18:58,028 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x98d580,0-->MSAudioMixer:0x9e6cf0,0 2020-07-13 22:18:58,029 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2020-07-13 22:18:58,030 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x994118,0-->MSResample:0xa00578,0 2020-07-13 22:18:58,030 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0xa00578,0-->MSAudioMixer:0x9e6cf0,1 2020-07-13 22:18:58,031 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x9e6cf0,0-->MSSpeexEC:0x7352df40,0 2020-07-13 22:18:58,032 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSSpeexEC:0x7352df40,0-->MSAlsaWrite:0x7352bc68,0 2020-07-13 22:18:58,032 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x695ca8,1-->MSResample:0x992068,0 2020-07-13 22:18:58,033 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x992068,0-->MSOpusEnc:0x9695e8,0 2020-07-13 22:18:58,033 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x9695e8,0-->MSMKVRecorder:0xa002d0,1 2020-07-13 22:18:58,034 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x695550,0-->MSMKVRecorder:0xa002d0,0 2020-07-13 22:18:58,034 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x9935a8,1-->MSAudioMixer:0x695ca8,0 2020-07-13 22:18:58,035 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x9e18f0,1-->MSAudioMixer:0x695ca8,1 2020-07-13 22:18:58,036 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x695ca8,0-->MSFileRec:0x973e20,0 2020-07-13 22:18:58,036 [INFO] [doorpi.sipphone.from_linphone] Initializing speex echo canceler with framesize=64, filterlength=2000, delay_samples=0 2020-07-13 22:18:58,038 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2020-07-13 22:18:58,039 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2020-07-13 22:18:58,040 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2020-07-13 22:18:58,041 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2020-07-13 22:18:58,041 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2020-07-13 22:18:58,042 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2020-07-13 22:18:58,043 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2020-07-13 22:18:58,043 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7352a780] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2020-07-13 22:18:58,044 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7352a780] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2020-07-13 22:18:58,044 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7352a780] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2020-07-13 22:18:58,045 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2020-07-13 22:18:58,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,100 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening sysdefault at 8000Hz, bits=16, stereo=0 2020-07-13 22:18:58,107 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2020-07-13 22:18:58,108 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2020-07-13 22:18:58,109 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2020-07-13 22:18:58,109 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2020-07-13 22:18:58,110 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2020-07-13 22:18:58,110 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x73532328] 2020-07-13 22:18:58,110 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2020-07-13 22:18:58,111 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x9935a8] is entering bypass mode. 2020-07-13 22:18:58,111 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2020-07-13 22:18:58,112 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2020-07-13 22:18:58,112 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2020-07-13 22:18:58,113 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault at 8000Hz, bits=16, stereo=0 2020-07-13 22:18:58,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,166 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2020-07-13 22:18:58,167 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2020-07-13 22:18:58,168 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2020-07-13 22:18:58,168 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2020-07-13 22:18:58,169 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2020-07-13 22:18:58,169 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2020-07-13 22:18:58,170 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2020-07-13 22:18:58,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:18:58,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:18:58,556 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:18:58,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:18:58,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:18:58,559 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:18:58,560 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: 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-07-13 22:18:58,561 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=20.704708 video=0.000000 2020-07-13 22:18:58,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:58,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:58,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:58,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:58,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,108 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x9e6cf0] is entering bypass mode. 2020-07-13 22:18:59,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,484 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73532328]. 2020-07-13 22:18:59,485 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73530618], local statistics available: Local current jitter buffer size: 221.1ms 2020-07-13 22:18:59,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:18:59,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:18:59,487 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:18:59,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:18:59,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:18:59,542 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:18:59,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:18:59,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:18:59,544 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:18:59,544 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 52.2,u= 71.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-07-13 22:18:59,545 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=12.143975 video=0.000000 2020-07-13 22:18:59,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,717 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=2.588385 ms 2020-07-13 22:18:59,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:18:59,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:18:59,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:18:59,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:18:59,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:19:00,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:19:00,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:19:00,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:19:00,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:19:00,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:19:00,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:19:00,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:19:00,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:19:00,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:19:00,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:19:00,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:19:00,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:19:00,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:19:00,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:19:00,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:19:00,449 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73530618]: receiving RTCP SR 2020-07-13 22:19:00,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:00,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:00,452 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:00,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:19:00,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:19:00,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690730 2020-07-13 22:19:00,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x6906b8 2020-07-13 22:19:00,566 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: received [953] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 10.6.0.2:5063;branch=z9hG4bK.dj9IuEKtD;rport=5063;received=192.168.178.171 From: "DoorPi" ;tag=wQLeVizys To: @192.168.178.1>;tag=5A393201C8B4F176 Call-ID: KJ1z3Gjv8L CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 6490 Cable (lgi) 141.07.12 TAL (Sep 11 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 4134032 4134032 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7086 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:7087 m=video 0 RTP/AVP 96 2020-07-13 22:19:00,584 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938] [691] bytes parsed 2020-07-13 22:19:00,586 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938] read [262] bytes of body from [192.168.178.1:5060] 2020-07-13 22:19:00,587 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2020-07-13 22:19:00,587 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x86d2d0], from state [PROCEEDING] to [ACCEPTED] 2020-07-13 22:19:00,588 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x974120]: now updated by transaction [0x86d2d0]. 2020-07-13 22:19:00,592 [INFO] [doorpi.sipphone.from_linphone] op [0x73504b98] : set_or_update_dialog() current=[0x974120] new=[0x974120] 2020-07-13 22:19:00,593 [INFO] [doorpi.sipphone.from_linphone] Op [0x73504b98] receiving call response [200], dialog is [0x974120] in state [BELLE_SIP_DIALOG_CONFIRMED] 2020-07-13 22:19:00,599 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2020-07-13 22:19:00,601 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2020-07-13 22:19:00,602 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2020-07-13 22:19:00,603 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2020-07-13 22:19:00,604 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2020-07-13 22:19:00,605 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2020-07-13 22:19:00,607 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2020-07-13 22:19:00,608 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x735086c0] rejected by peer 2020-07-13 22:19:00,610 [INFO] [doorpi.sipphone.from_linphone] Computing branch id z9hG4bK.SXDB4ppKS for message sent statelessly 2020-07-13 22:19:00,612 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: message sent to [UDP://192.168.178.1:5060], size: [476] bytes ACK sip:A36C3673A67A40F016617BFA47A48@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 10.6.0.2:5063;rport;branch=z9hG4bK.SXDB4ppKS From: "DoorPi" ;tag=wQLeVizys To: @192.168.178.1>;tag=5A393201C8B4F176 CSeq: 21 ACK Call-ID: KJ1z3Gjv8L Max-Forwards: 70 Authorization: Digest realm="fritz.box", nonce="CB2FC6C77BFF71FE", username="marie-mobile", uri="sip:@192.168.178.1", response="c095b31cb5f6adeda69181e8265a27bf" 2020-07-13 22:19:00,613 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352a780: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallConnected 2020-07-13 22:19:00,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x99a828, 0x7352a780, 6, "Connected") 2020-07-13 22:19:00,614 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2020-07-13 22:19:00,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352a6f8) 2020-07-13 22:19:00,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-07-13 22:19:00,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d10b80 2020-07-13 22:19:00,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-07-13 22:19:00,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d10b80 2020-07-13 22:19:00,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d10b80 2020-07-13 22:19:00,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d10b80 2020-07-13 22:19:00,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d10b80 [0x7352a6f8]) 2020-07-13 22:19:00,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73f29058 2020-07-13 22:19:00,627 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:19:00,630 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:19:00,631 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:19:00,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,635 [DEBUG] [doorpi.action.handler] [07NX40] fire for event OnCallStateConnect this actions [, ] 2020-07-13 22:19:00,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:19:00,636 [TRACE] [doorpi.action.handler] [07NX40] try to fire action > with args () and kwargs {} 2020-07-13 22:19:00,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,638 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-07-13 22:19:00,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:19:00,639 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2020-07-13 22:19:00,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,643 [TRACE] [doorpi.action.handler] [07NX40] try to fire action > with args () and kwargs {} 2020-07-13 22:19:00,644 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2020-07-13 22:19:00,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:19:00,645 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-07-13 22:19:00,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-07-13 22:19:00,648 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2020-07-13_22-18-57.wav 2020-07-13 22:19:00,649 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_state_changed] 2020-07-13 22:19:00,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,651 [INFO] [doorpi.sipphone.from_linphone] Early media finished, unmuting inputs... 2020-07-13 22:19:00,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2020-07-13 22:19:00,655 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2020-07-13_22-18-57.wav 2020-07-13 22:19:00,656 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2020-07-13 22:19:00,657 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x695ca8] is entering bypass mode. 2020-07-13 22:19:00,660 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0.000000 db], [1.000000] linear 2020-07-13 22:19:00,662 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2020-07-13 22:19:00,663 [TRACE] [doorpi.action.handler] [07NX40] finished fire_event for event_name OnCallStateConnect 2020-07-13 22:19:00,664 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2020-07-13 22:19:00,664 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2020-07-13 22:19:00,666 [INFO] [doorpi.sipphone.from_linphone] video stream index found: 1, updating main video stream index 2020-07-13 22:19:00,668 [INFO] [doorpi.sipphone.from_linphone] Call [0x7352a780]: disabling video in our call params because the remote doesn't want it. 2020-07-13 22:19:00,670 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352a780: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2020-07-13 22:19:00,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x99a828, 0x7352a780, 7, "Streams running") 2020-07-13 22:19:00,672 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Streams running) 2020-07-13 22:19:00,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352a6f8) 2020-07-13 22:19:00,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-07-13 22:19:00,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d10b60 2020-07-13 22:19:00,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-07-13 22:19:00,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d10b60 2020-07-13 22:19:00,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d10b60 2020-07-13 22:19:00,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d10b60 2020-07-13 22:19:00,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d10b60 [0x7352a6f8]) 2020-07-13 22:19:00,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73f29090 2020-07-13 22:19:00,688 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:19:00,690 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:19:00,691 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:19:00,695 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:19:00,695 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:19:00,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,698 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:19:00,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:19:00,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:19:00,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x690760 2020-07-13 22:19:00,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-07-13 22:19:00,709 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x695ca8] is leaving bypass mode. 2020-07-13 22:19:00,710 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_state_changed] 2020-07-13 22:19:00,711 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sip_hop_t 2020-07-13 22:19:00,712 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2020-07-13 22:19:00,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:00,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:00,716 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:00,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:19:00,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:00,720 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:00,721 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 79.9,u= 81.5], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2020-07-13 22:19:00,723 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=19.479879 video=0.000000 2020-07-13 22:19:00,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:00,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:00,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:00,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:00,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:00,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:00,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:00,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:00,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:00,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:00,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:00,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,326 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=7.649376 ms 2020-07-13 22:19:01,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:01,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:01,546 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:01,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:19:01,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:01,548 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:01,549 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 79.9,u= 81.5], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2020-07-13 22:19:01,550 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=23.756834 video=0.000000 2020-07-13 22:19:01,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:01,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:01,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:01,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:01,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,261 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73532328]. 2020-07-13 22:19:02,262 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73530618], local statistics available: Local current jitter buffer size: 129.5ms 2020-07-13 22:19:02,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:02,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:02,263 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:02,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:02,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:02,586 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:02,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:19:02,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:02,588 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:02,589 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 80.0,u= 78.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-07-13 22:19:02,589 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=23.253918 video=0.000000 2020-07-13 22:19:02,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,921 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=13.112294 ms 2020-07-13 22:19:02,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:02,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:02,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:02,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:02,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,090 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 30 ms in excess dropped 2020-07-13 22:19:03,091 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 60 ms in excess dropped 2020-07-13 22:19:03,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:03,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:03,542 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:03,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:19:03,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:03,545 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:03,546 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 79.2,u= 81.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.1], video=[d= 0.0,u= 0.0] kbits/sec 2020-07-13 22:19:03,548 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=25.381237 video=0.000000 2020-07-13 22:19:03,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:03,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:03,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:03,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:03,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,273 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73530618]: receiving RTCP SR 2020-07-13 22:19:04,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:04,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:04,275 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:04,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:04,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:04,546 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=18.826001 ms 2020-07-13 22:19:04,547 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:04,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:19:04,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:04,549 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:04,549 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 80.0,u= 78.4], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2020-07-13 22:19:04,550 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=22.555307 video=0.000000 2020-07-13 22:19:04,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:04,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:04,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:04,992 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73532328]. 2020-07-13 22:19:04,993 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73530618], local statistics available: Local current jitter buffer size: 79.3ms 2020-07-13 22:19:04,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:04,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:04,996 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:04,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:04,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:05,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:05,560 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:05,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:19:05,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:05,563 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:05,565 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 80.0,u= 81.6], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2020-07-13 22:19:05,566 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=24.760464 video=0.000000 2020-07-13 22:19:05,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,735 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:05,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:05,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:05,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:05,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,126 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=24.636899 ms 2020-07-13 22:19:06,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:06,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:06,563 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:06,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:19:06,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:06,565 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:06,565 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 80.7,u= 77.6], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.1], video=[d= 0.0,u= 0.0] kbits/sec 2020-07-13 22:19:06,566 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=24.759815 video=0.000000 2020-07-13 22:19:06,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:06,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:06,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:06,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:06,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,009 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,010 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:07,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:07,561 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:07,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:19:07,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:07,563 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:07,564 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 73.6,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-07-13 22:19:07,566 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=21.507904 video=0.000000 2020-07-13 22:19:07,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,620 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73532328]. 2020-07-13 22:19:07,621 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73530618], local statistics available: Local current jitter buffer size: 64.9ms 2020-07-13 22:19:07,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:07,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:07,623 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:07,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,733 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=30.331093 ms 2020-07-13 22:19:07,735 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,848 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:07,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:07,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:07,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:07,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,010 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,119 [WARNING] [doorpi.sipphone.from_linphone] echo canceller: we are accumulating too much reference signal, need to throw out 288 samples 2020-07-13 22:19:08,120 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 40 ms in excess dropped 2020-07-13 22:19:08,121 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 30 ms in excess dropped 2020-07-13 22:19:08,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,232 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73530618]: receiving RTCP SR 2020-07-13 22:19:08,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:08,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:08,236 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:08,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:08,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:08,570 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:08,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:19:08,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:08,575 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:08,577 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 84.8,u= 80.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.1], video=[d= 0.0,u= 0.0] kbits/sec 2020-07-13 22:19:08,578 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=24.724590 video=0.000000 2020-07-13 22:19:08,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:08,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:08,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:08,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:08,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,367 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=36.564492 ms 2020-07-13 22:19:09,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:09,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:09,588 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:09,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:19:09,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:09,591 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:09,592 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 76.0,u= 82.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2020-07-13 22:19:09,594 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=23.364466 video=0.000000 2020-07-13 22:19:09,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:09,987 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2020-07-13 22:19:09,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:09,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:09,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:09,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,042 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73532328]. 2020-07-13 22:19:10,043 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2020-07-13 22:19:10,044 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2020-07-13 22:19:10,045 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73530618], local statistics available: Local current jitter buffer size: 61.9ms 2020-07-13 22:19:10,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:10,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:10,047 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:10,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,102 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2020-07-13 22:19:10,103 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2020-07-13 22:19:10,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,158 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2020-07-13 22:19:10,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352ac40) 2020-07-13 22:19:10,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:10,541 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:10,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x99a828, 0x7352a780, 0x7352acf8) 2020-07-13 22:19:10,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2020-07-13 22:19:10,544 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_stats_updated] 2020-07-13 22:19:10,545 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352a780]: RTP audio=[d= 78.5,u= 77.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-07-13 22:19:10,546 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=23.339706 video=0.000000 2020-07-13 22:19:10,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:10,986 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=42.680165 ms 2020-07-13 22:19:10,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:10,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:10,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:10,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:11,041 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2020-07-13 22:19:11,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:11,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:11,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:11,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:11,096 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2020-07-13 22:19:11,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:11,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:11,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:11,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:11,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:11,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:11,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:11,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:11,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:11,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:11,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:11,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:11,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:11,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x690718 2020-07-13 22:19:11,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:11,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x690984 2020-07-13 22:19:11,315 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: received [748] new bytes from [UDP://192.168.178.1:5060]: BYE sip:marie-mobile@192.168.178.171:5063 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK2F52B596DB73CF42 From: @192.168.178.1>;tag=5A393201C8B4F176 To: "DoorPi" ;tag=wQLeVizys Call-ID: KJ1z3Gjv8L CSeq: 22 BYE X-RTP-Stat: CS=0;PS=513;ES=668;OS=82080;SP=0/0;SO=0;QS=-;PR=0;ER=668;OR=0;CR=0;SR=0;QR=-;PL=0,12;BL=0;LS=0;RB=0/0;SB=0/0;EN=PCMU;DE=;JI=0,87;DL=51,44,58;IP=192.168.178.1:7086,192.168.124.230: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.12 TAL (Sep 11 2019) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2020-07-13 22:19:11,336 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2020-07-13 22:19:11,337 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938] [748] bytes parsed 2020-07-13 22:19:11,340 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x9ff3a0], from state [INIT] to [TRYING] 2020-07-13 22:19:11,341 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x9ff3a0], from state [TRYING] to [COMPLETED] 2020-07-13 22:19:11,342 [INFO] [doorpi.sipphone.from_linphone] channel [0x9a5938]: message sent to [UDP://192.168.178.1:5060], size: [294] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK2F52B596DB73CF42 From: @192.168.178.1>;tag=5A393201C8B4F176 To: "DoorPi" ;tag=wQLeVizys Call-ID: KJ1z3Gjv8L CSeq: 22 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2020-07-13 22:19:11,343 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x974120]: now updated by transaction [0x9ff3a0]. 2020-07-13 22:19:11,344 [INFO] [doorpi.sipphone.from_linphone] dialog [0x974120] deleted. 2020-07-13 22:19:11,345 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2020-07-13 22:19:11,346 [INFO] [doorpi.sipphone.from_linphone] Writing echo canceler state, 21872 bytes 2020-07-13 22:19:11,347 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2020-07-13 22:19:11,350 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2020-07-13 22:19:11,351 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2020-07-13 22:19:11,352 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2020-07-13 22:19:11,352 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2020-07-13 22:19:11,353 [INFO] [doorpi.sipphone.from_linphone] sent 660 packets 2020-07-13 22:19:11,353 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2020-07-13 22:19:11,354 [INFO] [doorpi.sipphone.from_linphone] 113520 bytes 2020-07-13 22:19:11,355 [INFO] [doorpi.sipphone.from_linphone] received 654 packets 2020-07-13 22:19:11,355 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2020-07-13 22:19:11,356 [INFO] [doorpi.sipphone.from_linphone] 112488 bytes 2020-07-13 22:19:11,357 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 112144 bytes 2020-07-13 22:19:11,357 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 12 packets 2020-07-13 22:19:11,358 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 2 packets 2020-07-13 22:19:11,359 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2020-07-13 22:19:11,359 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2020-07-13 22:19:11,360 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2020-07-13 22:19:11,361 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x735316f0,0-->MSSpeexEC:0x7352df40,1 2020-07-13 22:19:11,361 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSSpeexEC:0x7352df40,1-->MSVolume:0x96ab68,0 2020-07-13 22:19:11,362 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x96ab68,0-->MSAudioMixer:0x9935a8,0 2020-07-13 22:19:11,363 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x9935a8,0-->MSUlawEnc:0x969698,0 2020-07-13 22:19:11,363 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x969698,0-->MSRtpSend:0x7352d478,0 2020-07-13 22:19:11,364 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x98e9b0,0-->MSUlawDec:0x9699a8,0 2020-07-13 22:19:11,365 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x9699a8,0-->MSGenericPLC:0x972090,0 2020-07-13 22:19:11,365 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x972090,0-->MSDtmfGen:0x98d2d0,0 2020-07-13 22:19:11,366 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x98d2d0,0-->MSVolume:0x9de530,0 2020-07-13 22:19:11,366 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x9de530,0-->MSTee:0x9e18f0,0 2020-07-13 22:19:11,367 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x9e18f0,0-->MSEqualizer:0x98d580,0 2020-07-13 22:19:11,368 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x98d580,0-->MSAudioMixer:0x9e6cf0,0 2020-07-13 22:19:11,369 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x994118,0-->MSResample:0xa00578,0 2020-07-13 22:19:11,369 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0xa00578,0-->MSAudioMixer:0x9e6cf0,1 2020-07-13 22:19:11,370 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x9e6cf0,0-->MSSpeexEC:0x7352df40,0 2020-07-13 22:19:11,370 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSSpeexEC:0x7352df40,0-->MSAlsaWrite:0x7352bc68,0 2020-07-13 22:19:11,371 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x695ca8,1-->MSResample:0x992068,0 2020-07-13 22:19:11,372 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x992068,0-->MSOpusEnc:0x9695e8,0 2020-07-13 22:19:11,372 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x9695e8,0-->MSMKVRecorder:0xa002d0,1 2020-07-13 22:19:11,373 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x695550,0-->MSMKVRecorder:0xa002d0,0 2020-07-13 22:19:11,374 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x9935a8,1-->MSAudioMixer:0x695ca8,0 2020-07-13 22:19:11,374 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x9e18f0,1-->MSAudioMixer:0x695ca8,1 2020-07-13 22:19:11,375 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x695ca8,0-->MSFileRec:0x973e20,0 2020-07-13 22:19:11,376 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2020-07-13 22:19:11,377 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2020-07-13 22:19:11,378 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2020-07-13 22:19:11,379 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2020-07-13 22:19:11,379 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2020-07-13 22:19:11,380 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 983 1.17979 38.9105 2020-07-13 22:19:11,381 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 1164 0.903547 35.2813 2020-07-13 22:19:11,381 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 622 0.482531 10.0758 2020-07-13 22:19:11,382 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 1325 0.146966 6.5317 2020-07-13 22:19:11,383 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 1325 0.0561828 2.49698 2020-07-13 22:19:11,383 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 1164 0.0621602 2.4272 2020-07-13 22:19:11,384 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 1365 0.0422655 1.9351 2020-07-13 22:19:11,385 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 3975 0.00638357 0.850703 2020-07-13 22:19:11,385 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 622 0.0175505 0.366475 2020-07-13 22:19:11,386 [INFO] [doorpi.sipphone.from_linphone] MSVolume 1273 0.00745318 0.318257 2020-07-13 22:19:11,386 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 651 0.0101964 0.222825 2020-07-13 22:19:11,387 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 1325 0.00365389 0.162393 2020-07-13 22:19:11,388 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 1325 0.00178815 0.0794724 2020-07-13 22:19:11,389 [INFO] [doorpi.sipphone.from_linphone] MSTee 651 0.00330504 0.0722258 2020-07-13 22:19:11,389 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 582 0.00322539 0.0630257 2020-07-13 22:19:11,390 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 1325 0.00133067 0.05914 2020-07-13 22:19:11,391 [INFO] [doorpi.sipphone.from_linphone] MSResample 1164 0.00149128 0.0582309 2020-07-13 22:19:11,391 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 1325 0.00123054 0.0546896 2020-07-13 22:19:11,392 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 651 0.00154951 0.0338617 2020-07-13 22:19:11,392 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 1 0.0016145 0.000108227 2020-07-13 22:19:11,393 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2020-07-13 22:19:11,394 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2020-07-13 22:19:11,394 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352a780: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2020-07-13 22:19:11,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x99a828, 0x7352e4b0) 2020-07-13 22:19:11,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2020-07-13 22:19:11,400 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2020-07-13 22:19:11,400 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_log_updated] 2020-07-13 22:19:11,401 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2020-07-13 22:19:11,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x99a828, 0x7352a780, 13, "Call ended") 2020-07-13 22:19:11,402 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2020-07-13 22:19:11,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:11,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352a6f8) 2020-07-13 22:19:11,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-07-13 22:19:11,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d10b50 2020-07-13 22:19:11,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-07-13 22:19:11,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d10b50 2020-07-13 22:19:11,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d10b50 2020-07-13 22:19:11,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d10b50 2020-07-13 22:19:11,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d10b50 [0x7352a6f8]) 2020-07-13 22:19:11,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73f29090 2020-07-13 22:19:11,410 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:19:11,411 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:19:11,412 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:19:11,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:11,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x69076c 2020-07-13 22:19:11,416 [DEBUG] [doorpi.action.handler] [LFF7EB] fire for event OnCallStateDisconnect this actions [, ] 2020-07-13 22:19:11,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:11,417 [TRACE] [doorpi.action.handler] [LFF7EB] try to fire action > with args () and kwargs {} 2020-07-13 22:19:11,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x69076c 2020-07-13 22:19:11,418 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-07-13 22:19:11,419 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:19:11,420 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2020-07-13 22:19:11,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:11,424 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:19:11,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x69076c 2020-07-13 22:19:11,426 [TRACE] [doorpi.action.handler] [LFF7EB] try to fire action > with args () and kwargs {} 2020-07-13 22:19:11,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-07-13 22:19:11,427 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2020-07-13 22:19:11,428 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2020-07-13 22:19:11,429 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_state_changed] 2020-07-13 22:19:11,431 [TRACE] [doorpi.action.handler] [LFF7EB] finished fire_event for event_name OnCallStateDisconnect 2020-07-13 22:19:11,481 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x974120] terminated for op [0x73504b98] 2020-07-13 22:19:11,535 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352a780: moving from state LinphoneCallEnd to LinphoneCallReleased 2020-07-13 22:19:11,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x99a828, 0x7352a780, 18, "Call released") 2020-07-13 22:19:11,536 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2020-07-13 22:19:11,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d10ad0 [0x7352a780]) 2020-07-13 22:19:11,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352a6f8) 2020-07-13 22:19:11,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2020-07-13 22:19:11,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d10ba0 2020-07-13 22:19:11,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2020-07-13 22:19:11,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d10ba0 2020-07-13 22:19:11,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d10ba0 2020-07-13 22:19:11,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d10ba0 2020-07-13 22:19:11,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d10ba0 [0x7352a6f8]) 2020-07-13 22:19:11,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x73f29090 2020-07-13 22:19:11,542 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2020-07-13 22:19:11,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:11,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x69076c 2020-07-13 22:19:11,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:11,547 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2020-07-13 22:19:11,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x69076c 2020-07-13 22:19:11,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x73ef7a58 [0x99a828]) 2020-07-13 22:19:11,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x69076c 2020-07-13 22:19:11,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2020-07-13 22:19:11,550 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x99a828] notifying [call_state_changed] 2020-07-13 22:19:11,551 [INFO] [doorpi.sipphone.from_linphone] op [0x73504b98] : set_or_update_dialog() current=[0x974120] new=[(nil)]