2017-11-27 20:04:58,566 [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 2017-11-27 20:04:58,567 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2017-11-27 20:04:58,568 [DEBUG] [doorpi.doorpi] run 2017-11-27 20:04:58,569 [DEBUG] [doorpi.doorpi] prepare 2017-11-27 20:04:58,569 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2017-11-27 20:04:58,574 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2017-11-27 20:04:58,584 [DEBUG] [doorpi.conf.config_object] __init__ 2017-11-27 20:04:58,585 [TRACE] [doorpi.conf.config_object] get_from_config 2017-11-27 20:04:58,593 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2017-11-27 20:04:58,594 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2017-11-27 20:04:58,595 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2017-11-27 20:04:58,599 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2017-11-27 20:04:58,600 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2017-11-27 20:04:58,600 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2017-11-27 20:04:58,601 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2017-11-27 20:04:58,601 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2017-11-27 20:04:58,602 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2017-11-27 20:04:58,602 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2017-11-27 20:04:58,603 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2017-11-27 20:04:58,603 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2017-11-27 20:04:58,604 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2017-11-27 20:04:58,604 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2017-11-27 20:04:58,605 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2017-11-27 20:04:58,605 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2017-11-27 20:04:58,607 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2017-11-27 20:04:58,608 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2017-11-27 20:04:58,612 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2017-11-27 20:04:58,612 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2017-11-27 20:04:58,613 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2017-11-27 20:04:58,613 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2017-11-27 20:04:58,616 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2017-11-27 20:04:58,617 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2017-11-27 20:04:58,617 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2017-11-27 20:04:58,618 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2017-11-27 20:04:58,618 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2017-11-27 20:04:58,619 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2017-11-27 20:04:58,619 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2017-11-27 20:04:58,621 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2017-11-27 20:04:58,621 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2017-11-27 20:04:58,623 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2017-11-27 20:04:58,623 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2017-11-27 20:04:58,625 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2017-11-27 20:04:58,625 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2017-11-27 20:04:58,626 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2017-11-27 20:04:58,627 [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 2017-11-27 20:04:58,628 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2017-11-27 20:04:58,629 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrator'] 2017-11-27 20:04:58,629 [WARNING] [root] section ReadPermission not found in configfile 2017-11-27 20:04:58,630 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2017-11-27 20:04:58,630 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrator'] 2017-11-27 20:04:58,631 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['door'] 2017-11-27 20:04:58,632 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section Group (default: []) returns ['door'] 2017-11-27 20:04:58,632 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_OutputPins', 'onboardpins_keyboard', 'Group', 'keyboards', 'EVENT_OnMediaRequired', 'DTMF', 'SIP-Phone', 'WritePermission', 'AREA_installer', 'EVENT_OnMediaNotRequired', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2017-11-27 20:04:58,633 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section WritePermission (default: []) returns ['installer'] 2017-11-27 20:04:58,634 [ERROR] [doorpi.status.webserver] no ReadPermission found 2017-11-27 20:04:58,634 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2017-11-27 20:04:58,635 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2017-11-27 20:04:58,635 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2017-11-27 20:04:58,637 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,638 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2017-11-27 20:04:58,639 [DEBUG] [doorpi.action.handler] [7CNB1X] fire for event OnWebServerStart this actions [] 2017-11-27 20:04:58,639 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,640 [TRACE] [doorpi.action.handler] [7CNB1X] try to fire action WebServerStartupAction with args () and kwargs {} 2017-11-27 20:04:58,640 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,641 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2017-11-27 20:04:58,641 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,642 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,643 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,643 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,644 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,644 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,645 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,645 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,646 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,646 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,647 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,647 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,648 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2017-11-27 20:04:58,648 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2017-11-27 20:04:58,649 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2017-11-27 20:04:58,649 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2017-11-27 20:04:58,650 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns gpio 2017-11-27 20:04:58,650 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['29'] 2017-11-27 20:04:58,651 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['11', '15', '37'] 2017-11-27 20:04:58,652 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 200.0 2017-11-27 20:04:58,652 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 1 2017-11-27 20:04:58,653 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2017-11-27 20:04:58,654 [DEBUG] [doorpi.keyboard.from_gpio] doorpi.keyboard.from_gpio loaded 2017-11-27 20:04:58,658 [DEBUG] [doorpi.keyboard.from_gpio] __init__(input_pins = ['29'], output_pins = ['11', '15', '37'], bouncetime = 200.0, polarity = 1) 2017-11-27 20:04:58,658 [TRACE] [doorpi.conf.config_object] get_string for key mode in section onboardpins_keyboard (default: BOARD) returns board 2017-11-27 20:04:58,659 [DEBUG] [doorpi.conf.config_object] create new key pull_up_down in section onboardpins_keyboard with value 'PUD_OFF' 2017-11-27 20:04:58,660 [TRACE] [doorpi.conf.config_object] get_string for key pull_up_down in section onboardpins_keyboard (default: PUD_OFF) returns PUD_OFF 2017-11-27 20:04:58,661 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2017-11-27 20:04:58,662 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was added 2017-11-27 20:04:58,663 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_gpio 2017-11-27 20:04:58,664 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_29 from doorpi.keyboard.from_gpio 2017-11-27 20:04:58,664 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_29 and registered source doorpi.keyboard.from_gpio 2017-11-27 20:04:58,665 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.29 from doorpi.keyboard.from_gpio 2017-11-27 20:04:58,665 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.29 and registered source doorpi.keyboard.from_gpio 2017-11-27 20:04:58,666 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2017-11-27 20:04:58,666 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_gpio 2017-11-27 20:04:58,667 [TRACE] [doorpi.action.handler] register Event OnKeyUp_29 from doorpi.keyboard.from_gpio 2017-11-27 20:04:58,667 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_29 and registered source doorpi.keyboard.from_gpio 2017-11-27 20:04:58,668 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.29 from doorpi.keyboard.from_gpio 2017-11-27 20:04:58,668 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.29 and registered source doorpi.keyboard.from_gpio 2017-11-27 20:04:58,669 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2017-11-27 20:04:58,670 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_gpio 2017-11-27 20:04:58,670 [TRACE] [doorpi.action.handler] register Event OnKeyDown_29 from doorpi.keyboard.from_gpio 2017-11-27 20:04:58,671 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_29 and registered source doorpi.keyboard.from_gpio 2017-11-27 20:04:58,672 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.29 from doorpi.keyboard.from_gpio 2017-11-27 20:04:58,672 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.29 and registered source doorpi.keyboard.from_gpio 2017-11-27 20:04:58,677 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2017-11-27 20:04:58,678 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['11', '15', '37'] 2017-11-27 20:04:58,679 [TRACE] [doorpi.conf.config_object] get_string for key 11 in section onboardpins_OutputPins (default: ) returns live_led 2017-11-27 20:04:58,679 [TRACE] [doorpi.conf.config_object] get_string for key 15 in section onboardpins_OutputPins (default: ) returns Verstaerker 2017-11-27 20:04:58,680 [TRACE] [doorpi.conf.config_object] get_string for key 37 in section onboardpins_OutputPins (default: ) returns Tueroeffner 2017-11-27 20:04:58,682 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2017-11-27 20:04:58,685 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2017-11-27 20:04:58,687 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2017-11-27 20:04:58,689 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2017-11-27 20:04:58,746 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2017-11-27 20:04:58,749 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2017-11-27 20:04:58,752 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2017-11-27 20:04:58,818 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2017-11-27 20:04:58,825 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2017-11-27 20:04:58,826 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2017-11-27 20:04:58,828 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2017-11-27 20:04:58,831 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2017-11-27 20:04:58,833 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2017-11-27 20:04:58,835 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2017-11-27 20:04:58,837 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2017-11-27 20:04:58,837 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2017-11-27 20:04:58,838 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,838 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2017-11-27 20:04:58,839 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,839 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,840 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,840 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,841 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,841 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,842 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,842 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,843 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,843 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,844 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,844 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,845 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,845 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,846 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,846 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,847 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,847 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,848 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,848 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,849 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,849 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2017-11-27 20:04:58,850 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2017-11-27 20:04:58,850 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2017-11-27 20:04:58,851 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2017-11-27 20:04:58,851 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,852 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2017-11-27 20:04:58,852 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,853 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,853 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,854 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,854 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,855 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,855 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,856 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,856 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,857 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,857 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,858 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,858 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,859 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,859 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,860 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,860 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,861 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,861 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,862 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,862 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,863 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,863 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,864 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"0"'] 2017-11-27 20:04:58,864 [TRACE] [doorpi.action.handler] register Event OnDTMF_"0" from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,865 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"0" and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,865 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,866 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2017-11-27 20:04:58,866 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,866 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,867 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,867 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,868 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,868 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,869 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,869 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,870 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,871 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,871 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,872 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,872 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,873 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,873 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,874 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,874 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,875 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,875 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:04:58,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2017-11-27 20:04:58,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x745baf80 2017-11-27 20:04:58,880 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:04:58,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2017-11-27 20:04:58,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x745baf80 2017-11-27 20:04:58,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x745399c0, "(null)", "(null)") 2017-11-27 20:04:58,883 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2017-11-27 20:04:58,883 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2017-11-27 20:04:58,884 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2017-11-27 20:04:58,884 [INFO] [doorpi.sipphone.from_linphone] srtp init 2017-11-27 20:04:58,898 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2017-11-27 20:04:58,991 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2017-11-27 20:04:59,008 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1602 - open '/dev/snd/pcmC0D0c' failed (-2) 2017-11-27 20:04:59,011 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2017-11-27 20:04:59,029 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB PnP Sound Device' added 2017-11-27 20:04:59,029 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2017-11-27 20:04:59,031 [INFO] [doorpi.sipphone.from_linphone] Webcam V4L2: /dev/video0 added 2017-11-27 20:04:59,031 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2017-11-27 20:04:59,032 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2017-11-27 20:04:59,033 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2017-11-27 20:04:59,033 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2017-11-27 20:04:59,034 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2017-11-27 20:04:59,034 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x1c5c6d8] registered on core [0x1c5c9a8] 2017-11-27 20:04:59,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x1c5c6d8, 1, "Starting up") 2017-11-27 20:04:59,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2017-11-27 20:04:59,036 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [global_state_changed] 2017-11-27 20:04:59,037 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2017-11-27 20:04:59,037 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2017-11-27 20:04:59,038 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2017-11-27 20:04:59,038 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2017-11-27 20:04:59,039 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2017-11-27 20:04:59,039 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-11-27 20:04:59,040 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-11-27 20:04:59,040 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2017-11-27 20:04:59,041 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2017-11-27 20:04:59,042 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2017-11-27 20:04:59,042 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2017-11-27 20:04:59,043 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2017-11-27 20:04:59,043 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2017-11-27 20:04:59,044 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2017-11-27 20:04:59,044 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2017-11-27 20:04:59,045 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2017-11-27 20:04:59,045 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2017-11-27 20:04:59,046 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2017-11-27 20:04:59,046 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2017-11-27 20:04:59,047 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2017-11-27 20:04:59,047 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2017-11-27 20:04:59,048 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2017-11-27 20:04:59,048 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2017-11-27 20:04:59,049 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-11-27 20:04:59,050 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-11-27 20:04:59,050 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-11-27 20:04:59,051 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-11-27 20:04:59,052 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-11-27 20:04:59,052 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-11-27 20:04:59,053 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-11-27 20:04:59,053 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-11-27 20:04:59,054 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-11-27 20:04:59,054 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-11-27 20:04:59,055 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2017-11-27 20:04:59,055 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2017-11-27 20:04:59,056 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2017-11-27 20:04:59,056 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-11-27 20:04:59,057 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-11-27 20:04:59,057 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-11-27 20:04:59,058 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-11-27 20:04:59,058 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-11-27 20:04:59,059 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-11-27 20:04:59,060 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2017-11-27 20:04:59,060 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2017-11-27 20:04:59,061 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2017-11-27 20:04:59,061 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2017-11-27 20:04:59,062 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2017-11-27 20:04:59,062 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2017-11-27 20:04:59,063 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2017-11-27 20:04:59,063 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2017-11-27 20:04:59,064 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2017-11-27 20:04:59,064 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2017-11-27 20:04:59,065 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2017-11-27 20:04:59,065 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2017-11-27 20:04:59,066 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2017-11-27 20:04:59,066 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2017-11-27 20:04:59,067 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2017-11-27 20:04:59,068 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2017-11-27 20:04:59,068 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2017-11-27 20:04:59,069 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2017-11-27 20:04:59,069 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2017-11-27 20:04:59,070 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2017-11-27 20:04:59,070 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2017-11-27 20:04:59,071 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2017-11-27 20:04:59,071 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2017-11-27 20:04:59,072 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2017-11-27 20:04:59,072 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2017-11-27 20:04:59,073 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2017-11-27 20:04:59,073 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2017-11-27 20:04:59,074 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2017-11-27 20:04:59,075 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2017-11-27 20:04:59,075 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2017-11-27 20:04:59,076 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2017-11-27 20:04:59,076 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2017-11-27 20:04:59,077 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2017-11-27 20:04:59,077 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2017-11-27 20:04:59,078 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2017-11-27 20:04:59,078 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2017-11-27 20:04:59,079 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2017-11-27 20:04:59,079 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2017-11-27 20:04:59,080 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2017-11-27 20:04:59,080 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2017-11-27 20:04:59,081 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2017-11-27 20:04:59,082 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-11-27 20:04:59,082 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-11-27 20:04:59,083 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-11-27 20:04:59,083 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-11-27 20:04:59,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x1c5c6d8, 2, "(null)") 2017-11-27 20:04:59,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2017-11-27 20:04:59,085 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [configuring_status] 2017-11-27 20:04:59,086 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2017-11-27 20:04:59,086 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2017-11-27 20:04:59,087 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2017-11-27 20:04:59,087 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2017-11-27 20:04:59,088 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2017-11-27 20:04:59,088 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-11-27 20:04:59,089 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-11-27 20:04:59,089 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2017-11-27 20:04:59,090 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2017-11-27 20:04:59,091 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2017-11-27 20:04:59,091 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2017-11-27 20:04:59,092 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2017-11-27 20:04:59,093 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2017-11-27 20:04:59,093 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2017-11-27 20:04:59,094 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2017-11-27 20:04:59,094 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2017-11-27 20:04:59,095 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2017-11-27 20:04:59,095 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2017-11-27 20:04:59,096 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2017-11-27 20:04:59,096 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2017-11-27 20:04:59,097 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-11-27 20:04:59,098 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-11-27 20:04:59,098 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2017-11-27 20:04:59,099 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1c63758] on [sip:0.0.0.0:5060;transport=UDP] 2017-11-27 20:04:59,099 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1c5bc00] on [sip:0.0.0.0:5060;transport=TCP] 2017-11-27 20:04:59,100 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1c5bda0] on [sip:0.0.0.0:-1;transport=TLS] 2017-11-27 20:04:59,101 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 36529 2017-11-27 20:04:59,101 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-11-27 20:04:59,102 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-11-27 20:04:59,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x1c5c6d8, 2, "Ready") 2017-11-27 20:04:59,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2017-11-27 20:04:59,107 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [global_state_changed] 2017-11-27 20:04:59,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x745baf80 2017-11-27 20:04:59,108 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2017-11-27 20:04:59,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x745baf80 [0x1c5c6d8], "DoorPi ") 2017-11-27 20:04:59,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2017-11-27 20:04:59,111 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2017-11-27 20:04:59,113 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2017-11-27 20:04:59,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x745baf80 [0x1c5c6d8], 2) 2017-11-27 20:04:59,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2017-11-27 20:04:59,114 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-11-27 20:04:59,115 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2017-11-27 20:04:59,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x745baf80 [0x1c5c6d8], 0x2d6690 [0]) 2017-11-27 20:04:59,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2017-11-27 20:04:59,117 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2017-11-27 20:04:59,118 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2017-11-27 20:04:59,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2017-11-27 20:04:59,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x745baf98 2017-11-27 20:04:59,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x745baf80 [0x1c5c6d8], 0x745baf98 [0x745bafa0]) 2017-11-27 20:04:59,120 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1c63758] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2017-11-27 20:04:59,121 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1c5bc00] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2017-11-27 20:04:59,121 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1c5bda0] on [sip:0.0.0.0:36529;transport=TLS] destroyed 2017-11-27 20:04:59,122 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2017-11-27 20:04:59,122 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1c75c18] on [sip:0.0.0.0:5060;transport=UDP] 2017-11-27 20:04:59,123 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1c5f268] on [sip:0.0.0.0:5060;transport=TCP] 2017-11-27 20:04:59,124 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1c74bf8] on [sip:0.0.0.0:-1;transport=TLS] 2017-11-27 20:04:59,124 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 33427 2017-11-27 20:04:59,125 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-11-27 20:04:59,126 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-11-27 20:04:59,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2017-11-27 20:04:59,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x745baf98) 2017-11-27 20:04:59,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2017-11-27 20:04:59,128 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2017-11-27 20:04:59,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x745baf80 [0x1c5c6d8], 0x2d6690 [0]) 2017-11-27 20:04:59,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2017-11-27 20:04:59,129 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2017-11-27 20:04:59,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x745baf80 [0x1c5c6d8], "") 2017-11-27 20:04:59,131 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2017-11-27 20:04:59,132 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.2 2017-11-27 20:04:59,132 [INFO] [doorpi.sipphone.from_linphone] fd00::ca0e:14ff:feac:68d 2017-11-27 20:04:59,133 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2017-11-27 20:04:59,134 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2017-11-27 20:04:59,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2017-11-27 20:04:59,135 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2017-11-27 20:04:59,136 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2017-11-27 20:04:59,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x745baf80 [0x1c5c6d8], 0) 2017-11-27 20:04:59,137 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-11-27 20:04:59,137 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-11-27 20:04:59,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2017-11-27 20:04:59,139 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 300 2017-11-27 20:04:59,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x745baf80 [0x1c5c6d8], 300) 2017-11-27 20:04:59,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2017-11-27 20:04:59,141 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2017-11-27 20:04:59,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x745baf80 [0x1c5c6d8], 15) 2017-11-27 20:04:59,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2017-11-27 20:04:59,143 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2017-11-27 20:04:59,145 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2017-11-27 20:04:59,145 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2017-11-27 20:04:59,147 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2017-11-27 20:04:59,148 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-11-27 20:04:59,148 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2017-11-27 20:04:59,149 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2017-11-27 20:04:59,149 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-11-27 20:04:59,150 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2017-11-27 20:04:59,151 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-11-27 20:04:59,151 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2017-11-27 20:04:59,152 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2017-11-27 20:04:59,152 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2017-11-27 20:04:59,153 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2017-11-27 20:04:59,153 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2017-11-27 20:04:59,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x745baf80 [0x1c5c6d8], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2017-11-27 20:04:59,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2017-11-27 20:04:59,156 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-11-27 20:04:59,157 [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 2017-11-27 20:04:59,158 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2017-11-27 20:04:59,158 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-11-27 20:04:59,159 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2017-11-27 20:04:59,159 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2017-11-27 20:04:59,160 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2017-11-27 20:04:59,160 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2017-11-27 20:04:59,161 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-11-27 20:04:59,161 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2017-11-27 20:04:59,162 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2017-11-27 20:04:59,163 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2017-11-27 20:04:59,163 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2017-11-27 20:04:59,164 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2017-11-27 20:04:59,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x7453e378 2017-11-27 20:04:59,167 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-11-27 20:04:59,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x74536d40 2017-11-27 20:04:59,169 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB PnP Sound Device 2017-11-27 20:04:59,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x745baf80 [0x1c5c6d8], "ALSA: USB PnP Sound Device") 2017-11-27 20:04:59,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2017-11-27 20:04:59,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x74536d10 2017-11-27 20:04:59,172 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB PnP Sound Device 2017-11-27 20:04:59,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x745baf80 [0x1c5c6d8], "ALSA: USB PnP Sound Device") 2017-11-27 20:04:59,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2017-11-27 20:04:59,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x7453e2b0 2017-11-27 20:04:59,174 [INFO] [doorpi.sipphone.from_linphone] found 3 possible sounddevices: 2017-11-27 20:04:59,175 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2017-11-27 20:04:59,175 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-11-27 20:04:59,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x7453e2b0 2017-11-27 20:04:59,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x745baf80 [0x1c5c6d8], "ALSA: default device") 2017-11-27 20:04:59,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2d669c 2017-11-27 20:04:59,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x745baf80 [0x1c5c6d8], "ALSA: default device") 2017-11-27 20:04:59,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2d669c 2017-11-27 20:04:59,179 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2017-11-27 20:04:59,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x745baf80 [0x1c5c6d8], "ALSA: bcm2835 ALSA") 2017-11-27 20:04:59,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2d6690 2017-11-27 20:04:59,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x745baf80 [0x1c5c6d8], "ALSA: bcm2835 ALSA") 2017-11-27 20:04:59,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2d669c 2017-11-27 20:04:59,182 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2017-11-27 20:04:59,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x745baf80 [0x1c5c6d8], "ALSA: USB PnP Sound Device") 2017-11-27 20:04:59,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2d669c 2017-11-27 20:04:59,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x745baf80 [0x1c5c6d8], "ALSA: USB PnP Sound Device") 2017-11-27 20:04:59,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2d669c 2017-11-27 20:04:59,185 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB PnP Sound Device 2017-11-27 20:04:59,185 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-11-27 20:04:59,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x74536e30 2017-11-27 20:04:59,187 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: USB PnP Sound Device 2017-11-27 20:04:59,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x74536e60 2017-11-27 20:04:59,188 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: USB PnP Sound Device 2017-11-27 20:04:59,189 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2017-11-27 20:04:59,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1c5c370) 2017-11-27 20:04:59,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-11-27 20:04:59,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d38410 2017-11-27 20:04:59,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-11-27 20:04:59,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d38410 2017-11-27 20:04:59,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d38410 2017-11-27 20:04:59,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1c5c568) 2017-11-27 20:04:59,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-11-27 20:04:59,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d38420 2017-11-27 20:04:59,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-11-27 20:04:59,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d38420 2017-11-27 20:04:59,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d38420 2017-11-27 20:04:59,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1c5c5d0) 2017-11-27 20:04:59,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-11-27 20:04:59,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d38430 2017-11-27 20:04:59,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-11-27 20:04:59,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d38430 2017-11-27 20:04:59,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d38430 2017-11-27 20:04:59,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1c5c638) 2017-11-27 20:04:59,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-11-27 20:04:59,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d38440 2017-11-27 20:04:59,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-11-27 20:04:59,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d38440 2017-11-27 20:04:59,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d38440 2017-11-27 20:04:59,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1c5c030) 2017-11-27 20:04:59,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-11-27 20:04:59,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d38450 2017-11-27 20:04:59,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-11-27 20:04:59,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d38450 2017-11-27 20:04:59,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d38450 2017-11-27 20:04:59,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1c5c088) 2017-11-27 20:04:59,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-11-27 20:04:59,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d38460 2017-11-27 20:04:59,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-11-27 20:04:59,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d38460 2017-11-27 20:04:59,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d38460 2017-11-27 20:04:59,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1c5c0e0) 2017-11-27 20:04:59,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-11-27 20:04:59,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d38470 2017-11-27 20:04:59,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-11-27 20:04:59,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d38470 2017-11-27 20:04:59,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d38470 2017-11-27 20:04:59,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1c5c138) 2017-11-27 20:04:59,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-11-27 20:04:59,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d38480 2017-11-27 20:04:59,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-11-27 20:04:59,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d38480 2017-11-27 20:04:59,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d38480 2017-11-27 20:04:59,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1c5c1a0) 2017-11-27 20:04:59,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-11-27 20:04:59,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d38490 2017-11-27 20:04:59,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-11-27 20:04:59,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d38490 2017-11-27 20:04:59,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d38490 2017-11-27 20:04:59,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1c63578) 2017-11-27 20:04:59,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-11-27 20:04:59,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d384a0 2017-11-27 20:04:59,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-11-27 20:04:59,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d384a0 2017-11-27 20:04:59,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d384a0 2017-11-27 20:04:59,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x7453e418 2017-11-27 20:04:59,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38410 [0x1c5c370]) 2017-11-27 20:04:59,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d280 2017-11-27 20:04:59,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38410 [0x1c5c370]) 2017-11-27 20:04:59,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d280 2017-11-27 20:04:59,224 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2017-11-27 20:04:59,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x745baf80 [0x1c5c6d8], 0x76d38410 [0x1c5c370], 0x2d6690 [0]) 2017-11-27 20:04:59,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1ac98cc 2017-11-27 20:04:59,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38420 [0x1c5c568]) 2017-11-27 20:04:59,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d020 2017-11-27 20:04:59,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38420 [0x1c5c568]) 2017-11-27 20:04:59,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d020 2017-11-27 20:04:59,228 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2017-11-27 20:04:59,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x745baf80 [0x1c5c6d8], 0x76d38420 [0x1c5c568], 0x2d6690 [0]) 2017-11-27 20:04:59,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1ac98cc 2017-11-27 20:04:59,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38430 [0x1c5c5d0]) 2017-11-27 20:04:59,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d280 2017-11-27 20:04:59,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38430 [0x1c5c5d0]) 2017-11-27 20:04:59,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d280 2017-11-27 20:04:59,232 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2017-11-27 20:04:59,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x745baf80 [0x1c5c6d8], 0x76d38430 [0x1c5c5d0], 0x2d6690 [0]) 2017-11-27 20:04:59,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1ac98cc 2017-11-27 20:04:59,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38440 [0x1c5c638]) 2017-11-27 20:04:59,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d020 2017-11-27 20:04:59,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38440 [0x1c5c638]) 2017-11-27 20:04:59,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d020 2017-11-27 20:04:59,236 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2017-11-27 20:04:59,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x745baf80 [0x1c5c6d8], 0x76d38440 [0x1c5c638], 0x2d669c [1]) 2017-11-27 20:04:59,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1ac98cc 2017-11-27 20:04:59,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38450 [0x1c5c030]) 2017-11-27 20:04:59,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d280 2017-11-27 20:04:59,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38450 [0x1c5c030]) 2017-11-27 20:04:59,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d280 2017-11-27 20:04:59,240 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2017-11-27 20:04:59,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x745baf80 [0x1c5c6d8], 0x76d38450 [0x1c5c030], 0x2d669c [1]) 2017-11-27 20:04:59,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1ac98cc 2017-11-27 20:04:59,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38460 [0x1c5c088]) 2017-11-27 20:04:59,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745baf98 2017-11-27 20:04:59,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38460 [0x1c5c088]) 2017-11-27 20:04:59,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745baf98 2017-11-27 20:04:59,244 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2017-11-27 20:04:59,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x745baf80 [0x1c5c6d8], 0x76d38460 [0x1c5c088], 0x2d6690 [0]) 2017-11-27 20:04:59,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1ac98cc 2017-11-27 20:04:59,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38470 [0x1c5c0e0]) 2017-11-27 20:04:59,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d280 2017-11-27 20:04:59,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38470 [0x1c5c0e0]) 2017-11-27 20:04:59,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d280 2017-11-27 20:04:59,248 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2017-11-27 20:04:59,249 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x745baf80 [0x1c5c6d8], 0x76d38470 [0x1c5c0e0], 0x2d6690 [0]) 2017-11-27 20:04:59,249 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1ac98cc 2017-11-27 20:04:59,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38480 [0x1c5c138]) 2017-11-27 20:04:59,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d020 2017-11-27 20:04:59,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38480 [0x1c5c138]) 2017-11-27 20:04:59,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7453d020 2017-11-27 20:04:59,252 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2017-11-27 20:04:59,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x745baf80 [0x1c5c6d8], 0x76d38480 [0x1c5c138], 0x2d6690 [0]) 2017-11-27 20:04:59,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1ac98cc 2017-11-27 20:04:59,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38490 [0x1c5c1a0]) 2017-11-27 20:04:59,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745baf98 2017-11-27 20:04:59,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d38490 [0x1c5c1a0]) 2017-11-27 20:04:59,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745baf98 2017-11-27 20:04:59,256 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2017-11-27 20:04:59,256 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x745baf80 [0x1c5c6d8], 0x76d38490 [0x1c5c1a0], 0x2d6690 [0]) 2017-11-27 20:04:59,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1ac98cc 2017-11-27 20:04:59,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d384a0 [0x1c63578]) 2017-11-27 20:04:59,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745baf98 2017-11-27 20:04:59,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d384a0 [0x1c63578]) 2017-11-27 20:04:59,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745baf98 2017-11-27 20:04:59,260 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2017-11-27 20:04:59,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x745baf80 [0x1c5c6d8], 0x76d384a0 [0x1c63578], 0x2d6690 [0]) 2017-11-27 20:04:59,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1ac98cc 2017-11-27 20:04:59,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7453e378 2017-11-27 20:04:59,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7453e378 2017-11-27 20:04:59,264 [INFO] [doorpi.sipphone.from_linphone] found 2 possible videodevices: 2017-11-27 20:04:59,264 [DEBUG] [doorpi.sipphone.from_linphone] | name 2017-11-27 20:04:59,265 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-11-27 20:04:59,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7453e378 2017-11-27 20:04:59,266 [DEBUG] [doorpi.sipphone.from_linphone] | V4L2: /dev/video0 2017-11-27 20:04:59,267 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2017-11-27 20:04:59,267 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-11-27 20:04:59,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7453e378 2017-11-27 20:04:59,269 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: V4L2: /dev/video0) returns StaticImage: Static picture 2017-11-27 20:04:59,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7453e378 2017-11-27 20:04:59,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x745baf80 [0x1c5c6d8], 0x2d669c [1]) 2017-11-27 20:04:59,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2017-11-27 20:04:59,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x745baf80 [0x1c5c6d8], "StaticImage: Static picture") 2017-11-27 20:04:59,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2017-11-27 20:04:59,273 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2017-11-27 20:04:59,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x745baf80 [0x1c5c6d8], "vga") 2017-11-27 20:04:59,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2017-11-27 20:04:59,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x74536f50 2017-11-27 20:04:59,275 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: StaticImage: Static picture 2017-11-27 20:04:59,276 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2017-11-27 20:04:59,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1c5c2d0) 2017-11-27 20:04:59,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-11-27 20:04:59,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d384b0 2017-11-27 20:04:59,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-11-27 20:04:59,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d384b0 2017-11-27 20:04:59,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d384b0 2017-11-27 20:04:59,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x7453e3c8 2017-11-27 20:04:59,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d384b0 [0x1c5c2d0]) 2017-11-27 20:04:59,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745baf98 2017-11-27 20:04:59,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2d669c 2017-11-27 20:04:59,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d384b0 [0x1c5c2d0]) 2017-11-27 20:04:59,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x745baf98 2017-11-27 20:04:59,284 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2017-11-27 20:04:59,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x745baf80 [0x1c5c6d8], 0x76d384b0 [0x1c5c2d0], 0x2d669c [1]) 2017-11-27 20:04:59,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x1ac98cc 2017-11-27 20:04:59,286 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.178.2 2017-11-27 20:04:59,286 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns 620 2017-11-27 20:04:59,287 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: 620) returns ******* 2017-11-27 20:04:59,287 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.178.2) returns fritz.box 2017-11-27 20:04:59,288 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2017-11-27 20:04:59,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:04:59,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x1c760c8) 2017-11-27 20:04:59,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2017-11-27 20:04:59,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76d384c0 2017-11-27 20:04:59,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2017-11-27 20:04:59,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76d384c0 2017-11-27 20:04:59,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76d384c0 2017-11-27 20:04:59,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76d384c0 2017-11-27 20:04:59,293 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2017-11-27 20:04:59,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2017-11-27 20:04:59,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x1c73da8) 2017-11-27 20:04:59,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:04:59,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d384d0 2017-11-27 20:04:59,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:04:59,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d384d0 2017-11-27 20:04:59,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d384d0 2017-11-27 20:04:59,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76d384d0 2017-11-27 20:04:59,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76d384c0 [0x1c760c8], 0x76d384d0 [0x1c73da8]) 2017-11-27 20:04:59,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2017-11-27 20:04:59,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76d384c0 [0x1c760c8], "sip:192.168.178.2") 2017-11-27 20:04:59,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2017-11-27 20:04:59,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76d384c0 [0x1c760c8], 0x2d669c [1]) 2017-11-27 20:04:59,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2017-11-27 20:04:59,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x745baf80 [0x1c5c6d8], 0x76d384c0 [0x1c760c8]) 2017-11-27 20:04:59,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x1ac98cc 2017-11-27 20:04:59,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x745baf80 [0x1c5c6d8], 0x76d384c0 [0x1c760c8]) 2017-11-27 20:04:59,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2017-11-27 20:04:59,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x745baf80 [0x1c5c6d8], "620", "(null)", "doorpi-00", "(null)", "(null)", "fritz.box") 2017-11-27 20:04:59,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x1c7bab8) 2017-11-27 20:04:59,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2017-11-27 20:04:59,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76d384e0 2017-11-27 20:04:59,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2017-11-27 20:04:59,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76d384e0 2017-11-27 20:04:59,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76d384e0 2017-11-27 20:04:59,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76d384e0 2017-11-27 20:04:59,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x745baf80 [0x1c5c6d8], 0x76d384e0 [0x1c7bab8]) 2017-11-27 20:04:59,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2017-11-27 20:04:59,311 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2017-11-27 20:04:59,312 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnMediaRequired', 'EVENT_OnMediaNotRequired', 'EVENT_OnStartup'] 2017-11-27 20:04:59,312 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnMediaRequired' in configfile 2017-11-27 20:04:59,313 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnMediaRequired returns ['10'] 2017-11-27 20:04:59,313 [INFO] [doorpi.doorpi] registering action '10' for event 'OnMediaRequired' 2017-11-27 20:04:59,314 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnMediaRequired (default: ) returns out:Verstaerker,0,1,300 2017-11-27 20:04:59,315 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2017-11-27 20:04:59,316 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2017-11-27 20:04:59,317 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '1', 'timeout': 300.0, 'pin': 'Verstaerker', 'start_value': '0'} was added to new evententry OnMediaRequired 2017-11-27 20:04:59,318 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnMediaNotRequired' in configfile 2017-11-27 20:04:59,318 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnMediaNotRequired returns ['10'] 2017-11-27 20:04:59,319 [INFO] [doorpi.doorpi] registering action '10' for event 'OnMediaNotRequired' 2017-11-27 20:04:59,319 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnMediaNotRequired (default: ) returns out:Verstaerker,1 2017-11-27 20:04:59,320 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'Verstaerker'} was added to new evententry OnMediaNotRequired 2017-11-27 20:04:59,321 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2017-11-27 20:04:59,321 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10', '30', '20'] 2017-11-27 20:04:59,322 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2017-11-27 20:04:59,322 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:5 2017-11-27 20:04:59,323 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2017-11-27 20:04:59,324 [TRACE] [doorpi.action.handler] action SleepAction with args (5.0,) and kwargs {} was added to new evententry OnStartup 2017-11-27 20:04:59,325 [INFO] [doorpi.doorpi] registering action '20' for event 'OnStartup' 2017-11-27 20:04:59,325 [TRACE] [doorpi.conf.config_object] get_string for key 20 in section EVENT_OnStartup (default: ) returns out:Tueroeffner,0 2017-11-27 20:04:59,326 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'Tueroeffner'} was added to event OnStartup 2017-11-27 20:04:59,326 [INFO] [doorpi.doorpi] registering action '30' for event 'OnStartup' 2017-11-27 20:04:59,327 [TRACE] [doorpi.conf.config_object] get_string for key 30 in section EVENT_OnStartup (default: ) returns out:Verstaerker,1 2017-11-27 20:04:59,327 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'Verstaerker'} was added to event OnStartup 2017-11-27 20:04:59,328 [TRACE] [doorpi.conf.config_object] get_string for key 29 in section onboardpins_InputPins (default: ) returns call:**621 2017-11-27 20:04:59,329 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2017-11-27 20:04:59,330 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**621'} was added to new evententry OnKeyPressed_onboardpins.29 2017-11-27 20:04:59,331 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"0"'] 2017-11-27 20:04:59,331 [TRACE] [doorpi.conf.config_object] get_string for key "0" in section DTMF (default: ) returns out:Tueroeffner,1,0,3 2017-11-27 20:04:59,332 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'Tueroeffner', 'start_value': '1'} was added to new evententry OnDTMF_"0" 2017-11-27 20:04:59,332 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns live_led 2017-11-27 20:04:59,333 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'HIGH', 'pin': 'live_led'} was added to new evententry OnTimeSecondEvenNumber 2017-11-27 20:04:59,334 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'LOW', 'pin': 'live_led'} was added to new evententry OnTimeSecondUnevenNumber 2017-11-27 20:04:59,334 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2017-11-27 20:04:59,336 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2017-11-27 20:04:59,337 [DEBUG] [doorpi.action.handler] [IFAKIS] fire for event OnStartup this actions [, , ] 2017-11-27 20:04:59,338 [TRACE] [doorpi.action.handler] [IFAKIS] try to fire action SleepAction with args (5.0,) and kwargs {} 2017-11-27 20:04:59,339 [TRACE] [doorpi.action.base] run SleepAction with args (5.0,) and kwargs {} 2017-11-27 20:05:04,345 [TRACE] [doorpi.action.handler] [IFAKIS] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'Tueroeffner'} 2017-11-27 20:05:04,346 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'Tueroeffner'} 2017-11-27 20:05:04,348 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 37, value = True, log_output = True) 2017-11-27 20:05:04,349 [TRACE] [doorpi.action.handler] [IFAKIS] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'Verstaerker'} 2017-11-27 20:05:04,350 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'Verstaerker'} 2017-11-27 20:05:04,352 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 15, value = False, log_output = True) 2017-11-27 20:05:04,353 [TRACE] [doorpi.action.handler] [IFAKIS] finished fire_event for event_name OnStartup 2017-11-27 20:05:04,354 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2017-11-27 20:05:04,355 [INFO] [doorpi.doorpi] DoorPi started successfully 2017-11-27 20:05:04,356 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2017-11-27 20:05:04,356 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2017-11-27 20:05:04,357 [INFO] [doorpi.doorpi] Weburl is http://raspberrypi/ 2017-11-27 20:05:04,358 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.2 2017-11-27 20:05:04,359 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2017-11-27 20:05:04,360 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.178.57 2017-11-27 20:05:04,361 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2017-11-27 20:05:04,362 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2017-11-27 20:05:04,362 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.2 2017-11-27 20:05:04,363 [INFO] [doorpi.sipphone.from_linphone] fd00::ca0e:14ff:feac:68d 2017-11-27 20:05:04,364 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2017-11-27 20:05:04,364 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2017-11-27 20:05:04,366 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x1c760c8] about to register (LinphoneCore version: 3.9.0) 2017-11-27 20:05:04,373 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2017-11-27 20:05:04,373 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: starting resolution of 192.168.178.2 2017-11-27 20:05:04,374 [INFO] [doorpi.sipphone.from_linphone] channel 0x1c8fcb8: state RES_IN_PROGRESS 2017-11-27 20:05:04,375 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1c7db08] channel state changed to [RES_IN_PROGRESS] 2017-11-27 20:05:04,375 [INFO] [doorpi.sipphone.from_linphone] channel 0x1c8fcb8: state RES_DONE 2017-11-27 20:05:04,376 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1c7db08] channel state changed to [RES_DONE] 2017-11-27 20:05:04,376 [INFO] [doorpi.sipphone.from_linphone] channel 0x1c8fcb8: state CONNECTING 2017-11-27 20:05:04,377 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1c7db08] channel state changed to [CONNECTING] 2017-11-27 20:05:04,377 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.178.2:5060] 2017-11-27 20:05:04,378 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2017-11-27 20:05:04,378 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.178.57:5060 2017-11-27 20:05:04,379 [INFO] [doorpi.sipphone.from_linphone] channel 0x1c8fcb8: state READY 2017-11-27 20:05:04,380 [INFO] [doorpi.sipphone.from_linphone] transaction [0x1c7db08] channel state changed to [READY] 2017-11-27 20:05:04,380 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1c7db08], from state [INIT] to [TRYING] 2017-11-27 20:05:04,381 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: message sent to [UDP://192.168.178.2:5060], size: [514] bytes REGISTER sip:192.168.178.2 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.57:5060;branch=z9hG4bK.TD91h7EDz;rport From: "DoorPi" ;tag=PRVSi8Ld1 To: "DoorPi" CSeq: 20 REGISTER Call-ID: KshYoiLWVR 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) 2017-11-27 20:05:04,382 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2017-11-27 20:05:04,382 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1c7dec0] takes ownership of transaction [0x1c7db08] 2017-11-27 20:05:04,383 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1c760c8] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2017-11-27 20:05:04,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1c5c6d8, 0x1c760c8, 1, "Registration in progress") 2017-11-27 20:05:04,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2017-11-27 20:05:04,385 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [registration_state_changed] 2017-11-27 20:05:04,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x1c5c6d8, 0x1) 2017-11-27 20:05:04,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2017-11-27 20:05:04,437 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [network_reachable] 2017-11-27 20:05:04,438 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: received [366] new bytes from [UDP://192.168.178.2:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.57:5060;branch=z9hG4bK.TD91h7EDz;rport=5060 From: "DoorPi" ;tag=PRVSi8Ld1 To: "DoorPi" ;tag=2CBFDFCCDB8B99B1 Call-ID: KshYoiLWVR CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="FBC4C0EE29251F96" User-Agent: FRITZ!OS Content-Length: 0 2017-11-27 20:05:04,446 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] [366] bytes parsed 2017-11-27 20:05:04,447 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: discovered public ip and port are [192.168.178.57:5060] 2017-11-27 20:05:04,447 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-11-27 20:05:04,448 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1c7db08], from state [TRYING] to [COMPLETED] 2017-11-27 20:05:04,449 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=620, realm= 2017-11-27 20:05:04,449 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [620] realm [fritz.box] 2017-11-27 20:05:04,450 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1c8ba08], from state [INIT] to [TRYING] 2017-11-27 20:05:04,451 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: message sent to [UDP://192.168.178.2:5060], size: [669] bytes REGISTER sip:192.168.178.2 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.57:5060;branch=z9hG4bK.o-EYBdX6S;rport From: "DoorPi" ;tag=PRVSi8Ld1 To: "DoorPi" CSeq: 21 REGISTER Call-ID: KshYoiLWVR 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="FBC4C0EE29251F96", username="620", uri="sip:192.168.178.2", response="f777af0783d2b1351b844b63550b0799" 2017-11-27 20:05:04,452 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.2 2017-11-27 20:05:04,452 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2017-11-27 20:05:04,504 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: received [686] new bytes from [UDP://192.168.178.2:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.57:5060;branch=z9hG4bK.o-EYBdX6S;rport=5060 From: "DoorPi" ;tag=PRVSi8Ld1 To: "DoorPi" ;tag=5CC7ED5FD6F05BAA Call-ID: KshYoiLWVR CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.65 TAL (Oct 24 2016) 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 2017-11-27 20:05:04,516 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] [686] bytes parsed 2017-11-27 20:05:04,517 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-11-27 20:05:04,517 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1c8ba08], from state [TRYING] to [COMPLETED] 2017-11-27 20:05:04,518 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x1c7dec0]: has no contact for request [0x1c87608]. 2017-11-27 20:05:04,519 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2017-11-27 20:05:04,519 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.2] 2017-11-27 20:05:04,520 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x1c760c8] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2017-11-27 20:05:04,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x1c5c6d8, 0x1c760c8, 2, "Registration successful") 2017-11-27 20:05:04,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2017-11-27 20:05:04,521 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [registration_state_changed] 2017-11-27 20:05:09,484 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1c7db08], from state [COMPLETED] to [TERMINATED] 2017-11-27 20:05:09,491 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1c7db08] terminated 2017-11-27 20:05:09,543 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1c8ba08], from state [COMPLETED] to [TERMINATED] 2017-11-27 20:05:09,544 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1c8ba08] terminated 2017-11-27 20:05:18,684 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:18,687 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_29 from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:18,688 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2017-11-27 20:05:18,690 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.29 from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:18,692 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_29 - skip fire_event OnKeyDown_29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:18,692 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:18,693 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.29 - skip fire_event OnKeyDown_onboardpins.29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:18,695 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_29 from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:18,697 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2017-11-27 20:05:18,698 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.29 from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:18,699 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_29 - skip fire_event OnKeyPressed_29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:18,701 [DEBUG] [doorpi.action.handler] [VUW3AB] fire for event OnKeyPressed_onboardpins.29 this actions [] 2017-11-27 20:05:18,702 [TRACE] [doorpi.action.handler] [VUW3AB] try to fire action CallAction with args () and kwargs {'number': '**621'} 2017-11-27 20:05:18,703 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2017-11-27 20:05:18,703 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-11-27 20:05:18,705 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2017-11-27 20:05:18,706 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2017-11-27 20:05:18,707 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-11-27 20:05:18,707 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2017-11-27 19:05:18.707348 2017-11-27 20:05:18,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x745baf80 [0x1c5c6d8], 0x2dd154 [(nil)]) 2017-11-27 20:05:18,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x73201748) 2017-11-27 20:05:18,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2017-11-27 20:05:18,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76d38530 2017-11-27 20:05:18,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2017-11-27 20:05:18,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76d38530 2017-11-27 20:05:18,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76d38530 2017-11-27 20:05:18,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76d38530 2017-11-27 20:05:18,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76d38530 [0x73201748], "/usr/local/etc/DoorPi/records/2017-11-27_20-05-18.wav") 2017-11-27 20:05:18,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2017-11-27 20:05:18,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76d38530 [0x73201748], 0x2d669c [1]) 2017-11-27 20:05:18,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2017-11-27 20:05:18,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x745baf80 [0x1c5c6d8], "**621", 0x76d38530 [0x73201748]) 2017-11-27 20:05:18,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1c5c6d8, 0x7322c4f0, 2, "Starting outgoing call") 2017-11-27 20:05:18,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2017-11-27 20:05:18,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76d38550 2017-11-27 20:05:18,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2017-11-27 20:05:18,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76d38550 2017-11-27 20:05:18,726 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2017-11-27 20:05:18,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:18,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x732004b0) 2017-11-27 20:05:18,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:05:18,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d38540 2017-11-27 20:05:18,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:05:18,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d38540 2017-11-27 20:05:18,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d38540 2017-11-27 20:05:18,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d38540 2017-11-27 20:05:18,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d38540 [0x732004b0]) 2017-11-27 20:05:18,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x745447d0 2017-11-27 20:05:18,732 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:18,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:18,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:18,735 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:18,735 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:18,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:18,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:18,738 [DEBUG] [doorpi.action.handler] [O1V840] fire for event OnMediaRequired this actions [] 2017-11-27 20:05:18,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-11-27 20:05:18,739 [TRACE] [doorpi.action.handler] [O1V840] try to fire action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '1', 'timeout': 300.0, 'pin': 'Verstaerker', 'start_value': '0'} 2017-11-27 20:05:18,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1c5c6d8, 0x7322c4f0, 3, "Outgoing call in progress") 2017-11-27 20:05:18,745 [TRACE] [doorpi.action.base] run OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '1', 'timeout': 300.0, 'pin': 'Verstaerker', 'start_value': '0'} 2017-11-27 20:05:18,746 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2017-11-27 20:05:18,750 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 15, value = True, log_output = True) 2017-11-27 20:05:18,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:18,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x732004b0) 2017-11-27 20:05:18,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:05:18,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d38570 2017-11-27 20:05:18,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:05:18,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d38570 2017-11-27 20:05:18,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d38570 2017-11-27 20:05:18,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d38570 2017-11-27 20:05:18,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d38570 [0x732004b0]) 2017-11-27 20:05:18,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x745449e0 2017-11-27 20:05:18,757 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1941705840]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2017-11-27 20:05:18,757 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:18,758 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x7322c4f0] initialized (LinphoneCore version: 3.9.0) 2017-11-27 20:05:18,759 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c4f0: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2017-11-27 20:05:18,760 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_state_changed] 2017-11-27 20:05:18,761 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x7322c4f0] 2017-11-27 20:05:18,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:18,762 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2017-11-27 20:05:18,763 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:18,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:18,764 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2017-11-27 20:05:18,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:18,765 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2017-11-27 20:05:18,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:18,767 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2017-11-27 20:05:18,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:18,768 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x7322c4f0] 2017-11-27 20:05:18,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:18,769 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2017-11-27 20:05:18,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-11-27 20:05:18,770 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2017-11-27 20:05:18,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76d38550 2017-11-27 20:05:18,772 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2017-11-27 20:05:18,772 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-11-27 20:05:18,773 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x7322c4f0] 2017-11-27 20:05:18,774 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7322c330,0-->MSVoidSink:0x7322d278,0 2017-11-27 20:05:18,775 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-11-27 20:05:18,776 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2017-11-27 20:05:18,776 [DEBUG] [doorpi.action.handler] [KJZS4Q] fire for event OnSipPhoneMakeCall this actions [] 2017-11-27 20:05:18,779 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2017-11-27 20:05:18,779 [TRACE] [doorpi.action.handler] [VUW3AB] finished fire_event for event_name OnKeyPressed_onboardpins.29 2017-11-27 20:05:18,780 [TRACE] [doorpi.action.handler] [KJZS4Q] try to fire action > with args () and kwargs {} 2017-11-27 20:05:18,782 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-11-27 20:05:18,781 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**621@192.168.178.2] on op [0x7322a7d8] 2017-11-27 20:05:18,783 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2017-11-27 20:05:18,780 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-11-27 20:05:18,783 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2017-11-27 20:05:18,785 [TRACE] [doorpi.action.handler] [KJZS4Q] finished fire_event for event_name OnSipPhoneMakeCall 2017-11-27 20:05:18,786 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-11-27 20:05:18,787 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7320f890], from state [INIT] to [CALLING] 2017-11-27 20:05:18,788 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: message sent to [UDP://192.168.178.2:5060], size: [814] bytes INVITE sip:**621@192.168.178.2 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.57:5060;branch=z9hG4bK.W7ENoqcWD;rport From: "DoorPi" ;tag=TDnzOd7aG To: sip:**621@192.168.178.2 CSeq: 20 INVITE Call-ID: zwB5ZUKtzk Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 270 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=620 2989 419 IN IP4 192.168.178.57 s=Talk c=IN IP4 192.168.178.57 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 2017-11-27 20:05:18,789 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c4f0: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2017-11-27 20:05:18,790 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: received [357] new bytes from [UDP://192.168.178.2:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.57:5060;branch=z9hG4bK.W7ENoqcWD;rport=5060 From: "DoorPi" ;tag=TDnzOd7aG To: ;tag=A7D06DAE0C11B27C Call-ID: zwB5ZUKtzk CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="16DEC912CBE3E043" User-Agent: FRITZ!OS Content-Length: 0 2017-11-27 20:05:18,798 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_state_changed] 2017-11-27 20:05:18,799 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] [357] bytes parsed 2017-11-27 20:05:18,799 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-11-27 20:05:18,800 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7320f890], from state [CALLING] to [PROCEEDING] 2017-11-27 20:05:18,800 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7320f890], from state [PROCEEDING] to [COMPLETED] 2017-11-27 20:05:18,801 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: message sent to [UDP://192.168.178.2:5060], size: [366] bytes ACK sip:**621@192.168.178.2 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.57:5060;branch=z9hG4bK.W7ENoqcWD;rport Call-ID: zwB5ZUKtzk From: "DoorPi" ;tag=TDnzOd7aG To: ;tag=A7D06DAE0C11B27C Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2017-11-27 20:05:18,802 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=620, realm=fritz.box 2017-11-27 20:05:18,803 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [620] realm [fritz.box] 2017-11-27 20:05:18,803 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1c7ab98], from state [INIT] to [CALLING] 2017-11-27 20:05:18,805 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: message sent to [UDP://192.168.178.2:5060], size: [975] bytes INVITE sip:**621@192.168.178.2 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.57:5060;branch=z9hG4bK.7f-OSqNNF;rport From: "DoorPi" ;tag=TDnzOd7aG To: sip:**621@192.168.178.2 CSeq: 21 INVITE Call-ID: zwB5ZUKtzk Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 270 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="16DEC912CBE3E043", username="620", uri="sip:**621@192.168.178.2", response="22fb6402caa9ada468910db7465b09c0" v=0 o=620 2989 419 IN IP4 192.168.178.57 s=Talk c=IN IP4 192.168.178.57 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 2017-11-27 20:05:18,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:18,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac98a8 2017-11-27 20:05:18,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:18,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:18,859 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: received [310] new bytes from [UDP://192.168.178.2:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.178.57:5060;branch=z9hG4bK.7f-OSqNNF;rport=5060 From: "DoorPi" ;tag=TDnzOd7aG To: Call-ID: zwB5ZUKtzk CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.65 TAL (Oct 24 2016) Content-Length: 0 2017-11-27 20:05:18,866 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] [310] bytes parsed 2017-11-27 20:05:18,867 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-11-27 20:05:18,867 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1c7ab98], from state [CALLING] to [PROCEEDING] 2017-11-27 20:05:18,868 [INFO] [doorpi.sipphone.from_linphone] op [0x7322a7d8] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2017-11-27 20:05:18,868 [INFO] [doorpi.sipphone.from_linphone] Op [0x7322a7d8] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2017-11-27 20:05:18,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:18,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac98a8 2017-11-27 20:05:18,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:18,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:18,922 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: received [698] new bytes from [UDP://192.168.178.2:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.178.57:5060;branch=z9hG4bK.7f-OSqNNF;rport=5060 From: "DoorPi" ;tag=TDnzOd7aG To: ;tag=5D3345027BEBE1EB Call-ID: zwB5ZUKtzk CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.65 TAL (Oct 24 2016) Content-Type: application/sdp Content-Length: 262 v=0 o=user 8152333 8152333 IN IP4 192.168.178.2 s=Talk c=IN IP4 192.168.178.2 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2017-11-27 20:05:18,934 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] [436] bytes parsed 2017-11-27 20:05:18,935 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] read [262] bytes of body from [192.168.178.2:5060] 2017-11-27 20:05:18,936 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-11-27 20:05:18,936 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x1c86a00] , local tag [TDnzOd7aG], remote tag [5D3345027BEBE1EB] 2017-11-27 20:05:18,937 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1c86a00]: now updated by transaction [0x1c7ab98]. 2017-11-27 20:05:18,941 [INFO] [doorpi.sipphone.from_linphone] op [0x7322a7d8] : set_or_update_dialog() current=[(nil)] new=[0x1c86a00] 2017-11-27 20:05:18,941 [INFO] [doorpi.sipphone.from_linphone] Op [0x7322a7d8] receiving call response [183], dialog is [0x1c86a00] in state [BELLE_SIP_DIALOG_EARLY] 2017-11-27 20:05:18,946 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2017-11-27 20:05:18,947 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2017-11-27 20:05:18,947 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2017-11-27 20:05:18,948 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2017-11-27 20:05:18,948 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2017-11-27 20:05:18,949 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2017-11-27 20:05:18,949 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2017-11-27 20:05:18,950 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73203bb8] rejected by peer 2017-11-27 20:05:18,951 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c4f0: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2017-11-27 20:05:18,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1c5c6d8, 0x7322c4f0, 5, "Early media") 2017-11-27 20:05:18,952 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2017-11-27 20:05:18,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:18,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x732004b0) 2017-11-27 20:05:18,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:05:18,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d38560 2017-11-27 20:05:18,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:05:18,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d38560 2017-11-27 20:05:18,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d38560 2017-11-27 20:05:18,956 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d38560 2017-11-27 20:05:18,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d38560 [0x732004b0]) 2017-11-27 20:05:18,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74544b60 2017-11-27 20:05:18,958 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:18,959 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:18,961 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:18,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:18,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:18,964 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:18,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:18,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:18,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:18,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:18,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-11-27 20:05:18,968 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_state_changed] 2017-11-27 20:05:18,968 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2017-11-27 20:05:18,969 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x7322c4f0] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2017-11-27 20:05:18,969 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2017-11-27 20:05:18,970 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x7322d5e0] sending to rtp [192.168.178.2:7078] rtcp [192.168.178.2:7079] 2017-11-27 20:05:18,971 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7322d5e0] 2017-11-27 20:05:18,971 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7322c330,0-->MSVoidSink:0x7322d278,0 2017-11-27 20:05:18,972 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2017-11-27 20:05:18,975 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-11-27 20:05:18,976 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2017-11-27 20:05:18,977 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2017-11-27 20:05:18,977 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x73229398] using payload's bitrate is 80000 2017-11-27 20:05:18,978 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x73229398] 2017-11-27 20:05:18,978 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2017-11-27 20:05:18,979 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2017-11-27 20:05:18,979 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x1c87ab0,0-->MSVolume:0x1c84c70,0 2017-11-27 20:05:18,980 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1c84c70,0-->MSAudioMixer:0x1c83960,0 2017-11-27 20:05:18,980 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1c83960,0-->MSUlawEnc:0x1c88740,0 2017-11-27 20:05:18,981 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x1c88740,0-->MSRtpSend:0x73226dd0,0 2017-11-27 20:05:18,982 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x1ccab58,0-->MSUlawDec:0x1c887d0,0 2017-11-27 20:05:18,982 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x1c887d0,0-->MSGenericPLC:0x1c7eda8,0 2017-11-27 20:05:18,983 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x1c7eda8,0-->MSDtmfGen:0x1c7ea68,0 2017-11-27 20:05:18,983 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x1c7ea68,0-->MSVolume:0x1cc9bd0,0 2017-11-27 20:05:18,984 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1cc9bd0,0-->MSTee:0x1c7d8f0,0 2017-11-27 20:05:18,984 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x1c7d8f0,0-->MSEqualizer:0x1c5fd40,0 2017-11-27 20:05:18,985 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x1c5fd40,0-->MSAudioMixer:0x1c8c978,0 2017-11-27 20:05:18,985 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-11-27 20:05:18,986 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x1c85458,0-->MSResample:0x1c838f0,0 2017-11-27 20:05:18,986 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1c838f0,0-->MSAudioMixer:0x1c8c978,1 2017-11-27 20:05:18,987 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1c8c978,0-->MSAlsaWrite:0x1c7f550,0 2017-11-27 20:05:18,987 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1c734a0,1-->MSResample:0x1c7d5f8,0 2017-11-27 20:05:18,988 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1c7d5f8,0-->MSOpusEnc:0x1cc8ce0,0 2017-11-27 20:05:18,988 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x1cc8ce0,0-->MSMKVRecorder:0x1cc8200,1 2017-11-27 20:05:18,989 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x1c76a20,0-->MSMKVRecorder:0x1cc8200,0 2017-11-27 20:05:18,990 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1c83960,1-->MSAudioMixer:0x1c734a0,0 2017-11-27 20:05:18,990 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x1c7d8f0,1-->MSAudioMixer:0x1c734a0,1 2017-11-27 20:05:18,991 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1c734a0,0-->MSFileRec:0x1c83cf0,0 2017-11-27 20:05:18,991 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-11-27 20:05:18,992 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-11-27 20:05:18,993 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2017-11-27 20:05:18,993 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2017-11-27 20:05:18,994 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2017-11-27 20:05:18,994 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2017-11-27 20:05:18,995 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2017-11-27 20:05:18,996 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7322c4f0] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2017-11-27 20:05:18,996 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7322c4f0] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2017-11-27 20:05:18,997 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7322c4f0] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2017-11-27 20:05:18,997 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2017-11-27 20:05:18,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:18,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,053 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2017-11-27 20:05:19,054 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2017-11-27 20:05:19,054 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2017-11-27 20:05:19,055 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2017-11-27 20:05:19,056 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2017-11-27 20:05:19,056 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2017-11-27 20:05:19,057 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7322d5e0] 2017-11-27 20:05:19,057 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1c8c978] is entering bypass mode. 2017-11-27 20:05:19,058 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2017-11-27 20:05:19,058 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2017-11-27 20:05:19,059 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2017-11-27 20:05:19,059 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2017-11-27 20:05:19,060 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2017-11-27 20:05:19,060 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1c83960] is entering bypass mode. 2017-11-27 20:05:19,061 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1c8c978] is leaving bypass mode. 2017-11-27 20:05:19,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,158 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:19,161 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_29 from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:19,163 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2017-11-27 20:05:19,164 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.29 from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:19,165 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_29 - skip fire_event OnKeyDown_29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:19,167 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:19,168 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.29 - skip fire_event OnKeyDown_onboardpins.29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:19,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,175 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_29 from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:19,176 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2017-11-27 20:05:19,178 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.29 from doorpi.keyboard.from_gpio asyncron 2017-11-27 20:05:19,178 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_29 - skip fire_event OnKeyPressed_29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:19,181 [DEBUG] [doorpi.action.handler] [Q2JH7F] fire for event OnKeyPressed_onboardpins.29 this actions [] 2017-11-27 20:05:19,182 [TRACE] [doorpi.action.handler] [Q2JH7F] try to fire action CallAction with args () and kwargs {'number': '**621'} 2017-11-27 20:05:19,183 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**621'} 2017-11-27 20:05:19,183 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-11-27 20:05:19,185 [DEBUG] [doorpi.sipphone.from_linphone] call (**621) 2017-11-27 20:05:19,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,187 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-11-27 20:05:19,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x732004b0) 2017-11-27 20:05:19,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:05:19,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d38580 2017-11-27 20:05:19,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:05:19,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d38580 2017-11-27 20:05:19,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d38580 2017-11-27 20:05:19,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d38580 2017-11-27 20:05:19,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d38580 [0x732004b0]) 2017-11-27 20:05:19,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74544ec0 2017-11-27 20:05:19,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x732004b0) 2017-11-27 20:05:19,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:05:19,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d385a0 2017-11-27 20:05:19,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:05:19,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d385a0 2017-11-27 20:05:19,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d385a0 2017-11-27 20:05:19,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d385a0 2017-11-27 20:05:19,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d385a0 [0x732004b0]) 2017-11-27 20:05:19,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74544f20 2017-11-27 20:05:19,199 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**621@192.168.178.2 again while call is running since 0.492417 seconds? -> skip 2017-11-27 20:05:19,200 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-11-27 20:05:19,202 [TRACE] [doorpi.action.handler] [Q2JH7F] finished fire_event for event_name OnKeyPressed_onboardpins.29 2017-11-27 20:05:19,203 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-11-27 20:05:19,226 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1920988272]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2017-11-27 20:05:19,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,283 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:19,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:19,388 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:19,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:19,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:19,390 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:19,391 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: 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 2017-11-27 20:05:19,391 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=12.726679 video=0.000000 2017-11-27 20:05:19,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:19,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:19,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:19,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:19,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,036 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1c8c978] is entering bypass mode. 2017-11-27 20:05:20,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,256 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:20,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:20,363 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:20,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:20,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:20,364 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:20,365 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 69.8,u= 75.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 2017-11-27 20:05:20,365 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.484506 video=0.000000 2017-11-27 20:05:20,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,687 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=3.588347 ms 2017-11-27 20:05:20,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,689 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:20,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:20,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:20,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:20,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,228 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:21,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:21,388 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:21,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:21,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:21,389 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:21,390 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: 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 2017-11-27 20:05:21,391 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.402676 video=0.000000 2017-11-27 20:05:21,391 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73229398]: receiving RTCP SR 2017-11-27 20:05:21,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:21,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:21,393 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:21,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,449 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d5e0]. 2017-11-27 20:05:21,450 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73229398], local statistics available: Local current jitter buffer size: 64.4ms 2017-11-27 20:05:21,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:21,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:21,451 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:21,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:21,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:21,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:21,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:21,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,257 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=8.898620 ms 2017-11-27 20:05:22,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:22,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:22,365 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:22,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:22,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:22,367 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:22,368 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 79.9,u= 81.5], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 1.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:22,368 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.242496 video=0.000000 2017-11-27 20:05:22,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:22,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:22,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:22,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:22,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:23,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:23,393 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:23,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:23,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:23,394 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:23,395 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 79.3,u= 77.7], 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 2017-11-27 20:05:23,396 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.564218 video=0.000000 2017-11-27 20:05:23,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,887 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=14.716557 ms 2017-11-27 20:05:23,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:23,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:23,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:23,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:23,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:24,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:24,371 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:24,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:24,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:24,373 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:24,374 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 79.9,u= 79.9], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:24,374 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.070911 video=0.000000 2017-11-27 20:05:24,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,542 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d5e0]. 2017-11-27 20:05:24,543 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73229398], local statistics available: Local current jitter buffer size: 61.3ms 2017-11-27 20:05:24,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:24,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:24,545 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:24,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:24,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:24,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:24,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:24,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:25,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:25,405 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:25,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:25,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:25,407 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:25,407 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.1,u= 80.1], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:25,408 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=4.440643 video=0.000000 2017-11-27 20:05:25,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,462 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=20.370001 ms 2017-11-27 20:05:25,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,735 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,735 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:25,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:25,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:25,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:25,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:26,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:26,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:26,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9890 2017-11-27 20:05:26,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1ac9818 2017-11-27 20:05:26,108 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: received [919] new bytes from [UDP://192.168.178.2:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.57:5060;branch=z9hG4bK.7f-OSqNNF;rport=5060 From: "DoorPi" ;tag=TDnzOd7aG To: ;tag=5D3345027BEBE1EB Call-ID: zwB5ZUKtzk CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.65 TAL (Oct 24 2016) 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 8152333 8152333 IN IP4 192.168.178.2 s=Talk c=IN IP4 192.168.178.2 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2017-11-27 20:05:26,123 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] [657] bytes parsed 2017-11-27 20:05:26,124 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] read [262] bytes of body from [192.168.178.2:5060] 2017-11-27 20:05:26,124 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-11-27 20:05:26,125 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1c7ab98], from state [PROCEEDING] to [ACCEPTED] 2017-11-27 20:05:26,125 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1c86a00]: now updated by transaction [0x1c7ab98]. 2017-11-27 20:05:26,130 [INFO] [doorpi.sipphone.from_linphone] op [0x7322a7d8] : set_or_update_dialog() current=[0x1c86a00] new=[0x1c86a00] 2017-11-27 20:05:26,130 [INFO] [doorpi.sipphone.from_linphone] Op [0x7322a7d8] receiving call response [200], dialog is [0x1c86a00] in state [BELLE_SIP_DIALOG_CONFIRMED] 2017-11-27 20:05:26,135 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2017-11-27 20:05:26,136 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2017-11-27 20:05:26,136 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2017-11-27 20:05:26,137 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2017-11-27 20:05:26,137 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2017-11-27 20:05:26,138 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2017-11-27 20:05:26,138 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2017-11-27 20:05:26,139 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73203bb8] rejected by peer 2017-11-27 20:05:26,140 [INFO] [doorpi.sipphone.from_linphone] Computing branch id z9hG4bK.D5zhZuF72 for message sent statelessly 2017-11-27 20:05:26,141 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: message sent to [UDP://192.168.178.2:5060], size: [452] bytes ACK sip:8F6AA1F881016D7E7FA7FE9D98F95@192.168.178.2 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.57:5060;rport;branch=z9hG4bK.D5zhZuF72 From: "DoorPi" ;tag=TDnzOd7aG To: ;tag=5D3345027BEBE1EB CSeq: 21 ACK Call-ID: zwB5ZUKtzk Max-Forwards: 70 Authorization: Digest realm="fritz.box", nonce="16DEC912CBE3E043", username="620", uri="sip:**621@192.168.178.2", response="22fb6402caa9ada468910db7465b09c0" 2017-11-27 20:05:26,142 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c4f0: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallConnected 2017-11-27 20:05:26,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1c5c6d8, 0x7322c4f0, 6, "Connected") 2017-11-27 20:05:26,143 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2017-11-27 20:05:26,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x732004b0) 2017-11-27 20:05:26,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:05:26,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d385c0 2017-11-27 20:05:26,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:05:26,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d385c0 2017-11-27 20:05:26,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d385c0 2017-11-27 20:05:26,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d385c0 2017-11-27 20:05:26,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d385c0 [0x732004b0]) 2017-11-27 20:05:26,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74544f80 2017-11-27 20:05:26,149 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:26,150 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:26,152 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:26,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:26,155 [DEBUG] [doorpi.action.handler] [K0F8TD] fire for event OnCallStateConnect this actions [, ] 2017-11-27 20:05:26,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,156 [TRACE] [doorpi.action.handler] [K0F8TD] try to fire action > with args () and kwargs {} 2017-11-27 20:05:26,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:26,157 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-11-27 20:05:26,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,158 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2017-11-27 20:05:26,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:26,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-11-27 20:05:26,162 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_state_changed] 2017-11-27 20:05:26,163 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-11-27 20:05:26,163 [INFO] [doorpi.sipphone.from_linphone] Early media finished, unmuting inputs... 2017-11-27 20:05:26,164 [TRACE] [doorpi.action.handler] [K0F8TD] try to fire action > with args () and kwargs {} 2017-11-27 20:05:26,165 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0.000000 db], [1.000000] linear 2017-11-27 20:05:26,166 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-11-27 20:05:26,166 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2017-11-27 20:05:26,167 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2017-11-27_20-05-18.wav 2017-11-27 20:05:26,168 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2017-11-27 20:05:26,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,169 [INFO] [doorpi.sipphone.from_linphone] video stream index found: 1, updating main video stream index 2017-11-27 20:05:26,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2017-11-27 20:05:26,171 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2017-11-27_20-05-18.wav 2017-11-27 20:05:26,171 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2017-11-27 20:05:26,172 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1c734a0] is entering bypass mode. 2017-11-27 20:05:26,175 [INFO] [doorpi.sipphone.from_linphone] Call [0x7322c4f0]: disabling video in our call params because the remote doesn't want it. 2017-11-27 20:05:26,175 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-11-27 20:05:26,176 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c4f0: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2017-11-27 20:05:26,176 [TRACE] [doorpi.action.handler] [K0F8TD] finished fire_event for event_name OnCallStateConnect 2017-11-27 20:05:26,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1c5c6d8, 0x7322c4f0, 7, "Streams running") 2017-11-27 20:05:26,178 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Streams running) 2017-11-27 20:05:26,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x732004b0) 2017-11-27 20:05:26,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:05:26,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d385e0 2017-11-27 20:05:26,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:05:26,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d385e0 2017-11-27 20:05:26,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d385e0 2017-11-27 20:05:26,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d385e0 2017-11-27 20:05:26,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d385e0 [0x732004b0]) 2017-11-27 20:05:26,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74551200 2017-11-27 20:05:26,185 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:26,186 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:26,188 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:26,189 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:26,191 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:26,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:26,194 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:26,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:26,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98c0 2017-11-27 20:05:26,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-11-27 20:05:26,198 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1c734a0] is leaving bypass mode. 2017-11-27 20:05:26,198 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 12 ms in excess dropped 2017-11-27 20:05:26,199 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_state_changed] 2017-11-27 20:05:26,199 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sip_hop_t 2017-11-27 20:05:26,200 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2017-11-27 20:05:26,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:26,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,256 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:26,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:26,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:26,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:26,365 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:26,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:26,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:26,366 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:26,367 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.8,u= 79.2], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:26,367 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.610530 video=0.000000 2017-11-27 20:05:26,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:26,421 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73229398]: receiving RTCP SR 2017-11-27 20:05:26,422 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=10.125000 ms, rt_prop=0.009842 sec 2017-11-27 20:05:26,423 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2017-11-27 20:05:26,423 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2017-11-27 20:05:26,424 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x73226ba0][audio], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 1.0ms RT propagation : 1.0ms 2017-11-27 20:05:26,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:26,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:26,425 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:26,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:26,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:26,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:26,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:26,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:26,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:26,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:26,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:26,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:26,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:26,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:26,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:26,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:26,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:27,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:27,070 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=25.800409 ms 2017-11-27 20:05:27,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:27,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:27,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:27,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:27,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:27,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:27,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:27,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:27,393 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:27,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:27,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:27,395 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:27,395 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.0,u= 80.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:27,396 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.047269 video=0.000000 2017-11-27 20:05:27,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:27,449 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d5e0]. 2017-11-27 20:05:27,450 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73229398], local statistics available: Local current jitter buffer size: 61.4ms 2017-11-27 20:05:27,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:27,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:27,452 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:27,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:27,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:27,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:27,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:27,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:27,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:27,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:27,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:27,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:27,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:27,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:27,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:27,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:27,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:28,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:28,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:28,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:28,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:28,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:28,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:28,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:28,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:28,369 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:28,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:28,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:28,371 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:28,372 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.0,u= 80.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:28,372 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.057779 video=0.000000 2017-11-27 20:05:28,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:28,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:28,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:28,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:28,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:28,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:28,695 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=31.574440 ms 2017-11-27 20:05:28,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:28,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:28,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:28,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:28,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:28,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:28,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:28,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:28,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:29,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:29,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:29,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:29,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:29,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:29,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:29,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,344 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:29,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:29,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:29,396 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:29,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:29,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:29,398 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:29,398 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.7,u= 80.7], 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 2017-11-27 20:05:29,399 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.929201 video=0.000000 2017-11-27 20:05:29,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:29,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:29,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:29,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:29,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:29,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:29,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:29,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:29,828 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73229398]: receiving RTCP SR 2017-11-27 20:05:29,828 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=10.000000 ms, rt_prop=0.009583 sec 2017-11-27 20:05:29,829 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2017-11-27 20:05:29,830 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2017-11-27 20:05:29,830 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x73226ba0][audio], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 1.0ms RT propagation : 1.0ms 2017-11-27 20:05:29,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:29,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:29,832 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:29,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:29,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:29,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:29,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:29,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:29,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:29,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:30,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:30,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:30,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:30,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:30,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:30,316 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=38.109168 ms 2017-11-27 20:05:30,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:30,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:30,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:30,371 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:30,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:30,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:30,373 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:30,374 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.1,u= 78.5], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:30,374 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.029915 video=0.000000 2017-11-27 20:05:30,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:30,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:30,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:30,538 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d5e0]. 2017-11-27 20:05:30,539 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73229398], local statistics available: Local current jitter buffer size: 61.2ms 2017-11-27 20:05:30,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:30,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:30,541 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:30,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:30,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:30,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:30,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:30,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:30,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:30,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:30,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:30,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:30,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:30,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:30,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:31,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:31,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:31,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:31,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:31,240 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 38 ms in excess dropped 2017-11-27 20:05:31,241 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 10 ms in excess dropped 2017-11-27 20:05:31,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:31,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:31,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:31,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:31,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:31,403 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:31,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:31,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:31,405 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:31,405 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.0,u= 78.4], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 1.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:31,406 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.487366 video=0.000000 2017-11-27 20:05:31,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:31,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:31,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:31,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:31,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:31,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:31,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:31,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:31,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:31,890 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=44.188770 ms 2017-11-27 20:05:31,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:31,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:31,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:31,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:31,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:31,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:32,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:32,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:32,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:32,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:32,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:32,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:32,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:32,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:32,376 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:32,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:32,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:32,378 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:32,379 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 79.1,u= 82.3], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:32,379 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.501126 video=0.000000 2017-11-27 20:05:32,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:32,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:32,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:32,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:32,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:32,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:32,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:32,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:32,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:32,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:32,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:32,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:32,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:32,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:32,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:33,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:33,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:33,131 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: received [555] new bytes from [UDP://192.168.178.2:5060]: INFO sip:620@192.168.178.57 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.2:5060;branch=z9hG4bK7D2F90C039DA2BE3 From: ;tag=5D3345027BEBE1EB To: "DoorPi" ;tag=TDnzOd7aG Call-ID: zwB5ZUKtzk CSeq: 22 INFO Contact: Max-Forwards: 70 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.65 TAL (Oct 24 2016) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Type: application/dtmf-relay Content-Length: 24 Signal=0 Duration=100 2017-11-27 20:05:33,146 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] [531] bytes parsed 2017-11-27 20:05:33,147 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] read [24] bytes of body from [192.168.178.2:5060] 2017-11-27 20:05:33,152 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INFO] transaction [0x1ce9748], from state [INIT] to [TRYING] 2017-11-27 20:05:33,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_dtmf_received(0x1c5c6d8, 0x7322c4f0, 48) 2017-11-27 20:05:33,154 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] on_dtmf_digit (48) 2017-11-27 20:05:33,155 [TRACE] [doorpi.action.handler] fire Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:33,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x732004b0) 2017-11-27 20:05:33,158 [DEBUG] [doorpi.action.handler] no actions for event OnDTMF - skip fire_event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:33,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:05:33,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d38590 2017-11-27 20:05:33,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:05:33,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d38590 2017-11-27 20:05:33,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d38590 2017-11-27 20:05:33,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d38590 2017-11-27 20:05:33,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d38590 [0x732004b0]) 2017-11-27 20:05:33,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x745513b0 2017-11-27 20:05:33,163 [TRACE] [doorpi.action.handler] fire Event OnDTMF_"0" from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:33,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_dtmf_received 2017-11-27 20:05:33,166 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [dtmf_received] 2017-11-27 20:05:33,166 [DEBUG] [doorpi.action.handler] [WQ0WLV] fire for event OnDTMF_"0" this actions [] 2017-11-27 20:05:33,167 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INFO] transaction [0x1ce9748], from state [TRYING] to [COMPLETED] 2017-11-27 20:05:33,168 [TRACE] [doorpi.action.handler] [WQ0WLV] try to fire action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'Tueroeffner', 'start_value': '1'} 2017-11-27 20:05:33,169 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: message sent to [UDP://192.168.178.2:5060], size: [280] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.2:5060;branch=z9hG4bK7D2F90C039DA2BE3 From: ;tag=5D3345027BEBE1EB To: "DoorPi" ;tag=TDnzOd7aG Call-ID: zwB5ZUKtzk CSeq: 22 INFO User-Agent: (belle-sip/1.4.2) Supported: outbound 2017-11-27 20:05:33,170 [TRACE] [doorpi.action.base] run OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'Tueroeffner', 'start_value': '1'} 2017-11-27 20:05:33,170 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1c86a00]: now updated by transaction [0x1ce9748]. 2017-11-27 20:05:33,175 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 37, value = False, log_output = True) 2017-11-27 20:05:33,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:33,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:33,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:33,337 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d5e0]. 2017-11-27 20:05:33,338 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73229398], local statistics available: Local current jitter buffer size: 61.6ms 2017-11-27 20:05:33,338 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:33,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:33,339 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:33,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:33,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:33,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:33,395 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:33,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:33,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:33,396 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:33,397 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.1,u= 78.5], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:33,398 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.849303 video=0.000000 2017-11-27 20:05:33,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:33,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:33,507 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=50.114565 ms 2017-11-27 20:05:33,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:33,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:33,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:33,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:33,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:33,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:33,836 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73229398]: receiving RTCP SR 2017-11-27 20:05:33,837 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=10.625000 ms, rt_prop=0.006744 sec 2017-11-27 20:05:33,837 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2017-11-27 20:05:33,838 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2017-11-27 20:05:33,838 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x73226ba0][audio], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 1.1ms RT propagation : 0.7ms 2017-11-27 20:05:33,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:33,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:33,840 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:33,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:33,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:33,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:33,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:33,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:33,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:34,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:34,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:34,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:34,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:34,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:34,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:34,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:34,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:34,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:34,380 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:34,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:34,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:34,382 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:34,382 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 79.2,u= 80.7], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:34,383 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14.226827 video=0.000000 2017-11-27 20:05:34,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:34,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:34,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:34,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:34,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:34,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:34,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:34,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:34,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:34,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:34,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:34,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:34,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:34,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:34,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:35,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:35,081 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=55.949510 ms 2017-11-27 20:05:35,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:35,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:35,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:35,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:35,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:35,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:35,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:35,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:35,406 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:35,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:35,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:35,408 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:35,408 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.0,u= 78.4], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:35,409 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.316664 video=0.000000 2017-11-27 20:05:35,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:35,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:35,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:35,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:35,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:35,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:35,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:35,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:35,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:35,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:35,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:35,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:35,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:35,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:36,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:36,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:36,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:36,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:36,191 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 37, value = True, log_output = True) 2017-11-27 20:05:36,193 [TRACE] [doorpi.action.handler] [WQ0WLV] finished fire_event for event_name OnDTMF_"0" 2017-11-27 20:05:36,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:36,268 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 36 ms in excess dropped 2017-11-27 20:05:36,269 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 20 ms in excess dropped 2017-11-27 20:05:36,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,272 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:36,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:36,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:36,377 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:36,378 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:36,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:36,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:36,379 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:36,380 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.0,u= 81.6], 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 2017-11-27 20:05:36,380 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=12.747133 video=0.000000 2017-11-27 20:05:36,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:36,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:36,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:36,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:36,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:36,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:36,704 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=61.800802 ms 2017-11-27 20:05:36,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:36,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:36,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:36,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:36,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:36,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:36,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:36,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:36,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:37,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:37,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:37,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:37,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:37,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:37,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:37,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf14 2017-11-27 20:05:37,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:37,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:37,405 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:37,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:37,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:37,407 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:37,407 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.8,u= 77.6], 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 2017-11-27 20:05:37,408 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.854218 video=0.000000 2017-11-27 20:05:37,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:37,463 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: received [555] new bytes from [UDP://192.168.178.2:5060]: INFO sip:620@192.168.178.57 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.2:5060;branch=z9hG4bK5363E1EBA7FB48E9 From: ;tag=5D3345027BEBE1EB To: "DoorPi" ;tag=TDnzOd7aG Call-ID: zwB5ZUKtzk CSeq: 23 INFO Contact: Max-Forwards: 70 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.65 TAL (Oct 24 2016) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Type: application/dtmf-relay Content-Length: 24 Signal=0 Duration=100 2017-11-27 20:05:37,477 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] [531] bytes parsed 2017-11-27 20:05:37,478 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] read [24] bytes of body from [192.168.178.2:5060] 2017-11-27 20:05:37,482 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INFO] transaction [0x1cc34c0], from state [INIT] to [TRYING] 2017-11-27 20:05:37,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_dtmf_received(0x1c5c6d8, 0x7322c4f0, 48) 2017-11-27 20:05:37,484 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] on_dtmf_digit (48) 2017-11-27 20:05:37,484 [TRACE] [doorpi.action.handler] fire Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:37,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,487 [DEBUG] [doorpi.action.handler] no actions for event OnDTMF - skip fire_event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:37,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x732004b0) 2017-11-27 20:05:37,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:05:37,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d385b0 2017-11-27 20:05:37,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:05:37,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d385b0 2017-11-27 20:05:37,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d385b0 2017-11-27 20:05:37,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d385b0 2017-11-27 20:05:37,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d385b0 [0x732004b0]) 2017-11-27 20:05:37,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x745514a0 2017-11-27 20:05:37,493 [TRACE] [doorpi.action.handler] fire Event OnDTMF_"0" from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:37,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_dtmf_received 2017-11-27 20:05:37,496 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [dtmf_received] 2017-11-27 20:05:37,496 [DEBUG] [doorpi.action.handler] [2FTWUI] fire for event OnDTMF_"0" this actions [] 2017-11-27 20:05:37,497 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INFO] transaction [0x1cc34c0], from state [TRYING] to [COMPLETED] 2017-11-27 20:05:37,497 [TRACE] [doorpi.action.handler] [2FTWUI] try to fire action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'Tueroeffner', 'start_value': '1'} 2017-11-27 20:05:37,498 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: message sent to [UDP://192.168.178.2:5060], size: [280] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.2:5060;branch=z9hG4bK5363E1EBA7FB48E9 From: ;tag=5D3345027BEBE1EB To: "DoorPi" ;tag=TDnzOd7aG Call-ID: zwB5ZUKtzk CSeq: 23 INFO User-Agent: (belle-sip/1.4.2) Supported: outbound 2017-11-27 20:05:37,499 [TRACE] [doorpi.action.base] run OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'Tueroeffner', 'start_value': '1'} 2017-11-27 20:05:37,500 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1c86a00]: now updated by transaction [0x1cc34c0]. 2017-11-27 20:05:37,504 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 37, value = False, log_output = True) 2017-11-27 20:05:37,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:37,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:37,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:37,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:37,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:37,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:37,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:37,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:37,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:37,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:37,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:37,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:37,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:38,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:38,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:38,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:38,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:38,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:38,313 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=67.735664 ms 2017-11-27 20:05:38,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:38,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:38,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:38,368 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:38,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:38,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:38,370 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:38,371 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.0,u= 81.6], 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 2017-11-27 20:05:38,371 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.982648 video=0.000000 2017-11-27 20:05:38,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:38,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:38,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:38,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:38,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:38,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:38,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:38,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:38,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:38,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:38,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:38,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:38,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:38,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:38,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:39,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:39,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:39,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:39,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:39,231 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7322d5e0]. 2017-11-27 20:05:39,232 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73229398], local statistics available: Local current jitter buffer size: 62.0ms 2017-11-27 20:05:39,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:39,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:39,233 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:39,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:39,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:39,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:39,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:39,395 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:39,395 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:39,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:39,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:39,397 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:39,398 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: 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 2017-11-27 20:05:39,398 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14.166945 video=0.000000 2017-11-27 20:05:39,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be54 2017-11-27 20:05:39,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:39,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:39,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:39,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:39,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:39,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:39,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:39,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:39,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:39,936 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=73.939917 ms 2017-11-27 20:05:39,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:39,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:39,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:39,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:39,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:40,044 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73229398]: receiving RTCP SR 2017-11-27 20:05:40,045 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=8.375000 ms, rt_prop=0.006409 sec 2017-11-27 20:05:40,046 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2017-11-27 20:05:40,046 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2017-11-27 20:05:40,047 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x73226ba0][audio], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 0.8ms RT propagation : 0.6ms 2017-11-27 20:05:40,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:40,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:40,048 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:40,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:40,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:40,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:40,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:40,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:40,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:40,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:40,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:40,374 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:40,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:40,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:40,376 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:40,376 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.8,u= 79.2], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:40,377 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=12.898192 video=0.000000 2017-11-27 20:05:40,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:40,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be9c 2017-11-27 20:05:40,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:40,517 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 37, value = True, log_output = True) 2017-11-27 20:05:40,519 [TRACE] [doorpi.action.handler] [2FTWUI] finished fire_event for event_name OnDTMF_"0" 2017-11-27 20:05:40,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:40,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:40,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:40,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:40,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:40,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:40,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:40,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:40,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:40,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:40,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:40,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:41,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:41,075 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:41,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:41,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bef0 2017-11-27 20:05:41,236 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 36 ms in excess dropped 2017-11-27 20:05:41,237 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 20 ms in excess dropped 2017-11-27 20:05:41,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:41,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:41,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,349 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:41,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:41,401 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:41,402 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:41,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:41,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:41,403 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:41,404 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 80.0,u= 80.0], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:41,404 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14.327341 video=0.000000 2017-11-27 20:05:41,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:41,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:41,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:41,566 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=80.098156 ms 2017-11-27 20:05:41,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:41,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:41,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:41,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:41,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bf08 2017-11-27 20:05:41,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:41,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:41,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:41,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:41,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:41,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:41,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:42,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:42,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:42,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:42,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:42,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:42,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:42,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:42,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:42,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:42,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:42,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:42,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:42,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:42,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:42,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:42,320 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:42,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:42,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2be84 2017-11-27 20:05:42,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322c9b0) 2017-11-27 20:05:42,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:42,374 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:42,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x1c5c6d8, 0x7322c4f0, 0x7322ca68) 2017-11-27 20:05:42,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-11-27 20:05:42,376 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_stats_updated] 2017-11-27 20:05:42,377 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7322c4f0]: RTP audio=[d= 79.2,u= 79.2], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2017-11-27 20:05:42,377 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13.282613 video=0.000000 2017-11-27 20:05:42,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:42,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1ac9878 2017-11-27 20:05:42,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1c2bed8 2017-11-27 20:05:42,432 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: received [699] new bytes from [UDP://192.168.178.2:5060]: BYE sip:620@192.168.178.57 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.2:5060;branch=z9hG4bK8E5DCA7FE577E461 From: ;tag=5D3345027BEBE1EB To: "DoorPi" ;tag=TDnzOd7aG Call-ID: zwB5ZUKtzk CSeq: 24 BYE X-RTP-Stat: CS=0;PS=1056;ES=1177;OS=168960;SP=0/0;SO=0;QS=-;PR=0;ER=1177;OR=0;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=-/-;EN=PCMU;DE=;JI=67,78;DL=8,4,11;IP=192.168.178.2:7078,192.168.178.57:7078 X-RTP-Stat-Add: DQ=14;DSS=0;DS=0;PLCS=640;JS=32 Reason: Q.850; cause=16 Max-Forwards: 70 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.65 TAL (Oct 24 2016) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2017-11-27 20:05:42,443 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8] [699] bytes parsed 2017-11-27 20:05:42,444 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x1cea830], from state [INIT] to [TRYING] 2017-11-27 20:05:42,445 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x1cea830], from state [TRYING] to [COMPLETED] 2017-11-27 20:05:42,446 [INFO] [doorpi.sipphone.from_linphone] channel [0x1c8fcb8]: message sent to [UDP://192.168.178.2:5060], size: [279] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.2:5060;branch=z9hG4bK8E5DCA7FE577E461 From: ;tag=5D3345027BEBE1EB To: "DoorPi" ;tag=TDnzOd7aG Call-ID: zwB5ZUKtzk CSeq: 24 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2017-11-27 20:05:42,447 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1c86a00]: now updated by transaction [0x1cea830]. 2017-11-27 20:05:42,447 [INFO] [doorpi.sipphone.from_linphone] dialog [0x1c86a00] deleted. 2017-11-27 20:05:42,448 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2017-11-27 20:05:42,449 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2017-11-27 20:05:42,451 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2017-11-27 20:05:42,452 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-11-27 20:05:42,453 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2017-11-27 20:05:42,453 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-11-27 20:05:42,454 [INFO] [doorpi.sipphone.from_linphone] sent 1166 packets 2017-11-27 20:05:42,454 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2017-11-27 20:05:42,455 [INFO] [doorpi.sipphone.from_linphone] 200552 bytes 2017-11-27 20:05:42,455 [INFO] [doorpi.sipphone.from_linphone] received 1176 packets 2017-11-27 20:05:42,456 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2017-11-27 20:05:42,456 [INFO] [doorpi.sipphone.from_linphone] 202272 bytes 2017-11-27 20:05:42,457 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 201584 bytes 2017-11-27 20:05:42,457 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2017-11-27 20:05:42,458 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 1 packets 2017-11-27 20:05:42,458 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2017-11-27 20:05:42,459 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2017-11-27 20:05:42,459 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-11-27 20:05:42,460 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x1c87ab0,0-->MSVolume:0x1c84c70,0 2017-11-27 20:05:42,461 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1c84c70,0-->MSAudioMixer:0x1c83960,0 2017-11-27 20:05:42,461 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1c83960,0-->MSUlawEnc:0x1c88740,0 2017-11-27 20:05:42,462 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x1c88740,0-->MSRtpSend:0x73226dd0,0 2017-11-27 20:05:42,462 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x1ccab58,0-->MSUlawDec:0x1c887d0,0 2017-11-27 20:05:42,463 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x1c887d0,0-->MSGenericPLC:0x1c7eda8,0 2017-11-27 20:05:42,463 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x1c7eda8,0-->MSDtmfGen:0x1c7ea68,0 2017-11-27 20:05:42,464 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x1c7ea68,0-->MSVolume:0x1cc9bd0,0 2017-11-27 20:05:42,465 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1cc9bd0,0-->MSTee:0x1c7d8f0,0 2017-11-27 20:05:42,465 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x1c7d8f0,0-->MSEqualizer:0x1c5fd40,0 2017-11-27 20:05:42,466 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x1c5fd40,0-->MSAudioMixer:0x1c8c978,0 2017-11-27 20:05:42,466 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x1c85458,0-->MSResample:0x1c838f0,0 2017-11-27 20:05:42,467 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1c838f0,0-->MSAudioMixer:0x1c8c978,1 2017-11-27 20:05:42,467 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1c8c978,0-->MSAlsaWrite:0x1c7f550,0 2017-11-27 20:05:42,468 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1c734a0,1-->MSResample:0x1c7d5f8,0 2017-11-27 20:05:42,468 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1c7d5f8,0-->MSOpusEnc:0x1cc8ce0,0 2017-11-27 20:05:42,469 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x1cc8ce0,0-->MSMKVRecorder:0x1cc8200,1 2017-11-27 20:05:42,469 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x1c76a20,0-->MSMKVRecorder:0x1cc8200,0 2017-11-27 20:05:42,470 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1c83960,1-->MSAudioMixer:0x1c734a0,0 2017-11-27 20:05:42,471 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x1c7d8f0,1-->MSAudioMixer:0x1c734a0,1 2017-11-27 20:05:42,471 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1c734a0,0-->MSFileRec:0x1c83cf0,0 2017-11-27 20:05:42,472 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2017-11-27 20:05:42,473 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-11-27 20:05:42,473 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2017-11-27 20:05:42,474 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2017-11-27 20:05:42,474 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-11-27 20:05:42,475 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 1721 0.866939 57.5256 2017-11-27 20:05:42,475 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 1222 0.350692 16.5269 2017-11-27 20:05:42,476 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 2336 0.131544 11.8459 2017-11-27 20:05:42,476 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 2336 0.0454442 4.09238 2017-11-27 20:05:42,477 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 2360 0.0353637 3.21731 2017-11-27 20:05:42,478 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 1721 0.0391638 2.5987 2017-11-27 20:05:42,478 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 7008 0.0055215 1.49126 2017-11-27 20:05:42,479 [INFO] [doorpi.sipphone.from_linphone] MSVolume 2272 0.00678488 0.594266 2017-11-27 20:05:42,479 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 1098 0.0140033 0.593018 2017-11-27 20:05:42,480 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 1171 0.0117522 0.530745 2017-11-27 20:05:42,480 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 2336 0.00307267 0.276703 2017-11-27 20:05:42,481 [INFO] [doorpi.sipphone.from_linphone] MSTee 1174 0.00380161 0.172125 2017-11-27 20:05:42,482 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 2336 0.00140226 0.126278 2017-11-27 20:05:42,482 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 2336 0.00101058 0.0910059 2017-11-27 20:05:42,483 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 861 0.00270042 0.0896971 2017-11-27 20:05:42,483 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 2336 0.000978813 0.088145 2017-11-27 20:05:42,484 [INFO] [doorpi.sipphone.from_linphone] MSResample 1721 0.00113718 0.0754576 2017-11-27 20:05:42,484 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 1174 0.0014234 0.0644473 2017-11-27 20:05:42,485 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 1 0.0010155 7.82617e-05 2017-11-27 20:05:42,485 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2017-11-27 20:05:42,486 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2017-11-27 20:05:42,487 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-11-27 20:05:42,487 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c4f0: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2017-11-27 20:05:42,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x1c5c6d8, 0x7322a620) 2017-11-27 20:05:42,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2017-11-27 20:05:42,490 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2017-11-27 20:05:42,490 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_log_updated] 2017-11-27 20:05:42,491 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2017-11-27 20:05:42,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1c5c6d8, 0x7322c4f0, 13, "Call ended") 2017-11-27 20:05:42,492 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2017-11-27 20:05:42,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:42,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x732004b0) 2017-11-27 20:05:42,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:05:42,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d38610 2017-11-27 20:05:42,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:05:42,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d38610 2017-11-27 20:05:42,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d38610 2017-11-27 20:05:42,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d38610 2017-11-27 20:05:42,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d38610 [0x732004b0]) 2017-11-27 20:05:42,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74551560 2017-11-27 20:05:42,498 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:42,500 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:42,501 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:42,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98cc 2017-11-27 20:05:42,504 [DEBUG] [doorpi.action.handler] [QI74DE] fire for event OnCallStateDisconnect this actions [, ] 2017-11-27 20:05:42,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,505 [TRACE] [doorpi.action.handler] [QI74DE] try to fire action > with args () and kwargs {} 2017-11-27 20:05:42,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98cc 2017-11-27 20:05:42,506 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-11-27 20:05:42,507 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:42,507 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2017-11-27 20:05:42,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98cc 2017-11-27 20:05:42,512 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-11-27 20:05:42,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-11-27 20:05:42,513 [TRACE] [doorpi.action.handler] [QI74DE] try to fire action > with args () and kwargs {} 2017-11-27 20:05:42,515 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-11-27 20:05:42,514 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_state_changed] 2017-11-27 20:05:42,513 [DEBUG] [doorpi.action.handler] [LK4V7Y] fire for event OnMediaNotRequired this actions [] 2017-11-27 20:05:42,518 [TRACE] [doorpi.action.handler] [QI74DE] finished fire_event for event_name OnCallStateDisconnect 2017-11-27 20:05:42,520 [TRACE] [doorpi.action.handler] [LK4V7Y] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'Verstaerker'} 2017-11-27 20:05:42,526 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'Verstaerker'} 2017-11-27 20:05:42,531 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 15, value = False, log_output = True) 2017-11-27 20:05:42,532 [TRACE] [doorpi.action.handler] [LK4V7Y] finished fire_event for event_name OnMediaNotRequired 2017-11-27 20:05:42,570 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x1c86a00] terminated for op [0x7322a7d8] 2017-11-27 20:05:42,621 [INFO] [doorpi.sipphone.from_linphone] Call 0x7322c4f0: moving from state LinphoneCallEnd to LinphoneCallReleased 2017-11-27 20:05:42,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x1c5c6d8, 0x7322c4f0, 18, "Call released") 2017-11-27 20:05:42,623 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2017-11-27 20:05:42,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d38550 [0x7322c4f0]) 2017-11-27 20:05:42,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x732004b0) 2017-11-27 20:05:42,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-11-27 20:05:42,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d385f0 2017-11-27 20:05:42,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-11-27 20:05:42,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d385f0 2017-11-27 20:05:42,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d385f0 2017-11-27 20:05:42,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d385f0 2017-11-27 20:05:42,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d385f0 [0x732004b0]) 2017-11-27 20:05:42,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74551800 2017-11-27 20:05:42,629 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-11-27 20:05:42,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98cc 2017-11-27 20:05:42,632 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:42,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98cc 2017-11-27 20:05:42,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:42,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x1ac98cc 2017-11-27 20:05:42,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-11-27 20:05:42,636 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x1c5c6d8] notifying [call_state_changed] 2017-11-27 20:05:42,636 [INFO] [doorpi.sipphone.from_linphone] op [0x7322a7d8] : set_or_update_dialog() current=[0x1c86a00] new=[(nil)] 2017-11-27 20:05:50,850 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x7320f890], from state [COMPLETED] to [TERMINATED] 2017-11-27 20:05:50,851 [INFO] [doorpi.sipphone.from_linphone] Client INVITE transaction [0x7320f890] terminated 2017-11-27 20:05:58,135 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x1c7ab98], from state [ACCEPTED] to [TERMINATED] 2017-11-27 20:05:58,136 [INFO] [doorpi.sipphone.from_linphone] Client INVITE transaction [0x1c7ab98] terminated 2017-11-27 20:05:58,655 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2017-11-27 20:05:58,656 [DEBUG] [doorpi.doorpi] destroy doorpi 2017-11-27 20:05:58,657 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [<_MainThread(MainThread, started 1996245184)>, , , <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:05:58,657 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2017-11-27 20:05:58,659 [DEBUG] [doorpi.action.handler] [69CD5W] fire for event OnShutdown this actions [, , , ] 2017-11-27 20:05:58,660 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2017-11-27 20:05:58,661 [TRACE] [doorpi.action.handler] [69CD5W] try to fire action TimeTickDestroyAction with args () and kwargs {} 2017-11-27 20:05:58,662 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2017-11-27 20:05:58,662 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2017-11-27 20:05:58,663 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,663 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2017-11-27 20:05:58,664 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2017-11-27 20:05:58,664 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,665 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2017-11-27 20:05:58,665 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2017-11-27 20:05:58,666 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,666 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2017-11-27 20:05:58,667 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2017-11-27 20:05:58,668 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,668 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2017-11-27 20:05:58,669 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2017-11-27 20:05:58,669 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,670 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2017-11-27 20:05:58,670 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2017-11-27 20:05:58,671 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,671 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2017-11-27 20:05:58,672 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2017-11-27 20:05:58,672 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,673 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2017-11-27 20:05:58,673 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2017-11-27 20:05:58,674 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,674 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2017-11-27 20:05:58,675 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2017-11-27 20:05:58,675 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,676 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2017-11-27 20:05:58,676 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2017-11-27 20:05:58,677 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,677 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2017-11-27 20:05:58,678 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2017-11-27 20:05:58,678 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,679 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2017-11-27 20:05:58,679 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2017-11-27 20:05:58,680 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,680 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2017-11-27 20:05:58,681 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2017-11-27 20:05:58,681 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,682 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2017-11-27 20:05:58,682 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2017-11-27 20:05:58,683 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,683 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2017-11-27 20:05:58,684 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2017-11-27 20:05:58,684 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,685 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2017-11-27 20:05:58,685 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2017-11-27 20:05:58,686 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,686 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2017-11-27 20:05:58,687 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2017-11-27 20:05:58,687 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,688 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2017-11-27 20:05:58,688 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2017-11-27 20:05:58,689 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,689 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2017-11-27 20:05:58,690 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2017-11-27 20:05:58,690 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,691 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2017-11-27 20:05:58,691 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2017-11-27 20:05:58,692 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,692 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2017-11-27 20:05:58,693 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2017-11-27 20:05:58,693 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,694 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2017-11-27 20:05:58,694 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2017-11-27 20:05:58,695 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,695 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2017-11-27 20:05:58,696 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2017-11-27 20:05:58,696 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,697 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2017-11-27 20:05:58,697 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2017-11-27 20:05:58,698 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,698 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2017-11-27 20:05:58,699 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2017-11-27 20:05:58,699 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,700 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2017-11-27 20:05:58,701 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2017-11-27 20:05:58,701 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,702 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2017-11-27 20:05:58,702 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2017-11-27 20:05:58,703 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,703 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2017-11-27 20:05:58,704 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2017-11-27 20:05:58,704 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,705 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2017-11-27 20:05:58,705 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2017-11-27 20:05:58,706 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,706 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2017-11-27 20:05:58,707 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2017-11-27 20:05:58,707 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,708 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2017-11-27 20:05:58,708 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2017-11-27 20:05:58,709 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,709 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2017-11-27 20:05:58,710 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2017-11-27 20:05:58,710 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,711 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2017-11-27 20:05:58,711 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2017-11-27 20:05:58,712 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,712 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2017-11-27 20:05:58,713 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2017-11-27 20:05:58,713 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,714 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2017-11-27 20:05:58,714 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2017-11-27 20:05:58,715 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,715 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2017-11-27 20:05:58,716 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2017-11-27 20:05:58,716 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,717 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2017-11-27 20:05:58,717 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2017-11-27 20:05:58,718 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,718 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2017-11-27 20:05:58,719 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2017-11-27 20:05:58,719 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,720 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2017-11-27 20:05:58,720 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2017-11-27 20:05:58,721 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,721 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2017-11-27 20:05:58,722 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2017-11-27 20:05:58,722 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,723 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2017-11-27 20:05:58,723 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2017-11-27 20:05:58,724 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,724 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2017-11-27 20:05:58,725 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2017-11-27 20:05:58,725 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,726 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2017-11-27 20:05:58,726 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2017-11-27 20:05:58,727 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,727 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2017-11-27 20:05:58,728 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2017-11-27 20:05:58,728 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,729 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2017-11-27 20:05:58,729 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2017-11-27 20:05:58,730 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,730 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2017-11-27 20:05:58,731 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2017-11-27 20:05:58,731 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,732 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2017-11-27 20:05:58,732 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2017-11-27 20:05:58,733 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,733 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2017-11-27 20:05:58,734 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2017-11-27 20:05:58,734 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,735 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2017-11-27 20:05:58,735 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2017-11-27 20:05:58,736 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,736 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2017-11-27 20:05:58,737 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2017-11-27 20:05:58,737 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,738 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2017-11-27 20:05:58,738 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2017-11-27 20:05:58,739 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,739 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2017-11-27 20:05:58,740 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2017-11-27 20:05:58,740 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,741 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2017-11-27 20:05:58,741 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2017-11-27 20:05:58,742 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,742 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2017-11-27 20:05:58,743 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2017-11-27 20:05:58,743 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,744 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2017-11-27 20:05:58,744 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2017-11-27 20:05:58,745 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,745 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2017-11-27 20:05:58,746 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2017-11-27 20:05:58,746 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,747 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2017-11-27 20:05:58,747 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2017-11-27 20:05:58,748 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,748 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2017-11-27 20:05:58,749 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2017-11-27 20:05:58,749 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,750 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2017-11-27 20:05:58,751 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2017-11-27 20:05:58,751 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,752 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2017-11-27 20:05:58,752 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2017-11-27 20:05:58,753 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,753 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2017-11-27 20:05:58,754 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2017-11-27 20:05:58,754 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,755 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2017-11-27 20:05:58,755 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2017-11-27 20:05:58,756 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,756 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2017-11-27 20:05:58,757 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2017-11-27 20:05:58,757 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,758 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2017-11-27 20:05:58,758 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2017-11-27 20:05:58,759 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,759 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2017-11-27 20:05:58,760 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2017-11-27 20:05:58,760 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,761 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2017-11-27 20:05:58,761 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2017-11-27 20:05:58,762 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,762 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2017-11-27 20:05:58,763 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2017-11-27 20:05:58,763 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,764 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2017-11-27 20:05:58,764 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2017-11-27 20:05:58,765 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,765 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2017-11-27 20:05:58,766 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2017-11-27 20:05:58,766 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,767 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2017-11-27 20:05:58,767 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2017-11-27 20:05:58,768 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,768 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2017-11-27 20:05:58,769 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2017-11-27 20:05:58,769 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,770 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2017-11-27 20:05:58,771 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2017-11-27 20:05:58,771 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,771 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2017-11-27 20:05:58,772 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2017-11-27 20:05:58,773 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,773 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2017-11-27 20:05:58,774 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2017-11-27 20:05:58,774 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,775 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2017-11-27 20:05:58,775 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2017-11-27 20:05:58,776 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,776 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2017-11-27 20:05:58,777 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2017-11-27 20:05:58,777 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,777 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2017-11-27 20:05:58,778 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2017-11-27 20:05:58,779 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,779 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2017-11-27 20:05:58,780 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2017-11-27 20:05:58,780 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,781 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2017-11-27 20:05:58,781 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2017-11-27 20:05:58,782 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,782 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2017-11-27 20:05:58,783 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2017-11-27 20:05:58,783 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,784 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2017-11-27 20:05:58,784 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2017-11-27 20:05:58,785 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,785 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2017-11-27 20:05:58,786 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2017-11-27 20:05:58,786 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,787 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2017-11-27 20:05:58,787 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2017-11-27 20:05:58,788 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,788 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2017-11-27 20:05:58,789 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2017-11-27 20:05:58,789 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,790 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2017-11-27 20:05:58,790 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2017-11-27 20:05:58,791 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,791 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2017-11-27 20:05:58,792 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2017-11-27 20:05:58,792 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,793 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2017-11-27 20:05:58,793 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2017-11-27 20:05:58,794 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,794 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2017-11-27 20:05:58,795 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2017-11-27 20:05:58,795 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,796 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2017-11-27 20:05:58,796 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2017-11-27 20:05:58,797 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,797 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2017-11-27 20:05:58,798 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2017-11-27 20:05:58,798 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,799 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2017-11-27 20:05:58,799 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2017-11-27 20:05:58,800 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,800 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2017-11-27 20:05:58,801 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2017-11-27 20:05:58,801 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,802 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2017-11-27 20:05:58,802 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2017-11-27 20:05:58,803 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,803 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2017-11-27 20:05:58,804 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2017-11-27 20:05:58,804 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,805 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2017-11-27 20:05:58,805 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2017-11-27 20:05:58,806 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,806 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2017-11-27 20:05:58,807 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2017-11-27 20:05:58,807 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,808 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2017-11-27 20:05:58,808 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2017-11-27 20:05:58,809 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,809 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2017-11-27 20:05:58,810 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2017-11-27 20:05:58,810 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,811 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2017-11-27 20:05:58,811 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2017-11-27 20:05:58,812 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,812 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2017-11-27 20:05:58,813 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2017-11-27 20:05:58,813 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,814 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2017-11-27 20:05:58,814 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2017-11-27 20:05:58,815 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,815 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2017-11-27 20:05:58,816 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2017-11-27 20:05:58,816 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,817 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2017-11-27 20:05:58,817 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2017-11-27 20:05:58,818 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,818 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2017-11-27 20:05:58,819 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2017-11-27 20:05:58,819 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,820 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2017-11-27 20:05:58,821 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2017-11-27 20:05:58,821 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2017-11-27 20:05:58,822 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2017-11-27 20:05:58,822 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2017-11-27 20:05:58,823 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2017-11-27 20:05:58,824 [TRACE] [doorpi.action.handler] [69CD5W] try to fire action WebServerShutdownAction with args () and kwargs {} 2017-11-27 20:05:58,824 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2017-11-27 20:05:58,825 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2017-11-27 20:05:58,826 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2017-11-27 20:05:58,827 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2017-11-27 20:05:58,827 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2017-11-27 20:05:58,828 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2017-11-27 20:05:58,829 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2017-11-27 20:05:58,829 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2017-11-27 20:05:58,830 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2017-11-27 20:05:58,831 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2017-11-27 20:05:58,831 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2017-11-27 20:05:58,832 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2017-11-27 20:05:58,832 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2017-11-27 20:05:58,833 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2017-11-27 20:05:58,833 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2017-11-27 20:05:58,834 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2017-11-27 20:05:58,834 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2017-11-27 20:05:58,835 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2017-11-27 20:05:58,835 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2017-11-27 20:05:58,836 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2017-11-27 20:05:58,836 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2017-11-27 20:05:58,837 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2017-11-27 20:05:58,837 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2017-11-27 20:05:58,838 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2017-11-27 20:05:58,838 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2017-11-27 20:05:58,839 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2017-11-27 20:05:58,839 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2017-11-27 20:05:58,840 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2017-11-27 20:05:58,840 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2017-11-27 20:05:58,851 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2017-11-27 20:05:58,852 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2017-11-27 20:05:58,853 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2017-11-27 20:05:58,854 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2017-11-27 20:05:58,854 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2017-11-27 20:05:58,855 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2017-11-27 20:05:58,855 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2017-11-27 20:05:58,856 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2017-11-27 20:05:58,857 [TRACE] [doorpi.action.handler] [69CD5W] try to fire action KeyboardDestroyAction with args () and kwargs {} 2017-11-27 20:05:58,858 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2017-11-27 20:05:58,858 [DEBUG] [doorpi.keyboard.from_gpio] destroy 2017-11-27 20:05:58,872 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_gpio and force_unregister is True 2017-11-27 20:05:58,875 [TRACE] [doorpi.action.handler] [7CNB1X] finished fire_event for event_name OnWebServerStart 2017-11-27 20:05:58,878 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_gpio 2017-11-27 20:05:58,880 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2017-11-27 20:05:58,881 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed 2017-11-27 20:05:58,881 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_gpio 2017-11-27 20:05:58,882 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2017-11-27 20:05:58,883 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp 2017-11-27 20:05:58,883 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:58,884 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.29 - remove event too 2017-11-27 20:05:58,885 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_onboardpins.29 2017-11-27 20:05:58,885 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:58,886 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_29 - remove event too 2017-11-27 20:05:58,887 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_29 2017-11-27 20:05:58,887 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:58,888 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.29 - remove event too 2017-11-27 20:05:58,889 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_onboardpins.29 2017-11-27 20:05:58,889 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:58,890 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_29 - remove event too 2017-11-27 20:05:58,891 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_29 2017-11-27 20:05:58,891 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_gpio 2017-11-27 20:05:58,892 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2017-11-27 20:05:58,893 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown 2017-11-27 20:05:58,893 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:58,894 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_29 - remove event too 2017-11-27 20:05:58,895 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_29 2017-11-27 20:05:58,895 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.29 from doorpi.keyboard.from_gpio 2017-11-27 20:05:58,896 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.29 - remove event too 2017-11-27 20:05:58,897 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_onboardpins.29 2017-11-27 20:05:58,897 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed 2017-11-27 20:05:58,899 [TRACE] [doorpi.action.handler] [69CD5W] try to fire action > with args () and kwargs {} 2017-11-27 20:05:58,899 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-11-27 20:05:58,900 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2017-11-27 20:05:58,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x745baf80 [0x1c5c6d8]) 2017-11-27 20:05:58,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x1ac98cc 2017-11-27 20:05:58,904 [DEBUG] [doorpi.action.handler] [JLY0WT] fire for event OnSipPhoneDestroy this actions [, , ] 2017-11-27 20:05:58,904 [TRACE] [doorpi.action.handler] [JLY0WT] try to fire action > with args () and kwargs {} 2017-11-27 20:05:58,905 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-11-27 20:05:58,906 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2017-11-27 20:05:58,907 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2017-11-27 20:05:58,910 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,910 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2017-11-27 20:05:58,911 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2017-11-27 20:05:58,912 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,912 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2017-11-27 20:05:58,913 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2017-11-27 20:05:58,913 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,914 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2017-11-27 20:05:58,914 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2017-11-27 20:05:58,915 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,915 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2017-11-27 20:05:58,916 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2017-11-27 20:05:58,916 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,917 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2017-11-27 20:05:58,917 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2017-11-27 20:05:58,918 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,918 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2017-11-27 20:05:58,919 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2017-11-27 20:05:58,919 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,920 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2017-11-27 20:05:58,920 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2017-11-27 20:05:58,921 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,921 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2017-11-27 20:05:58,922 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2017-11-27 20:05:58,922 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,923 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2017-11-27 20:05:58,923 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2017-11-27 20:05:58,924 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,924 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2017-11-27 20:05:58,925 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2017-11-27 20:05:58,925 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,926 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2017-11-27 20:05:58,926 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2017-11-27 20:05:58,927 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,927 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2017-11-27 20:05:58,928 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2017-11-27 20:05:58,928 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,929 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2017-11-27 20:05:58,929 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2017-11-27 20:05:58,930 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,930 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2017-11-27 20:05:58,931 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2017-11-27 20:05:58,931 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,932 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2017-11-27 20:05:58,932 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2017-11-27 20:05:58,933 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,933 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2017-11-27 20:05:58,934 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2017-11-27 20:05:58,934 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,935 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2017-11-27 20:05:58,935 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2017-11-27 20:05:58,936 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_"0" from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,936 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_"0" - remove event too 2017-11-27 20:05:58,937 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_"0" 2017-11-27 20:05:58,937 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,938 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2017-11-27 20:05:58,938 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2017-11-27 20:05:58,939 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,939 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2017-11-27 20:05:58,940 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2017-11-27 20:05:58,940 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,941 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2017-11-27 20:05:58,942 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2017-11-27 20:05:58,942 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-11-27 20:05:58,943 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2017-11-27 20:05:58,943 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2017-11-27 20:05:58,944 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2017-11-27 20:05:58,945 [TRACE] [doorpi.action.handler] [JLY0WT] try to fire action > with args () and kwargs {} 2017-11-27 20:05:58,945 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-11-27 20:05:58,946 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2017-11-27 20:05:58,947 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2017-11-27 20:05:58,948 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-11-27 20:05:58,949 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-11-27 20:05:58,949 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2017-11-27 20:05:58,950 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-11-27 20:05:58,951 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2017-11-27 20:05:58,951 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2017-11-27 20:05:58,952 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-11-27 20:05:58,952 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2017-11-27 20:05:58,953 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2017-11-27 20:05:58,953 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2017-11-27 20:05:58,954 [TRACE] [doorpi.action.handler] [JLY0WT] try to fire action > with args () and kwargs {} 2017-11-27 20:05:58,955 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-11-27 20:05:58,956 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2017-11-27 20:05:58,956 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-11-27 20:05:58,957 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2017-11-27 20:05:58,957 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2017-11-27 20:05:58,958 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-11-27 20:05:58,958 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2017-11-27 20:05:58,959 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2017-11-27 20:05:58,959 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2017-11-27 20:05:58,960 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2017-11-27 20:05:58,960 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2017-11-27 20:05:58,961 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2017-11-27 20:05:58,962 [TRACE] [doorpi.action.handler] [JLY0WT] finished fire_event for event_name OnSipPhoneDestroy 2017-11-27 20:05:58,962 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2017-11-27 20:05:58,963 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,963 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2017-11-27 20:05:58,964 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2017-11-27 20:05:58,964 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,965 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2017-11-27 20:05:58,965 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2017-11-27 20:05:58,966 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,966 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2017-11-27 20:05:58,967 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2017-11-27 20:05:58,967 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,968 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2017-11-27 20:05:58,968 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2017-11-27 20:05:58,969 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,969 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2017-11-27 20:05:58,970 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2017-11-27 20:05:58,970 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,971 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2017-11-27 20:05:58,971 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2017-11-27 20:05:58,972 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,972 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2017-11-27 20:05:58,973 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2017-11-27 20:05:58,973 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,974 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2017-11-27 20:05:58,974 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2017-11-27 20:05:58,975 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,976 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2017-11-27 20:05:58,976 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2017-11-27 20:05:58,977 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,977 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2017-11-27 20:05:58,978 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2017-11-27 20:05:58,978 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,979 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2017-11-27 20:05:58,979 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2017-11-27 20:05:58,980 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-11-27 20:05:58,980 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2017-11-27 20:05:58,981 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2017-11-27 20:05:58,981 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2017-11-27 20:05:58,982 [TRACE] [doorpi.action.handler] [69CD5W] finished fire_event for event_name OnShutdown 2017-11-27 20:05:58,983 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2017-11-27 20:05:58,984 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2017-11-27 20:05:59,485 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 2 and 1 event 2017-11-27 20:05:59,486 [TRACE] [doorpi.doorpi] still existing threads: [, <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:05:59,487 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-11-27 20:05:59,988 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 2 and 1 event 2017-11-27 20:05:59,989 [TRACE] [doorpi.doorpi] still existing threads: [, <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:05:59,990 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-11-27 20:06:00,491 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 2 and 1 event 2017-11-27 20:06:00,492 [TRACE] [doorpi.doorpi] still existing threads: [, <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:06:00,492 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-11-27 20:06:00,994 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 2 and 1 event 2017-11-27 20:06:00,994 [TRACE] [doorpi.doorpi] still existing threads: [, <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:06:00,995 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-11-27 20:06:01,496 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 2 and 1 event 2017-11-27 20:06:01,497 [TRACE] [doorpi.doorpi] still existing threads: [, <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:06:01,498 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-11-27 20:06:01,999 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 2 and 1 event 2017-11-27 20:06:02,005 [TRACE] [doorpi.doorpi] still existing threads: [, <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:06:02,006 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-11-27 20:06:02,507 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 2 and 1 event 2017-11-27 20:06:02,508 [TRACE] [doorpi.doorpi] still existing threads: [, <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:06:02,508 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-11-27 20:06:03,010 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 2 and 1 event 2017-11-27 20:06:03,011 [TRACE] [doorpi.doorpi] still existing threads: [, <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:06:03,012 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-11-27 20:06:03,513 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 2 and 1 event 2017-11-27 20:06:03,514 [TRACE] [doorpi.doorpi] still existing threads: [, <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:06:03,515 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-11-27 20:06:04,016 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 2 and 1 event 2017-11-27 20:06:04,017 [TRACE] [doorpi.doorpi] still existing threads: [, <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:06:04,017 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-11-27 20:06:04,519 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [, <_DummyThread(Dummy-1, started daemon 1974355056)>] 2017-11-27 20:06:04,520 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========