2016-06-15 21:35:24,792 [INFO] [doorpi.main] ___ ___ _ / \___ ___ _ __ / _ (_) VoIP Door-Intercomstation with Raspberry Pi / /\ / _ \ / _ \| '__/ /_)/ | version: 2.5.0.4 / /_// (_) | (_) | | / ___/| | 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-06-15 21:35:24,793 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2016-06-15 21:35:24,794 [DEBUG] [doorpi.doorpi] run 2016-06-15 21:35:24,795 [DEBUG] [doorpi.doorpi] prepare 2016-06-15 21:35:24,795 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2016-06-15 21:35:24,799 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2016-06-15 21:35:24,809 [DEBUG] [doorpi.conf.config_object] __init__ 2016-06-15 21:35:24,809 [TRACE] [doorpi.conf.config_object] get_from_config 2016-06-15 21:35:24,816 [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-06-15 21:35:24,817 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2016-06-15 21:35:24,818 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2016-06-15 21:35:24,821 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2016-06-15 21:35:24,822 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2016-06-15 21:35:24,823 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2016-06-15 21:35:24,823 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2016-06-15 21:35:24,823 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2016-06-15 21:35:24,824 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2016-06-15 21:35:24,824 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2016-06-15 21:35:24,824 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2016-06-15 21:35:24,825 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2016-06-15 21:35:24,825 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2016-06-15 21:35:24,825 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2016-06-15 21:35:24,826 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2016-06-15 21:35:24,826 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2016-06-15 21:35:24,828 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2016-06-15 21:35:24,829 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2016-06-15 21:35:24,832 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2016-06-15 21:35:24,832 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2016-06-15 21:35:24,833 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2016-06-15 21:35:24,833 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2016-06-15 21:35:24,837 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2016-06-15 21:35:24,837 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2016-06-15 21:35:24,838 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2016-06-15 21:35:24,838 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2016-06-15 21:35:24,839 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2016-06-15 21:35:24,839 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2016-06-15 21:35:24,839 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2016-06-15 21:35:24,841 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2016-06-15 21:35:24,841 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2016-06-15 21:35:24,842 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2016-06-15 21:35:24,843 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2016-06-15 21:35:24,844 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2016-06-15 21:35:24,844 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2016-06-15 21:35:24,845 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2016-06-15 21:35:24,846 [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-06-15 21:35:24,847 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2016-06-15 21:35:24,847 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrator'] 2016-06-15 21:35:24,848 [WARNING] [root] section ReadPermission not found in configfile 2016-06-15 21:35:24,848 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2016-06-15 21:35:24,849 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrator'] 2016-06-15 21:35:24,849 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['door'] 2016-06-15 21:35:24,850 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section Group (default: []) returns ['door'] 2016-06-15 21:35:24,850 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_OutputPins', 'onboardpins_keyboard', 'Group', 'keyboards', '[NONE', 'AdminNumbers', 'DTMF', 'SIP-Phone', 'WritePermission', 'AREA_installer', 'EVENT_OnKeyPressed_onboardpins.1', 'EVENT_OnKeyPressed_onboardpins.0', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'onboardpins_InputPins', 'DoorPi'] 2016-06-15 21:35:24,851 [TRACE] [doorpi.conf.config_object] get_list for key administrator in section WritePermission (default: []) returns ['installer'] 2016-06-15 21:35:24,851 [ERROR] [doorpi.status.webserver] no ReadPermission found 2016-06-15 21:35:24,852 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2016-06-15 21:35:24,852 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2016-06-15 21:35:24,853 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2016-06-15 21:35:24,854 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,855 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2016-06-15 21:35:24,856 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,856 [DEBUG] [doorpi.action.handler] [THP7HA] fire for event OnWebServerStart this actions [] 2016-06-15 21:35:24,857 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,857 [TRACE] [doorpi.action.handler] [THP7HA] try to fire action WebServerStartupAction with args () and kwargs {} 2016-06-15 21:35:24,858 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,858 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2016-06-15 21:35:24,859 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,860 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,860 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,860 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,861 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,861 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,862 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,862 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,862 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,863 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,863 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,863 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:24,864 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2016-06-15 21:35:24,864 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2016-06-15 21:35:24,865 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2016-06-15 21:35:24,865 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns piface 2016-06-15 21:35:24,866 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['1', '0'] 2016-06-15 21:35:24,866 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '3'] 2016-06-15 21:35:24,867 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 2000.0 2016-06-15 21:35:24,867 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 0 2016-06-15 21:35:24,868 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2016-06-15 21:35:24,869 [DEBUG] [doorpi.keyboard.from_piface] doorpi.keyboard.from_piface loaded 2016-06-15 21:35:24,917 [DEBUG] [doorpi.keyboard.from_piface] __init__(input_pins = ['1', '0'], output_pins = ['1', '0', '3'], polarity = 0) 2016-06-15 21:35:24,996 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2016-06-15 21:35:24,996 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was added 2016-06-15 21:35:24,997 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:24,997 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2016-06-15 21:35:24,998 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_1 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:24,998 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface 2016-06-15 21:35:24,999 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.1 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:24,999 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2016-06-15 21:35:24,999 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,000 [TRACE] [doorpi.action.handler] register Event OnKeyUp_1 from doorpi.keyboard.from_piface 2016-06-15 21:35:25,000 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_1 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,001 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2016-06-15 21:35:25,001 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.1 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,001 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2016-06-15 21:35:25,002 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,002 [TRACE] [doorpi.action.handler] register Event OnKeyDown_1 from doorpi.keyboard.from_piface 2016-06-15 21:35:25,002 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_1 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,003 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2016-06-15 21:35:25,003 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.1 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,004 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2016-06-15 21:35:25,004 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2016-06-15 21:35:25,004 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2016-06-15 21:35:25,005 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_0 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,005 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface 2016-06-15 21:35:25,005 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.0 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,006 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2016-06-15 21:35:25,006 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2016-06-15 21:35:25,007 [TRACE] [doorpi.action.handler] register Event OnKeyUp_0 from doorpi.keyboard.from_piface 2016-06-15 21:35:25,007 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_0 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,007 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.0 from doorpi.keyboard.from_piface 2016-06-15 21:35:25,008 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.0 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,008 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2016-06-15 21:35:25,009 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2016-06-15 21:35:25,009 [TRACE] [doorpi.action.handler] register Event OnKeyDown_0 from doorpi.keyboard.from_piface 2016-06-15 21:35:25,009 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_0 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,010 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2016-06-15 21:35:25,010 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.0 and registered source doorpi.keyboard.from_piface 2016-06-15 21:35:25,027 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2016-06-15 21:35:25,029 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['1', '0', '3'] 2016-06-15 21:35:25,030 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_OutputPins (default: ) returns tuer1 2016-06-15 21:35:25,030 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_OutputPins (default: ) returns tuer 2016-06-15 21:35:25,031 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section onboardpins_OutputPins (default: ) returns led 2016-06-15 21:35:25,033 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2016-06-15 21:35:25,036 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2016-06-15 21:35:25,039 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2016-06-15 21:35:25,041 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2016-06-15 21:35:25,084 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2016-06-15 21:35:25,086 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2016-06-15 21:35:25,090 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2016-06-15 21:35:25,109 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2016-06-15 21:35:25,116 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2016-06-15 21:35:25,117 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2016-06-15 21:35:25,118 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2016-06-15 21:35:25,121 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2016-06-15 21:35:25,123 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2016-06-15 21:35:25,126 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2016-06-15 21:35:25,128 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2016-06-15 21:35:25,129 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2016-06-15 21:35:25,129 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,130 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2016-06-15 21:35:25,130 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,131 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,131 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,131 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,132 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,132 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,133 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,133 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,133 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,134 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,134 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,134 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,135 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,135 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,135 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,136 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,137 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,137 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,137 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,138 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,138 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,138 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,139 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2016-06-15 21:35:25,139 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2016-06-15 21:35:25,140 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2016-06-15 21:35:25,140 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,141 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2016-06-15 21:35:25,141 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,141 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,142 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,142 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,143 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,143 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,143 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,144 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,144 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,144 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,145 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,145 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,145 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,146 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,147 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,147 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,147 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,148 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,148 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,148 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,149 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,149 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,150 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,150 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['123'] 2016-06-15 21:35:25,150 [TRACE] [doorpi.action.handler] register Event OnDTMF_123 from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,151 [TRACE] [doorpi.action.handler] added event_name OnDTMF_123 and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,151 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,151 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2016-06-15 21:35:25,152 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,152 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,153 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,153 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,153 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,154 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,154 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,155 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,155 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,155 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,156 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,156 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,156 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,157 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,158 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,158 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,159 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,159 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,159 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:25,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2016-06-15 21:35:25,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x75aa6cf8 2016-06-15 21:35:25,163 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:25,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2016-06-15 21:35:25,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x75aa6cf8 2016-06-15 21:35:25,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x74574f60, "(null)", "(null)") 2016-06-15 21:35:25,165 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2016-06-15 21:35:25,166 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2016-06-15 21:35:25,167 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2016-06-15 21:35:25,167 [INFO] [doorpi.sipphone.from_linphone] srtp init 2016-06-15 21:35:25,200 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2016-06-15 21:35:25,313 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2016-06-15 21:35:25,345 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB PnP Sound Device' added 2016-06-15 21:35:25,361 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC1D0p' failed (-2) 2016-06-15 21:35:25,362 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_dmix.c:1022 - unable to open slave 2016-06-15 21:35:25,363 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB Device 0x46d:0x991' added 2016-06-15 21:35:25,365 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC2D0c' failed (-2) 2016-06-15 21:35:25,368 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2016-06-15 21:35:25,368 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2016-06-15 21:35:25,369 [INFO] [doorpi.sipphone.from_linphone] Webcam V4L2: /dev/video0 added 2016-06-15 21:35:25,370 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2016-06-15 21:35:25,370 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2016-06-15 21:35:25,371 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2016-06-15 21:35:25,371 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2016-06-15 21:35:25,372 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2016-06-15 21:35:25,372 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x12aba80] registered on core [0x12ab500] 2016-06-15 21:35:25,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x12aba80, 1, "Starting up") 2016-06-15 21:35:25,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2016-06-15 21:35:25,373 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [global_state_changed] 2016-06-15 21:35:25,374 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2016-06-15 21:35:25,374 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2016-06-15 21:35:25,375 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2016-06-15 21:35:25,375 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2016-06-15 21:35:25,376 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2016-06-15 21:35:25,376 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-06-15 21:35:25,377 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-06-15 21:35:25,377 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2016-06-15 21:35:25,377 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2016-06-15 21:35:25,378 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2016-06-15 21:35:25,378 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2016-06-15 21:35:25,379 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2016-06-15 21:35:25,379 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2016-06-15 21:35:25,380 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2016-06-15 21:35:25,380 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2016-06-15 21:35:25,380 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2016-06-15 21:35:25,381 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2016-06-15 21:35:25,381 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2016-06-15 21:35:25,382 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2016-06-15 21:35:25,382 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2016-06-15 21:35:25,382 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2016-06-15 21:35:25,383 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2016-06-15 21:35:25,383 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2016-06-15 21:35:25,384 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-06-15 21:35:25,384 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-06-15 21:35:25,385 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-06-15 21:35:25,385 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-06-15 21:35:25,385 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-06-15 21:35:25,386 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-06-15 21:35:25,386 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-06-15 21:35:25,387 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-06-15 21:35:25,387 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-06-15 21:35:25,388 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-06-15 21:35:25,388 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2016-06-15 21:35:25,388 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2016-06-15 21:35:25,389 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2016-06-15 21:35:25,389 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-06-15 21:35:25,390 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-06-15 21:35:25,390 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-06-15 21:35:25,390 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-06-15 21:35:25,391 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-06-15 21:35:25,391 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-06-15 21:35:25,392 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2016-06-15 21:35:25,392 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2016-06-15 21:35:25,392 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2016-06-15 21:35:25,393 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2016-06-15 21:35:25,393 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2016-06-15 21:35:25,394 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2016-06-15 21:35:25,394 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2016-06-15 21:35:25,394 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2016-06-15 21:35:25,395 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2016-06-15 21:35:25,395 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2016-06-15 21:35:25,396 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2016-06-15 21:35:25,396 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2016-06-15 21:35:25,397 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2016-06-15 21:35:25,397 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2016-06-15 21:35:25,397 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2016-06-15 21:35:25,398 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2016-06-15 21:35:25,398 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2016-06-15 21:35:25,399 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2016-06-15 21:35:25,399 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2016-06-15 21:35:25,400 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2016-06-15 21:35:25,400 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2016-06-15 21:35:25,400 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2016-06-15 21:35:25,401 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2016-06-15 21:35:25,401 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2016-06-15 21:35:25,402 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2016-06-15 21:35:25,402 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2016-06-15 21:35:25,402 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2016-06-15 21:35:25,403 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2016-06-15 21:35:25,403 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2016-06-15 21:35:25,404 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2016-06-15 21:35:25,404 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2016-06-15 21:35:25,405 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2016-06-15 21:35:25,405 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2016-06-15 21:35:25,405 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2016-06-15 21:35:25,406 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2016-06-15 21:35:25,406 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2016-06-15 21:35:25,407 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2016-06-15 21:35:25,407 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2016-06-15 21:35:25,408 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2016-06-15 21:35:25,408 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2016-06-15 21:35:25,408 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2016-06-15 21:35:25,409 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-06-15 21:35:25,409 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-06-15 21:35:25,410 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-06-15 21:35:25,410 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-06-15 21:35:25,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x12aba80, 2, "(null)") 2016-06-15 21:35:25,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2016-06-15 21:35:25,412 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [configuring_status] 2016-06-15 21:35:25,412 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2016-06-15 21:35:25,412 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2016-06-15 21:35:25,413 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2016-06-15 21:35:25,413 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2016-06-15 21:35:25,414 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2016-06-15 21:35:25,414 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-06-15 21:35:25,415 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-06-15 21:35:25,415 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2016-06-15 21:35:25,415 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2016-06-15 21:35:25,416 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2016-06-15 21:35:25,417 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2016-06-15 21:35:25,417 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2016-06-15 21:35:25,417 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2016-06-15 21:35:25,418 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2016-06-15 21:35:25,418 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2016-06-15 21:35:25,419 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2016-06-15 21:35:25,419 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2016-06-15 21:35:25,420 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2016-06-15 21:35:25,420 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2016-06-15 21:35:25,420 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2016-06-15 21:35:25,421 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-06-15 21:35:25,421 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-06-15 21:35:25,422 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2016-06-15 21:35:25,422 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x12ad398] on [sip:0.0.0.0:5060;transport=UDP] 2016-06-15 21:35:25,423 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x12ad4e0] on [sip:0.0.0.0:5060;transport=TCP] 2016-06-15 21:35:25,423 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x12ad780] on [sip:0.0.0.0:-1;transport=TLS] 2016-06-15 21:35:25,424 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 36804 2016-06-15 21:35:25,424 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-06-15 21:35:25,425 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-06-15 21:35:25,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x12aba80, 2, "Ready") 2016-06-15 21:35:25,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2016-06-15 21:35:25,430 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [global_state_changed] 2016-06-15 21:35:25,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x75aa6cf8 2016-06-15 21:35:25,431 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2016-06-15 21:35:25,431 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x75aa6cf8 [0x12aba80], "DoorPi ") 2016-06-15 21:35:25,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2016-06-15 21:35:25,433 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2016-06-15 21:35:25,435 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2016-06-15 21:35:25,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x75aa6cf8 [0x12aba80], 2) 2016-06-15 21:35:25,436 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-06-15 21:35:25,436 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2016-06-15 21:35:25,438 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns True 2016-06-15 21:35:25,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x75aa6cf8 [0x12aba80], 0x2e0620 [1]) 2016-06-15 21:35:25,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2016-06-15 21:35:25,439 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2016-06-15 21:35:25,439 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2016-06-15 21:35:25,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2016-06-15 21:35:25,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x75aa6d10 2016-06-15 21:35:25,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x75aa6cf8 [0x12aba80], 0x75aa6d10 [0x75aa6d18]) 2016-06-15 21:35:25,442 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x12ad398] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2016-06-15 21:35:25,442 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x12ad4e0] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2016-06-15 21:35:25,443 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x12ad780] on [sip:0.0.0.0:36804;transport=TLS] destroyed 2016-06-15 21:35:25,444 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2016-06-15 21:35:25,444 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x12c1340] on [sip:0.0.0.0:5060;transport=UDP] 2016-06-15 21:35:25,445 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x12ad5a8] on [sip:0.0.0.0:5060;transport=TCP] 2016-06-15 21:35:25,445 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x12c3138] on [sip:0.0.0.0:-1;transport=TLS] 2016-06-15 21:35:25,446 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 45326 2016-06-15 21:35:25,446 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-06-15 21:35:25,447 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-06-15 21:35:25,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2016-06-15 21:35:25,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x75aa6d10) 2016-06-15 21:35:25,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2016-06-15 21:35:25,449 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns True 2016-06-15 21:35:25,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x75aa6cf8 [0x12aba80], 0x2e0620 [1]) 2016-06-15 21:35:25,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2016-06-15 21:35:25,450 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2016-06-15 21:35:25,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x75aa6cf8 [0x12aba80], "") 2016-06-15 21:35:25,452 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2016-06-15 21:35:25,452 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2016-06-15 21:35:25,453 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2016-06-15 21:35:25,454 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2016-06-15 21:35:25,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2016-06-15 21:35:25,455 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2016-06-15 21:35:25,455 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2016-06-15 21:35:25,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x75aa6cf8 [0x12aba80], 0) 2016-06-15 21:35:25,456 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-06-15 21:35:25,457 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-06-15 21:35:25,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2016-06-15 21:35:25,459 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2016-06-15 21:35:25,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x75aa6cf8 [0x12aba80], 120) 2016-06-15 21:35:25,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2016-06-15 21:35:25,461 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2016-06-15 21:35:25,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x75aa6cf8 [0x12aba80], 15) 2016-06-15 21:35:25,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2016-06-15 21:35:25,462 [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-06-15 21:35:25,464 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2016-06-15 21:35:25,464 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2016-06-15 21:35:25,466 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2016-06-15 21:35:25,467 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:25,467 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2016-06-15 21:35:25,468 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:25,468 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:25,469 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:25,469 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:25,469 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2016-06-15 21:35:25,470 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2016-06-15 21:35:25,470 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2016-06-15 21:35:25,471 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2016-06-15 21:35:25,471 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2016-06-15 21:35:25,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x75aa6cf8 [0x12aba80], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2016-06-15 21:35:25,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2016-06-15 21:35:25,474 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:25,474 [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-06-15 21:35:25,475 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2016-06-15 21:35:25,476 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-06-15 21:35:25,476 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2016-06-15 21:35:25,477 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2016-06-15 21:35:25,477 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2016-06-15 21:35:25,478 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2016-06-15 21:35:25,478 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-06-15 21:35:25,478 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2016-06-15 21:35:25,479 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2016-06-15 21:35:25,479 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2016-06-15 21:35:25,480 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2016-06-15 21:35:25,480 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2016-06-15 21:35:25,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x745813a0 2016-06-15 21:35:25,483 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-06-15 21:35:25,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x7457bc80 2016-06-15 21:35:25,485 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB Device 0x46d:0x991 2016-06-15 21:35:25,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x75aa6cf8 [0x12aba80], "ALSA: USB Device 0x46d:0x991") 2016-06-15 21:35:25,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2016-06-15 21:35:25,486 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7457bc50 2016-06-15 21:35:25,487 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB PnP Sound Device 2016-06-15 21:35:25,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x75aa6cf8 [0x12aba80], "ALSA: USB PnP Sound Device") 2016-06-15 21:35:25,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2016-06-15 21:35:25,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74581288 2016-06-15 21:35:25,489 [INFO] [doorpi.sipphone.from_linphone] found 4 possible sounddevices: 2016-06-15 21:35:25,490 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2016-06-15 21:35:25,491 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-06-15 21:35:25,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74581288 2016-06-15 21:35:25,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75aa6cf8 [0x12aba80], "ALSA: default device") 2016-06-15 21:35:25,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-06-15 21:35:25,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75aa6cf8 [0x12aba80], "ALSA: default device") 2016-06-15 21:35:25,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-06-15 21:35:25,494 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2016-06-15 21:35:25,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75aa6cf8 [0x12aba80], "ALSA: USB PnP Sound Device") 2016-06-15 21:35:25,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-06-15 21:35:25,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75aa6cf8 [0x12aba80], "ALSA: USB PnP Sound Device") 2016-06-15 21:35:25,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-06-15 21:35:25,496 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB PnP Sound Device 2016-06-15 21:35:25,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75aa6cf8 [0x12aba80], "ALSA: USB Device 0x46d:0x991") 2016-06-15 21:35:25,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-06-15 21:35:25,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75aa6cf8 [0x12aba80], "ALSA: USB Device 0x46d:0x991") 2016-06-15 21:35:25,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0614 2016-06-15 21:35:25,498 [DEBUG] [doorpi.sipphone.from_linphone] | X | O | ALSA: USB Device 0x46d:0x991 2016-06-15 21:35:25,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x75aa6cf8 [0x12aba80], "ALSA: bcm2835 ALSA") 2016-06-15 21:35:25,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0614 2016-06-15 21:35:25,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x75aa6cf8 [0x12aba80], "ALSA: bcm2835 ALSA") 2016-06-15 21:35:25,500 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-06-15 21:35:25,500 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2016-06-15 21:35:25,501 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-06-15 21:35:25,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x745796e8 2016-06-15 21:35:25,502 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: USB Device 0x46d:0x991 2016-06-15 21:35:25,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x7457bd70 2016-06-15 21:35:25,503 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: USB PnP Sound Device 2016-06-15 21:35:25,503 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2016-06-15 21:35:25,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x12ac6a0) 2016-06-15 21:35:25,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-06-15 21:35:25,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ccf450 2016-06-15 21:35:25,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-06-15 21:35:25,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ccf450 2016-06-15 21:35:25,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ccf450 2016-06-15 21:35:25,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x12ac6f8) 2016-06-15 21:35:25,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-06-15 21:35:25,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ccf440 2016-06-15 21:35:25,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-06-15 21:35:25,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ccf440 2016-06-15 21:35:25,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ccf440 2016-06-15 21:35:25,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x12ac760) 2016-06-15 21:35:25,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-06-15 21:35:25,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ccf460 2016-06-15 21:35:25,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-06-15 21:35:25,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ccf460 2016-06-15 21:35:25,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ccf460 2016-06-15 21:35:25,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x12ac7c8) 2016-06-15 21:35:25,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-06-15 21:35:25,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ccf470 2016-06-15 21:35:25,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-06-15 21:35:25,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ccf470 2016-06-15 21:35:25,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ccf470 2016-06-15 21:35:25,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x12ac820) 2016-06-15 21:35:25,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-06-15 21:35:25,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ccf480 2016-06-15 21:35:25,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-06-15 21:35:25,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ccf480 2016-06-15 21:35:25,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ccf480 2016-06-15 21:35:25,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x12ac878) 2016-06-15 21:35:25,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-06-15 21:35:25,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ccf490 2016-06-15 21:35:25,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-06-15 21:35:25,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ccf490 2016-06-15 21:35:25,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ccf490 2016-06-15 21:35:25,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x12ac8d0) 2016-06-15 21:35:25,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-06-15 21:35:25,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ccf4a0 2016-06-15 21:35:25,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-06-15 21:35:25,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ccf4a0 2016-06-15 21:35:25,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ccf4a0 2016-06-15 21:35:25,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x12ac928) 2016-06-15 21:35:25,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-06-15 21:35:25,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ccf4b0 2016-06-15 21:35:25,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-06-15 21:35:25,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ccf4b0 2016-06-15 21:35:25,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ccf4b0 2016-06-15 21:35:25,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x12ad110) 2016-06-15 21:35:25,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-06-15 21:35:25,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ccf4c0 2016-06-15 21:35:25,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-06-15 21:35:25,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ccf4c0 2016-06-15 21:35:25,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ccf4c0 2016-06-15 21:35:25,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x12ad168) 2016-06-15 21:35:25,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-06-15 21:35:25,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ccf4d0 2016-06-15 21:35:25,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-06-15 21:35:25,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ccf4d0 2016-06-15 21:35:25,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ccf4d0 2016-06-15 21:35:25,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x74581418 2016-06-15 21:35:25,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf450 [0x12ac6a0]) 2016-06-15 21:35:25,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457c920 2016-06-15 21:35:25,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf450 [0x12ac6a0]) 2016-06-15 21:35:25,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457c920 2016-06-15 21:35:25,531 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2016-06-15 21:35:25,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75aa6cf8 [0x12aba80], 0x76ccf450 [0x12ac6a0], 0x2e0614 [0]) 2016-06-15 21:35:25,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x11108bc 2016-06-15 21:35:25,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf440 [0x12ac6f8]) 2016-06-15 21:35:25,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457cb20 2016-06-15 21:35:25,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf440 [0x12ac6f8]) 2016-06-15 21:35:25,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457cb20 2016-06-15 21:35:25,534 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-06-15 21:35:25,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75aa6cf8 [0x12aba80], 0x76ccf440 [0x12ac6f8], 0x2e0614 [0]) 2016-06-15 21:35:25,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x11108bc 2016-06-15 21:35:25,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf460 [0x12ac760]) 2016-06-15 21:35:25,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457c920 2016-06-15 21:35:25,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf460 [0x12ac760]) 2016-06-15 21:35:25,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457c920 2016-06-15 21:35:25,537 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-06-15 21:35:25,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75aa6cf8 [0x12aba80], 0x76ccf460 [0x12ac760], 0x2e0614 [0]) 2016-06-15 21:35:25,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x11108bc 2016-06-15 21:35:25,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf470 [0x12ac7c8]) 2016-06-15 21:35:25,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457cb20 2016-06-15 21:35:25,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf470 [0x12ac7c8]) 2016-06-15 21:35:25,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457cb20 2016-06-15 21:35:25,540 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2016-06-15 21:35:25,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75aa6cf8 [0x12aba80], 0x76ccf470 [0x12ac7c8], 0x2e0620 [1]) 2016-06-15 21:35:25,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x11108bc 2016-06-15 21:35:25,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf480 [0x12ac820]) 2016-06-15 21:35:25,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457c920 2016-06-15 21:35:25,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf480 [0x12ac820]) 2016-06-15 21:35:25,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457c920 2016-06-15 21:35:25,543 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2016-06-15 21:35:25,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75aa6cf8 [0x12aba80], 0x76ccf480 [0x12ac820], 0x2e0620 [1]) 2016-06-15 21:35:25,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x11108bc 2016-06-15 21:35:25,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf490 [0x12ac878]) 2016-06-15 21:35:25,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75aa6d10 2016-06-15 21:35:25,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf490 [0x12ac878]) 2016-06-15 21:35:25,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75aa6d10 2016-06-15 21:35:25,547 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2016-06-15 21:35:25,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75aa6cf8 [0x12aba80], 0x76ccf490 [0x12ac878], 0x2e0614 [0]) 2016-06-15 21:35:25,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x11108bc 2016-06-15 21:35:25,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf4a0 [0x12ac8d0]) 2016-06-15 21:35:25,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457c920 2016-06-15 21:35:25,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf4a0 [0x12ac8d0]) 2016-06-15 21:35:25,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457c920 2016-06-15 21:35:25,550 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2016-06-15 21:35:25,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75aa6cf8 [0x12aba80], 0x76ccf4a0 [0x12ac8d0], 0x2e0614 [0]) 2016-06-15 21:35:25,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x11108bc 2016-06-15 21:35:25,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf4b0 [0x12ac928]) 2016-06-15 21:35:25,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457cb20 2016-06-15 21:35:25,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf4b0 [0x12ac928]) 2016-06-15 21:35:25,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x7457cb20 2016-06-15 21:35:25,553 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-06-15 21:35:25,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75aa6cf8 [0x12aba80], 0x76ccf4b0 [0x12ac928], 0x2e0614 [0]) 2016-06-15 21:35:25,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x11108bc 2016-06-15 21:35:25,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf4c0 [0x12ad110]) 2016-06-15 21:35:25,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75aa6d10 2016-06-15 21:35:25,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf4c0 [0x12ad110]) 2016-06-15 21:35:25,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75aa6d10 2016-06-15 21:35:25,556 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2016-06-15 21:35:25,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75aa6cf8 [0x12aba80], 0x76ccf4c0 [0x12ad110], 0x2e0614 [0]) 2016-06-15 21:35:25,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x11108bc 2016-06-15 21:35:25,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf4d0 [0x12ad168]) 2016-06-15 21:35:25,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75aa6d10 2016-06-15 21:35:25,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf4d0 [0x12ad168]) 2016-06-15 21:35:25,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75aa6d10 2016-06-15 21:35:25,559 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2016-06-15 21:35:25,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75aa6cf8 [0x12aba80], 0x76ccf4d0 [0x12ad168], 0x2e0614 [0]) 2016-06-15 21:35:25,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x11108bc 2016-06-15 21:35:25,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x745813a0 2016-06-15 21:35:25,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x745813a0 2016-06-15 21:35:25,562 [INFO] [doorpi.sipphone.from_linphone] found 2 possible videodevices: 2016-06-15 21:35:25,563 [DEBUG] [doorpi.sipphone.from_linphone] | name 2016-06-15 21:35:25,563 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-06-15 21:35:25,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x745813a0 2016-06-15 21:35:25,564 [DEBUG] [doorpi.sipphone.from_linphone] | V4L2: /dev/video0 2016-06-15 21:35:25,565 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2016-06-15 21:35:25,565 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-06-15 21:35:25,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x745813a0 2016-06-15 21:35:25,567 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: V4L2: /dev/video0) returns V4L2: /dev/video0 2016-06-15 21:35:25,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x745813a0 2016-06-15 21:35:25,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x75aa6cf8 [0x12aba80], 0x2e0620 [1]) 2016-06-15 21:35:25,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2016-06-15 21:35:25,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x75aa6cf8 [0x12aba80], "V4L2: /dev/video0") 2016-06-15 21:35:25,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2016-06-15 21:35:25,570 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2016-06-15 21:35:25,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x75aa6cf8 [0x12aba80], "vga") 2016-06-15 21:35:25,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2016-06-15 21:35:25,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x74581548 2016-06-15 21:35:25,572 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: V4L2: /dev/video0 2016-06-15 21:35:25,572 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2016-06-15 21:35:25,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x12b34b0) 2016-06-15 21:35:25,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-06-15 21:35:25,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76ccf4e0 2016-06-15 21:35:25,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-06-15 21:35:25,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76ccf4e0 2016-06-15 21:35:25,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76ccf4e0 2016-06-15 21:35:25,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x745813c8 2016-06-15 21:35:25,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf4e0 [0x12b34b0]) 2016-06-15 21:35:25,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75aa6d10 2016-06-15 21:35:25,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2e0620 2016-06-15 21:35:25,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76ccf4e0 [0x12b34b0]) 2016-06-15 21:35:25,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x75aa6d10 2016-06-15 21:35:25,579 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2016-06-15 21:35:25,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x75aa6cf8 [0x12aba80], 0x76ccf4e0 [0x12b34b0], 0x2e0620 [1]) 2016-06-15 21:35:25,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x11108bc 2016-06-15 21:35:25,580 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.178.1 2016-06-15 21:35:25,580 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns 620 2016-06-15 21:35:25,581 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: 620) returns ******* 2016-06-15 21:35:25,582 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.178.1) returns 2016-06-15 21:35:25,582 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2016-06-15 21:35:25,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:25,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x12e9f18) 2016-06-15 21:35:25,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2016-06-15 21:35:25,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76ccf4f0 2016-06-15 21:35:25,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2016-06-15 21:35:25,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76ccf4f0 2016-06-15 21:35:25,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76ccf4f0 2016-06-15 21:35:25,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76ccf4f0 2016-06-15 21:35:25,586 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2016-06-15 21:35:25,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2016-06-15 21:35:25,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x12bf808) 2016-06-15 21:35:25,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-06-15 21:35:25,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ccf500 2016-06-15 21:35:25,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-06-15 21:35:25,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ccf500 2016-06-15 21:35:25,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ccf500 2016-06-15 21:35:25,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76ccf500 2016-06-15 21:35:25,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76ccf4f0 [0x12e9f18], 0x76ccf500 [0x12bf808]) 2016-06-15 21:35:25,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2016-06-15 21:35:25,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76ccf4f0 [0x12e9f18], "sip:192.168.178.1") 2016-06-15 21:35:25,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2016-06-15 21:35:25,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76ccf4f0 [0x12e9f18], 0x2e0620 [1]) 2016-06-15 21:35:25,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2016-06-15 21:35:25,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x75aa6cf8 [0x12aba80], 0x76ccf4f0 [0x12e9f18]) 2016-06-15 21:35:25,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x11108bc 2016-06-15 21:35:25,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x75aa6cf8 [0x12aba80], 0x76ccf4f0 [0x12e9f18]) 2016-06-15 21:35:25,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2016-06-15 21:35:25,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x75aa6cf8 [0x12aba80], "620", "(null)", "raspberry", "(null)", "(null)", "") 2016-06-15 21:35:25,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x12ea118) 2016-06-15 21:35:25,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2016-06-15 21:35:25,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76ccf510 2016-06-15 21:35:25,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2016-06-15 21:35:25,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76ccf510 2016-06-15 21:35:25,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76ccf510 2016-06-15 21:35:25,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76ccf510 2016-06-15 21:35:25,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x75aa6cf8 [0x12aba80], 0x76ccf510 [0x12ea118]) 2016-06-15 21:35:25,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2016-06-15 21:35:25,601 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2016-06-15 21:35:25,602 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnKeyPressed_onboardpins.1', 'EVENT_OnKeyPressed_onboardpins.0', 'EVENT_OnStartup'] 2016-06-15 21:35:25,602 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyPressed_onboardpins.1' in configfile 2016-06-15 21:35:25,603 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyPressed_onboardpins.1 returns ['10'] 2016-06-15 21:35:25,603 [INFO] [doorpi.doorpi] registering action '10' for event 'OnKeyPressed_onboardpins.1' 2016-06-15 21:35:25,604 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnKeyPressed_onboardpins.1 (default: ) returns take_snapshot:http://192.168.178.64:9000/?action=snapshot 2016-06-15 21:35:25,608 [DEBUG] [doorpi.action.SingleActions.take_snapshot] doorpi.action.SingleActions.take_snapshot loaded 2016-06-15 21:35:25,609 [TRACE] [doorpi.conf.config_object] get_string for key snapshot_path in section DoorPi (default: /tmp) returns !BASEPATH!/../DoorPiWeb/snapshots/ 2016-06-15 21:35:25,611 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb/snapshots/" to "/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/" 2016-06-15 21:35:25,611 [TRACE] [doorpi.action.handler] action SnapShotAction with args () and kwargs {'url': 'http://192.168.178.64:9000/?action=snapshot', 'snapshot_path': '/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/'} was added to new evententry OnKeyPressed_onboardpins.1 2016-06-15 21:35:25,612 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyPressed_onboardpins.0' in configfile 2016-06-15 21:35:25,612 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyPressed_onboardpins.0 returns ['10'] 2016-06-15 21:35:25,613 [INFO] [doorpi.doorpi] registering action '10' for event 'OnKeyPressed_onboardpins.0' 2016-06-15 21:35:25,613 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnKeyPressed_onboardpins.0 (default: ) returns take_snapshot:http://192.168.178.64:9000/?action=snapshot 2016-06-15 21:35:25,614 [TRACE] [doorpi.conf.config_object] get_string for key snapshot_path in section DoorPi (default: /tmp) returns !BASEPATH!/../DoorPiWeb/snapshots/ 2016-06-15 21:35:25,615 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb/snapshots/" to "/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/" 2016-06-15 21:35:25,616 [TRACE] [doorpi.action.handler] action SnapShotAction with args () and kwargs {'url': 'http://192.168.178.64:9000/?action=snapshot', 'snapshot_path': '/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/'} was added to new evententry OnKeyPressed_onboardpins.0 2016-06-15 21:35:25,616 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2016-06-15 21:35:25,617 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2016-06-15 21:35:25,617 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2016-06-15 21:35:25,617 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2016-06-15 21:35:25,619 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2016-06-15 21:35:25,619 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2016-06-15 21:35:25,620 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section onboardpins_InputPins (default: ) returns call:620 2016-06-15 21:35:25,621 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2016-06-15 21:35:25,622 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '620'} was added to event OnKeyPressed_onboardpins.1 2016-06-15 21:35:25,622 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section onboardpins_InputPins (default: ) returns call:610 2016-06-15 21:35:25,623 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '610'} was added to event OnKeyPressed_onboardpins.0 2016-06-15 21:35:25,623 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['123'] 2016-06-15 21:35:25,624 [TRACE] [doorpi.conf.config_object] get_string for key 123 in section DTMF (default: ) returns out:tuer1,1,0,3 2016-06-15 21:35:25,625 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2016-06-15 21:35:25,626 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2016-06-15 21:35:25,627 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'tuer1', 'start_value': '1'} was added to new evententry OnDTMF_123 2016-06-15 21:35:25,627 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns 2016-06-15 21:35:25,628 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2016-06-15 21:35:25,630 [DEBUG] [doorpi.action.handler] [0Y5TIQ] fire for event OnStartup this actions [] 2016-06-15 21:35:25,630 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2016-06-15 21:35:25,631 [TRACE] [doorpi.action.handler] [0Y5TIQ] try to fire action SleepAction with args (1.0,) and kwargs {} 2016-06-15 21:35:25,632 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2016-06-15 21:35:26,634 [TRACE] [doorpi.action.handler] [0Y5TIQ] finished fire_event for event_name OnStartup 2016-06-15 21:35:26,635 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2016-06-15 21:35:26,637 [INFO] [doorpi.doorpi] DoorPi started successfully 2016-06-15 21:35:26,637 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2016-06-15 21:35:26,638 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2016-06-15 21:35:26,638 [INFO] [doorpi.doorpi] Weburl is http://raspberrypi/ 2016-06-15 21:35:26,640 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2016-06-15 21:35:26,640 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2016-06-15 21:35:26,641 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.178.64 2016-06-15 21:35:26,641 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2016-06-15 21:35:26,642 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2016-06-15 21:35:26,643 [INFO] [doorpi.sipphone.from_linphone] 192.168.178.1 2016-06-15 21:35:26,644 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2016-06-15 21:35:26,645 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2016-06-15 21:35:26,646 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x12e9f18] about to register (LinphoneCore version: 3.9.0) 2016-06-15 21:35:26,653 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2016-06-15 21:35:26,654 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: starting resolution of 192.168.178.1 2016-06-15 21:35:26,654 [INFO] [doorpi.sipphone.from_linphone] channel 0x12c40a0: state RES_IN_PROGRESS 2016-06-15 21:35:26,655 [INFO] [doorpi.sipphone.from_linphone] transaction [0x12eefb8] channel state changed to [RES_IN_PROGRESS] 2016-06-15 21:35:26,655 [INFO] [doorpi.sipphone.from_linphone] channel 0x12c40a0: state RES_DONE 2016-06-15 21:35:26,655 [INFO] [doorpi.sipphone.from_linphone] transaction [0x12eefb8] channel state changed to [RES_DONE] 2016-06-15 21:35:26,656 [INFO] [doorpi.sipphone.from_linphone] channel 0x12c40a0: state CONNECTING 2016-06-15 21:35:26,656 [INFO] [doorpi.sipphone.from_linphone] transaction [0x12eefb8] channel state changed to [CONNECTING] 2016-06-15 21:35:26,657 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.178.1:5060] 2016-06-15 21:35:26,657 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2016-06-15 21:35:26,658 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.178.64:5060 2016-06-15 21:35:26,658 [INFO] [doorpi.sipphone.from_linphone] channel 0x12c40a0: state READY 2016-06-15 21:35:26,659 [INFO] [doorpi.sipphone.from_linphone] transaction [0x12eefb8] channel state changed to [READY] 2016-06-15 21:35:26,659 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x12eefb8], from state [INIT] to [TRYING] 2016-06-15 21:35:26,660 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: message sent to [UDP://192.168.178.1:5060], size: [514] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.64:5060;branch=z9hG4bK.E29tyP3rU;rport From: "DoorPi" ;tag=MS2NF7qRr To: "DoorPi" CSeq: 20 REGISTER Call-ID: vTtaf5iqsq 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-06-15 21:35:26,661 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2016-06-15 21:35:26,661 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x12f0858] takes ownership of transaction [0x12eefb8] 2016-06-15 21:35:26,662 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x12e9f18] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2016-06-15 21:35:26,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x12aba80, 0x12e9f18, 1, "Registration in progress") 2016-06-15 21:35:26,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2016-06-15 21:35:26,663 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [registration_state_changed] 2016-06-15 21:35:26,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x12aba80, 0x1) 2016-06-15 21:35:26,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2016-06-15 21:35:26,715 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [network_reachable] 2016-06-15 21:35:26,716 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: received [366] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.64:5060;branch=z9hG4bK.E29tyP3rU;rport=5060 From: "DoorPi" ;tag=MS2NF7qRr To: "DoorPi" ;tag=0994A74EDE7988EB Call-ID: vTtaf5iqsq CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="E09C6919EF51ADE5" User-Agent: FRITZ!OS Content-Length: 0 2016-06-15 21:35:26,724 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] [366] bytes parsed 2016-06-15 21:35:26,725 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: discovered public ip and port are [192.168.178.64:5060] 2016-06-15 21:35:26,726 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-06-15 21:35:26,726 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x12eefb8], from state [TRYING] to [COMPLETED] 2016-06-15 21:35:26,727 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=620, realm= 2016-06-15 21:35:26,727 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [620] realm [fritz.box] 2016-06-15 21:35:26,728 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x12dca30], from state [INIT] to [TRYING] 2016-06-15 21:35:26,729 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: message sent to [UDP://192.168.178.1:5060], size: [669] bytes REGISTER sip:192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.64:5060;branch=z9hG4bK.P4Py6vvJ6;rport From: "DoorPi" ;tag=MS2NF7qRr To: "DoorPi" CSeq: 21 REGISTER Call-ID: vTtaf5iqsq 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="E09C6919EF51ADE5", username="620", uri="sip:192.168.178.1", response="e43bdc919e3c97605a855a6945bba26c" 2016-06-15 21:35:26,730 [INFO] [doorpi.sipphone.from_linphone] resolved to 192.168.178.1 2016-06-15 21:35:26,730 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2016-06-15 21:35:26,782 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: received [683] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.64:5060;branch=z9hG4bK.P4Py6vvJ6;rport=5060 From: "DoorPi" ;tag=MS2NF7qRr To: "DoorPi" ;tag=513AE467EED25530 Call-ID: vTtaf5iqsq CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.51 (Apr 11 2016) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer,reg Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 0 2016-06-15 21:35:26,793 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] [683] bytes parsed 2016-06-15 21:35:26,794 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-06-15 21:35:26,795 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x12dca30], from state [TRYING] to [COMPLETED] 2016-06-15 21:35:26,795 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x12f0858]: has no contact for request [0x12e17d0]. 2016-06-15 21:35:26,796 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2016-06-15 21:35:26,796 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.178.1] 2016-06-15 21:35:26,797 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x12e9f18] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2016-06-15 21:35:26,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x12aba80, 0x12e9f18, 2, "Registration successful") 2016-06-15 21:35:26,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2016-06-15 21:35:26,798 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [registration_state_changed] 2016-06-15 21:35:31,763 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x12eefb8], from state [COMPLETED] to [TERMINATED] 2016-06-15 21:35:31,764 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x12eefb8] terminated 2016-06-15 21:35:31,816 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x12dca30], from state [COMPLETED] to [TERMINATED] 2016-06-15 21:35:31,817 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x12dca30] terminated 2016-06-15 21:35:36,404 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_piface asyncron 2016-06-15 21:35:36,406 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_0 from doorpi.keyboard.from_piface asyncron 2016-06-15 21:35:36,409 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_piface 2016-06-15 21:35:36,410 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface asyncron 2016-06-15 21:35:36,411 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_0 - skip fire_event OnKeyDown_0 from doorpi.keyboard.from_piface 2016-06-15 21:35:36,413 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_piface asyncron 2016-06-15 21:35:36,414 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.0 - skip fire_event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2016-06-15 21:35:36,415 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_0 from doorpi.keyboard.from_piface asyncron 2016-06-15 21:35:36,416 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_piface 2016-06-15 21:35:36,418 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface asyncron 2016-06-15 21:35:36,419 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_0 - skip fire_event OnKeyPressed_0 from doorpi.keyboard.from_piface 2016-06-15 21:35:36,421 [DEBUG] [doorpi.action.handler] [ND1URF] fire for event OnKeyPressed_onboardpins.0 this actions [, ] 2016-06-15 21:35:36,421 [TRACE] [doorpi.action.handler] [ND1URF] try to fire action SnapShotAction with args () and kwargs {'url': 'http://192.168.178.64:9000/?action=snapshot', 'snapshot_path': '/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/'} 2016-06-15 21:35:36,422 [TRACE] [doorpi.action.base] run SnapShotAction with args () and kwargs {'url': 'http://192.168.178.64:9000/?action=snapshot', 'snapshot_path': '/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/'} 2016-06-15 21:35:36,630 [TRACE] [doorpi.conf.config_object] get_integer for key number_of_snapshots in section DoorPi (default: 10) returns 10 2016-06-15 21:35:36,657 [INFO] [requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 192.168.178.64 2016-06-15 21:35:36,785 [DEBUG] [requests.packages.urllib3.connectionpool] "GET /?action=snapshot HTTP/1.1" 200 None 2016-06-15 21:35:37,672 [DEBUG] [doorpi.conf.config_object] overwrite key last_snapshot in section DoorPi from '/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/2016-06-15_21-20-36.jpg' to '/usr/local/etc/DoorPi/../DoorPiWeb/snapshots/2016-06-15_21-35-36.jpg' 2016-06-15 21:35:37,674 [TRACE] [doorpi.action.handler] [ND1URF] try to fire action CallAction with args () and kwargs {'number': '610'} 2016-06-15 21:35:37,674 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '610'} 2016-06-15 21:35:37,675 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-06-15 21:35:37,676 [DEBUG] [doorpi.sipphone.from_linphone] call (610) 2016-06-15 21:35:37,677 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2016-06-15 21:35:37,678 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-06-15 21:35:37,678 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2016-06-15 19:35:37.678564 2016-06-15 21:35:37,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x75aa6cf8 [0x12aba80], 0x2d7824 [(nil)]) 2016-06-15 21:35:37,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x73c2fc68) 2016-06-15 21:35:37,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2016-06-15 21:35:37,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76ccf860 2016-06-15 21:35:37,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2016-06-15 21:35:37,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76ccf860 2016-06-15 21:35:37,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76ccf860 2016-06-15 21:35:37,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76ccf860 2016-06-15 21:35:37,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76ccf860 [0x73c2fc68], "/usr/local/etc/DoorPi/records/2016-06-15_21-35-37.wav") 2016-06-15 21:35:37,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2016-06-15 21:35:37,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76ccf860 [0x73c2fc68], 0x2e0620 [1]) 2016-06-15 21:35:37,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2016-06-15 21:35:37,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x75aa6cf8 [0x12aba80], "610", 0x76ccf860 [0x73c2fc68]) 2016-06-15 21:35:37,693 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1951839328]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2016-06-15 21:35:37,693 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x73c3a840] initialized (LinphoneCore version: 3.9.0) 2016-06-15 21:35:37,694 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c3a840: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2016-06-15 21:35:37,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2016-06-15 21:35:37,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76ccf870 2016-06-15 21:35:37,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2016-06-15 21:35:37,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x12aba80, 0x73c3a840, 2, "Starting outgoing call") 2016-06-15 21:35:37,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76ccf870 2016-06-15 21:35:37,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2016-06-15 21:35:37,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf870 [0x73c3a840]) 2016-06-15 21:35:37,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76ccf830 2016-06-15 21:35:37,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x11108a4 2016-06-15 21:35:37,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2016-06-15 21:35:37,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76ccf830 2016-06-15 21:35:37,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:37,701 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2016-06-15 21:35:37,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:37,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c474a0) 2016-06-15 21:35:37,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-06-15 21:35:37,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ccf7f0 2016-06-15 21:35:37,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-06-15 21:35:37,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ccf7f0 2016-06-15 21:35:37,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ccf7f0 2016-06-15 21:35:37,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76ccf7f0 2016-06-15 21:35:37,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76ccf7f0 [0x73c474a0]) 2016-06-15 21:35:37,705 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x729103b0 2016-06-15 21:35:37,706 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:37,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,708 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:37,709 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:37,709 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:37,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:37,712 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:37,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-06-15 21:35:37,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x12aba80, 0x73c3a840, 3, "Outgoing call in progress") 2016-06-15 21:35:37,721 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2016-06-15 21:35:37,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:37,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c474a0) 2016-06-15 21:35:37,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-06-15 21:35:37,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ccf7c0 2016-06-15 21:35:37,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-06-15 21:35:37,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ccf7c0 2016-06-15 21:35:37,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ccf7c0 2016-06-15 21:35:37,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76ccf7c0 2016-06-15 21:35:37,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76ccf7c0 [0x73c474a0]) 2016-06-15 21:35:37,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72910440 2016-06-15 21:35:37,726 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:37,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:37,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,729 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:37,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:37,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:37,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-06-15 21:35:37,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76ccf830 2016-06-15 21:35:37,733 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-06-15 21:35:37,734 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-06-15 21:35:37,736 [DEBUG] [doorpi.action.handler] [OTE9RL] fire for event OnSipPhoneMakeCall this actions [] 2016-06-15 21:35:37,736 [TRACE] [doorpi.action.handler] [OTE9RL] try to fire action > with args () and kwargs {} 2016-06-15 21:35:37,737 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-06-15 21:35:37,737 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2016-06-15 21:35:37,740 [TRACE] [doorpi.action.handler] [OTE9RL] finished fire_event for event_name OnSipPhoneMakeCall 2016-06-15 21:35:37,741 [TRACE] [doorpi.action.handler] [ND1URF] finished fire_event for event_name OnKeyPressed_onboardpins.0 2016-06-15 21:35:37,741 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:37,742 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-06-15 21:35:37,752 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_state_changed] 2016-06-15 21:35:37,753 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x73c3a840] 2016-06-15 21:35:37,753 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2016-06-15 21:35:37,754 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2016-06-15 21:35:37,754 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2016-06-15 21:35:37,754 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2016-06-15 21:35:37,755 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x73c3a840] 2016-06-15 21:35:37,755 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2016-06-15 21:35:37,756 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2016-06-15 21:35:37,756 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2016-06-15 21:35:37,757 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x73c3a840] 2016-06-15 21:35:37,757 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x73c20560,0-->MSVoidSink:0x73c252e8,0 2016-06-15 21:35:37,757 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2016-06-15 21:35:37,758 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2016-06-15 21:35:37,758 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:610@192.168.178.1] on op [0x73c1b4e0] 2016-06-15 21:35:37,759 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2016-06-15 21:35:37,759 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73c239d0], from state [INIT] to [CALLING] 2016-06-15 21:35:37,760 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: message sent to [UDP://192.168.178.1:5060], size: [810] bytes INVITE sip:610@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.64:5060;branch=z9hG4bK.-97pHj0Gp;rport From: "DoorPi" ;tag=zwz~nUybi To: sip:610@192.168.178.1 CSeq: 20 INVITE Call-ID: mJ1vUx2G0I Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 270 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=620 1505 660 IN IP4 192.168.178.64 s=Talk c=IN IP4 192.168.178.64 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-06-15 21:35:37,760 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c3a840: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2016-06-15 21:35:37,761 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_state_changed] 2016-06-15 21:35:37,761 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: received [355] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.178.64:5060;branch=z9hG4bK.-97pHj0Gp;rport=5060 From: "DoorPi" ;tag=zwz~nUybi To: ;tag=E3AAF654EA7883B3 Call-ID: mJ1vUx2G0I CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="D3A156D2E6CFCBED" User-Agent: FRITZ!OS Content-Length: 0 2016-06-15 21:35:37,769 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] [355] bytes parsed 2016-06-15 21:35:37,769 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-06-15 21:35:37,770 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73c239d0], from state [CALLING] to [PROCEEDING] 2016-06-15 21:35:37,770 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73c239d0], from state [PROCEEDING] to [COMPLETED] 2016-06-15 21:35:37,771 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: message sent to [UDP://192.168.178.1:5060], size: [362] bytes ACK sip:610@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.64:5060;branch=z9hG4bK.-97pHj0Gp;rport Call-ID: mJ1vUx2G0I From: "DoorPi" ;tag=zwz~nUybi To: ;tag=E3AAF654EA7883B3 Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2016-06-15 21:35:37,772 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=620, realm=fritz.box 2016-06-15 21:35:37,773 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [620] realm [fritz.box] 2016-06-15 21:35:37,773 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x12ef088], from state [INIT] to [CALLING] 2016-06-15 21:35:37,774 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: message sent to [UDP://192.168.178.1:5060], size: [969] bytes INVITE sip:610@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.64:5060;branch=z9hG4bK.J1TQd6U3j;rport From: "DoorPi" ;tag=zwz~nUybi To: sip:610@192.168.178.1 CSeq: 21 INVITE Call-ID: mJ1vUx2G0I Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 270 Contact: ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="D3A156D2E6CFCBED", username="620", uri="sip:610@192.168.178.1", response="0918546b28edecf25899324a3f07ec39" v=0 o=620 1505 660 IN IP4 192.168.178.64 s=Talk c=IN IP4 192.168.178.64 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-06-15 21:35:37,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:37,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110898 2016-06-15 21:35:37,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:37,828 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: received [305] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.178.64:5060;branch=z9hG4bK.J1TQd6U3j;rport=5060 From: "DoorPi" ;tag=zwz~nUybi To: Call-ID: mJ1vUx2G0I CSeq: 21 INVITE User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.51 (Apr 11 2016) Content-Length: 0 2016-06-15 21:35:37,835 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] [305] bytes parsed 2016-06-15 21:35:37,836 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-06-15 21:35:37,836 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x12ef088], from state [CALLING] to [PROCEEDING] 2016-06-15 21:35:37,837 [INFO] [doorpi.sipphone.from_linphone] op [0x73c1b4e0] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2016-06-15 21:35:37,837 [INFO] [doorpi.sipphone.from_linphone] Op [0x73c1b4e0] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2016-06-15 21:35:37,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:37,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110898 2016-06-15 21:35:37,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:37,892 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: received [695] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.178.64:5060;branch=z9hG4bK.J1TQd6U3j;rport=5060 From: "DoorPi" ;tag=zwz~nUybi To: ;tag=23F3D13051C203B6 Call-ID: mJ1vUx2G0I CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.51 (Apr 11 2016) Content-Type: application/sdp Content-Length: 264 v=0 o=user 13302619 13302619 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2016-06-15 21:35:37,902 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] [431] bytes parsed 2016-06-15 21:35:37,903 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] read [264] bytes of body from [192.168.178.1:5060] 2016-06-15 21:35:37,904 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-06-15 21:35:37,904 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x12e8990] , local tag [zwz~nUybi], remote tag [23F3D13051C203B6] 2016-06-15 21:35:37,905 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x12e8990]: now updated by transaction [0x12ef088]. 2016-06-15 21:35:37,908 [INFO] [doorpi.sipphone.from_linphone] op [0x73c1b4e0] : set_or_update_dialog() current=[(nil)] new=[0x12e8990] 2016-06-15 21:35:37,909 [INFO] [doorpi.sipphone.from_linphone] Op [0x73c1b4e0] receiving call response [183], dialog is [0x12e8990] in state [BELLE_SIP_DIALOG_EARLY] 2016-06-15 21:35:37,913 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2016-06-15 21:35:37,914 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2016-06-15 21:35:37,914 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2016-06-15 21:35:37,915 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2016-06-15 21:35:37,915 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2016-06-15 21:35:37,916 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2016-06-15 21:35:37,917 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2016-06-15 21:35:37,917 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73c52520] rejected by peer 2016-06-15 21:35:37,917 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c3a840: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2016-06-15 21:35:37,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x12aba80, 0x73c3a840, 5, "Early media") 2016-06-15 21:35:37,919 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2016-06-15 21:35:37,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:37,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c474a0) 2016-06-15 21:35:37,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-06-15 21:35:37,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ccf540 2016-06-15 21:35:37,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-06-15 21:35:37,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ccf540 2016-06-15 21:35:37,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ccf540 2016-06-15 21:35:37,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76ccf540 2016-06-15 21:35:37,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76ccf540 [0x73c474a0]) 2016-06-15 21:35:37,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72910710 2016-06-15 21:35:37,923 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:37,925 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:37,926 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:37,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:37,929 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:37,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:37,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:37,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-06-15 21:35:37,932 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_state_changed] 2016-06-15 21:35:37,932 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2016-06-15 21:35:37,933 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x73c3a840] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2016-06-15 21:35:37,933 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2016-06-15 21:35:37,934 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x73c0eb38] sending to rtp [192.168.178.1:7078] rtcp [192.168.178.1:7079] 2016-06-15 21:35:37,934 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x73c0eb38] 2016-06-15 21:35:37,935 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x73c20560,0-->MSVoidSink:0x73c252e8,0 2016-06-15 21:35:37,936 [INFO] [doorpi.sipphone.from_linphone] Setting echo canceller delay with value provided by soundcard: 0 ms 2016-06-15 21:35:37,936 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2016-06-15 21:35:37,939 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2016-06-15 21:35:37,940 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2016-06-15 21:35:37,941 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2016-06-15 21:35:37,941 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x73c0d608] using payload's bitrate is 80000 2016-06-15 21:35:37,941 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x73c0d608] 2016-06-15 21:35:37,942 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2016-06-15 21:35:37,942 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2016-06-15 21:35:37,943 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x12770e0,0-->MSSpeexEC:0x73c24ce0,1 2016-06-15 21:35:37,943 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSSpeexEC:0x73c24ce0,1-->MSVolume:0x12ec298,0 2016-06-15 21:35:37,944 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x12ec298,0-->MSAudioMixer:0x133d1b0,0 2016-06-15 21:35:37,944 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x133d1b0,0-->MSUlawEnc:0x12d6f08,0 2016-06-15 21:35:37,945 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x12d6f08,0-->MSRtpSend:0x73c487d0,0 2016-06-15 21:35:37,945 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x12e3200,0-->MSUlawDec:0x12d6f88,0 2016-06-15 21:35:37,945 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x12d6f88,0-->MSGenericPLC:0x12ed0b0,0 2016-06-15 21:35:37,946 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x12ed0b0,0-->MSDtmfGen:0x12e8620,0 2016-06-15 21:35:37,946 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x12e8620,0-->MSVolume:0x12d72b0,0 2016-06-15 21:35:37,947 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x12d72b0,0-->MSTee:0x11040b0,0 2016-06-15 21:35:37,947 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x11040b0,0-->MSEqualizer:0x12c1a68,0 2016-06-15 21:35:37,948 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x12c1a68,0-->MSAudioMixer:0x12d98f8,0 2016-06-15 21:35:37,948 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2016-06-15 21:35:37,949 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x12ee298,0-->MSResample:0x133db30,0 2016-06-15 21:35:37,949 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x133db30,0-->MSAudioMixer:0x12d98f8,1 2016-06-15 21:35:37,949 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x12d98f8,0-->MSSpeexEC:0x73c24ce0,0 2016-06-15 21:35:37,950 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSSpeexEC:0x73c24ce0,0-->MSAlsaWrite:0x13404d0,0 2016-06-15 21:35:37,950 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x12d5c80,1-->MSResample:0x12e8788,0 2016-06-15 21:35:37,951 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x12e8788,0-->MSOpusEnc:0x12de230,0 2016-06-15 21:35:37,951 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x12de230,0-->MSMKVRecorder:0x12ed360,1 2016-06-15 21:35:37,951 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x11041d0,0-->MSMKVRecorder:0x12ed360,0 2016-06-15 21:35:37,952 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x133d1b0,1-->MSAudioMixer:0x12d5c80,0 2016-06-15 21:35:37,952 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x11040b0,1-->MSAudioMixer:0x12d5c80,1 2016-06-15 21:35:37,953 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x12d5c80,0-->MSFileRec:0x12dffe8,0 2016-06-15 21:35:37,953 [INFO] [doorpi.sipphone.from_linphone] Initializing speex echo canceler with framesize=64, filterlength=2000, delay_samples=0 2016-06-15 21:35:37,954 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2016-06-15 21:35:37,955 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2016-06-15 21:35:37,956 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2016-06-15 21:35:37,956 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2016-06-15 21:35:37,957 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2016-06-15 21:35:37,957 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2016-06-15 21:35:37,958 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening sysdefault:1 at 8000Hz, bits=16, stereo=0 2016-06-15 21:35:37,958 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2016-06-15 21:35:37,959 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x73c3a840] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2016-06-15 21:35:37,960 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x73c3a840] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2016-06-15 21:35:37,960 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x73c3a840] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2016-06-15 21:35:37,961 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2016-06-15 21:35:37,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:37,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:37,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:37,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,015 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 512 2016-06-15 21:35:38,016 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2016-06-15 21:35:38,016 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2016-06-15 21:35:38,017 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2016-06-15 21:35:38,017 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x12d98f8] is entering bypass mode. 2016-06-15 21:35:38,018 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-06-15 21:35:38,018 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x73c0eb38] 2016-06-15 21:35:38,019 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x12d98f8] is leaving bypass mode. 2016-06-15 21:35:38,019 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-06-15 21:35:38,019 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x133d1b0] is entering bypass mode. 2016-06-15 21:35:38,020 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-06-15 21:35:38,020 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-06-15 21:35:38,021 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-06-15 21:35:38,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,074 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-06-15 21:35:38,075 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-06-15 21:35:38,076 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-06-15 21:35:38,076 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2016-06-15 21:35:38,077 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault at 8000Hz, bits=16, stereo=0 2016-06-15 21:35:38,077 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2016-06-15 21:35:38,078 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2016-06-15 21:35:38,078 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2016-06-15 21:35:38,079 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2016-06-15 21:35:38,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,081 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,132 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2016-06-15 21:35:38,133 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2016-06-15 21:35:38,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,188 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2016-06-15 21:35:38,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,404 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,456 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,511 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,512 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:38,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:38,671 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:38,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3adb8) 2016-06-15 21:35:38,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:38,673 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:38,673 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73c3a840]: 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-06-15 21:35:38,674 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=16.109705 video=0.000000 2016-06-15 21:35:38,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,838 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:38,996 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x12d98f8] is entering bypass mode. 2016-06-15 21:35:38,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:38,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:38,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:38,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,051 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,106 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,266 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,585 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-16.262480 ms 2016-06-15 21:35:39,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:39,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:39,641 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:39,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3adb8) 2016-06-15 21:35:39,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:39,642 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:39,643 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73c3a840]: RTP audio=[d= 71.1,u= 71.4], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2016-06-15 21:35:39,643 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=8.610457 video=0.000000 2016-06-15 21:35:39,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:39,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:39,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:39,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:39,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,286 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73c0eb38]. 2016-06-15 21:35:40,287 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73c0d608], local statistics available: Local current jitter buffer size: 46.3ms 2016-06-15 21:35:40,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:40,288 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:40,288 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:40,289 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,342 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73c0d608]: receiving RTCP SR 2016-06-15 21:35:40,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:40,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:40,344 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:40,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:40,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:40,668 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:40,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3adb8) 2016-06-15 21:35:40,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:40,669 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:40,669 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73c3a840]: RTP audio=[d= 80.8,u= 82.4], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2016-06-15 21:35:40,670 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=9.003379 video=0.000000 2016-06-15 21:35:40,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110880 2016-06-15 21:35:40,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:40,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1110808 2016-06-15 21:35:40,940 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: received [916] new bytes from [UDP://192.168.178.1:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.178.64:5060;branch=z9hG4bK.J1TQd6U3j;rport=5060 From: "DoorPi" ;tag=zwz~nUybi To: ;tag=23F3D13051C203B6 Call-ID: mJ1vUx2G0I CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.51 (Apr 11 2016) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Content-Type: application/sdp Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 264 v=0 o=user 13302619 13302619 IN IP4 192.168.178.1 s=Talk c=IN IP4 192.168.178.1 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2016-06-15 21:35:40,960 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] [652] bytes parsed 2016-06-15 21:35:40,961 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] read [264] bytes of body from [192.168.178.1:5060] 2016-06-15 21:35:40,962 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-06-15 21:35:40,963 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x12ef088], from state [PROCEEDING] to [ACCEPTED] 2016-06-15 21:35:40,964 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x12e8990]: now updated by transaction [0x12ef088]. 2016-06-15 21:35:40,969 [INFO] [doorpi.sipphone.from_linphone] op [0x73c1b4e0] : set_or_update_dialog() current=[0x12e8990] new=[0x12e8990] 2016-06-15 21:35:40,970 [INFO] [doorpi.sipphone.from_linphone] Op [0x73c1b4e0] receiving call response [200], dialog is [0x12e8990] in state [BELLE_SIP_DIALOG_CONFIRMED] 2016-06-15 21:35:40,976 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2016-06-15 21:35:40,977 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2016-06-15 21:35:40,978 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2016-06-15 21:35:40,979 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2016-06-15 21:35:40,979 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2016-06-15 21:35:40,980 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2016-06-15 21:35:40,981 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2016-06-15 21:35:40,982 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73c52520] rejected by peer 2016-06-15 21:35:40,983 [INFO] [doorpi.sipphone.from_linphone] Computing branch id z9hG4bK.X4oaGVKgG for message sent statelessly 2016-06-15 21:35:40,984 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: message sent to [UDP://192.168.178.1:5060], size: [448] bytes ACK sip:15A676A928633C703817F1AF171FD@192.168.178.1 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.64:5060;rport;branch=z9hG4bK.X4oaGVKgG From: "DoorPi" ;tag=zwz~nUybi To: ;tag=23F3D13051C203B6 CSeq: 21 ACK Call-ID: mJ1vUx2G0I Max-Forwards: 70 Authorization: Digest realm="fritz.box", nonce="D3A156D2E6CFCBED", username="620", uri="sip:610@192.168.178.1", response="0918546b28edecf25899324a3f07ec39" 2016-06-15 21:35:40,985 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c3a840: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallConnected 2016-06-15 21:35:40,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x12aba80, 0x73c3a840, 6, "Connected") 2016-06-15 21:35:40,987 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2016-06-15 21:35:40,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:40,988 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c474a0) 2016-06-15 21:35:40,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-06-15 21:35:40,990 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ccf530 2016-06-15 21:35:40,991 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-06-15 21:35:40,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ccf530 2016-06-15 21:35:40,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ccf530 2016-06-15 21:35:40,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76ccf530 2016-06-15 21:35:40,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76ccf530 [0x73c474a0]) 2016-06-15 21:35:40,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72910740 2016-06-15 21:35:40,995 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:40,997 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:40,999 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:41,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:41,003 [DEBUG] [doorpi.action.handler] [O426W3] fire for event OnCallStateConnect this actions [, ] 2016-06-15 21:35:41,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,004 [TRACE] [doorpi.action.handler] [O426W3] try to fire action > with args () and kwargs {} 2016-06-15 21:35:41,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:41,006 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-06-15 21:35:41,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,007 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-06-15 21:35:41,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:41,011 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-06-15 21:35:41,011 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_state_changed] 2016-06-15 21:35:41,012 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:41,012 [TRACE] [doorpi.action.handler] [O426W3] try to fire action > with args () and kwargs {} 2016-06-15 21:35:41,013 [INFO] [doorpi.sipphone.from_linphone] Early media finished, unmuting inputs... 2016-06-15 21:35:41,014 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-06-15 21:35:41,014 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0.000000 db], [1.000000] linear 2016-06-15 21:35:41,018 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2016-06-15_21-35-41.wav 2016-06-15 21:35:41,018 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2016-06-15 21:35:41,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,019 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2016-06-15 21:35:41,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2016-06-15 21:35:41,021 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2016-06-15_21-35-37.wav 2016-06-15 21:35:41,021 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2016-06-15 21:35:41,022 [INFO] [doorpi.sipphone.from_linphone] video stream index found: 1, updating main video stream index 2016-06-15 21:35:41,024 [INFO] [doorpi.sipphone.from_linphone] Call [0x73c3a840]: disabling video in our call params because the remote doesn't want it. 2016-06-15 21:35:41,025 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-06-15 21:35:41,025 [TRACE] [doorpi.action.handler] [O426W3] finished fire_event for event_name OnCallStateConnect 2016-06-15 21:35:41,025 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c3a840: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2016-06-15 21:35:41,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x12aba80, 0x73c3a840, 7, "Streams running") 2016-06-15 21:35:41,028 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Streams running) 2016-06-15 21:35:41,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c474a0) 2016-06-15 21:35:41,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-06-15 21:35:41,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76ccf880 2016-06-15 21:35:41,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-06-15 21:35:41,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76ccf880 2016-06-15 21:35:41,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76ccf880 2016-06-15 21:35:41,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76ccf880 2016-06-15 21:35:41,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76ccf880 [0x73c474a0]) 2016-06-15 21:35:41,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72910950 2016-06-15 21:35:41,033 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:41,034 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:41,036 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:41,038 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:41,038 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:41,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,040 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:41,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:41,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:41,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108b0 2016-06-15 21:35:41,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-06-15 21:35:41,044 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x12d5c80] is entering bypass mode. 2016-06-15 21:35:41,045 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_state_changed] 2016-06-15 21:35:41,045 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sip_hop_t 2016-06-15 21:35:41,046 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2016-06-15 21:35:41,046 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,099 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x12d5c80] is leaving bypass mode. 2016-06-15 21:35:41,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,101 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,207 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-21.898084 ms 2016-06-15 21:35:41,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:41,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:41,693 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:41,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3adb8) 2016-06-15 21:35:41,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:41,695 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:41,695 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73c3a840]: RTP audio=[d= 79.1,u= 77.5], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 1.0], video=[d= 0.0,u= 0.0] kbits/sec 2016-06-15 21:35:41,696 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=16.331129 video=0.000000 2016-06-15 21:35:41,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:41,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:41,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:41,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:41,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,078 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,399 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,453 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: received [550] new bytes from [UDP://192.168.178.1:5060]: INFO sip:620@192.168.178.64 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKC76AA1FC7F37A149 From: ;tag=23F3D13051C203B6 To: "DoorPi" ;tag=zwz~nUybi Call-ID: mJ1vUx2G0I CSeq: 22 INFO Contact: Max-Forwards: 70 User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.51 (Apr 11 2016) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Type: application/dtmf-relay Content-Length: 24 Signal=1 Duration=100 2016-06-15 21:35:42,467 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] [526] bytes parsed 2016-06-15 21:35:42,468 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] read [24] bytes of body from [192.168.178.1:5060] 2016-06-15 21:35:42,473 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INFO] transaction [0x133cc18], from state [INIT] to [TRYING] 2016-06-15 21:35:42,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_dtmf_received(0x12aba80, 0x73c3a840, 49) 2016-06-15 21:35:42,475 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] on_dtmf_digit (49) 2016-06-15 21:35:42,475 [TRACE] [doorpi.action.handler] fire Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:42,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_dtmf_received 2016-06-15 21:35:42,478 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [dtmf_received] 2016-06-15 21:35:42,478 [DEBUG] [doorpi.action.handler] no actions for event OnDTMF - skip fire_event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:42,479 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INFO] transaction [0x133cc18], from state [TRYING] to [COMPLETED] 2016-06-15 21:35:42,481 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: message sent to [UDP://192.168.178.1:5060], size: [278] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKC76AA1FC7F37A149 From: ;tag=23F3D13051C203B6 To: "DoorPi" ;tag=zwz~nUybi Call-ID: mJ1vUx2G0I CSeq: 22 INFO User-Agent: (belle-sip/1.4.2) Supported: outbound 2016-06-15 21:35:42,482 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x12e8990]: now updated by transaction [0x133cc18]. 2016-06-15 21:35:42,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,483 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:42,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:42,643 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:42,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3adb8) 2016-06-15 21:35:42,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:42,645 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:42,645 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73c3a840]: RTP audio=[d= 80.0,u= 81.6], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2016-06-15 21:35:42,646 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=17.087479 video=0.000000 2016-06-15 21:35:42,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,806 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-23.330227 ms 2016-06-15 21:35:42,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:42,967 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 62 ms in excess dropped 2016-06-15 21:35:42,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:42,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:42,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:42,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,075 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73c0eb38]. 2016-06-15 21:35:43,076 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73c0d608], local statistics available: Local current jitter buffer size: 40.1ms 2016-06-15 21:35:43,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:43,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:43,078 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:43,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,079 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,133 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,292 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,347 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,399 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: received [550] new bytes from [UDP://192.168.178.1:5060]: INFO sip:620@192.168.178.64 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK8023E8B8BC605901 From: ;tag=23F3D13051C203B6 To: "DoorPi" ;tag=zwz~nUybi Call-ID: mJ1vUx2G0I CSeq: 23 INFO Contact: Max-Forwards: 70 User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.51 (Apr 11 2016) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Type: application/dtmf-relay Content-Length: 24 Signal=2 Duration=100 2016-06-15 21:35:43,412 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] [526] bytes parsed 2016-06-15 21:35:43,413 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] read [24] bytes of body from [192.168.178.1:5060] 2016-06-15 21:35:43,417 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INFO] transaction [0x12e3570], from state [INIT] to [TRYING] 2016-06-15 21:35:43,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_dtmf_received(0x12aba80, 0x73c3a840, 50) 2016-06-15 21:35:43,419 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] on_dtmf_digit (50) 2016-06-15 21:35:43,419 [TRACE] [doorpi.action.handler] fire Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:43,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c474a0) 2016-06-15 21:35:43,422 [DEBUG] [doorpi.action.handler] no actions for event OnDTMF - skip fire_event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:43,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-06-15 21:35:43,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x72905060 2016-06-15 21:35:43,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-06-15 21:35:43,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x72905060 2016-06-15 21:35:43,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x72905060 2016-06-15 21:35:43,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x72905060 2016-06-15 21:35:43,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x72905060 [0x73c474a0]) 2016-06-15 21:35:43,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72910bc0 2016-06-15 21:35:43,427 [TRACE] [doorpi.action.handler] fire Event OnDTMF_123 from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:43,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_dtmf_received 2016-06-15 21:35:43,429 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [dtmf_received] 2016-06-15 21:35:43,430 [DEBUG] [doorpi.action.handler] [J5G2NM] fire for event OnDTMF_123 this actions [] 2016-06-15 21:35:43,431 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [INFO] transaction [0x12e3570], from state [TRYING] to [COMPLETED] 2016-06-15 21:35:43,431 [TRACE] [doorpi.action.handler] [J5G2NM] try to fire action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'tuer1', 'start_value': '1'} 2016-06-15 21:35:43,433 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: message sent to [UDP://192.168.178.1:5060], size: [278] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bK8023E8B8BC605901 From: ;tag=23F3D13051C203B6 To: "DoorPi" ;tag=zwz~nUybi Call-ID: mJ1vUx2G0I CSeq: 23 INFO User-Agent: (belle-sip/1.4.2) Supported: outbound 2016-06-15 21:35:43,433 [TRACE] [doorpi.action.base] run OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 3.0, 'pin': 'tuer1', 'start_value': '1'} 2016-06-15 21:35:43,434 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x12e8990]: now updated by transaction [0x12e3570]. 2016-06-15 21:35:43,437 [DEBUG] [doorpi.keyboard.from_piface] out(pin = 1, value = True, log_output = True) 2016-06-15 21:35:43,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:43,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:43,655 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:43,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3adb8) 2016-06-15 21:35:43,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:43,656 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:43,657 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73c3a840]: RTP audio=[d= 80.0,u= 81.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-06-15 21:35:43,657 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=19.099951 video=0.000000 2016-06-15 21:35:43,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:43,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:43,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:43,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:43,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,408 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-23.870638 ms 2016-06-15 21:35:44,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,515 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73c0d608]: receiving RTCP SR 2016-06-15 21:35:44,516 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=28.250000 ms, rt_prop=0.010025 sec 2016-06-15 21:35:44,517 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2016-06-15 21:35:44,517 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2016-06-15 21:35:44,518 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x73c23598][audio], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 2.8ms RT propagation : 1.0ms 2016-06-15 21:35:44,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:44,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:44,519 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:44,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:44,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:44,681 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:44,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3adb8) 2016-06-15 21:35:44,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:44,682 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:44,683 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73c3a840]: RTP audio=[d= 80.0,u= 77.3], 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-06-15 21:35:44,683 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=19.186741 video=0.000000 2016-06-15 21:35:44,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,790 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,844 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,845 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:44,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:44,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:44,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:44,954 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,114 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,328 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,433 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,434 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,490 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:45,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:45,650 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73c0eb38]. 2016-06-15 21:35:45,650 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:45,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3adb8) 2016-06-15 21:35:45,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:45,652 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:45,653 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73c3a840]: RTP audio=[d= 80.0,u= 83.2], video=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 0.0], video=[d= 0.0,u= 0.0] kbits/sec 2016-06-15 21:35:45,653 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=17.771091 video=0.000000 2016-06-15 21:35:45,654 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73c0d608], local statistics available: Local current jitter buffer size: 40.2ms 2016-06-15 21:35:45,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x12aba80, 0x73c3a840, 0x73c3ad00) 2016-06-15 21:35:45,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-06-15 21:35:45,655 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_stats_updated] 2016-06-15 21:35:45,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1110868 2016-06-15 21:35:45,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1110ad4 2016-06-15 21:35:45,817 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: received [699] new bytes from [UDP://192.168.178.1:5060]: BYE sip:620@192.168.178.64 SIP/2.0 Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKDB50CD55F8E43998 From: ;tag=23F3D13051C203B6 To: "DoorPi" ;tag=zwz~nUybi Call-ID: mJ1vUx2G0I CSeq: 24 BYE X-RTP-Stat: CS=0;PS=333;ES=398;OS=53280;SP=0/0;SO=0;QS=-;PR=387;ER=398;OR=61920;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=-/-;EN=PCMU;DE=PCMU;JI=227,7;DL=9,9,10;IP=192.168.178.1:7078,192.168.178.64:7078 X-RTP-Stat-Add: DQ=23;DSS=0;DS=0;PLCS=96;JS=99 Reason: Q.850; cause=16 Max-Forwards: 70 User-Agent: AVM FRITZ!Box Fon WLAN 7390 (UI) 84.06.51 (Apr 11 2016) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2016-06-15 21:35:45,832 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0] [699] bytes parsed 2016-06-15 21:35:45,833 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x12ff2b8], from state [INIT] to [TRYING] 2016-06-15 21:35:45,834 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x12ff2b8], from state [TRYING] to [COMPLETED] 2016-06-15 21:35:45,836 [INFO] [doorpi.sipphone.from_linphone] channel [0x12c40a0]: message sent to [UDP://192.168.178.1:5060], size: [277] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.178.1:5060;branch=z9hG4bKDB50CD55F8E43998 From: ;tag=23F3D13051C203B6 To: "DoorPi" ;tag=zwz~nUybi Call-ID: mJ1vUx2G0I CSeq: 24 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2016-06-15 21:35:45,837 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x12e8990]: now updated by transaction [0x12ff2b8]. 2016-06-15 21:35:45,837 [INFO] [doorpi.sipphone.from_linphone] dialog [0x12e8990] deleted. 2016-06-15 21:35:45,838 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2016-06-15 21:35:45,839 [INFO] [doorpi.sipphone.from_linphone] Writing echo canceler state, 21872 bytes 2016-06-15 21:35:45,840 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2016-06-15 21:35:45,843 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2016-06-15 21:35:45,844 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-06-15 21:35:45,845 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2016-06-15 21:35:45,846 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2016-06-15 21:35:45,846 [INFO] [doorpi.sipphone.from_linphone] sent 390 packets 2016-06-15 21:35:45,847 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2016-06-15 21:35:45,848 [INFO] [doorpi.sipphone.from_linphone] 67080 bytes 2016-06-15 21:35:45,849 [INFO] [doorpi.sipphone.from_linphone] received 397 packets 2016-06-15 21:35:45,849 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2016-06-15 21:35:45,850 [INFO] [doorpi.sipphone.from_linphone] 68284 bytes 2016-06-15 21:35:45,851 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 67424 bytes 2016-06-15 21:35:45,851 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2016-06-15 21:35:45,852 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 3 packets 2016-06-15 21:35:45,852 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2016-06-15 21:35:45,853 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2016-06-15 21:35:45,854 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-06-15 21:35:45,854 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x12770e0,0-->MSSpeexEC:0x73c24ce0,1 2016-06-15 21:35:45,855 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSSpeexEC:0x73c24ce0,1-->MSVolume:0x12ec298,0 2016-06-15 21:35:45,856 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x12ec298,0-->MSAudioMixer:0x133d1b0,0 2016-06-15 21:35:45,856 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x133d1b0,0-->MSUlawEnc:0x12d6f08,0 2016-06-15 21:35:45,857 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x12d6f08,0-->MSRtpSend:0x73c487d0,0 2016-06-15 21:35:45,858 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x12e3200,0-->MSUlawDec:0x12d6f88,0 2016-06-15 21:35:45,858 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x12d6f88,0-->MSGenericPLC:0x12ed0b0,0 2016-06-15 21:35:45,859 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x12ed0b0,0-->MSDtmfGen:0x12e8620,0 2016-06-15 21:35:45,859 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x12e8620,0-->MSVolume:0x12d72b0,0 2016-06-15 21:35:45,860 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x12d72b0,0-->MSTee:0x11040b0,0 2016-06-15 21:35:45,861 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x11040b0,0-->MSEqualizer:0x12c1a68,0 2016-06-15 21:35:45,861 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x12c1a68,0-->MSAudioMixer:0x12d98f8,0 2016-06-15 21:35:45,862 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x12ee298,0-->MSResample:0x133db30,0 2016-06-15 21:35:45,862 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x133db30,0-->MSAudioMixer:0x12d98f8,1 2016-06-15 21:35:45,863 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x12d98f8,0-->MSSpeexEC:0x73c24ce0,0 2016-06-15 21:35:45,864 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSSpeexEC:0x73c24ce0,0-->MSAlsaWrite:0x13404d0,0 2016-06-15 21:35:45,864 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x12d5c80,1-->MSResample:0x12e8788,0 2016-06-15 21:35:45,865 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x12e8788,0-->MSOpusEnc:0x12de230,0 2016-06-15 21:35:45,866 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x12de230,0-->MSMKVRecorder:0x12ed360,1 2016-06-15 21:35:45,866 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x11041d0,0-->MSMKVRecorder:0x12ed360,0 2016-06-15 21:35:45,867 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x133d1b0,1-->MSAudioMixer:0x12d5c80,0 2016-06-15 21:35:45,867 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x11040b0,1-->MSAudioMixer:0x12d5c80,1 2016-06-15 21:35:45,868 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x12d5c80,0-->MSFileRec:0x12dffe8,0 2016-06-15 21:35:45,869 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2016-06-15 21:35:45,870 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-06-15 21:35:45,871 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2016-06-15 21:35:45,871 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2016-06-15 21:35:45,872 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2016-06-15 21:35:45,873 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 501 1.1977 42.958 2016-06-15 21:35:45,873 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 579 0.725707 30.0733 2016-06-15 21:35:45,874 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 122 1.18983 10.4564 2016-06-15 21:35:45,875 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 789 0.104766 5.91342 2016-06-15 21:35:45,875 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 789 0.0551918 3.11525 2016-06-15 21:35:45,876 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 811 0.042882 2.48784 2016-06-15 21:35:45,877 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 579 0.0468106 1.93983 2016-06-15 21:35:45,878 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 2367 0.00663429 1.12245 2016-06-15 21:35:45,878 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 122 0.0420125 0.369212 2016-06-15 21:35:45,879 [INFO] [doorpi.sipphone.from_linphone] MSVolume 520 0.00959611 0.35721 2016-06-15 21:35:45,879 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 391 0.0117918 0.330261 2016-06-15 21:35:45,880 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 789 0.0042794 0.241547 2016-06-15 21:35:45,881 [INFO] [doorpi.sipphone.from_linphone] MSTee 398 0.00446085 0.127169 2016-06-15 21:35:45,881 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 789 0.00208539 0.117708 2016-06-15 21:35:45,882 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 290 0.0042252 0.0878479 2016-06-15 21:35:45,883 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 789 0.00154739 0.0873409 2016-06-15 21:35:45,883 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 789 0.00150957 0.0852061 2016-06-15 21:35:45,884 [INFO] [doorpi.sipphone.from_linphone] MSResample 579 0.00195719 0.0811059 2016-06-15 21:35:45,885 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 398 0.00171027 0.048756 2016-06-15 21:35:45,885 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 1 0.0014845 0.00021213 2016-06-15 21:35:45,886 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2016-06-15 21:35:45,887 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-06-15 21:35:45,887 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c3a840: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2016-06-15 21:35:45,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x12aba80, 0x73c49cd8) 2016-06-15 21:35:45,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2016-06-15 21:35:45,892 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2016-06-15 21:35:45,893 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_log_updated] 2016-06-15 21:35:45,893 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2016-06-15 21:35:45,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x12aba80, 0x73c3a840, 13, "Call ended") 2016-06-15 21:35:45,895 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2016-06-15 21:35:45,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:45,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c474a0) 2016-06-15 21:35:45,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-06-15 21:35:45,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x729050d0 2016-06-15 21:35:45,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-06-15 21:35:45,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x729050d0 2016-06-15 21:35:45,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x729050d0 2016-06-15 21:35:45,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x729050d0 2016-06-15 21:35:45,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x729050d0 [0x73c474a0]) 2016-06-15 21:35:45,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72910ce0 2016-06-15 21:35:45,902 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:45,903 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:45,905 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:45,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108bc 2016-06-15 21:35:45,909 [DEBUG] [doorpi.action.handler] [WQAXPM] fire for event OnCallStateDisconnect this actions [, ] 2016-06-15 21:35:45,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,910 [TRACE] [doorpi.action.handler] [WQAXPM] try to fire action > with args () and kwargs {} 2016-06-15 21:35:45,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108bc 2016-06-15 21:35:45,911 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-06-15 21:35:45,911 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:45,912 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-06-15 21:35:45,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:45,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108bc 2016-06-15 21:35:45,916 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:45,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-06-15 21:35:45,917 [TRACE] [doorpi.action.handler] [WQAXPM] try to fire action > with args () and kwargs {} 2016-06-15 21:35:45,919 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-06-15 21:35:45,918 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_state_changed] 2016-06-15 21:35:45,918 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:45,920 [TRACE] [doorpi.action.handler] [WQAXPM] finished fire_event for event_name OnCallStateDisconnect 2016-06-15 21:35:45,971 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x12e8990] terminated for op [0x73c1b4e0] 2016-06-15 21:35:46,022 [INFO] [doorpi.sipphone.from_linphone] Call 0x73c3a840: moving from state LinphoneCallEnd to LinphoneCallReleased 2016-06-15 21:35:46,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x12aba80, 0x73c3a840, 18, "Call released") 2016-06-15 21:35:46,023 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2016-06-15 21:35:46,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76ccf830 [0x73c3a840]) 2016-06-15 21:35:46,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73c474a0) 2016-06-15 21:35:46,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-06-15 21:35:46,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x729050f0 2016-06-15 21:35:46,025 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-06-15 21:35:46,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x729050f0 2016-06-15 21:35:46,026 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x729050f0 2016-06-15 21:35:46,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x729050f0 2016-06-15 21:35:46,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x729050f0 [0x73c474a0]) 2016-06-15 21:35:46,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x72910f50 2016-06-15 21:35:46,028 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-06-15 21:35:46,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:46,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108bc 2016-06-15 21:35:46,031 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:46,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:46,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108bc 2016-06-15 21:35:46,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:46,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x11108bc 2016-06-15 21:35:46,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-06-15 21:35:46,034 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x12aba80] notifying [call_state_changed] 2016-06-15 21:35:46,034 [INFO] [doorpi.sipphone.from_linphone] op [0x73c1b4e0] : set_or_update_dialog() current=[0x12e8990] new=[(nil)] 2016-06-15 21:35:46,451 [DEBUG] [doorpi.keyboard.from_piface] out(pin = 1, value = False, log_output = True) 2016-06-15 21:35:46,454 [TRACE] [doorpi.action.handler] [J5G2NM] finished fire_event for event_name OnDTMF_123 2016-06-15 21:35:56,256 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2016-06-15 21:35:56,257 [DEBUG] [doorpi.doorpi] destroy doorpi 2016-06-15 21:35:56,258 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [<_MainThread(MainThread, started 1995767808)>, , ] 2016-06-15 21:35:56,260 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2016-06-15 21:35:56,263 [DEBUG] [doorpi.action.handler] [DCHXZO] fire for event OnShutdown this actions [, , , ] 2016-06-15 21:35:56,264 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2016-06-15 21:35:56,264 [TRACE] [doorpi.action.handler] [DCHXZO] try to fire action TimeTickDestroyAction with args () and kwargs {} 2016-06-15 21:35:56,265 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2016-06-15 21:35:56,266 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2016-06-15 21:35:56,267 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,268 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2016-06-15 21:35:56,268 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2016-06-15 21:35:56,269 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,269 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2016-06-15 21:35:56,270 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2016-06-15 21:35:56,271 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,271 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2016-06-15 21:35:56,272 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2016-06-15 21:35:56,272 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,273 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2016-06-15 21:35:56,273 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2016-06-15 21:35:56,274 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,275 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2016-06-15 21:35:56,275 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2016-06-15 21:35:56,276 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,276 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2016-06-15 21:35:56,277 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2016-06-15 21:35:56,278 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,278 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2016-06-15 21:35:56,279 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2016-06-15 21:35:56,279 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,280 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2016-06-15 21:35:56,281 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2016-06-15 21:35:56,281 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,282 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2016-06-15 21:35:56,282 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2016-06-15 21:35:56,283 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,283 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2016-06-15 21:35:56,284 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2016-06-15 21:35:56,284 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,285 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2016-06-15 21:35:56,286 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2016-06-15 21:35:56,286 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,287 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2016-06-15 21:35:56,287 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2016-06-15 21:35:56,288 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,288 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2016-06-15 21:35:56,289 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2016-06-15 21:35:56,290 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,290 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2016-06-15 21:35:56,291 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2016-06-15 21:35:56,291 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,292 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2016-06-15 21:35:56,292 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2016-06-15 21:35:56,293 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,294 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2016-06-15 21:35:56,294 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2016-06-15 21:35:56,295 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,295 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2016-06-15 21:35:56,296 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2016-06-15 21:35:56,297 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,297 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2016-06-15 21:35:56,298 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2016-06-15 21:35:56,298 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,299 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2016-06-15 21:35:56,300 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2016-06-15 21:35:56,300 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,301 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2016-06-15 21:35:56,301 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2016-06-15 21:35:56,302 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,302 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2016-06-15 21:35:56,303 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2016-06-15 21:35:56,303 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,304 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2016-06-15 21:35:56,305 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2016-06-15 21:35:56,305 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,306 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2016-06-15 21:35:56,307 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2016-06-15 21:35:56,307 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,308 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2016-06-15 21:35:56,308 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2016-06-15 21:35:56,309 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,309 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2016-06-15 21:35:56,309 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2016-06-15 21:35:56,310 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,310 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2016-06-15 21:35:56,311 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2016-06-15 21:35:56,311 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,311 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2016-06-15 21:35:56,312 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2016-06-15 21:35:56,312 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,313 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2016-06-15 21:35:56,313 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2016-06-15 21:35:56,313 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,314 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2016-06-15 21:35:56,314 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2016-06-15 21:35:56,315 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,315 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2016-06-15 21:35:56,315 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2016-06-15 21:35:56,316 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,316 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2016-06-15 21:35:56,316 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2016-06-15 21:35:56,317 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,317 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2016-06-15 21:35:56,318 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2016-06-15 21:35:56,318 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,318 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2016-06-15 21:35:56,319 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2016-06-15 21:35:56,319 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,319 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2016-06-15 21:35:56,320 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2016-06-15 21:35:56,320 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,321 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2016-06-15 21:35:56,321 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2016-06-15 21:35:56,321 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,322 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2016-06-15 21:35:56,322 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2016-06-15 21:35:56,322 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,323 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2016-06-15 21:35:56,323 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2016-06-15 21:35:56,324 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,324 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2016-06-15 21:35:56,324 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2016-06-15 21:35:56,325 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,325 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2016-06-15 21:35:56,325 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2016-06-15 21:35:56,326 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,326 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2016-06-15 21:35:56,327 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2016-06-15 21:35:56,327 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,327 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2016-06-15 21:35:56,328 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2016-06-15 21:35:56,328 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,329 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2016-06-15 21:35:56,329 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2016-06-15 21:35:56,329 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,330 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2016-06-15 21:35:56,330 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2016-06-15 21:35:56,330 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,331 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2016-06-15 21:35:56,331 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2016-06-15 21:35:56,332 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,332 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2016-06-15 21:35:56,332 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2016-06-15 21:35:56,333 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,333 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2016-06-15 21:35:56,333 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2016-06-15 21:35:56,334 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,334 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2016-06-15 21:35:56,334 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2016-06-15 21:35:56,335 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,335 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2016-06-15 21:35:56,336 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2016-06-15 21:35:56,336 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,336 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2016-06-15 21:35:56,337 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2016-06-15 21:35:56,337 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,338 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2016-06-15 21:35:56,338 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2016-06-15 21:35:56,338 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,339 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2016-06-15 21:35:56,339 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2016-06-15 21:35:56,339 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,340 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2016-06-15 21:35:56,340 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2016-06-15 21:35:56,341 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,341 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2016-06-15 21:35:56,341 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2016-06-15 21:35:56,342 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,342 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2016-06-15 21:35:56,342 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2016-06-15 21:35:56,343 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,343 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2016-06-15 21:35:56,344 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2016-06-15 21:35:56,344 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,344 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2016-06-15 21:35:56,345 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2016-06-15 21:35:56,345 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,345 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2016-06-15 21:35:56,346 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2016-06-15 21:35:56,346 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,347 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2016-06-15 21:35:56,347 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2016-06-15 21:35:56,348 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,348 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2016-06-15 21:35:56,348 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2016-06-15 21:35:56,349 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,349 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2016-06-15 21:35:56,349 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2016-06-15 21:35:56,350 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,350 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2016-06-15 21:35:56,351 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2016-06-15 21:35:56,351 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,351 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2016-06-15 21:35:56,352 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2016-06-15 21:35:56,352 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,352 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2016-06-15 21:35:56,353 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2016-06-15 21:35:56,353 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,354 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2016-06-15 21:35:56,354 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2016-06-15 21:35:56,354 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,355 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2016-06-15 21:35:56,355 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2016-06-15 21:35:56,355 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,356 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2016-06-15 21:35:56,356 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2016-06-15 21:35:56,357 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,357 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2016-06-15 21:35:56,357 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2016-06-15 21:35:56,358 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,358 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2016-06-15 21:35:56,359 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2016-06-15 21:35:56,359 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,359 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2016-06-15 21:35:56,360 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2016-06-15 21:35:56,360 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,361 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2016-06-15 21:35:56,361 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2016-06-15 21:35:56,361 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,362 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2016-06-15 21:35:56,362 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2016-06-15 21:35:56,362 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,363 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2016-06-15 21:35:56,363 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2016-06-15 21:35:56,364 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,364 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2016-06-15 21:35:56,364 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2016-06-15 21:35:56,365 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,365 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2016-06-15 21:35:56,365 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2016-06-15 21:35:56,366 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,366 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2016-06-15 21:35:56,367 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2016-06-15 21:35:56,367 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,367 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2016-06-15 21:35:56,368 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2016-06-15 21:35:56,368 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,369 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2016-06-15 21:35:56,369 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2016-06-15 21:35:56,369 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,370 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2016-06-15 21:35:56,370 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2016-06-15 21:35:56,370 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,371 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2016-06-15 21:35:56,371 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2016-06-15 21:35:56,372 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,372 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2016-06-15 21:35:56,372 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2016-06-15 21:35:56,373 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,373 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2016-06-15 21:35:56,374 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2016-06-15 21:35:56,374 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,374 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2016-06-15 21:35:56,375 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2016-06-15 21:35:56,375 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,375 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2016-06-15 21:35:56,376 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2016-06-15 21:35:56,376 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,377 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2016-06-15 21:35:56,377 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2016-06-15 21:35:56,378 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,378 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2016-06-15 21:35:56,378 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2016-06-15 21:35:56,379 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,379 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2016-06-15 21:35:56,379 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2016-06-15 21:35:56,380 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,380 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2016-06-15 21:35:56,381 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2016-06-15 21:35:56,381 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,381 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2016-06-15 21:35:56,382 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2016-06-15 21:35:56,382 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,382 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2016-06-15 21:35:56,383 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2016-06-15 21:35:56,383 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,384 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2016-06-15 21:35:56,384 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2016-06-15 21:35:56,384 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,385 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2016-06-15 21:35:56,385 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2016-06-15 21:35:56,386 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,386 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2016-06-15 21:35:56,386 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2016-06-15 21:35:56,387 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,387 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2016-06-15 21:35:56,388 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2016-06-15 21:35:56,388 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,388 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2016-06-15 21:35:56,389 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2016-06-15 21:35:56,389 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,389 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2016-06-15 21:35:56,390 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2016-06-15 21:35:56,390 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,391 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2016-06-15 21:35:56,391 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2016-06-15 21:35:56,391 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,392 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2016-06-15 21:35:56,392 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2016-06-15 21:35:56,392 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,393 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2016-06-15 21:35:56,393 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2016-06-15 21:35:56,394 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,394 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2016-06-15 21:35:56,394 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2016-06-15 21:35:56,395 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,395 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2016-06-15 21:35:56,396 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2016-06-15 21:35:56,396 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,396 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2016-06-15 21:35:56,397 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2016-06-15 21:35:56,397 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,398 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2016-06-15 21:35:56,398 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2016-06-15 21:35:56,398 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,399 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2016-06-15 21:35:56,399 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2016-06-15 21:35:56,399 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,400 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2016-06-15 21:35:56,400 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2016-06-15 21:35:56,401 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2016-06-15 21:35:56,401 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2016-06-15 21:35:56,401 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2016-06-15 21:35:56,402 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2016-06-15 21:35:56,403 [TRACE] [doorpi.action.handler] [DCHXZO] try to fire action WebServerShutdownAction with args () and kwargs {} 2016-06-15 21:35:56,403 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2016-06-15 21:35:56,404 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2016-06-15 21:35:56,405 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2016-06-15 21:35:56,406 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:56,407 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2016-06-15 21:35:56,407 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2016-06-15 21:35:56,408 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2016-06-15 21:35:56,408 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:56,409 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2016-06-15 21:35:56,409 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2016-06-15 21:35:56,410 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:56,410 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2016-06-15 21:35:56,411 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2016-06-15 21:35:56,411 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:56,411 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2016-06-15 21:35:56,412 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2016-06-15 21:35:56,412 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:56,412 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2016-06-15 21:35:56,413 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2016-06-15 21:35:56,413 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:56,414 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2016-06-15 21:35:56,415 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2016-06-15 21:35:56,415 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:56,415 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2016-06-15 21:35:56,416 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2016-06-15 21:35:56,416 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2016-06-15 21:35:56,417 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2016-06-15 21:35:56,417 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2016-06-15 21:35:56,418 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2016-06-15 21:35:56,426 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2016-06-15 21:35:56,427 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2016-06-15 21:35:56,428 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2016-06-15 21:35:56,429 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2016-06-15 21:35:56,430 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2016-06-15 21:35:56,431 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2016-06-15 21:35:56,431 [TRACE] [doorpi.action.handler] [THP7HA] finished fire_event for event_name OnWebServerStart 2016-06-15 21:35:56,432 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2016-06-15 21:35:56,433 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2016-06-15 21:35:56,434 [TRACE] [doorpi.action.handler] [DCHXZO] try to fire action KeyboardDestroyAction with args () and kwargs {} 2016-06-15 21:35:56,434 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2016-06-15 21:35:56,435 [DEBUG] [doorpi.keyboard.from_piface] destroy 2016-06-15 21:35:56,449 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_piface and force_unregister is True 2016-06-15 21:35:56,450 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.0 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,451 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.0 - remove event too 2016-06-15 21:35:56,452 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.0 2016-06-15 21:35:56,452 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_piface 2016-06-15 21:35:56,453 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2016-06-15 21:35:56,454 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed 2016-06-15 21:35:56,454 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_piface 2016-06-15 21:35:56,455 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2016-06-15 21:35:56,456 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp 2016-06-15 21:35:56,457 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_1 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,457 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_1 - remove event too 2016-06-15 21:35:56,458 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_1 2016-06-15 21:35:56,459 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_0 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,459 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_0 - remove event too 2016-06-15 21:35:56,460 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_0 2016-06-15 21:35:56,461 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.1 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,461 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.1 - remove event too 2016-06-15 21:35:56,462 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_onboardpins.1 2016-06-15 21:35:56,463 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_piface 2016-06-15 21:35:56,463 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2016-06-15 21:35:56,464 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown 2016-06-15 21:35:56,465 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.0 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,465 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.0 - remove event too 2016-06-15 21:35:56,466 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.0 2016-06-15 21:35:56,467 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.1 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,468 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.1 - remove event too 2016-06-15 21:35:56,468 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_onboardpins.1 2016-06-15 21:35:56,469 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_0 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,470 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_0 - remove event too 2016-06-15 21:35:56,470 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_0 2016-06-15 21:35:56,471 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_1 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,472 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_1 - remove event too 2016-06-15 21:35:56,472 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_1 2016-06-15 21:35:56,473 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,474 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_1 - remove event too 2016-06-15 21:35:56,474 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_1 2016-06-15 21:35:56,475 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,476 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_0 - remove event too 2016-06-15 21:35:56,477 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_0 2016-06-15 21:35:56,477 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.1 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,478 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.1 - remove event too 2016-06-15 21:35:56,479 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.1 2016-06-15 21:35:56,479 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.0 from doorpi.keyboard.from_piface 2016-06-15 21:35:56,480 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.0 - remove event too 2016-06-15 21:35:56,481 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_onboardpins.0 2016-06-15 21:35:56,481 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed 2016-06-15 21:35:56,483 [TRACE] [doorpi.action.handler] [DCHXZO] try to fire action > with args () and kwargs {} 2016-06-15 21:35:56,483 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-06-15 21:35:56,484 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2016-06-15 21:35:56,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x75aa6cf8 [0x12aba80]) 2016-06-15 21:35:56,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x11108bc 2016-06-15 21:35:56,486 [DEBUG] [doorpi.action.handler] [2L19XJ] fire for event OnSipPhoneDestroy this actions [, , ] 2016-06-15 21:35:56,487 [TRACE] [doorpi.action.handler] [2L19XJ] try to fire action > with args () and kwargs {} 2016-06-15 21:35:56,487 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-06-15 21:35:56,487 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2016-06-15 21:35:56,488 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2016-06-15 21:35:56,488 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,489 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2016-06-15 21:35:56,489 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2016-06-15 21:35:56,490 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,490 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2016-06-15 21:35:56,490 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2016-06-15 21:35:56,491 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,491 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2016-06-15 21:35:56,492 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2016-06-15 21:35:56,492 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,492 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2016-06-15 21:35:56,493 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2016-06-15 21:35:56,493 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,493 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2016-06-15 21:35:56,494 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2016-06-15 21:35:56,494 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,495 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2016-06-15 21:35:56,495 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2016-06-15 21:35:56,495 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,496 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2016-06-15 21:35:56,496 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2016-06-15 21:35:56,497 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,497 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2016-06-15 21:35:56,497 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2016-06-15 21:35:56,498 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_123 from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,498 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_123 - remove event too 2016-06-15 21:35:56,499 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_123 2016-06-15 21:35:56,499 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,499 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2016-06-15 21:35:56,500 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2016-06-15 21:35:56,500 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,500 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2016-06-15 21:35:56,501 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2016-06-15 21:35:56,501 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,502 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2016-06-15 21:35:56,502 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2016-06-15 21:35:56,502 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,503 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2016-06-15 21:35:56,503 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2016-06-15 21:35:56,503 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,504 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2016-06-15 21:35:56,504 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2016-06-15 21:35:56,505 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,505 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2016-06-15 21:35:56,505 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2016-06-15 21:35:56,506 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,506 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2016-06-15 21:35:56,507 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2016-06-15 21:35:56,507 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,507 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2016-06-15 21:35:56,508 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2016-06-15 21:35:56,508 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,509 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2016-06-15 21:35:56,509 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2016-06-15 21:35:56,509 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,510 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2016-06-15 21:35:56,510 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2016-06-15 21:35:56,511 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,511 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2016-06-15 21:35:56,511 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2016-06-15 21:35:56,512 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,512 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2016-06-15 21:35:56,512 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2016-06-15 21:35:56,513 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-06-15 21:35:56,513 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2016-06-15 21:35:56,514 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2016-06-15 21:35:56,514 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2016-06-15 21:35:56,515 [TRACE] [doorpi.action.handler] [2L19XJ] try to fire action > with args () and kwargs {} 2016-06-15 21:35:56,515 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-06-15 21:35:56,516 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-06-15 21:35:56,518 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2016-06-15 21:35:56,518 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:56,519 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:56,519 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2016-06-15 21:35:56,520 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:56,521 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2016-06-15 21:35:56,521 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2016-06-15 21:35:56,521 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-06-15 21:35:56,522 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2016-06-15 21:35:56,522 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2016-06-15 21:35:56,523 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2016-06-15 21:35:56,524 [TRACE] [doorpi.action.handler] [2L19XJ] try to fire action > with args () and kwargs {} 2016-06-15 21:35:56,524 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-06-15 21:35:56,525 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2016-06-15 21:35:56,525 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-06-15 21:35:56,526 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2016-06-15 21:35:56,526 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2016-06-15 21:35:56,527 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-06-15 21:35:56,527 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2016-06-15 21:35:56,528 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2016-06-15 21:35:56,528 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2016-06-15 21:35:56,528 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2016-06-15 21:35:56,529 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2016-06-15 21:35:56,529 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2016-06-15 21:35:56,530 [TRACE] [doorpi.action.handler] [2L19XJ] finished fire_event for event_name OnSipPhoneDestroy 2016-06-15 21:35:56,531 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2016-06-15 21:35:56,531 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,531 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2016-06-15 21:35:56,532 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2016-06-15 21:35:56,532 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,533 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2016-06-15 21:35:56,533 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2016-06-15 21:35:56,533 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,534 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2016-06-15 21:35:56,534 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2016-06-15 21:35:56,535 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,535 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2016-06-15 21:35:56,535 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2016-06-15 21:35:56,536 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,536 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2016-06-15 21:35:56,537 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2016-06-15 21:35:56,537 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,537 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2016-06-15 21:35:56,538 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2016-06-15 21:35:56,538 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,538 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2016-06-15 21:35:56,539 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2016-06-15 21:35:56,539 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,540 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2016-06-15 21:35:56,540 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2016-06-15 21:35:56,540 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,541 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2016-06-15 21:35:56,541 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2016-06-15 21:35:56,541 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,542 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2016-06-15 21:35:56,542 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2016-06-15 21:35:56,543 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,543 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2016-06-15 21:35:56,543 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2016-06-15 21:35:56,544 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-06-15 21:35:56,544 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2016-06-15 21:35:56,545 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2016-06-15 21:35:56,545 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2016-06-15 21:35:56,546 [TRACE] [doorpi.action.handler] [DCHXZO] finished fire_event for event_name OnShutdown 2016-06-15 21:35:56,547 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2016-06-15 21:35:56,548 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2016-06-15 21:35:57,049 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2016-06-15 21:35:57,050 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-06-15 21:35:57,051 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-06-15 21:35:57,552 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2016-06-15 21:35:57,554 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-06-15 21:35:57,554 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-06-15 21:35:58,056 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2016-06-15 21:35:58,057 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-06-15 21:35:58,058 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-06-15 21:35:58,560 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2016-06-15 21:35:58,561 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-06-15 21:35:58,562 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-06-15 21:35:59,063 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 1 and 1 event 2016-06-15 21:35:59,064 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-06-15 21:35:59,065 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-06-15 21:35:59,567 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 1 and 1 event 2016-06-15 21:35:59,568 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-06-15 21:35:59,569 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-06-15 21:36:00,071 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 1 and 1 event 2016-06-15 21:36:00,072 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-06-15 21:36:00,073 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-06-15 21:36:00,574 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 1 and 1 event 2016-06-15 21:36:00,575 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-06-15 21:36:00,576 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-06-15 21:36:01,078 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 1 and 1 event 2016-06-15 21:36:01,079 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-06-15 21:36:01,080 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-06-15 21:36:01,581 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 1 and 1 event 2016-06-15 21:36:01,590 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-06-15 21:36:01,591 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-06-15 21:36:02,092 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [] 2016-06-15 21:36:02,094 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========