2016-04-08 15:56:47,834 [INFO] [doorpi.main] ___ ___ _ / \___ ___ _ __ / _ (_) VoIP Door-Intercomstation with Raspberry Pi / /\ / _ \ / _ \| '__/ /_)/ | version: 2.5.0.0 / /_// (_) | (_) | | / ___/| | 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 2016-04-08 15:56:47,834 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2016-04-08 15:56:47,835 [DEBUG] [doorpi.doorpi] run 2016-04-08 15:56:47,835 [DEBUG] [doorpi.doorpi] prepare 2016-04-08 15:56:47,835 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2016-04-08 15:56:47,837 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2016-04-08 15:56:47,840 [DEBUG] [doorpi.conf.config_object] __init__ 2016-04-08 15:56:47,840 [TRACE] [doorpi.conf.config_object] get_from_config 2016-04-08 15:56:47,842 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2016-04-08 15:56:47,842 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2016-04-08 15:56:47,843 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2016-04-08 15:56:47,844 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2016-04-08 15:56:47,845 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2016-04-08 15:56:47,845 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2016-04-08 15:56:47,845 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2016-04-08 15:56:47,845 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2016-04-08 15:56:47,845 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2016-04-08 15:56:47,846 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2016-04-08 15:56:47,846 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2016-04-08 15:56:47,846 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2016-04-08 15:56:47,846 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2016-04-08 15:56:47,846 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2016-04-08 15:56:47,847 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2016-04-08 15:56:47,847 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2016-04-08 15:56:47,848 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2016-04-08 15:56:47,848 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2016-04-08 15:56:47,850 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2016-04-08 15:56:47,850 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2016-04-08 15:56:47,851 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2016-04-08 15:56:47,851 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2016-04-08 15:56:47,853 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2016-04-08 15:56:47,853 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2016-04-08 15:56:47,853 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2016-04-08 15:56:47,853 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2016-04-08 15:56:47,854 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2016-04-08 15:56:47,854 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2016-04-08 15:56:47,854 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2016-04-08 15:56:47,854 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2016-04-08 15:56:47,855 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2016-04-08 15:56:47,855 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2016-04-08 15:56:47,855 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2016-04-08 15:56:47,856 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2016-04-08 15:56:47,856 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2016-04-08 15:56:47,856 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2016-04-08 15:56:47,856 [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 2016-04-08 15:56:47,857 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2016-04-08 15:56:47,857 [WARNING] [root] section WritePermission not found in configfile 2016-04-08 15:56:47,857 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns [] 2016-04-08 15:56:47,857 [WARNING] [root] section ReadPermission not found in configfile 2016-04-08 15:56:47,858 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2016-04-08 15:56:47,858 [WARNING] [root] section Group not found in configfile 2016-04-08 15:56:47,858 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns [] 2016-04-08 15:56:47,858 [WARNING] [root] section User not found in configfile 2016-04-08 15:56:47,858 [TRACE] [doorpi.conf.config_object] get_keys for section User returns [] 2016-04-08 15:56:47,859 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_keyboard', 'keyboards', 'AdminNumbers', 'SIP-Phone', 'EVENT_OnStartup', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2016-04-08 15:56:47,859 [ERROR] [doorpi.status.webserver] no ReadPermission found 2016-04-08 15:56:47,859 [ERROR] [doorpi.status.webserver] no groups in configfile! 2016-04-08 15:56:47,859 [ERROR] [doorpi.status.webserver] no WritePermission found 2016-04-08 15:56:47,860 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2016-04-08 15:56:47,860 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2016-04-08 15:56:47,860 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2016-04-08 15:56:47,861 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,861 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2016-04-08 15:56:47,862 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,862 [DEBUG] [doorpi.action.handler] [M8E1TD] fire for event OnWebServerStart this actions [] 2016-04-08 15:56:47,862 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,862 [TRACE] [doorpi.action.handler] [M8E1TD] try to fire action WebServerStartupAction with args () and kwargs {} 2016-04-08 15:56:47,863 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,863 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2016-04-08 15:56:47,863 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,864 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,864 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,864 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,864 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,864 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,865 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,865 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,865 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,865 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,865 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,866 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2016-04-08 15:56:47,866 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2016-04-08 15:56:47,866 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2016-04-08 15:56:47,866 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2016-04-08 15:56:47,867 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns gpio 2016-04-08 15:56:47,867 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['31', '29'] 2016-04-08 15:56:47,867 [WARNING] [root] section onboardpins_OutputPins not found in configfile 2016-04-08 15:56:47,867 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns [] 2016-04-08 15:56:47,868 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 200.0 2016-04-08 15:56:47,868 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2016-04-08 15:56:47,868 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2016-04-08 15:56:47,869 [DEBUG] [doorpi.keyboard.from_gpio] doorpi.keyboard.from_gpio loaded 2016-04-08 15:56:47,871 [DEBUG] [doorpi.keyboard.from_gpio] __init__(input_pins = ['31', '29'], output_pins = [], bouncetime = 200.0, polarity = 0) 2016-04-08 15:56:47,871 [DEBUG] [doorpi.conf.config_object] create new key mode in section onboardpins_keyboard with value 'BOARD' 2016-04-08 15:56:47,872 [TRACE] [doorpi.conf.config_object] get_string for key mode in section onboardpins_keyboard (default: BOARD) returns BOARD 2016-04-08 15:56:47,872 [DEBUG] [doorpi.conf.config_object] create new key pull_up_down in section onboardpins_keyboard with value 'PUD_OFF' 2016-04-08 15:56:47,872 [TRACE] [doorpi.conf.config_object] get_string for key pull_up_down in section onboardpins_keyboard (default: PUD_OFF) returns PUD_OFF 2016-04-08 15:56:47,873 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,873 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was added 2016-04-08 15:56:47,874 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,874 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_31 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,874 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_31 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,875 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.31 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,875 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.31 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,875 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,875 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,876 [TRACE] [doorpi.action.handler] register Event OnKeyUp_31 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,876 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_31 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,876 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.31 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,877 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.31 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,877 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,877 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,877 [TRACE] [doorpi.action.handler] register Event OnKeyDown_31 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,878 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_31 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,878 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.31 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,878 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.31 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,879 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,880 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_gpio is already known 2016-04-08 15:56:47,880 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_29 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,880 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_29 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,881 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.29 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,881 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.29 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,882 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,882 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_gpio is already known 2016-04-08 15:56:47,883 [TRACE] [doorpi.action.handler] register Event OnKeyUp_29 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,883 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_29 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,883 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.29 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,884 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.29 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,884 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,885 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_gpio is already known 2016-04-08 15:56:47,885 [TRACE] [doorpi.action.handler] register Event OnKeyDown_29 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,886 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_29 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,886 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.29 from doorpi.keyboard.from_gpio 2016-04-08 15:56:47,886 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.29 and registered source doorpi.keyboard.from_gpio 2016-04-08 15:56:47,887 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2016-04-08 15:56:47,887 [WARNING] [root] section onboardpins_OutputPins not found in configfile 2016-04-08 15:56:47,888 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns [] 2016-04-08 15:56:47,889 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2016-04-08 15:56:47,891 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2016-04-08 15:56:47,892 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2016-04-08 15:56:47,894 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2016-04-08 15:56:47,921 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2016-04-08 15:56:47,922 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2016-04-08 15:56:47,924 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2016-04-08 15:56:47,932 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2016-04-08 15:56:47,936 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2016-04-08 15:56:47,936 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2016-04-08 15:56:47,937 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2016-04-08 15:56:47,938 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2016-04-08 15:56:47,939 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2016-04-08 15:56:47,940 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2016-04-08 15:56:47,941 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2016-04-08 15:56:47,941 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2016-04-08 15:56:47,942 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,942 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2016-04-08 15:56:47,942 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,942 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,942 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,943 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,943 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,943 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,943 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,943 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,944 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,944 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,944 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,944 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,944 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,945 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,945 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,945 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,945 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,945 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,946 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,946 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,946 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,947 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2016-04-08 15:56:47,947 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2016-04-08 15:56:47,947 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2016-04-08 15:56:47,947 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2016-04-08 15:56:47,948 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,948 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2016-04-08 15:56:47,948 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,948 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,948 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,949 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,949 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,949 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,949 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,949 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,950 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,950 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,950 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,950 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,950 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,951 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,951 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,951 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,951 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,951 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,952 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,952 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,952 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,952 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,952 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,953 [WARNING] [root] section DTMF not found in configfile 2016-04-08 15:56:47,953 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2016-04-08 15:56:47,953 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,953 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2016-04-08 15:56:47,953 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,954 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,954 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,954 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,954 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,954 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,955 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,955 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,955 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,955 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,955 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,956 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,956 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,956 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,956 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,956 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,957 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,957 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,957 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:56:47,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2016-04-08 15:56:47,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x74801650 2016-04-08 15:56:47,958 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:56:47,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2016-04-08 15:56:47,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x74801650 2016-04-08 15:56:47,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x7481c9c0, "(null)", "(null)") 2016-04-08 15:56:47,960 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2016-04-08 15:56:47,960 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2016-04-08 15:56:47,960 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2016-04-08 15:56:47,960 [INFO] [doorpi.sipphone.from_linphone] srtp init 2016-04-08 15:56:47,976 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2016-04-08 15:56:47,996 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2016-04-08 15:56:48,024 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: snd_rpi_wsp' added 2016-04-08 15:56:48,024 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2016-04-08 15:56:48,025 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2016-04-08 15:56:48,025 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2016-04-08 15:56:48,025 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2016-04-08 15:56:48,025 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2016-04-08 15:56:48,026 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2016-04-08 15:56:48,026 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x15c0aa8] registered on core [0x15c0d78] 2016-04-08 15:56:48,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x15c0aa8, 1, "Starting up") 2016-04-08 15:56:48,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2016-04-08 15:56:48,027 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [global_state_changed] 2016-04-08 15:56:48,027 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2016-04-08 15:56:48,027 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2016-04-08 15:56:48,027 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2016-04-08 15:56:48,027 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2016-04-08 15:56:48,028 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2016-04-08 15:56:48,028 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-04-08 15:56:48,028 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-04-08 15:56:48,028 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2016-04-08 15:56:48,029 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2016-04-08 15:56:48,029 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2016-04-08 15:56:48,029 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2016-04-08 15:56:48,029 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2016-04-08 15:56:48,029 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2016-04-08 15:56:48,030 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2016-04-08 15:56:48,030 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2016-04-08 15:56:48,030 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2016-04-08 15:56:48,030 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2016-04-08 15:56:48,031 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2016-04-08 15:56:48,031 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2016-04-08 15:56:48,031 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2016-04-08 15:56:48,031 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2016-04-08 15:56:48,031 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2016-04-08 15:56:48,032 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2016-04-08 15:56:48,032 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-04-08 15:56:48,032 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-04-08 15:56:48,032 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-04-08 15:56:48,032 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-04-08 15:56:48,033 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-04-08 15:56:48,033 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-04-08 15:56:48,033 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-04-08 15:56:48,033 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-04-08 15:56:48,034 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-04-08 15:56:48,034 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-04-08 15:56:48,034 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2016-04-08 15:56:48,034 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2016-04-08 15:56:48,034 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2016-04-08 15:56:48,035 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-04-08 15:56:48,035 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-04-08 15:56:48,035 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-04-08 15:56:48,035 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-04-08 15:56:48,036 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-04-08 15:56:48,036 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-04-08 15:56:48,036 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2016-04-08 15:56:48,036 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2016-04-08 15:56:48,036 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2016-04-08 15:56:48,037 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2016-04-08 15:56:48,037 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2016-04-08 15:56:48,037 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2016-04-08 15:56:48,037 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2016-04-08 15:56:48,037 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2016-04-08 15:56:48,038 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2016-04-08 15:56:48,038 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2016-04-08 15:56:48,038 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2016-04-08 15:56:48,038 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2016-04-08 15:56:48,039 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2016-04-08 15:56:48,039 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2016-04-08 15:56:48,039 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2016-04-08 15:56:48,039 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2016-04-08 15:56:48,039 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2016-04-08 15:56:48,040 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2016-04-08 15:56:48,040 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2016-04-08 15:56:48,040 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2016-04-08 15:56:48,040 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2016-04-08 15:56:48,040 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2016-04-08 15:56:48,041 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2016-04-08 15:56:48,041 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2016-04-08 15:56:48,041 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2016-04-08 15:56:48,041 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2016-04-08 15:56:48,042 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2016-04-08 15:56:48,042 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2016-04-08 15:56:48,042 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2016-04-08 15:56:48,042 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2016-04-08 15:56:48,042 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2016-04-08 15:56:48,043 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2016-04-08 15:56:48,043 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2016-04-08 15:56:48,043 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2016-04-08 15:56:48,043 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2016-04-08 15:56:48,044 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2016-04-08 15:56:48,044 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2016-04-08 15:56:48,044 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2016-04-08 15:56:48,044 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2016-04-08 15:56:48,044 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2016-04-08 15:56:48,045 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2016-04-08 15:56:48,045 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-04-08 15:56:48,045 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-08 15:56:48,045 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-08 15:56:48,046 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-08 15:56:48,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x15c0aa8, 2, "(null)") 2016-04-08 15:56:48,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2016-04-08 15:56:48,046 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [configuring_status] 2016-04-08 15:56:48,046 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2016-04-08 15:56:48,047 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2016-04-08 15:56:48,047 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2016-04-08 15:56:48,047 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2016-04-08 15:56:48,047 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2016-04-08 15:56:48,048 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-04-08 15:56:48,048 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-04-08 15:56:48,048 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2016-04-08 15:56:48,048 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2016-04-08 15:56:48,048 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2016-04-08 15:56:48,049 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2016-04-08 15:56:48,049 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2016-04-08 15:56:48,049 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2016-04-08 15:56:48,049 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2016-04-08 15:56:48,050 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2016-04-08 15:56:48,050 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2016-04-08 15:56:48,050 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2016-04-08 15:56:48,050 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2016-04-08 15:56:48,050 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2016-04-08 15:56:48,051 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2016-04-08 15:56:48,051 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-04-08 15:56:48,051 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-08 15:56:48,051 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2016-04-08 15:56:48,052 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x15691f8] on [sip:0.0.0.0:5060;transport=UDP] 2016-04-08 15:56:48,052 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x1569408] on [sip:0.0.0.0:5060;transport=TCP] 2016-04-08 15:56:48,052 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x15695e0] on [sip:0.0.0.0:-1;transport=TLS] 2016-04-08 15:56:48,052 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 36170 2016-04-08 15:56:48,053 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-08 15:56:48,053 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-08 15:56:48,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x15c0aa8, 2, "Ready") 2016-04-08 15:56:48,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2016-04-08 15:56:48,056 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [global_state_changed] 2016-04-08 15:56:48,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x74801650 2016-04-08 15:56:48,056 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2016-04-08 15:56:48,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x74801650 [0x15c0aa8], "DoorPi ") 2016-04-08 15:56:48,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2016-04-08 15:56:48,057 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2016-04-08 15:56:48,058 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2016-04-08 15:56:48,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x74801650 [0x15c0aa8], 2) 2016-04-08 15:56:48,059 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-04-08 15:56:48,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2016-04-08 15:56:48,059 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns True 2016-04-08 15:56:48,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x74801650 [0x15c0aa8], 0x2e0620 [1]) 2016-04-08 15:56:48,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2016-04-08 15:56:48,060 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2016-04-08 15:56:48,060 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2016-04-08 15:56:48,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2016-04-08 15:56:48,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x74801668 2016-04-08 15:56:48,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x74801650 [0x15c0aa8], 0x74801668 [0x74801670]) 2016-04-08 15:56:48,061 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x15691f8] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2016-04-08 15:56:48,061 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x1569408] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2016-04-08 15:56:48,062 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x15695e0] on [sip:0.0.0.0:36170;transport=TLS] destroyed 2016-04-08 15:56:48,062 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2016-04-08 15:56:48,062 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x15bc5f0] on [sip:0.0.0.0:5060;transport=UDP] 2016-04-08 15:56:48,062 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x15bee10] on [sip:0.0.0.0:5060;transport=TCP] 2016-04-08 15:56:48,063 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x15bef88] on [sip:0.0.0.0:-1;transport=TLS] 2016-04-08 15:56:48,063 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 56983 2016-04-08 15:56:48,063 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-08 15:56:48,063 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-04-08 15:56:48,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2016-04-08 15:56:48,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x74801668) 2016-04-08 15:56:48,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2016-04-08 15:56:48,064 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2016-04-08 15:56:48,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x74801650 [0x15c0aa8], 0x2e0614 [0]) 2016-04-08 15:56:48,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2016-04-08 15:56:48,065 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2016-04-08 15:56:48,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x74801650 [0x15c0aa8], "") 2016-04-08 15:56:48,066 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2016-04-08 15:56:48,066 [INFO] [doorpi.sipphone.from_linphone] 192.168.120.1 2016-04-08 15:56:48,066 [INFO] [doorpi.sipphone.from_linphone] fd00::3681:c4ff:fef2:20f5 2016-04-08 15:56:48,067 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2016-04-08 15:56:48,067 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2016-04-08 15:56:48,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2016-04-08 15:56:48,068 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2016-04-08 15:56:48,068 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2016-04-08 15:56:48,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x74801650 [0x15c0aa8], 0) 2016-04-08 15:56:48,068 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-04-08 15:56:48,068 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-04-08 15:56:48,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2016-04-08 15:56:48,070 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2016-04-08 15:56:48,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x74801650 [0x15c0aa8], 120) 2016-04-08 15:56:48,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2016-04-08 15:56:48,070 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2016-04-08 15:56:48,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x74801650 [0x15c0aa8], 15) 2016-04-08 15:56:48,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2016-04-08 15:56:48,071 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2016-04-08 15:56:48,071 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2016-04-08 15:56:48,072 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2016-04-08 15:56:48,072 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2016-04-08 15:56:48,073 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-04-08 15:56:48,073 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2016-04-08 15:56:48,073 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2016-04-08 15:56:48,073 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-04-08 15:56:48,073 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2016-04-08 15:56:48,074 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-04-08 15:56:48,074 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2016-04-08 15:56:48,074 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2016-04-08 15:56:48,074 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2016-04-08 15:56:48,074 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2016-04-08 15:56:48,075 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2016-04-08 15:56:48,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x74801650 [0x15c0aa8], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2016-04-08 15:56:48,076 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-04-08 15:56:48,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2016-04-08 15:56:48,077 [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 2016-04-08 15:56:48,077 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2016-04-08 15:56:48,077 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-04-08 15:56:48,077 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2016-04-08 15:56:48,078 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2016-04-08 15:56:48,078 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2016-04-08 15:56:48,078 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2016-04-08 15:56:48,078 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-04-08 15:56:48,078 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2016-04-08 15:56:48,079 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2016-04-08 15:56:48,079 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2016-04-08 15:56:48,079 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2016-04-08 15:56:48,079 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2016-04-08 15:56:48,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x7481f878 2016-04-08 15:56:48,081 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-04-08 15:56:48,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x7481ae60 2016-04-08 15:56:48,081 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: snd_rpi_wsp 2016-04-08 15:56:48,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x74801650 [0x15c0aa8], "ALSA: snd_rpi_wsp") 2016-04-08 15:56:48,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2016-04-08 15:56:48,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7481ae30 2016-04-08 15:56:48,083 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: snd_rpi_wsp 2016-04-08 15:56:48,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x74801650 [0x15c0aa8], "ALSA: snd_rpi_wsp") 2016-04-08 15:56:48,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2016-04-08 15:56:48,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x7481f7d8 2016-04-08 15:56:48,084 [INFO] [doorpi.sipphone.from_linphone] found 2 possible sounddevices: 2016-04-08 15:56:48,084 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2016-04-08 15:56:48,084 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-04-08 15:56:48,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x7481f7d8 2016-04-08 15:56:48,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74801650 [0x15c0aa8], "ALSA: default device") 2016-04-08 15:56:48,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-04-08 15:56:48,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74801650 [0x15c0aa8], "ALSA: default device") 2016-04-08 15:56:48,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-04-08 15:56:48,086 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2016-04-08 15:56:48,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x74801650 [0x15c0aa8], "ALSA: snd_rpi_wsp") 2016-04-08 15:56:48,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-04-08 15:56:48,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x74801650 [0x15c0aa8], "ALSA: snd_rpi_wsp") 2016-04-08 15:56:48,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-04-08 15:56:48,087 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: snd_rpi_wsp 2016-04-08 15:56:48,087 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-04-08 15:56:48,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x7481f980 2016-04-08 15:56:48,088 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: snd_rpi_wsp 2016-04-08 15:56:48,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7481f980 2016-04-08 15:56:48,088 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: snd_rpi_wsp 2016-04-08 15:56:48,088 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2016-04-08 15:56:48,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1568c68) 2016-04-08 15:56:48,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-08 15:56:48,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d623e0 2016-04-08 15:56:48,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-08 15:56:48,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d623e0 2016-04-08 15:56:48,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d623e0 2016-04-08 15:56:48,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1568cd8) 2016-04-08 15:56:48,090 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-08 15:56:48,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d623f0 2016-04-08 15:56:48,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-08 15:56:48,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d623f0 2016-04-08 15:56:48,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d623f0 2016-04-08 15:56:48,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1568d40) 2016-04-08 15:56:48,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-08 15:56:48,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d62400 2016-04-08 15:56:48,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-08 15:56:48,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d62400 2016-04-08 15:56:48,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d62400 2016-04-08 15:56:48,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1568da8) 2016-04-08 15:56:48,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-08 15:56:48,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d62410 2016-04-08 15:56:48,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-08 15:56:48,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d62410 2016-04-08 15:56:48,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d62410 2016-04-08 15:56:48,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1568e00) 2016-04-08 15:56:48,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-08 15:56:48,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d62420 2016-04-08 15:56:48,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-08 15:56:48,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d62420 2016-04-08 15:56:48,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d62420 2016-04-08 15:56:48,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1568e58) 2016-04-08 15:56:48,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-08 15:56:48,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d62430 2016-04-08 15:56:48,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-08 15:56:48,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d62430 2016-04-08 15:56:48,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d62430 2016-04-08 15:56:48,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1568eb0) 2016-04-08 15:56:48,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-08 15:56:48,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d62440 2016-04-08 15:56:48,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-08 15:56:48,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d62440 2016-04-08 15:56:48,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d62440 2016-04-08 15:56:48,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1568f08) 2016-04-08 15:56:48,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-08 15:56:48,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d62450 2016-04-08 15:56:48,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-08 15:56:48,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d62450 2016-04-08 15:56:48,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d62450 2016-04-08 15:56:48,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1568f70) 2016-04-08 15:56:48,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-08 15:56:48,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d62460 2016-04-08 15:56:48,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-08 15:56:48,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d62460 2016-04-08 15:56:48,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d62460 2016-04-08 15:56:48,100 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1568fc8) 2016-04-08 15:56:48,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-08 15:56:48,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d62470 2016-04-08 15:56:48,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-08 15:56:48,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d62470 2016-04-08 15:56:48,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d62470 2016-04-08 15:56:48,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x7481f918 2016-04-08 15:56:48,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d623e0 [0x1568c68]) 2016-04-08 15:56:48,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b900 2016-04-08 15:56:48,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d623e0 [0x1568c68]) 2016-04-08 15:56:48,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b900 2016-04-08 15:56:48,103 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2016-04-08 15:56:48,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74801650 [0x15c0aa8], 0x76d623e0 [0x1568c68], 0x2e0614 [0]) 2016-04-08 15:56:48,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x14438bc 2016-04-08 15:56:48,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d623f0 [0x1568cd8]) 2016-04-08 15:56:48,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b960 2016-04-08 15:56:48,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d623f0 [0x1568cd8]) 2016-04-08 15:56:48,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b960 2016-04-08 15:56:48,104 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-04-08 15:56:48,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74801650 [0x15c0aa8], 0x76d623f0 [0x1568cd8], 0x2e0614 [0]) 2016-04-08 15:56:48,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x14438bc 2016-04-08 15:56:48,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62400 [0x1568d40]) 2016-04-08 15:56:48,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b900 2016-04-08 15:56:48,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62400 [0x1568d40]) 2016-04-08 15:56:48,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b900 2016-04-08 15:56:48,106 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-04-08 15:56:48,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74801650 [0x15c0aa8], 0x76d62400 [0x1568d40], 0x2e0614 [0]) 2016-04-08 15:56:48,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x14438bc 2016-04-08 15:56:48,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62410 [0x1568da8]) 2016-04-08 15:56:48,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b960 2016-04-08 15:56:48,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62410 [0x1568da8]) 2016-04-08 15:56:48,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b960 2016-04-08 15:56:48,108 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2016-04-08 15:56:48,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74801650 [0x15c0aa8], 0x76d62410 [0x1568da8], 0x2e0620 [1]) 2016-04-08 15:56:48,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x14438bc 2016-04-08 15:56:48,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62420 [0x1568e00]) 2016-04-08 15:56:48,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b900 2016-04-08 15:56:48,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62420 [0x1568e00]) 2016-04-08 15:56:48,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b900 2016-04-08 15:56:48,109 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2016-04-08 15:56:48,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74801650 [0x15c0aa8], 0x76d62420 [0x1568e00], 0x2e0620 [1]) 2016-04-08 15:56:48,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x14438bc 2016-04-08 15:56:48,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62430 [0x1568e58]) 2016-04-08 15:56:48,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74801668 2016-04-08 15:56:48,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62430 [0x1568e58]) 2016-04-08 15:56:48,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74801668 2016-04-08 15:56:48,111 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2016-04-08 15:56:48,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74801650 [0x15c0aa8], 0x76d62430 [0x1568e58], 0x2e0614 [0]) 2016-04-08 15:56:48,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x14438bc 2016-04-08 15:56:48,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62440 [0x1568eb0]) 2016-04-08 15:56:48,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b900 2016-04-08 15:56:48,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62440 [0x1568eb0]) 2016-04-08 15:56:48,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b900 2016-04-08 15:56:48,112 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2016-04-08 15:56:48,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74801650 [0x15c0aa8], 0x76d62440 [0x1568eb0], 0x2e0614 [0]) 2016-04-08 15:56:48,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x14438bc 2016-04-08 15:56:48,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62450 [0x1568f08]) 2016-04-08 15:56:48,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b960 2016-04-08 15:56:48,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62450 [0x1568f08]) 2016-04-08 15:56:48,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7481b960 2016-04-08 15:56:48,114 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-04-08 15:56:48,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74801650 [0x15c0aa8], 0x76d62450 [0x1568f08], 0x2e0614 [0]) 2016-04-08 15:56:48,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x14438bc 2016-04-08 15:56:48,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62460 [0x1568f70]) 2016-04-08 15:56:48,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74801668 2016-04-08 15:56:48,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62460 [0x1568f70]) 2016-04-08 15:56:48,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74801668 2016-04-08 15:56:48,116 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2016-04-08 15:56:48,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74801650 [0x15c0aa8], 0x76d62460 [0x1568f70], 0x2e0614 [0]) 2016-04-08 15:56:48,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x14438bc 2016-04-08 15:56:48,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62470 [0x1568fc8]) 2016-04-08 15:56:48,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74801668 2016-04-08 15:56:48,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62470 [0x1568fc8]) 2016-04-08 15:56:48,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74801668 2016-04-08 15:56:48,117 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2016-04-08 15:56:48,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74801650 [0x15c0aa8], 0x76d62470 [0x1568fc8], 0x2e0614 [0]) 2016-04-08 15:56:48,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x14438bc 2016-04-08 15:56:48,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7481f878 2016-04-08 15:56:48,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7481f878 2016-04-08 15:56:48,119 [INFO] [doorpi.sipphone.from_linphone] found 1 possible videodevices: 2016-04-08 15:56:48,119 [DEBUG] [doorpi.sipphone.from_linphone] | name 2016-04-08 15:56:48,119 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-04-08 15:56:48,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7481f878 2016-04-08 15:56:48,120 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2016-04-08 15:56:48,120 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-04-08 15:56:48,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7481f878 2016-04-08 15:56:48,121 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: StaticImage: Static picture) returns StaticImage: Static picture 2016-04-08 15:56:48,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x7481f878 2016-04-08 15:56:48,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x74801650 [0x15c0aa8], 0x2e0620 [1]) 2016-04-08 15:56:48,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2016-04-08 15:56:48,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x74801650 [0x15c0aa8], "StaticImage: Static picture") 2016-04-08 15:56:48,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2016-04-08 15:56:48,122 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2016-04-08 15:56:48,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x74801650 [0x15c0aa8], "vga") 2016-04-08 15:56:48,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2016-04-08 15:56:48,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x74792050 2016-04-08 15:56:48,123 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: StaticImage: Static picture 2016-04-08 15:56:48,124 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2016-04-08 15:56:48,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1568bc8) 2016-04-08 15:56:48,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-04-08 15:56:48,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d62480 2016-04-08 15:56:48,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-04-08 15:56:48,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d62480 2016-04-08 15:56:48,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d62480 2016-04-08 15:56:48,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x7481f8c8 2016-04-08 15:56:48,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62480 [0x1568bc8]) 2016-04-08 15:56:48,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74801668 2016-04-08 15:56:48,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2e0620 2016-04-08 15:56:48,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d62480 [0x1568bc8]) 2016-04-08 15:56:48,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74801668 2016-04-08 15:56:48,127 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2016-04-08 15:56:48,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x74801650 [0x15c0aa8], 0x76d62480 [0x1568bc8], 0x2e0620 [1]) 2016-04-08 15:56:48,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x14438bc 2016-04-08 15:56:48,128 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.120.1 2016-04-08 15:56:48,128 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns 623 2016-04-08 15:56:48,128 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: 623) returns ******* 2016-04-08 15:56:48,128 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.120.1) returns fritz.box 2016-04-08 15:56:48,128 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2016-04-08 15:56:48,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x74801650 [0x15c0aa8]) 2016-04-08 15:56:48,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x15bc310) 2016-04-08 15:56:48,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2016-04-08 15:56:48,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76d62490 2016-04-08 15:56:48,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2016-04-08 15:56:48,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76d62490 2016-04-08 15:56:48,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76d62490 2016-04-08 15:56:48,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76d62490 2016-04-08 15:56:48,130 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2016-04-08 15:56:48,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2016-04-08 15:56:48,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x15c06e0) 2016-04-08 15:56:48,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-08 15:56:48,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d624a0 2016-04-08 15:56:48,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-08 15:56:48,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d624a0 2016-04-08 15:56:48,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d624a0 2016-04-08 15:56:48,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76d624a0 2016-04-08 15:56:48,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76d62490 [0x15bc310], 0x76d624a0 [0x15c06e0]) 2016-04-08 15:56:48,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2016-04-08 15:56:48,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76d62490 [0x15bc310], "sip:192.168.120.1") 2016-04-08 15:56:48,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2016-04-08 15:56:48,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76d62490 [0x15bc310], 0x2e0620 [1]) 2016-04-08 15:56:48,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2016-04-08 15:56:48,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x74801650 [0x15c0aa8], 0x76d62490 [0x15bc310]) 2016-04-08 15:56:48,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x14438bc 2016-04-08 15:56:48,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x74801650 [0x15c0aa8], 0x76d62490 [0x15bc310]) 2016-04-08 15:56:48,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2016-04-08 15:56:48,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x74801650 [0x15c0aa8], "623", "(null)", "test", "(null)", "(null)", "fritz.box") 2016-04-08 15:56:48,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x15b3cd0) 2016-04-08 15:56:48,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2016-04-08 15:56:48,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76d624b0 2016-04-08 15:56:48,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2016-04-08 15:56:48,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76d624b0 2016-04-08 15:56:48,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76d624b0 2016-04-08 15:56:48,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76d624b0 2016-04-08 15:56:48,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x74801650 [0x15c0aa8], 0x76d624b0 [0x15b3cd0]) 2016-04-08 15:56:48,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2016-04-08 15:56:48,138 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2016-04-08 15:56:48,138 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnStartup'] 2016-04-08 15:56:48,138 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2016-04-08 15:56:48,139 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2016-04-08 15:56:48,139 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2016-04-08 15:56:48,139 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2016-04-08 15:56:48,140 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2016-04-08 15:56:48,140 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2016-04-08 15:56:48,140 [TRACE] [doorpi.conf.config_object] get_string for key 31 in section onboardpins_InputPins (default: ) returns call:**622 2016-04-08 15:56:48,141 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2016-04-08 15:56:48,141 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**622'} was added to new evententry OnKeyPressed_onboardpins.31 2016-04-08 15:56:48,141 [TRACE] [doorpi.conf.config_object] get_string for key 29 in section onboardpins_InputPins (default: ) returns call:**622 2016-04-08 15:56:48,142 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**622'} was added to new evententry OnKeyPressed_onboardpins.29 2016-04-08 15:56:48,142 [WARNING] [root] section DTMF not found in configfile 2016-04-08 15:56:48,142 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns [] 2016-04-08 15:56:48,142 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2016-04-08 15:56:48,143 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2016-04-08 15:56:48,144 [DEBUG] [doorpi.action.handler] [9GSR1J] fire for event OnStartup this actions [] 2016-04-08 15:56:48,144 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2016-04-08 15:56:48,144 [TRACE] [doorpi.action.handler] [9GSR1J] try to fire action SleepAction with args (1.0,) and kwargs {} 2016-04-08 15:56:48,145 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2016-04-08 15:56:49,147 [TRACE] [doorpi.action.handler] [9GSR1J] finished fire_event for event_name OnStartup 2016-04-08 15:56:49,147 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2016-04-08 15:56:49,149 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2016-04-08 15:56:49,149 [INFO] [doorpi.doorpi] DoorPi started successfully 2016-04-08 15:56:49,150 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2016-04-08 15:56:49,150 [INFO] [doorpi.doorpi] Weburl is http://raspberrypi/ 2016-04-08 15:56:49,151 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.120.1 2016-04-08 15:56:49,152 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2016-04-08 15:56:49,152 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.120.4 2016-04-08 15:56:49,153 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2016-04-08 15:56:49,154 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2016-04-08 15:56:49,154 [INFO] [doorpi.sipphone.from_linphone] 192.168.120.1 2016-04-08 15:56:49,155 [INFO] [doorpi.sipphone.from_linphone] fd00::3681:c4ff:fef2:20f5 2016-04-08 15:56:49,156 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2016-04-08 15:56:49,156 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2016-04-08 15:56:49,157 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x15bc310] about to register (LinphoneCore version: 3.9.0) 2016-04-08 15:56:49,164 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2016-04-08 15:56:49,165 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: starting resolution of 192.168.120.1 2016-04-08 15:56:49,165 [INFO] [doorpi.sipphone.from_linphone] channel 0x15cabb8: state RES_IN_PROGRESS 2016-04-08 15:56:49,166 [INFO] [doorpi.sipphone.from_linphone] transaction [0x15b5130] channel state changed to [RES_IN_PROGRESS] 2016-04-08 15:56:49,166 [INFO] [doorpi.sipphone.from_linphone] channel 0x15cabb8: state RES_DONE 2016-04-08 15:56:49,167 [INFO] [doorpi.sipphone.from_linphone] transaction [0x15b5130] channel state changed to [RES_DONE] 2016-04-08 15:56:49,167 [INFO] [doorpi.sipphone.from_linphone] channel 0x15cabb8: state CONNECTING 2016-04-08 15:56:49,167 [INFO] [doorpi.sipphone.from_linphone] transaction [0x15b5130] channel state changed to [CONNECTING] 2016-04-08 15:56:49,168 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.120.1:5060] 2016-04-08 15:56:49,168 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2016-04-08 15:56:49,169 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.120.32:5060 2016-04-08 15:56:49,169 [INFO] [doorpi.sipphone.from_linphone] channel 0x15cabb8: state READY 2016-04-08 15:56:49,170 [INFO] [doorpi.sipphone.from_linphone] transaction [0x15b5130] channel state changed to [READY] 2016-04-08 15:56:49,170 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15b5130], from state [INIT] to [TRYING] 2016-04-08 15:56:49,171 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: message sent to [UDP://192.168.120.1:5060], size: [509] bytes REGISTER sip:192.168.120.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.120.32:5060;branch=z9hG4bK.lo62QPL9c;rport From: "DoorPi" ;tag=dMFCNDFGh To: "DoorPi" CSeq: 20 REGISTER Call-ID: XwF50heEP- 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) 2016-04-08 15:56:49,172 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2016-04-08 15:56:49,172 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x15b7a50] takes ownership of transaction [0x15b5130] 2016-04-08 15:56:49,172 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x15bc310] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2016-04-08 15:56:49,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x15c0aa8, 0x15bc310, 1, "Registration in progress") 2016-04-08 15:56:49,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2016-04-08 15:56:49,174 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [registration_state_changed] 2016-04-08 15:56:49,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x15c0aa8, 0x1) 2016-04-08 15:56:49,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2016-04-08 15:56:49,226 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [network_reachable] 2016-04-08 15:56:49,226 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: received [363] new bytes from [UDP://192.168.120.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.120.32:5060;branch=z9hG4bK.lo62QPL9c;rport=5060 From: "DoorPi" ;tag=dMFCNDFGh To: "DoorPi" ;tag=FC9A601E7478EB78 Call-ID: XwF50heEP- CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="54E32EB25895D4FA" User-Agent: FRITZ!OS Content-Length: 0 2016-04-08 15:56:49,234 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8] [363] bytes parsed 2016-04-08 15:56:49,235 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: discovered public ip and port are [192.168.120.32:5060] 2016-04-08 15:56:49,235 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-08 15:56:49,236 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15b5130], from state [TRYING] to [COMPLETED] 2016-04-08 15:56:49,237 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=623, realm= 2016-04-08 15:56:49,237 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [623] realm [fritz.box] 2016-04-08 15:56:49,238 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15b92c0], from state [INIT] to [TRYING] 2016-04-08 15:56:49,239 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: message sent to [UDP://192.168.120.1:5060], size: [663] bytes REGISTER sip:192.168.120.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.120.32:5060;branch=z9hG4bK.T8g4CpkJZ;rport From: "DoorPi" ;tag=dMFCNDFGh To: "DoorPi" CSeq: 21 REGISTER Call-ID: XwF50heEP- 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="54E32EB25895D4FA", username="623", uri="sip:192.168.120.1", response="022b02adc799a641b6cb2c57651a7aa0" 2016-04-08 15:56:49,239 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.120.1 2016-04-08 15:56:49,240 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2016-04-08 15:56:49,291 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: received [682] new bytes from [UDP://192.168.120.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.120.32:5060;branch=z9hG4bK.T8g4CpkJZ;rport=5060 From: "DoorPi" ;tag=dMFCNDFGh To: "DoorPi" ;tag=CE708250E8F09924 Call-ID: XwF50heEP- CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.31 TAL (Sep 9 2015) 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 2016-04-08 15:56:49,303 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8] [682] bytes parsed 2016-04-08 15:56:49,303 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-08 15:56:49,304 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15b92c0], from state [TRYING] to [COMPLETED] 2016-04-08 15:56:49,304 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x15b7a50]: has no contact for request [0x16295d0]. 2016-04-08 15:56:49,305 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2016-04-08 15:56:49,305 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.120.1] 2016-04-08 15:56:49,306 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x15bc310] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2016-04-08 15:56:49,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x15c0aa8, 0x15bc310, 2, "Registration successful") 2016-04-08 15:56:49,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2016-04-08 15:56:49,307 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [registration_state_changed] 2016-04-08 15:56:54,257 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15b5130], from state [COMPLETED] to [TERMINATED] 2016-04-08 15:56:54,258 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x15b5130] terminated 2016-04-08 15:56:54,309 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x15b92c0], from state [COMPLETED] to [TERMINATED] 2016-04-08 15:56:54,309 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x15b92c0] terminated 2016-04-08 15:57:00,575 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2016-04-08 15:57:00,577 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_29 from doorpi.keyboard.from_gpio asyncron 2016-04-08 15:57:00,578 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2016-04-08 15:57:00,579 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.29 from doorpi.keyboard.from_gpio asyncron 2016-04-08 15:57:00,580 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_29 - skip fire_event OnKeyDown_29 from doorpi.keyboard.from_gpio 2016-04-08 15:57:00,582 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2016-04-08 15:57:00,583 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.29 - skip fire_event OnKeyDown_onboardpins.29 from doorpi.keyboard.from_gpio 2016-04-08 15:57:00,584 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_29 from doorpi.keyboard.from_gpio asyncron 2016-04-08 15:57:00,585 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2016-04-08 15:57:00,586 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_29 - skip fire_event OnKeyPressed_29 from doorpi.keyboard.from_gpio 2016-04-08 15:57:00,587 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.29 from doorpi.keyboard.from_gpio asyncron 2016-04-08 15:57:00,589 [DEBUG] [doorpi.action.handler] [ZB2KNS] fire for event OnKeyPressed_onboardpins.29 this actions [] 2016-04-08 15:57:00,590 [TRACE] [doorpi.action.handler] [ZB2KNS] try to fire action CallAction with args () and kwargs {'number': '**622'} 2016-04-08 15:57:00,590 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**622'} 2016-04-08 15:57:00,590 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-04-08 15:57:00,592 [DEBUG] [doorpi.sipphone.from_linphone] call (**622) 2016-04-08 15:57:00,593 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2016-04-08 15:57:00,593 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-08 15:57:00,593 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2016-04-08 13:57:00.593713 2016-04-08 15:57:00,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x74801650 [0x15c0aa8], 0x2d7824 [(nil)]) 2016-04-08 15:57:00,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x73500c88) 2016-04-08 15:57:00,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2016-04-08 15:57:00,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76d62510 2016-04-08 15:57:00,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2016-04-08 15:57:00,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76d62510 2016-04-08 15:57:00,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76d62510 2016-04-08 15:57:00,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76d62510 2016-04-08 15:57:00,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76d62510 [0x73500c88], "/usr/local/etc/DoorPi/records/2016-04-08_15-57-00.wav") 2016-04-08 15:57:00,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2016-04-08 15:57:00,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76d62510 [0x73500c88], 0x2e0620 [1]) 2016-04-08 15:57:00,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2016-04-08 15:57:00,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x74801650 [0x15c0aa8], "**622", 0x76d62510 [0x73500c88]) 2016-04-08 15:57:00,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x15c0aa8, 0x7352d580, 2, "Starting outgoing call") 2016-04-08 15:57:00,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2016-04-08 15:57:00,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76d62500 2016-04-08 15:57:00,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2016-04-08 15:57:00,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76d62500 2016-04-08 15:57:00,608 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2016-04-08 15:57:00,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d62500 [0x7352d580]) 2016-04-08 15:57:00,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73500ea8) 2016-04-08 15:57:00,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-08 15:57:00,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d624d0 2016-04-08 15:57:00,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-08 15:57:00,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d624d0 2016-04-08 15:57:00,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d624d0 2016-04-08 15:57:00,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d624d0 2016-04-08 15:57:00,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d624d0 [0x73500ea8]) 2016-04-08 15:57:00,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74793770 2016-04-08 15:57:00,613 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:00,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:00,615 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:00,616 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:00,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:00,618 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:00,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-08 15:57:00,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x15c0aa8, 0x7352d580, 3, "Outgoing call in progress") 2016-04-08 15:57:00,627 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1933571168]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2016-04-08 15:57:00,628 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2016-04-08 15:57:00,628 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x7352d580] initialized (LinphoneCore version: 3.9.0) 2016-04-08 15:57:00,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d62500 [0x7352d580]) 2016-04-08 15:57:00,629 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352d580: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2016-04-08 15:57:00,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73500ea8) 2016-04-08 15:57:00,630 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_state_changed] 2016-04-08 15:57:00,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-08 15:57:00,631 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x7352d580] 2016-04-08 15:57:00,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d624c0 2016-04-08 15:57:00,632 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2016-04-08 15:57:00,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-08 15:57:00,633 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2016-04-08 15:57:00,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d624c0 2016-04-08 15:57:00,634 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2016-04-08 15:57:00,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d624c0 2016-04-08 15:57:00,635 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2016-04-08 15:57:00,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d624c0 2016-04-08 15:57:00,636 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x7352d580] 2016-04-08 15:57:00,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d624c0 [0x73500ea8]) 2016-04-08 15:57:00,637 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2016-04-08 15:57:00,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74793800 2016-04-08 15:57:00,638 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2016-04-08 15:57:00,639 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:00,639 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2016-04-08 15:57:00,641 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x7352d580] 2016-04-08 15:57:00,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,642 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7352d430,0-->MSVoidSink:0x735293a0,0 2016-04-08 15:57:00,642 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:00,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:00,643 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2016-04-08 15:57:00,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,645 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2016-04-08 15:57:00,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:00,646 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:**622@192.168.120.1] on op [0x7352b5f0] 2016-04-08 15:57:00,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,647 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2016-04-08 15:57:00,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:00,648 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73511720], from state [INIT] to [CALLING] 2016-04-08 15:57:00,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-08 15:57:00,649 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: message sent to [UDP://192.168.120.1:5060], size: [806] bytes INVITE sip:**622@192.168.120.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.120.32:5060;branch=z9hG4bK.djWpogUB3;rport From: "DoorPi" ;tag=gnXrFWZjC To: sip:**622@192.168.120.1 CSeq: 20 INVITE Call-ID: AW42JmdL7U Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 267 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=623 1637 3872 IN IP4 192.168.120.4 s=Talk c=IN IP4 192.168.120.4 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 2016-04-08 15:57:00,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76d62500 2016-04-08 15:57:00,650 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352d580: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2016-04-08 15:57:00,650 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-04-08 15:57:00,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:00,653 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-04-08 15:57:00,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443898 2016-04-08 15:57:00,654 [DEBUG] [doorpi.action.handler] [WM1UJZ] fire for event OnSipPhoneMakeCall this actions [] 2016-04-08 15:57:00,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,657 [TRACE] [doorpi.action.handler] [ZB2KNS] finished fire_event for event_name OnKeyPressed_onboardpins.29 2016-04-08 15:57:00,657 [TRACE] [doorpi.action.handler] [WM1UJZ] try to fire action > with args () and kwargs {} 2016-04-08 15:57:00,659 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-08 15:57:00,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:00,659 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2016-04-08 15:57:00,657 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-08 15:57:00,661 [TRACE] [doorpi.action.handler] [WM1UJZ] finished fire_event for event_name OnSipPhoneMakeCall 2016-04-08 15:57:00,662 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-04-08 15:57:00,710 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_state_changed] 2016-04-08 15:57:00,710 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: received [354] new bytes from [UDP://192.168.120.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.120.32:5060;branch=z9hG4bK.djWpogUB3;rport=5060 From: "DoorPi" ;tag=gnXrFWZjC To: ;tag=7D272B33704D2FAF Call-ID: AW42JmdL7U CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="9E50E6183519E072" User-Agent: FRITZ!OS Content-Length: 0 2016-04-08 15:57:00,714 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8] [354] bytes parsed 2016-04-08 15:57:00,715 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-08 15:57:00,715 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73511720], from state [CALLING] to [PROCEEDING] 2016-04-08 15:57:00,716 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73511720], from state [PROCEEDING] to [COMPLETED] 2016-04-08 15:57:00,716 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: message sent to [UDP://192.168.120.1:5060], size: [361] bytes ACK sip:**622@192.168.120.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.120.32:5060;branch=z9hG4bK.djWpogUB3;rport Call-ID: AW42JmdL7U From: "DoorPi" ;tag=gnXrFWZjC To: ;tag=7D272B33704D2FAF Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2016-04-08 15:57:00,716 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=623, realm=fritz.box 2016-04-08 15:57:00,717 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [623] realm [fritz.box] 2016-04-08 15:57:00,717 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x15ba710], from state [INIT] to [CALLING] 2016-04-08 15:57:00,718 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: message sent to [UDP://192.168.120.1:5060], size: [966] bytes INVITE sip:**622@192.168.120.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.120.32:5060;branch=z9hG4bK.0FKz9nEFK;rport From: "DoorPi" ;tag=gnXrFWZjC To: sip:**622@192.168.120.1 CSeq: 21 INVITE Call-ID: AW42JmdL7U Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 267 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="9E50E6183519E072", username="623", uri="sip:**622@192.168.120.1", response="c57fd2b348e0b695285d27dad87ee242" v=0 o=623 1637 3872 IN IP4 192.168.120.4 s=Talk c=IN IP4 192.168.120.4 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 2016-04-08 15:57:00,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:00,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443898 2016-04-08 15:57:00,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:00,769 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: received [307] new bytes from [UDP://192.168.120.1:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.120.32:5060;branch=z9hG4bK.0FKz9nEFK;rport=5060 From: "DoorPi" ;tag=gnXrFWZjC To: Call-ID: AW42JmdL7U CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.31 TAL (Sep 9 2015) Content-Length: 0 2016-04-08 15:57:00,773 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8] [307] bytes parsed 2016-04-08 15:57:00,774 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-08 15:57:00,774 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x15ba710], from state [CALLING] to [PROCEEDING] 2016-04-08 15:57:00,774 [INFO] [doorpi.sipphone.from_linphone] op [0x7352b5f0] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2016-04-08 15:57:00,775 [INFO] [doorpi.sipphone.from_linphone] Op [0x7352b5f0] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2016-04-08 15:57:00,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:00,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443898 2016-04-08 15:57:00,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:00,826 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: received [692] new bytes from [UDP://192.168.120.1:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.120.32:5060;branch=z9hG4bK.0FKz9nEFK;rport=5060 From: "DoorPi" ;tag=gnXrFWZjC To: ;tag=2E0CDBA8044292CE Call-ID: AW42JmdL7U CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.31 TAL (Sep 9 2015) Content-Type: application/sdp Content-Length: 260 v=0 o=user 3406227 3406227 IN IP4 192.168.120.1 s=Talk c=IN IP4 192.168.120.1 t=0 0 m=audio 7086 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7087 m=video 0 RTP/AVP 96 2016-04-08 15:57:00,832 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8] [432] bytes parsed 2016-04-08 15:57:00,832 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8] read [260] bytes of body from [192.168.120.1:5060] 2016-04-08 15:57:00,832 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-08 15:57:00,833 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x160a290] , local tag [gnXrFWZjC], remote tag [2E0CDBA8044292CE] 2016-04-08 15:57:00,833 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x160a290]: now updated by transaction [0x15ba710]. 2016-04-08 15:57:00,834 [INFO] [doorpi.sipphone.from_linphone] op [0x7352b5f0] : set_or_update_dialog() current=[(nil)] new=[0x160a290] 2016-04-08 15:57:00,835 [INFO] [doorpi.sipphone.from_linphone] Op [0x7352b5f0] receiving call response [183], dialog is [0x160a290] in state [BELLE_SIP_DIALOG_EARLY] 2016-04-08 15:57:00,837 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2016-04-08 15:57:00,837 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2016-04-08 15:57:00,838 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2016-04-08 15:57:00,838 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2016-04-08 15:57:00,838 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2016-04-08 15:57:00,838 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2016-04-08 15:57:00,839 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2016-04-08 15:57:00,839 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73504d60] rejected by peer 2016-04-08 15:57:00,839 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352d580: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2016-04-08 15:57:00,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x15c0aa8, 0x7352d580, 5, "Early media") 2016-04-08 15:57:00,840 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2016-04-08 15:57:00,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d62500 [0x7352d580]) 2016-04-08 15:57:00,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73500ea8) 2016-04-08 15:57:00,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-08 15:57:00,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d62550 2016-04-08 15:57:00,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-08 15:57:00,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d62550 2016-04-08 15:57:00,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d62550 2016-04-08 15:57:00,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d62550 2016-04-08 15:57:00,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d62550 [0x73500ea8]) 2016-04-08 15:57:00,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74793aa0 2016-04-08 15:57:00,842 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:00,843 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:00,844 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:00,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:00,845 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:00,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:00,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:00,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-08 15:57:00,846 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_state_changed] 2016-04-08 15:57:00,847 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2016-04-08 15:57:00,847 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x7352d580] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2016-04-08 15:57:00,847 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2016-04-08 15:57:00,847 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x7352a988] sending to rtp [192.168.120.1:7086] rtcp [192.168.120.1:7087] 2016-04-08 15:57:00,848 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7352a988] 2016-04-08 15:57:00,848 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7352d430,0-->MSVoidSink:0x735293a0,0 2016-04-08 15:57:00,848 [INFO] [doorpi.sipphone.from_linphone] Setting echo canceller delay with value provided by soundcard: 0 ms 2016-04-08 15:57:00,849 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2016-04-08 15:57:00,850 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2016-04-08 15:57:00,850 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2016-04-08 15:57:00,850 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2016-04-08 15:57:00,851 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x7352c548] using payload's bitrate is 80000 2016-04-08 15:57:00,851 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x7352c548] 2016-04-08 15:57:00,851 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2016-04-08 15:57:00,851 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2016-04-08 15:57:00,852 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x15b9bc0,0-->MSSpeexEC:0x7352d4f0,1 2016-04-08 15:57:00,852 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSSpeexEC:0x7352d4f0,1-->MSVolume:0x1626250,0 2016-04-08 15:57:00,852 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1626250,0-->MSAudioMixer:0x162f230,0 2016-04-08 15:57:00,852 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x162f230,0-->MSUlawEnc:0x15bce00,0 2016-04-08 15:57:00,852 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x15bce00,0-->MSRtpSend:0x7352e518,0 2016-04-08 15:57:00,853 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x1633ad8,0-->MSUlawDec:0x15bce80,0 2016-04-08 15:57:00,853 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x15bce80,0-->MSGenericPLC:0x162ec60,0 2016-04-08 15:57:00,853 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x162ec60,0-->MSDtmfGen:0x1627be8,0 2016-04-08 15:57:00,853 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x1627be8,0-->MSVolume:0x15c99a0,0 2016-04-08 15:57:00,853 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x15c99a0,0-->MSTee:0x162d6f0,0 2016-04-08 15:57:00,854 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x162d6f0,0-->MSEqualizer:0x15b3c70,0 2016-04-08 15:57:00,854 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x15b3c70,0-->MSAudioMixer:0x16265f8,0 2016-04-08 15:57:00,854 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2016-04-08 15:57:00,854 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x15ba4c0,0-->MSResample:0x15b8a48,0 2016-04-08 15:57:00,855 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x15b8a48,0-->MSAudioMixer:0x16265f8,1 2016-04-08 15:57:00,855 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x16265f8,0-->MSSpeexEC:0x7352d4f0,0 2016-04-08 15:57:00,855 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSSpeexEC:0x7352d4f0,0-->MSAlsaWrite:0x15bcd80,0 2016-04-08 15:57:00,855 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1634528,1-->MSResample:0x162d5d8,0 2016-04-08 15:57:00,856 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x162d5d8,0-->MSOpusEnc:0x15bde60,0 2016-04-08 15:57:00,856 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x15bde60,0-->MSMKVRecorder:0x1629080,1 2016-04-08 15:57:00,856 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x15b9738,0-->MSMKVRecorder:0x1629080,0 2016-04-08 15:57:00,856 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x162f230,1-->MSAudioMixer:0x1634528,0 2016-04-08 15:57:00,856 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x162d6f0,1-->MSAudioMixer:0x1634528,1 2016-04-08 15:57:00,857 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1634528,0-->MSFileRec:0x162b370,0 2016-04-08 15:57:00,857 [INFO] [doorpi.sipphone.from_linphone] Initializing speex echo canceler with framesize=64, filterlength=2000, delay_samples=0 2016-04-08 15:57:00,858 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2016-04-08 15:57:00,858 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2016-04-08 15:57:00,858 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2016-04-08 15:57:00,858 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2016-04-08 15:57:00,859 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2016-04-08 15:57:00,859 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2016-04-08 15:57:00,859 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2016-04-08 15:57:00,859 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7352d580] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2016-04-08 15:57:00,860 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7352d580] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2016-04-08 15:57:00,860 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7352d580] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2016-04-08 15:57:00,860 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2016-04-08 15:57:00,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:00,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:00,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:00,912 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening sysdefault at 8000Hz, bits=16, stereo=0 2016-04-08 15:57:00,912 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 256 2016-04-08 15:57:00,913 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2016-04-08 15:57:00,913 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2016-04-08 15:57:00,913 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2016-04-08 15:57:00,913 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x16265f8] is entering bypass mode. 2016-04-08 15:57:00,914 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-04-08 15:57:00,914 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7352a988] 2016-04-08 15:57:00,914 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x16265f8] is leaving bypass mode. 2016-04-08 15:57:00,914 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-04-08 15:57:00,914 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x162f230] is entering bypass mode. 2016-04-08 15:57:00,915 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-04-08 15:57:00,915 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2016-04-08 15:57:00,915 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault at 8000Hz, bits=16, stereo=0 2016-04-08 15:57:00,915 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 256 2016-04-08 15:57:00,916 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2016-04-08 15:57:00,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:00,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:00,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:00,968 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2016-04-08 15:57:00,968 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2016-04-08 15:57:00,968 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2016-04-08 15:57:00,969 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2016-04-08 15:57:00,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:00,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:00,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:00,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:01,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:01,176 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:01,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352daf8) 2016-04-08 15:57:01,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:01,177 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:01,177 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352d580]: 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 2016-04-08 15:57:01,177 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=12,549246 video=0,000000 2016-04-08 15:57:01,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,902 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x16265f8] is entering bypass mode. 2016-04-08 15:57:01,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:01,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:01,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:01,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:01,955 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:02,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:02,162 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:02,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352daf8) 2016-04-08 15:57:02,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:02,163 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:02,163 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352d580]: RTP audio=[d= 68,7,u= 74,8], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-08 15:57:02,163 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=7,457428 video=0,000000 2016-04-08 15:57:02,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,473 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7352a988]. 2016-04-08 15:57:02,474 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x7352c548], local statistics available: Local current jitter buffer size: 57,9ms 2016-04-08 15:57:02,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:02,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:02,474 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:02,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,526 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=1,592766 ms 2016-04-08 15:57:02,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,941 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:02,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:02,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:02,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:02,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:03,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:03,157 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:03,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352daf8) 2016-04-08 15:57:03,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:03,158 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:03,158 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352d580]: RTP audio=[d= 80,0,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 2016-04-08 15:57:03,159 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,676782 video=0,000000 2016-04-08 15:57:03,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,266 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x7352c548]: receiving RTCP SR 2016-04-08 15:57:03,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:03,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:03,267 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:03,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,269 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,323 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,376 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:03,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:03,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:03,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:03,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:04,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:04,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:04,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443880 2016-04-08 15:57:04,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1443808 2016-04-08 15:57:04,117 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=1,954457 ms 2016-04-08 15:57:04,118 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: received [913] new bytes from [UDP://192.168.120.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.120.32:5060;branch=z9hG4bK.0FKz9nEFK;rport=5060 From: "DoorPi" ;tag=gnXrFWZjC To: ;tag=2E0CDBA8044292CE Call-ID: AW42JmdL7U CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.31 TAL (Sep 9 2015) 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: 260 v=0 o=user 3406227 3406227 IN IP4 192.168.120.1 s=Talk c=IN IP4 192.168.120.1 t=0 0 m=audio 7086 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7087 m=video 0 RTP/AVP 96 2016-04-08 15:57:04,131 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8] [653] bytes parsed 2016-04-08 15:57:04,132 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8] read [260] bytes of body from [192.168.120.1:5060] 2016-04-08 15:57:04,132 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-04-08 15:57:04,132 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x15ba710], from state [PROCEEDING] to [ACCEPTED] 2016-04-08 15:57:04,133 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x160a290]: now updated by transaction [0x15ba710]. 2016-04-08 15:57:04,136 [INFO] [doorpi.sipphone.from_linphone] op [0x7352b5f0] : set_or_update_dialog() current=[0x160a290] new=[0x160a290] 2016-04-08 15:57:04,136 [INFO] [doorpi.sipphone.from_linphone] Op [0x7352b5f0] receiving call response [200], dialog is [0x160a290] in state [BELLE_SIP_DIALOG_CONFIRMED] 2016-04-08 15:57:04,140 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2016-04-08 15:57:04,141 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2016-04-08 15:57:04,142 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2016-04-08 15:57:04,143 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2016-04-08 15:57:04,143 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2016-04-08 15:57:04,143 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2016-04-08 15:57:04,144 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2016-04-08 15:57:04,144 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73504d60] rejected by peer 2016-04-08 15:57:04,145 [INFO] [doorpi.sipphone.from_linphone] Computing branch id z9hG4bK.RdtzaFGV- for message sent statelessly 2016-04-08 15:57:04,146 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: message sent to [UDP://192.168.120.1:5060], size: [447] bytes ACK sip:CA5583D04191AA9941C26C7C21F6D@192.168.120.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.120.32:5060;rport;branch=z9hG4bK.RdtzaFGV- From: "DoorPi" ;tag=gnXrFWZjC To: ;tag=2E0CDBA8044292CE CSeq: 21 ACK Call-ID: AW42JmdL7U Max-Forwards: 70 Authorization: Digest realm="fritz.box", nonce="9E50E6183519E072", username="623", uri="sip:**622@192.168.120.1", response="c57fd2b348e0b695285d27dad87ee242" 2016-04-08 15:57:04,146 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352d580: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallConnected 2016-04-08 15:57:04,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x15c0aa8, 0x7352d580, 6, "Connected") 2016-04-08 15:57:04,147 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2016-04-08 15:57:04,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73500ea8) 2016-04-08 15:57:04,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-08 15:57:04,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d62530 2016-04-08 15:57:04,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-08 15:57:04,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d62530 2016-04-08 15:57:04,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d62530 2016-04-08 15:57:04,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d62530 2016-04-08 15:57:04,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d62530 [0x73500ea8]) 2016-04-08 15:57:04,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74793b60 2016-04-08 15:57:04,152 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:04,153 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:04,154 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:04,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:04,157 [DEBUG] [doorpi.action.handler] [4K6GKB] fire for event OnCallStateConnect this actions [, ] 2016-04-08 15:57:04,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,158 [TRACE] [doorpi.action.handler] [4K6GKB] try to fire action > with args () and kwargs {} 2016-04-08 15:57:04,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:04,161 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-08 15:57:04,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,162 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-04-08 15:57:04,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:04,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-08 15:57:04,165 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_state_changed] 2016-04-08 15:57:04,166 [INFO] [doorpi.sipphone.from_linphone] Early media finished, unmuting inputs... 2016-04-08 15:57:04,166 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-04-08 15:57:04,167 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0,000000 db], [1,000000] linear 2016-04-08 15:57:04,167 [TRACE] [doorpi.action.handler] [4K6GKB] try to fire action > with args () and kwargs {} 2016-04-08 15:57:04,168 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2016-04-08 15:57:04,168 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-08 15:57:04,169 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2016-04-08 15:57:04,171 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2016-04-08_15-57-04.wav 2016-04-08 15:57:04,172 [INFO] [doorpi.sipphone.from_linphone] video stream index found: 1, updating main video stream index 2016-04-08 15:57:04,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,173 [INFO] [doorpi.sipphone.from_linphone] Call [0x7352d580]: disabling video in our call params because the remote doesn't want it. 2016-04-08 15:57:04,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2016-04-08 15:57:04,174 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2016-04-08_15-57-00.wav 2016-04-08 15:57:04,175 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2016-04-08 15:57:04,175 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352d580: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2016-04-08 15:57:04,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x15c0aa8, 0x7352d580, 7, "Streams running") 2016-04-08 15:57:04,178 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Streams running) 2016-04-08 15:57:04,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73500ea8) 2016-04-08 15:57:04,179 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-04-08 15:57:04,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-08 15:57:04,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d62540 2016-04-08 15:57:04,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-08 15:57:04,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d62540 2016-04-08 15:57:04,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d62540 2016-04-08 15:57:04,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d62540 2016-04-08 15:57:04,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d62540 [0x73500ea8]) 2016-04-08 15:57:04,183 [TRACE] [doorpi.action.handler] [4K6GKB] finished fire_event for event_name OnCallStateConnect 2016-04-08 15:57:04,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74793da0 2016-04-08 15:57:04,185 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:04,186 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:04,188 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:04,189 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:04,190 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:04,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:04,192 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:04,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:04,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438b0 2016-04-08 15:57:04,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-08 15:57:04,195 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1634528] is entering bypass mode. 2016-04-08 15:57:04,195 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1634528] is leaving bypass mode. 2016-04-08 15:57:04,196 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_state_changed] 2016-04-08 15:57:04,196 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sip_hop_t 2016-04-08 15:57:04,197 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2016-04-08 15:57:04,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:04,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:04,250 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:04,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352daf8) 2016-04-08 15:57:04,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:04,251 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:04,251 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352d580]: RTP audio=[d= 80,0,u= 79,9], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-08 15:57:04,251 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=14,402115 video=0,000000 2016-04-08 15:57:04,252 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,252 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,252 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:04,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:04,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:04,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:04,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:05,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:05,184 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:05,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352daf8) 2016-04-08 15:57:05,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:05,185 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:05,185 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352d580]: RTP audio=[d= 80,0,u= 80,1], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-08 15:57:05,185 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=13,222073 video=0,000000 2016-04-08 15:57:05,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,341 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,393 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,444 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7352a988]. 2016-04-08 15:57:05,444 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x7352c548], local statistics available: Local current jitter buffer size: 59,5ms 2016-04-08 15:57:05,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:05,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:05,445 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:05,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,704 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=2,330927 ms 2016-04-08 15:57:05,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:05,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:05,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:05,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:05,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:06,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:06,171 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:06,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352daf8) 2016-04-08 15:57:06,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:06,172 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:06,172 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352d580]: RTP audio=[d= 80,0,u= 79,9], 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 2016-04-08 15:57:06,173 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=12,064771 video=0,000000 2016-04-08 15:57:06,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,226 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:06,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:06,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:06,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:06,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,054 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:07,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:07,157 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:07,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352daf8) 2016-04-08 15:57:07,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:07,157 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:07,158 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352d580]: RTP audio=[d= 80,0,u= 80,1], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-04-08 15:57:07,158 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=12,824172 video=0,000000 2016-04-08 15:57:07,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,313 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=2,264656 ms 2016-04-08 15:57:07,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:07,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:07,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:07,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:07,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,112 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:08,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:08,165 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:08,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352daf8) 2016-04-08 15:57:08,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:08,166 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:08,167 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352d580]: RTP audio=[d= 80,0,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 2016-04-08 15:57:08,167 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=23,759602 video=0,000000 2016-04-08 15:57:08,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,276 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,328 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7352a988]. 2016-04-08 15:57:08,328 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x7352c548], local statistics available: Local current jitter buffer size: 59,2ms 2016-04-08 15:57:08,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x15c0aa8, 0x7352d580, 0x7352da40) 2016-04-08 15:57:08,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-04-08 15:57:08,330 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_stats_updated] 2016-04-08 15:57:08,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1443868 2016-04-08 15:57:08,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1443ad4 2016-04-08 15:57:08,650 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: received [681] new bytes from [UDP://192.168.120.1:5060]: BYE sip:623@192.168.120.32 SIP/2.0 Via: SIP/2.0/UDP 192.168.120.1:5060;branch=z9hG4bKA4C514B900E4EB9E From: ;tag=2E0CDBA8044292CE To: "DoorPi" ;tag=gnXrFWZjC Call-ID: AW42JmdL7U CSeq: 22 BYE X-RTP-Stat: CS=0;PS=124;ES=392;OS=19840;SP=0/0;SO=0;QS=-;PR=0;ER=392;OR=0;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=0/0;EN=PCMU;DE=;JI=0,0;DL=8,7,9;IP=192.168.1200.1:7086,192.168.120.4:7078 X-RTP-Stat-Add: DQ=0;DSS=0;DS=0;PLCS=0;JS=0 Reason: Q.850; cause=16 Max-Forwards: 70 User-Agent: AVM FRITZ!Box 6490 Cable (kdg) 141.06.31 TAL (Sep 9 2015) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2016-04-08 15:57:08,661 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8] [681] bytes parsed 2016-04-08 15:57:08,664 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x1699790], from state [INIT] to [TRYING] 2016-04-08 15:57:08,664 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x1699790], from state [TRYING] to [COMPLETED] 2016-04-08 15:57:08,665 [INFO] [doorpi.sipphone.from_linphone] channel [0x15cabb8]: message sent to [UDP://192.168.120.1:5060], size: [276] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.120.1:5060;branch=z9hG4bKA4C514B900E4EB9E From: ;tag=2E0CDBA8044292CE To: "DoorPi" ;tag=gnXrFWZjC Call-ID: AW42JmdL7U CSeq: 22 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2016-04-08 15:57:08,666 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x160a290]: now updated by transaction [0x1699790]. 2016-04-08 15:57:08,666 [INFO] [doorpi.sipphone.from_linphone] dialog [0x160a290] deleted. 2016-04-08 15:57:08,667 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2016-04-08 15:57:08,668 [INFO] [doorpi.sipphone.from_linphone] Writing echo canceler state, 21872 bytes 2016-04-08 15:57:08,668 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2016-04-08 15:57:08,675 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2016-04-08 15:57:08,675 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-04-08 15:57:08,676 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2016-04-08 15:57:08,676 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2016-04-08 15:57:08,677 [INFO] [doorpi.sipphone.from_linphone] sent 388 packets 2016-04-08 15:57:08,677 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2016-04-08 15:57:08,678 [INFO] [doorpi.sipphone.from_linphone] 66736 bytes 2016-04-08 15:57:08,678 [INFO] [doorpi.sipphone.from_linphone] received 391 packets 2016-04-08 15:57:08,679 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2016-04-08 15:57:08,679 [INFO] [doorpi.sipphone.from_linphone] 67252 bytes 2016-04-08 15:57:08,679 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 66392 bytes 2016-04-08 15:57:08,680 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2016-04-08 15:57:08,680 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 3 packets 2016-04-08 15:57:08,681 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2016-04-08 15:57:08,681 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2016-04-08 15:57:08,682 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-04-08 15:57:08,682 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x15b9bc0,0-->MSSpeexEC:0x7352d4f0,1 2016-04-08 15:57:08,682 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSSpeexEC:0x7352d4f0,1-->MSVolume:0x1626250,0 2016-04-08 15:57:08,683 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1626250,0-->MSAudioMixer:0x162f230,0 2016-04-08 15:57:08,683 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x162f230,0-->MSUlawEnc:0x15bce00,0 2016-04-08 15:57:08,684 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x15bce00,0-->MSRtpSend:0x7352e518,0 2016-04-08 15:57:08,684 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x1633ad8,0-->MSUlawDec:0x15bce80,0 2016-04-08 15:57:08,685 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x15bce80,0-->MSGenericPLC:0x162ec60,0 2016-04-08 15:57:08,685 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x162ec60,0-->MSDtmfGen:0x1627be8,0 2016-04-08 15:57:08,686 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x1627be8,0-->MSVolume:0x15c99a0,0 2016-04-08 15:57:08,686 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x15c99a0,0-->MSTee:0x162d6f0,0 2016-04-08 15:57:08,686 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x162d6f0,0-->MSEqualizer:0x15b3c70,0 2016-04-08 15:57:08,687 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x15b3c70,0-->MSAudioMixer:0x16265f8,0 2016-04-08 15:57:08,687 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x15ba4c0,0-->MSResample:0x15b8a48,0 2016-04-08 15:57:08,688 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x15b8a48,0-->MSAudioMixer:0x16265f8,1 2016-04-08 15:57:08,688 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x16265f8,0-->MSSpeexEC:0x7352d4f0,0 2016-04-08 15:57:08,689 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSSpeexEC:0x7352d4f0,0-->MSAlsaWrite:0x15bcd80,0 2016-04-08 15:57:08,689 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1634528,1-->MSResample:0x162d5d8,0 2016-04-08 15:57:08,689 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x162d5d8,0-->MSOpusEnc:0x15bde60,0 2016-04-08 15:57:08,690 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x15bde60,0-->MSMKVRecorder:0x1629080,1 2016-04-08 15:57:08,690 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x15b9738,0-->MSMKVRecorder:0x1629080,0 2016-04-08 15:57:08,691 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x162f230,1-->MSAudioMixer:0x1634528,0 2016-04-08 15:57:08,691 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x162d6f0,1-->MSAudioMixer:0x1634528,1 2016-04-08 15:57:08,692 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1634528,0-->MSFileRec:0x162b370,0 2016-04-08 15:57:08,692 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2016-04-08 15:57:08,693 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-04-08 15:57:08,693 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2016-04-08 15:57:08,694 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2016-04-08 15:57:08,694 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2016-04-08 15:57:08,695 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 684 0,784737 52,9143 2016-04-08 15:57:08,695 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 548 0,51602 27,8867 2016-04-08 15:57:08,696 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 778 0,109962 8,43215 2016-04-08 15:57:08,696 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 485 0,0507172 2,42633 2016-04-08 15:57:08,697 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 778 0,0282221 2,16414 2016-04-08 15:57:08,697 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 801 0,0248006 1,95792 2016-04-08 15:57:08,697 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 548 0,0271908 1,46944 2016-04-08 15:57:08,698 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 2334 0,00390952 0,898606 2016-04-08 15:57:08,698 [INFO] [doorpi.sipphone.from_linphone] MSVolume 878 0,00454612 0,393359 2016-04-08 15:57:08,699 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 485 0,00791334 0,378578 2016-04-08 15:57:08,699 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 386 0,00767637 0,292433 2016-04-08 15:57:08,700 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 778 0,00233909 0,179367 2016-04-08 15:57:08,700 [INFO] [doorpi.sipphone.from_linphone] MSTee 393 0,00300703 0,116625 2016-04-08 15:57:08,701 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 778 0,00147671 0,113238 2016-04-08 15:57:08,701 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 778 0,00124351 0,0953558 2016-04-08 15:57:08,701 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 778 0,00119195 0,0914018 2016-04-08 15:57:08,702 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 274 0,00244504 0,0661878 2016-04-08 15:57:08,702 [INFO] [doorpi.sipphone.from_linphone] MSResample 548 0,00118209 0,0638822 2016-04-08 15:57:08,703 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 393 0,00154531 0,0599335 2016-04-08 15:57:08,703 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 0 0 0 2016-04-08 15:57:08,704 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2016-04-08 15:57:08,704 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-04-08 15:57:08,705 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352d580: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2016-04-08 15:57:08,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x15c0aa8, 0x73502628) 2016-04-08 15:57:08,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2016-04-08 15:57:08,710 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2016-04-08 15:57:08,710 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_log_updated] 2016-04-08 15:57:08,710 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2016-04-08 15:57:08,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x15c0aa8, 0x7352d580, 13, "Call ended") 2016-04-08 15:57:08,711 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2016-04-08 15:57:08,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73500ea8) 2016-04-08 15:57:08,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-08 15:57:08,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d62560 2016-04-08 15:57:08,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-08 15:57:08,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d62560 2016-04-08 15:57:08,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d62560 2016-04-08 15:57:08,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d62560 2016-04-08 15:57:08,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d62560 [0x73500ea8]) 2016-04-08 15:57:08,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74793da0 2016-04-08 15:57:08,713 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:08,714 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:08,714 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:08,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438bc 2016-04-08 15:57:08,716 [DEBUG] [doorpi.action.handler] [KA7H5I] fire for event OnCallStateDisconnect this actions [, ] 2016-04-08 15:57:08,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,716 [TRACE] [doorpi.action.handler] [KA7H5I] try to fire action > with args () and kwargs {} 2016-04-08 15:57:08,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438bc 2016-04-08 15:57:08,717 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-08 15:57:08,717 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:08,717 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-04-08 15:57:08,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438bc 2016-04-08 15:57:08,719 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-04-08 15:57:08,719 [TRACE] [doorpi.action.handler] [KA7H5I] try to fire action > with args () and kwargs {} 2016-04-08 15:57:08,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-08 15:57:08,720 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-08 15:57:08,721 [TRACE] [doorpi.action.handler] [KA7H5I] finished fire_event for event_name OnCallStateDisconnect 2016-04-08 15:57:08,720 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_state_changed] 2016-04-08 15:57:08,720 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:08,772 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x160a290] terminated for op [0x7352b5f0] 2016-04-08 15:57:08,822 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352d580: moving from state LinphoneCallEnd to LinphoneCallReleased 2016-04-08 15:57:08,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x15c0aa8, 0x7352d580, 18, "Call released") 2016-04-08 15:57:08,823 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2016-04-08 15:57:08,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d62500 [0x7352d580]) 2016-04-08 15:57:08,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73500ea8) 2016-04-08 15:57:08,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-04-08 15:57:08,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d625a0 2016-04-08 15:57:08,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-04-08 15:57:08,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d625a0 2016-04-08 15:57:08,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d625a0 2016-04-08 15:57:08,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d625a0 2016-04-08 15:57:08,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d625a0 [0x73500ea8]) 2016-04-08 15:57:08,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7479e0b0 2016-04-08 15:57:08,825 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-04-08 15:57:08,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438bc 2016-04-08 15:57:08,827 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:08,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438bc 2016-04-08 15:57:08,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:08,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x14438bc 2016-04-08 15:57:08,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-04-08 15:57:08,828 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x15c0aa8] notifying [call_state_changed] 2016-04-08 15:57:08,829 [INFO] [doorpi.sipphone.from_linphone] op [0x7352b5f0] : set_or_update_dialog() current=[0x160a290] new=[(nil)] 2016-04-08 15:57:10,875 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2016-04-08 15:57:10,875 [DEBUG] [doorpi.doorpi] destroy doorpi 2016-04-08 15:57:10,876 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [<_MainThread(MainThread, started 1996271616)>, , <_DummyThread(Dummy-1, started daemon 1975514208)>] 2016-04-08 15:57:10,876 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2016-04-08 15:57:10,877 [DEBUG] [doorpi.action.handler] [PQBVZ6] fire for event OnShutdown this actions [, , , ] 2016-04-08 15:57:10,877 [TRACE] [doorpi.action.handler] [PQBVZ6] try to fire action TimeTickDestroyAction with args () and kwargs {} 2016-04-08 15:57:10,877 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2016-04-08 15:57:10,878 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2016-04-08 15:57:10,878 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,878 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2016-04-08 15:57:10,878 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2016-04-08 15:57:10,879 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,879 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2016-04-08 15:57:10,879 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2016-04-08 15:57:10,879 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,879 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2016-04-08 15:57:10,880 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2016-04-08 15:57:10,880 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,880 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2016-04-08 15:57:10,880 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2016-04-08 15:57:10,880 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,881 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2016-04-08 15:57:10,881 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2016-04-08 15:57:10,881 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,881 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2016-04-08 15:57:10,881 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2016-04-08 15:57:10,882 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,882 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2016-04-08 15:57:10,882 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2016-04-08 15:57:10,882 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,882 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2016-04-08 15:57:10,883 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2016-04-08 15:57:10,883 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,883 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2016-04-08 15:57:10,883 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2016-04-08 15:57:10,883 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,884 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2016-04-08 15:57:10,884 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2016-04-08 15:57:10,884 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,884 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2016-04-08 15:57:10,884 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2016-04-08 15:57:10,885 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,885 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2016-04-08 15:57:10,885 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2016-04-08 15:57:10,885 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,885 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2016-04-08 15:57:10,886 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2016-04-08 15:57:10,886 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,886 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2016-04-08 15:57:10,886 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2016-04-08 15:57:10,887 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,887 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2016-04-08 15:57:10,887 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2016-04-08 15:57:10,887 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,887 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2016-04-08 15:57:10,888 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2016-04-08 15:57:10,888 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,888 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2016-04-08 15:57:10,888 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2016-04-08 15:57:10,888 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,889 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2016-04-08 15:57:10,889 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2016-04-08 15:57:10,889 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,889 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2016-04-08 15:57:10,889 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2016-04-08 15:57:10,890 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,890 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2016-04-08 15:57:10,890 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2016-04-08 15:57:10,890 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,890 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2016-04-08 15:57:10,891 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2016-04-08 15:57:10,891 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,891 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2016-04-08 15:57:10,891 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2016-04-08 15:57:10,891 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,892 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2016-04-08 15:57:10,892 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2016-04-08 15:57:10,892 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,892 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2016-04-08 15:57:10,892 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2016-04-08 15:57:10,893 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,893 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2016-04-08 15:57:10,893 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2016-04-08 15:57:10,893 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,893 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2016-04-08 15:57:10,894 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2016-04-08 15:57:10,894 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,894 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2016-04-08 15:57:10,894 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2016-04-08 15:57:10,894 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,895 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2016-04-08 15:57:10,895 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2016-04-08 15:57:10,895 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,895 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2016-04-08 15:57:10,895 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2016-04-08 15:57:10,886 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2016-04-08 15:57:10,896 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,896 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2016-04-08 15:57:10,896 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2016-04-08 15:57:10,897 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,897 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2016-04-08 15:57:10,897 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2016-04-08 15:57:10,897 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,897 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2016-04-08 15:57:10,898 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2016-04-08 15:57:10,898 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,898 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2016-04-08 15:57:10,898 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2016-04-08 15:57:10,898 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,898 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2016-04-08 15:57:10,899 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2016-04-08 15:57:10,899 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,899 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2016-04-08 15:57:10,899 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2016-04-08 15:57:10,899 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,900 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2016-04-08 15:57:10,900 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2016-04-08 15:57:10,900 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,900 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2016-04-08 15:57:10,900 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2016-04-08 15:57:10,901 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,901 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2016-04-08 15:57:10,901 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2016-04-08 15:57:10,901 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,901 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2016-04-08 15:57:10,902 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2016-04-08 15:57:10,902 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,902 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2016-04-08 15:57:10,902 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2016-04-08 15:57:10,902 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,903 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2016-04-08 15:57:10,903 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2016-04-08 15:57:10,903 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,903 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2016-04-08 15:57:10,903 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2016-04-08 15:57:10,904 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,904 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2016-04-08 15:57:10,904 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2016-04-08 15:57:10,904 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,904 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2016-04-08 15:57:10,905 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2016-04-08 15:57:10,905 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,905 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2016-04-08 15:57:10,905 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2016-04-08 15:57:10,905 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,906 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2016-04-08 15:57:10,906 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2016-04-08 15:57:10,906 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,906 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2016-04-08 15:57:10,906 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2016-04-08 15:57:10,907 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,907 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2016-04-08 15:57:10,907 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2016-04-08 15:57:10,907 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,907 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2016-04-08 15:57:10,908 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2016-04-08 15:57:10,908 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,908 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2016-04-08 15:57:10,908 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2016-04-08 15:57:10,908 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,909 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2016-04-08 15:57:10,909 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2016-04-08 15:57:10,909 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,909 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2016-04-08 15:57:10,909 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2016-04-08 15:57:10,910 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,910 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2016-04-08 15:57:10,910 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2016-04-08 15:57:10,910 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,910 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2016-04-08 15:57:10,911 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2016-04-08 15:57:10,911 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,911 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2016-04-08 15:57:10,911 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2016-04-08 15:57:10,911 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,912 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2016-04-08 15:57:10,912 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2016-04-08 15:57:10,912 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,912 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2016-04-08 15:57:10,912 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2016-04-08 15:57:10,913 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,913 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2016-04-08 15:57:10,913 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2016-04-08 15:57:10,913 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,913 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2016-04-08 15:57:10,913 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2016-04-08 15:57:10,914 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,914 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2016-04-08 15:57:10,914 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2016-04-08 15:57:10,914 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,914 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2016-04-08 15:57:10,915 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2016-04-08 15:57:10,915 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,915 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2016-04-08 15:57:10,915 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2016-04-08 15:57:10,916 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,916 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2016-04-08 15:57:10,916 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2016-04-08 15:57:10,916 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,916 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2016-04-08 15:57:10,917 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2016-04-08 15:57:10,917 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,917 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2016-04-08 15:57:10,917 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2016-04-08 15:57:10,917 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,918 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2016-04-08 15:57:10,918 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2016-04-08 15:57:10,918 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,918 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2016-04-08 15:57:10,918 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2016-04-08 15:57:10,919 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,919 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2016-04-08 15:57:10,919 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2016-04-08 15:57:10,919 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,919 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2016-04-08 15:57:10,920 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2016-04-08 15:57:10,920 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,920 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2016-04-08 15:57:10,920 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2016-04-08 15:57:10,920 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,921 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2016-04-08 15:57:10,921 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2016-04-08 15:57:10,921 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,921 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2016-04-08 15:57:10,921 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2016-04-08 15:57:10,922 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,922 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2016-04-08 15:57:10,922 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2016-04-08 15:57:10,922 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,922 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2016-04-08 15:57:10,923 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2016-04-08 15:57:10,923 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,923 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2016-04-08 15:57:10,923 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2016-04-08 15:57:10,923 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,924 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2016-04-08 15:57:10,924 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2016-04-08 15:57:10,924 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,924 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2016-04-08 15:57:10,924 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2016-04-08 15:57:10,924 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,925 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2016-04-08 15:57:10,925 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2016-04-08 15:57:10,925 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,925 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2016-04-08 15:57:10,926 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2016-04-08 15:57:10,926 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,926 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2016-04-08 15:57:10,926 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2016-04-08 15:57:10,926 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,927 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2016-04-08 15:57:10,927 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2016-04-08 15:57:10,927 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,927 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2016-04-08 15:57:10,927 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2016-04-08 15:57:10,927 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,928 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2016-04-08 15:57:10,928 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2016-04-08 15:57:10,928 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,928 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2016-04-08 15:57:10,928 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2016-04-08 15:57:10,929 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,929 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2016-04-08 15:57:10,929 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2016-04-08 15:57:10,929 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,929 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2016-04-08 15:57:10,930 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2016-04-08 15:57:10,930 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,930 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2016-04-08 15:57:10,930 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2016-04-08 15:57:10,930 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,931 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2016-04-08 15:57:10,931 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2016-04-08 15:57:10,931 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,931 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2016-04-08 15:57:10,931 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2016-04-08 15:57:10,932 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,932 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2016-04-08 15:57:10,932 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2016-04-08 15:57:10,932 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,932 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2016-04-08 15:57:10,933 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2016-04-08 15:57:10,933 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,933 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2016-04-08 15:57:10,933 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2016-04-08 15:57:10,933 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,934 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2016-04-08 15:57:10,934 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2016-04-08 15:57:10,934 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,934 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2016-04-08 15:57:10,934 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2016-04-08 15:57:10,935 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,935 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2016-04-08 15:57:10,935 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2016-04-08 15:57:10,935 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,935 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2016-04-08 15:57:10,936 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2016-04-08 15:57:10,936 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,936 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2016-04-08 15:57:10,936 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2016-04-08 15:57:10,936 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,937 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2016-04-08 15:57:10,937 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2016-04-08 15:57:10,937 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,937 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2016-04-08 15:57:10,937 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2016-04-08 15:57:10,938 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,938 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2016-04-08 15:57:10,938 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2016-04-08 15:57:10,938 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,938 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2016-04-08 15:57:10,939 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2016-04-08 15:57:10,939 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,939 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2016-04-08 15:57:10,939 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2016-04-08 15:57:10,939 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,940 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2016-04-08 15:57:10,940 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2016-04-08 15:57:10,940 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,940 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2016-04-08 15:57:10,940 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2016-04-08 15:57:10,941 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2016-04-08 15:57:10,941 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2016-04-08 15:57:10,941 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2016-04-08 15:57:10,941 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2016-04-08 15:57:10,942 [TRACE] [doorpi.action.handler] [PQBVZ6] try to fire action WebServerShutdownAction with args () and kwargs {} 2016-04-08 15:57:10,942 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2016-04-08 15:57:10,942 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2016-04-08 15:57:10,943 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2016-04-08 15:57:10,943 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2016-04-08 15:57:10,943 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2016-04-08 15:57:10,944 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2016-04-08 15:57:10,944 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2016-04-08 15:57:10,944 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2016-04-08 15:57:10,945 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2016-04-08 15:57:10,945 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2016-04-08 15:57:10,945 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2016-04-08 15:57:10,945 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2016-04-08 15:57:10,946 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2016-04-08 15:57:10,946 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2016-04-08 15:57:10,946 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2016-04-08 15:57:10,946 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2016-04-08 15:57:10,946 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2016-04-08 15:57:10,947 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2016-04-08 15:57:10,947 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2016-04-08 15:57:10,947 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2016-04-08 15:57:10,947 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2016-04-08 15:57:10,947 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2016-04-08 15:57:10,948 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2016-04-08 15:57:10,948 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2016-04-08 15:57:10,948 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2016-04-08 15:57:10,948 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2016-04-08 15:57:10,948 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2016-04-08 15:57:10,949 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2016-04-08 15:57:10,949 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2016-04-08 15:57:10,955 [TRACE] [doorpi.action.handler] [M8E1TD] finished fire_event for event_name OnWebServerStart 2016-04-08 15:57:10,954 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2016-04-08 15:57:10,955 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2016-04-08 15:57:10,956 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2016-04-08 15:57:10,956 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2016-04-08 15:57:10,956 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2016-04-08 15:57:10,956 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2016-04-08 15:57:10,956 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2016-04-08 15:57:10,957 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2016-04-08 15:57:10,957 [TRACE] [doorpi.action.handler] [PQBVZ6] try to fire action KeyboardDestroyAction with args () and kwargs {} 2016-04-08 15:57:10,957 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2016-04-08 15:57:10,958 [DEBUG] [doorpi.keyboard.from_gpio] destroy 2016-04-08 15:57:10,958 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_gpio and force_unregister is True 2016-04-08 15:57:10,959 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.31 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,959 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.31 - remove event too 2016-04-08 15:57:10,959 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_onboardpins.31 2016-04-08 15:57:10,960 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,960 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2016-04-08 15:57:10,960 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed 2016-04-08 15:57:10,961 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,961 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2016-04-08 15:57:10,961 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp 2016-04-08 15:57:10,962 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.29 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,962 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.29 - remove event too 2016-04-08 15:57:10,963 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_onboardpins.29 2016-04-08 15:57:10,963 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_31 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,963 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_31 - remove event too 2016-04-08 15:57:10,964 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_31 2016-04-08 15:57:10,964 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_29 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,965 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_29 - remove event too 2016-04-08 15:57:10,965 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_29 2016-04-08 15:57:10,966 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_31 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,966 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_31 - remove event too 2016-04-08 15:57:10,966 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_31 2016-04-08 15:57:10,967 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.29 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,967 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.29 - remove event too 2016-04-08 15:57:10,968 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_onboardpins.29 2016-04-08 15:57:10,968 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_29 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,969 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_29 - remove event too 2016-04-08 15:57:10,969 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_29 2016-04-08 15:57:10,969 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,970 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2016-04-08 15:57:10,970 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown 2016-04-08 15:57:10,971 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_29 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,971 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_29 - remove event too 2016-04-08 15:57:10,972 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_29 2016-04-08 15:57:10,972 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.31 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,972 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.31 - remove event too 2016-04-08 15:57:10,973 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_onboardpins.31 2016-04-08 15:57:10,973 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_31 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,973 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_31 - remove event too 2016-04-08 15:57:10,974 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_31 2016-04-08 15:57:10,974 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.31 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,975 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.31 - remove event too 2016-04-08 15:57:10,975 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_onboardpins.31 2016-04-08 15:57:10,976 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.29 from doorpi.keyboard.from_gpio 2016-04-08 15:57:10,976 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.29 - remove event too 2016-04-08 15:57:10,977 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_onboardpins.29 2016-04-08 15:57:10,977 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed 2016-04-08 15:57:10,978 [TRACE] [doorpi.action.handler] [PQBVZ6] try to fire action > with args () and kwargs {} 2016-04-08 15:57:10,978 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-08 15:57:10,978 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2016-04-08 15:57:10,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x74801650 [0x15c0aa8]) 2016-04-08 15:57:10,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x14438bc 2016-04-08 15:57:10,979 [DEBUG] [doorpi.action.handler] [57TRKE] fire for event OnSipPhoneDestroy this actions [, , ] 2016-04-08 15:57:10,980 [TRACE] [doorpi.action.handler] [57TRKE] try to fire action > with args () and kwargs {} 2016-04-08 15:57:10,980 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-08 15:57:10,980 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2016-04-08 15:57:10,980 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2016-04-08 15:57:10,980 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,981 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2016-04-08 15:57:10,981 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2016-04-08 15:57:10,981 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,981 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2016-04-08 15:57:10,981 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2016-04-08 15:57:10,982 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,982 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2016-04-08 15:57:10,982 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2016-04-08 15:57:10,982 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,982 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2016-04-08 15:57:10,983 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2016-04-08 15:57:10,983 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,983 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2016-04-08 15:57:10,983 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2016-04-08 15:57:10,983 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,984 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2016-04-08 15:57:10,984 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2016-04-08 15:57:10,984 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,984 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2016-04-08 15:57:10,984 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2016-04-08 15:57:10,985 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,985 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2016-04-08 15:57:10,985 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2016-04-08 15:57:10,985 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,986 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2016-04-08 15:57:10,986 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2016-04-08 15:57:10,986 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,986 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2016-04-08 15:57:10,986 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2016-04-08 15:57:10,987 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,987 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2016-04-08 15:57:10,987 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2016-04-08 15:57:10,987 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,987 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2016-04-08 15:57:10,987 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2016-04-08 15:57:10,988 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,988 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2016-04-08 15:57:10,988 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2016-04-08 15:57:10,988 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,988 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2016-04-08 15:57:10,989 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2016-04-08 15:57:10,989 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,989 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2016-04-08 15:57:10,989 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2016-04-08 15:57:10,989 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,990 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2016-04-08 15:57:10,990 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2016-04-08 15:57:10,990 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,990 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2016-04-08 15:57:10,990 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2016-04-08 15:57:10,991 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,991 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2016-04-08 15:57:10,991 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2016-04-08 15:57:10,991 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,991 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2016-04-08 15:57:10,992 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2016-04-08 15:57:10,992 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,992 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2016-04-08 15:57:10,992 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2016-04-08 15:57:10,992 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-04-08 15:57:10,993 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2016-04-08 15:57:10,993 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2016-04-08 15:57:10,993 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2016-04-08 15:57:10,993 [TRACE] [doorpi.action.handler] [57TRKE] try to fire action > with args () and kwargs {} 2016-04-08 15:57:10,994 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-08 15:57:10,994 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-04-08 15:57:10,995 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2016-04-08 15:57:10,995 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-04-08 15:57:10,995 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-04-08 15:57:10,995 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2016-04-08 15:57:10,996 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-04-08 15:57:10,996 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2016-04-08 15:57:10,996 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2016-04-08 15:57:10,996 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-04-08 15:57:10,997 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2016-04-08 15:57:10,997 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2016-04-08 15:57:10,997 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2016-04-08 15:57:10,998 [TRACE] [doorpi.action.handler] [57TRKE] try to fire action > with args () and kwargs {} 2016-04-08 15:57:10,998 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-04-08 15:57:10,998 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2016-04-08 15:57:10,998 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-04-08 15:57:10,999 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2016-04-08 15:57:10,999 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2016-04-08 15:57:10,999 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-04-08 15:57:10,999 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2016-04-08 15:57:10,999 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2016-04-08 15:57:11,000 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2016-04-08 15:57:11,000 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2016-04-08 15:57:11,000 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2016-04-08 15:57:11,000 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2016-04-08 15:57:11,001 [TRACE] [doorpi.action.handler] [57TRKE] finished fire_event for event_name OnSipPhoneDestroy 2016-04-08 15:57:11,001 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2016-04-08 15:57:11,001 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,001 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2016-04-08 15:57:11,001 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2016-04-08 15:57:11,002 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,002 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2016-04-08 15:57:11,002 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2016-04-08 15:57:11,002 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,002 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2016-04-08 15:57:11,003 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2016-04-08 15:57:11,003 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,003 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2016-04-08 15:57:11,003 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2016-04-08 15:57:11,003 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,004 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2016-04-08 15:57:11,004 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2016-04-08 15:57:11,004 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,004 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2016-04-08 15:57:11,004 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2016-04-08 15:57:11,005 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,005 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2016-04-08 15:57:11,005 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2016-04-08 15:57:11,005 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,006 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2016-04-08 15:57:11,006 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2016-04-08 15:57:11,006 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,006 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2016-04-08 15:57:11,006 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2016-04-08 15:57:11,007 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,007 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2016-04-08 15:57:11,007 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2016-04-08 15:57:11,007 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,007 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2016-04-08 15:57:11,008 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2016-04-08 15:57:11,008 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-04-08 15:57:11,008 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2016-04-08 15:57:11,008 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2016-04-08 15:57:11,008 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2016-04-08 15:57:11,009 [TRACE] [doorpi.action.handler] [PQBVZ6] finished fire_event for event_name OnShutdown 2016-04-08 15:57:11,009 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2016-04-08 15:57:11,010 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi