2017-08-10 15:07:10,764 [INFO] [doorpi.main] ___ ___ _ / \___ ___ _ __ / _ (_) VoIP Door-Intercomstation with Raspberry Pi / /\ / _ \ / _ \| '__/ /_)/ | version: 2.5.1 / /_// (_) | (_) | | / ___/| | license: CC BY-NC 4.0 /___,' \___/ \___/|_| \/ |_| URL: Authors: Thomas Meissner Supporter: Phillip Munz Hermann Dötsch Dennis Häußler Hubert Nusser Michael Hauer Andreas Schwarz Max Rößler missing someone? -> sorry -> mail me 2017-08-10 15:07:10,777 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--config', '/usr/local/etc/DoorPi/conf/doorpi.ini', '--trace'] 2017-08-10 15:07:10,780 [DEBUG] [doorpi.doorpi] run 2017-08-10 15:07:10,782 [DEBUG] [doorpi.doorpi] prepare 2017-08-10 15:07:10,784 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile='/usr/local/etc/DoorPi/conf/doorpi.ini', debug=False, test=False, trace=True) 2017-08-10 15:07:10,790 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2017-08-10 15:07:10,808 [DEBUG] [doorpi.conf.config_object] __init__ 2017-08-10 15:07:10,811 [TRACE] [doorpi.conf.config_object] get_from_config 2017-08-10 15:07:10,822 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2017-08-10 15:07:10,824 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2017-08-10 15:07:10,828 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2017-08-10 15:07:10,834 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2017-08-10 15:07:10,837 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2017-08-10 15:07:10,839 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2017-08-10 15:07:10,841 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2017-08-10 15:07:10,843 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2017-08-10 15:07:10,846 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2017-08-10 15:07:10,848 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2017-08-10 15:07:10,850 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2017-08-10 15:07:10,852 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2017-08-10 15:07:10,854 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2017-08-10 15:07:10,856 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2017-08-10 15:07:10,857 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2017-08-10 15:07:10,858 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2017-08-10 15:07:10,861 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2017-08-10 15:07:10,862 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2017-08-10 15:07:10,866 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2017-08-10 15:07:10,867 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2017-08-10 15:07:10,868 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2017-08-10 15:07:10,869 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2017-08-10 15:07:10,873 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2017-08-10 15:07:10,874 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2017-08-10 15:07:10,874 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2017-08-10 15:07:10,875 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2017-08-10 15:07:10,876 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2017-08-10 15:07:10,876 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2017-08-10 15:07:10,877 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2017-08-10 15:07:10,879 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2017-08-10 15:07:10,880 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2017-08-10 15:07:10,882 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2017-08-10 15:07:10,882 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2017-08-10 15:07:10,884 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2017-08-10 15:07:10,885 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2017-08-10 15:07:10,886 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2017-08-10 15:07:10,887 [TRACE] [doorpi.conf.config_object] get_string for key online_fallback in section DoorPiWeb (default: http://motom001.github.io/DoorPiWeb) returns http://motom001.github.io/DoorPiWeb 2017-08-10 15:07:10,889 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2017-08-10 15:07:10,890 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns ['administrators'] 2017-08-10 15:07:10,890 [WARNING] [root] section ReadPermission not found in configfile 2017-08-10 15:07:10,891 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2017-08-10 15:07:10,892 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns ['administrators'] 2017-08-10 15:07:10,892 [TRACE] [doorpi.conf.config_object] get_keys for section User returns ['doorpi'] 2017-08-10 15:07:10,893 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section Group (default: []) returns ['doorpi'] 2017-08-10 15:07:10,894 [TRACE] [doorpi.conf.config_object] get_sections returns ['onboardpins_OutputPins', 'EVENT_OnKeyPressed_onboardpins.20', 'onboardpins_keyboard', 'Group', 'keyboards', 'AdminNumbers', 'DTMF', 'SIP-Phone', 'WritePermission', 'EVENT_OnCallIncoming', 'EVENT_OnCallStateDisconnect', 'EVENT_OnKeyPressed_onboardpins.21', 'EVENT_OnStartup', 'User', 'DoorPiWeb', 'AfterKeyPressed', 'EVENT_OnCallStateConnect', 'onboardpins_InputPins', 'AREA_public', 'DoorPi'] 2017-08-10 15:07:10,895 [TRACE] [doorpi.conf.config_object] get_list for key administrators in section WritePermission (default: []) returns ['*'] 2017-08-10 15:07:10,896 [ERROR] [doorpi.status.webserver] no ReadPermission found 2017-08-10 15:07:10,896 [ERROR] [doorpi.status.webserver] module * doesn't exist but is assigned to group administrators in WritePermission 2017-08-10 15:07:10,897 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2017-08-10 15:07:10,898 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2017-08-10 15:07:10,899 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2017-08-10 15:07:10,901 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,902 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2017-08-10 15:07:10,903 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,904 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,905 [DEBUG] [doorpi.action.handler] [MBBQA4] fire for event OnWebServerStart this actions [] 2017-08-10 15:07:10,905 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,906 [TRACE] [doorpi.action.handler] [MBBQA4] try to fire action WebServerStartupAction with args () and kwargs {} 2017-08-10 15:07:10,907 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,907 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2017-08-10 15:07:10,908 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,910 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,910 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,911 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,912 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,912 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,913 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,913 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,914 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,915 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,915 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2017-08-10 15:07:10,916 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['onboardpins'] 2017-08-10 15:07:10,917 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: onboardpins) 2017-08-10 15:07:10,917 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'onboardpins' to handler 2017-08-10 15:07:10,918 [TRACE] [doorpi.conf.config_object] get_string for key onboardpins in section keyboards (default: dummy) returns gpio 2017-08-10 15:07:10,919 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_InputPins returns ['20', '21'] 2017-08-10 15:07:10,920 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['19', '13', '26', '16'] 2017-08-10 15:07:10,921 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section onboardpins_keyboard (default: 2000) returns 200.0 2017-08-10 15:07:10,921 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section onboardpins_keyboard (default: 0) returns 1 2017-08-10 15:07:10,922 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section onboardpins_keyboard (default: True) returns True 2017-08-10 15:07:10,924 [DEBUG] [doorpi.keyboard.from_gpio] doorpi.keyboard.from_gpio loaded 2017-08-10 15:07:10,929 [DEBUG] [doorpi.keyboard.from_gpio] __init__(input_pins = ['20', '21'], output_pins = ['19', '13', '26', '16'], bouncetime = 200.0, polarity = 1) 2017-08-10 15:07:10,931 [TRACE] [doorpi.conf.config_object] get_string for key mode in section onboardpins_keyboard (default: BOARD) returns BCM 2017-08-10 15:07:10,931 [TRACE] [doorpi.conf.config_object] get_string for key pull_up_down in section onboardpins_keyboard (default: PUD_OFF) returns PUD_OFF 2017-08-10 15:07:10,934 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,935 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was added 2017-08-10 15:07:10,936 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,937 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_20 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,938 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_20 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,939 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.20 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,940 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.20 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,941 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,942 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,943 [TRACE] [doorpi.action.handler] register Event OnKeyUp_20 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,944 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_20 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,945 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.20 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,946 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.20 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,946 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,948 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,949 [TRACE] [doorpi.action.handler] register Event OnKeyDown_20 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,949 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_20 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,950 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.20 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,951 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.20 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,953 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,955 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_gpio is already known 2017-08-10 15:07:10,956 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_21 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,957 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_21 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,958 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_onboardpins.21 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,959 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_onboardpins.21 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,960 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,961 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_gpio is already known 2017-08-10 15:07:10,962 [TRACE] [doorpi.action.handler] register Event OnKeyUp_21 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,963 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_21 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,964 [TRACE] [doorpi.action.handler] register Event OnKeyUp_onboardpins.21 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,965 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_onboardpins.21 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,966 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,967 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_gpio is already known 2017-08-10 15:07:10,968 [TRACE] [doorpi.action.handler] register Event OnKeyDown_21 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,969 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_21 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,970 [TRACE] [doorpi.action.handler] register Event OnKeyDown_onboardpins.21 from doorpi.keyboard.from_gpio 2017-08-10 15:07:10,971 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_onboardpins.21 and registered source doorpi.keyboard.from_gpio 2017-08-10 15:07:10,981 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2017-08-10 15:07:10,982 [TRACE] [doorpi.conf.config_object] get_keys for section onboardpins_OutputPins returns ['19', '13', '26', '16'] 2017-08-10 15:07:10,983 [TRACE] [doorpi.conf.config_object] get_string for key 19 in section onboardpins_OutputPins (default: ) returns power_supply 2017-08-10 15:07:10,984 [TRACE] [doorpi.conf.config_object] get_string for key 13 in section onboardpins_OutputPins (default: ) returns open_rel 2017-08-10 15:07:10,985 [TRACE] [doorpi.conf.config_object] get_string for key 26 in section onboardpins_OutputPins (default: ) returns bled 2017-08-10 15:07:10,986 [TRACE] [doorpi.conf.config_object] get_string for key 16 in section onboardpins_OutputPins (default: ) returns ctrl_led 2017-08-10 15:07:10,990 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2017-08-10 15:07:10,994 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2017-08-10 15:07:10,998 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2017-08-10 15:07:11,001 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2017-08-10 15:07:11,059 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2017-08-10 15:07:11,063 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2017-08-10 15:07:11,066 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2017-08-10 15:07:11,151 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2017-08-10 15:07:11,160 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2017-08-10 15:07:11,161 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2017-08-10 15:07:11,164 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2017-08-10 15:07:11,167 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2017-08-10 15:07:11,170 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2017-08-10 15:07:11,175 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2017-08-10 15:07:11,178 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2017-08-10 15:07:11,178 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2017-08-10 15:07:11,179 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,180 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2017-08-10 15:07:11,181 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,181 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,182 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,183 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,183 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,184 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,185 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,185 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,186 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,186 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,187 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,188 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,189 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,189 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,190 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,191 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,191 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,192 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,192 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,193 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,194 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,194 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,195 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2017-08-10 15:07:11,196 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2017-08-10 15:07:11,196 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2017-08-10 15:07:11,197 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,198 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2017-08-10 15:07:11,199 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,199 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,200 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,200 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,201 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,202 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,202 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,203 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,204 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,204 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,205 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,205 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,206 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,207 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,208 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,208 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,209 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,209 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,210 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,211 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,211 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,212 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,213 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,213 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"88"', '"77"'] 2017-08-10 15:07:11,214 [TRACE] [doorpi.action.handler] register Event OnDTMF_"88" from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,215 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"88" and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,215 [TRACE] [doorpi.action.handler] register Event OnDTMF_"77" from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,216 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"77" and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,216 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,217 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2017-08-10 15:07:11,218 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,218 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,219 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,220 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,220 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,221 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,222 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,222 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,223 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,223 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,224 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,225 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,225 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,226 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,226 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,227 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,228 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,228 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,229 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:07:11,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2017-08-10 15:07:11,233 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x747fe9e0 2017-08-10 15:07:11,233 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:07:11,234 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2017-08-10 15:07:11,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x747fe9e0 2017-08-10 15:07:11,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x7474a780, "(null)", "(null)") 2017-08-10 15:07:11,237 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.1-856-ge2609f9 2017-08-10 15:07:11:238 belle-sip-warning-There is no object pool created in thread [1996386304]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2017-08-10 15:07:11,239 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x19d5468] registered on core [0x19c25d0] 2017-08-10 15:07:11,239 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x19d5468] registered on core [0x19a6e58] 2017-08-10 15:07:11,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x19d5468, 1, "Starting up") 2017-08-10 15:07:11,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2017-08-10 15:07:11,242 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [global_state_changed] 2017-08-10 15:07:11,242 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.26.0 initialized. 2017-08-10 15:07:11,243 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.1 (git: 2.12.1-388-g52806d2) initialized. 2017-08-10 15:07:11,244 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2017-08-10 15:07:11,245 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2017-08-10 15:07:11,246 [INFO] [doorpi.sipphone.from_linphone] srtp init 2017-08-10 15:07:11,263 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2017-08-10 15:07:11,388 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added with capabilities [capture, playback] 2017-08-10 15:07:11,391 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC0D0c' failed (-2) 2017-08-10 15:07:11,394 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added with capabilities [playback] 2017-08-10 15:07:11,396 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC0D1c' failed (-2) 2017-08-10 15:07:11,399 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added with capabilities [playback] 2017-08-10 15:07:11,402 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB Audio Device' added with capabilities [capture, playback] 2017-08-10 15:07:11,403 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2017-08-10 15:07:11,404 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2017-08-10 15:07:11,405 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2017-08-10 15:07:11,406 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2017-08-10 15:07:11,407 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2017-08-10 15:07:11,408 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to the list of possible codecs. 2017-08-10 15:07:11,408 [INFO] [doorpi.sipphone.from_linphone] Codec SILK/16000 fmtp=[] number=-1, enabled=1) added to the list of possible codecs. 2017-08-10 15:07:11,409 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to the list of possible codecs. 2017-08-10 15:07:11,410 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to the list of possible codecs. 2017-08-10 15:07:11,411 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to the list of possible codecs. 2017-08-10 15:07:11,411 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to the list of possible codecs. 2017-08-10 15:07:11,412 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to the list of possible codecs. 2017-08-10 15:07:11,413 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to the list of possible codecs. 2017-08-10 15:07:11,414 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,414 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,415 [INFO] [doorpi.sipphone.from_linphone] Codec iLBC/8000 fmtp=[mode=30] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,416 [INFO] [doorpi.sipphone.from_linphone] Codec AMR/8000 fmtp=[octet-align=1] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,417 [INFO] [doorpi.sipphone.from_linphone] Codec AMR-WB/16000 fmtp=[octet-align=1] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,417 [INFO] [doorpi.sipphone.from_linphone] Codec G729/8000 fmtp=[annexb=no] number=18, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,418 [INFO] [doorpi.sipphone.from_linphone] Codec mpeg4-generic/16000 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,419 [INFO] [doorpi.sipphone.from_linphone] Codec mpeg4-generic/22050 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,420 [INFO] [doorpi.sipphone.from_linphone] Codec mpeg4-generic/32000 fmtp=[config=F8E82000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,420 [INFO] [doorpi.sipphone.from_linphone] Codec mpeg4-generic/44100 fmtp=[config=F8E82000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,421 [INFO] [doorpi.sipphone.from_linphone] Codec mpeg4-generic/48000 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,422 [INFO] [doorpi.sipphone.from_linphone] Codec iSAC/16000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,423 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,423 [INFO] [doorpi.sipphone.from_linphone] Codec SILK/8000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,424 [INFO] [doorpi.sipphone.from_linphone] Codec SILK/12000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,425 [INFO] [doorpi.sipphone.from_linphone] Codec SILK/24000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,426 [INFO] [doorpi.sipphone.from_linphone] Codec G726-16/8000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,426 [INFO] [doorpi.sipphone.from_linphone] Codec G726-24/8000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,427 [INFO] [doorpi.sipphone.from_linphone] Codec G726-32/8000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,428 [INFO] [doorpi.sipphone.from_linphone] Codec G726-40/8000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,429 [INFO] [doorpi.sipphone.from_linphone] Codec AAL2-G726-16/8000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,430 [INFO] [doorpi.sipphone.from_linphone] Codec AAL2-G726-24/8000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,430 [INFO] [doorpi.sipphone.from_linphone] Codec AAL2-G726-32/8000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,431 [INFO] [doorpi.sipphone.from_linphone] Codec AAL2-G726-40/8000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,432 [INFO] [doorpi.sipphone.from_linphone] Codec CODEC2/8000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,433 [INFO] [doorpi.sipphone.from_linphone] Codec BV16/8000 fmtp=[] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,433 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to the list of possible codecs. 2017-08-10 15:07:11,434 [INFO] [doorpi.sipphone.from_linphone] Codec H264/90000 fmtp=[profile-level-id=42801F] number=-1, enabled=1) added to the list of possible codecs. 2017-08-10 15:07:11,435 [INFO] [doorpi.sipphone.from_linphone] Codec MP4V-ES/90000 fmtp=[profile-level-id=3] number=-1, enabled=1) added to the list of possible codecs. 2017-08-10 15:07:11,436 [INFO] [doorpi.sipphone.from_linphone] Codec H263-1998/90000 fmtp=[CIF=1;QCIF=1] number=-1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,436 [INFO] [doorpi.sipphone.from_linphone] Codec H263/90000 fmtp=[] number=34, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,437 [INFO] [doorpi.sipphone.from_linphone] Codec 1016/8000 fmtp=[] number=1, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,438 [INFO] [doorpi.sipphone.from_linphone] Codec G723/8000 fmtp=[] number=4, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,439 [INFO] [doorpi.sipphone.from_linphone] Codec LPC/8000 fmtp=[] number=7, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,439 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,440 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,441 [INFO] [doorpi.sipphone.from_linphone] Codec CN/8000 fmtp=[] number=13, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,442 [INFO] [doorpi.sipphone.from_linphone] Codec H261/90000 fmtp=[] number=31, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,442 [INFO] [doorpi.sipphone.from_linphone] Codec MPV/90000 fmtp=[] number=32, enabled=0) added to the list of possible codecs. 2017-08-10 15:07:11,443 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-08-10 15:07:11,444 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-08-10 15:07:11,445 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-08-10 15:07:11,446 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-08-10 15:07:11,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x19d5468, 2, "(null)") 2017-08-10 15:07:11,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2017-08-10 15:07:11,448 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [configuring_status] 2017-08-10 15:07:11,449 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2017-08-10 15:07:11,449 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/notes_of_the_optimistic.mkv does not exist 2017-08-10 15:07:11,450 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2017-08-10 15:07:11,451 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2017-08-10 15:07:11,452 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2017-08-10 15:07:11,452 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-08-10 15:07:11,453 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-08-10 15:07:11,454 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2017-08-10 15:07:11,455 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-08-10 15:07:11,455 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-08-10 15:07:11,456 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2017-08-10 15:07:11,457 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2017-08-10 15:07:11,458 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,458 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,459 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,460 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,461 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2017-08-10 15:07:11,461 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2017-08-10 15:07:11,462 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2017-08-10 15:07:11,463 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2017-08-10 15:07:11,463 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2017-08-10 15:07:11,464 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2017-08-10 15:07:11,465 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2017-08-10 15:07:11,465 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2017-08-10 15:07:11,466 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-08-10 15:07:11,467 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-08-10 15:07:11,468 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-08-10 15:07:11,468 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-08-10 15:07:11,469 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-08-10 15:07:11,470 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-08-10 15:07:11,470 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-08-10 15:07:11,471 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-08-10 15:07:11,472 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-08-10 15:07:11,473 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-08-10 15:07:11,473 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2017-08-10 15:07:11,474 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2017-08-10 15:07:11,475 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2017-08-10 15:07:11,475 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-08-10 15:07:11,476 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-08-10 15:07:11,477 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-08-10 15:07:11,478 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-08-10 15:07:11,478 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-08-10 15:07:11,479 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-08-10 15:07:11,480 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2017-08-10 15:07:11,481 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2017-08-10 15:07:11,481 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2017-08-10 15:07:11,482 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2017-08-10 15:07:11,483 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2017-08-10 15:07:11,483 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2017-08-10 15:07:11,484 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2017-08-10 15:07:11,485 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2017-08-10 15:07:11,485 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2017-08-10 15:07:11,486 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2017-08-10 15:07:11,487 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2017-08-10 15:07:11,488 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2017-08-10 15:07:11,488 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2017-08-10 15:07:11,489 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2017-08-10 15:07:11,490 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2017-08-10 15:07:11,491 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2017-08-10 15:07:11,491 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2017-08-10 15:07:11,492 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2017-08-10 15:07:11,493 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for BV16 2017-08-10 15:07:11,493 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for BV16 2017-08-10 15:07:11,494 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2017-08-10 15:07:11,495 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2017-08-10 15:07:11,495 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2017-08-10 15:07:11,496 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2017-08-10 15:07:11,497 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2017-08-10 15:07:11,498 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2017-08-10 15:07:11,498 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2017-08-10 15:07:11,499 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2017-08-10 15:07:11,500 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2017-08-10 15:07:11,501 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2017-08-10 15:07:11,501 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,502 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2017-08-10 15:07:11,503 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2017-08-10 15:07:11,503 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2017-08-10 15:07:11,504 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2017-08-10 15:07:11,505 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2017-08-10 15:07:11,506 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2017-08-10 15:07:11,506 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2017-08-10 15:07:11,507 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2017-08-10 15:07:11,508 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2017-08-10 15:07:11,509 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,509 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,510 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-08-10 15:07:11,511 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-08-10 15:07:11,512 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2017-08-10 15:07:11,512 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x19da160] on [sip:0.0.0.0:5060;transport=UDP] 2017-08-10 15:07:11,513 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x19da370] on [sip:0.0.0.0:5060;transport=TCP] 2017-08-10 15:07:11,514 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x19da548] on [sip:0.0.0.0:-1;transport=TLS] 2017-08-10 15:07:11,515 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 44589 2017-08-10 15:07:11,516 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-08-10 15:07:11,517 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-08-10 15:07:11,518 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-08-10 15:07:11,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x19d5468, 2, "Ready") 2017-08-10 15:07:11,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2017-08-10 15:07:11,525 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [global_state_changed] 2017-08-10 15:07:11,525 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2017-08-10 15:07:11,526 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2017-08-10 15:07:11,527 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2017-08-10 15:07:11,528 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-08-10 15:07:11,529 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-08-10 15:07:11,529 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2017-08-10 15:07:11,530 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2017-08-10 15:07:11,531 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,532 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,532 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,533 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,534 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2017-08-10 15:07:11,535 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2017-08-10 15:07:11,535 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2017-08-10 15:07:11,536 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2017-08-10 15:07:11,537 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2017-08-10 15:07:11,537 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2017-08-10 15:07:11,538 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2017-08-10 15:07:11,539 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2017-08-10 15:07:11,540 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-08-10 15:07:11,540 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-08-10 15:07:11,541 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-08-10 15:07:11,542 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-08-10 15:07:11,542 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-08-10 15:07:11,543 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-08-10 15:07:11,544 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-08-10 15:07:11,545 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-08-10 15:07:11,545 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2017-08-10 15:07:11,546 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2017-08-10 15:07:11,547 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2017-08-10 15:07:11,548 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2017-08-10 15:07:11,548 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2017-08-10 15:07:11,549 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-08-10 15:07:11,550 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-08-10 15:07:11,550 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-08-10 15:07:11,551 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-08-10 15:07:11,552 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2017-08-10 15:07:11,553 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2017-08-10 15:07:11,553 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2017-08-10 15:07:11,554 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2017-08-10 15:07:11,555 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2017-08-10 15:07:11,555 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2017-08-10 15:07:11,556 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2017-08-10 15:07:11,557 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2017-08-10 15:07:11,557 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2017-08-10 15:07:11,558 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2017-08-10 15:07:11,559 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2017-08-10 15:07:11,560 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2017-08-10 15:07:11,560 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2017-08-10 15:07:11,561 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2017-08-10 15:07:11,562 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2017-08-10 15:07:11,562 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2017-08-10 15:07:11,563 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2017-08-10 15:07:11,564 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2017-08-10 15:07:11,564 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2017-08-10 15:07:11,565 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2017-08-10 15:07:11,566 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for BV16 2017-08-10 15:07:11,567 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for BV16 2017-08-10 15:07:11,567 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2017-08-10 15:07:11,568 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2017-08-10 15:07:11,569 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2017-08-10 15:07:11,570 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2017-08-10 15:07:11,570 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2017-08-10 15:07:11,571 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2017-08-10 15:07:11,572 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2017-08-10 15:07:11,572 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2017-08-10 15:07:11,573 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2017-08-10 15:07:11,574 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2017-08-10 15:07:11,575 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,575 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2017-08-10 15:07:11,576 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2017-08-10 15:07:11,577 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2017-08-10 15:07:11,578 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2017-08-10 15:07:11,578 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2017-08-10 15:07:11,579 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2017-08-10 15:07:11,580 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2017-08-10 15:07:11,580 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2017-08-10 15:07:11,581 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2017-08-10 15:07:11,582 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,583 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2017-08-10 15:07:11,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x747fe9e0 2017-08-10 15:07:11,585 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns InDoorPi 2017-08-10 15:07:11,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x747fe9e0 [0x19d5468], "InDoorPi ") 2017-08-10 15:07:11,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2017-08-10 15:07:11,588 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2017-08-10 15:07:11,591 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2017-08-10 15:07:11,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x747fe9e0 [0x19d5468], 2) 2017-08-10 15:07:11,592 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-08-10 15:07:11,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2017-08-10 15:07:11,594 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns False 2017-08-10 15:07:11,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x747fe9e0 [0x19d5468], 0x2e0614 [0]) 2017-08-10 15:07:11,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2017-08-10 15:07:11,597 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2017-08-10 15:07:11,598 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2017-08-10 15:07:11,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2017-08-10 15:07:11,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x747fe9f8 2017-08-10 15:07:11,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x747fe9e0 [0x19d5468], 0x747fe9f8 [0x747fea00]) 2017-08-10 15:07:11,601 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x19da160] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2017-08-10 15:07:11,602 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x19da370] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2017-08-10 15:07:11,603 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x19da548] on [sip:0.0.0.0:44589;transport=TLS] destroyed 2017-08-10 15:07:11,604 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2017-08-10 15:07:11,604 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x19da438] on [sip:0.0.0.0:5060;transport=UDP] 2017-08-10 15:07:11,605 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x19da5b0] on [sip:0.0.0.0:5060;transport=TCP] 2017-08-10 15:07:11,606 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x19da300] on [sip:0.0.0.0:-1;transport=TLS] 2017-08-10 15:07:11,607 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 39183 2017-08-10 15:07:11,608 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-08-10 15:07:11,609 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-08-10 15:07:11,610 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2017-08-10 15:07:11,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2017-08-10 15:07:11,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x747fe9f8) 2017-08-10 15:07:11,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2017-08-10 15:07:11,613 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2017-08-10 15:07:11,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x747fe9e0 [0x19d5468], 0x2e0614 [0]) 2017-08-10 15:07:11,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2017-08-10 15:07:11,615 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 2017-08-10 15:07:11,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x747fe9e0 [0x19d5468], "") 2017-08-10 15:07:11,617 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2017-08-10 15:07:11,618 [INFO] [doorpi.sipphone.from_linphone] 172.30.1.4 2017-08-10 15:07:11,619 [INFO] [doorpi.sipphone.from_linphone] 172.30.1.3 2017-08-10 15:07:11,621 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2017-08-10 15:07:11,621 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2017-08-10 15:07:11,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2017-08-10 15:07:11,623 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2017-08-10 15:07:11,624 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2017-08-10 15:07:11,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x747fe9e0 [0x19d5468], 0) 2017-08-10 15:07:11,625 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2017-08-10 15:07:11,626 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2017-08-10 15:07:11,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2017-08-10 15:07:11,630 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 60 2017-08-10 15:07:11,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x747fe9e0 [0x19d5468], 60) 2017-08-10 15:07:11,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2017-08-10 15:07:11,633 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2017-08-10 15:07:11,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x747fe9e0 [0x19d5468], 15) 2017-08-10 15:07:11,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2017-08-10 15:07:11,635 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/ShortDialTone.wav 2017-08-10 15:07:11,638 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/ShortDialTone.wav" to "/usr/local/etc/DoorPi/media/ShortDialTone.wav" 2017-08-10 15:07:11,639 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2017-08-10 15:07:11,641 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2017-08-10 15:07:11,642 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-08-10 15:07:11,643 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2017-08-10 15:07:11,643 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2017-08-10 15:07:11,644 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-08-10 15:07:11,645 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2017-08-10 15:07:11,645 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-08-10 15:07:11,646 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2017-08-10 15:07:11,647 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2017-08-10 15:07:11,648 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2017-08-10 15:07:11,649 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2017-08-10 15:07:11,649 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2017-08-10 15:07:11,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x747fe9e0 [0x19d5468], "/usr/local/etc/DoorPi/media/ShortDialTone.wav") 2017-08-10 15:07:11,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2017-08-10 15:07:11,653 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-08-10 15:07:11,654 [TRACE] [doorpi.conf.config_object] get_string for key records in section SIP-Phone (default: !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav) returns !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav 2017-08-10 15:07:11,655 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2017-08-10 15:07:11,656 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-08-10 15:07:11,657 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2017-08-10 15:07:11,658 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2017-08-10 15:07:11,658 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2017-08-10 15:07:11,659 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2017-08-10 15:07:11,660 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-08-10 15:07:11,660 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2017-08-10 15:07:11,661 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2017-08-10 15:07:11,662 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2017-08-10 15:07:11,663 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2017-08-10 15:07:11,663 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2017-08-10 15:07:11,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74750198 2017-08-10 15:07:11,667 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-08-10 15:07:11,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x74753110 2017-08-10 15:07:11,670 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB Audio Device 2017-08-10 15:07:11,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x747fe9e0 [0x19d5468], "ALSA: USB Audio Device") 2017-08-10 15:07:11,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2017-08-10 15:07:11,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,674 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x747530e0 2017-08-10 15:07:11,675 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: USB Audio Device 2017-08-10 15:07:11,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x747fe9e0 [0x19d5468], "ALSA: USB Audio Device") 2017-08-10 15:07:11,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2017-08-10 15:07:11,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74750148 2017-08-10 15:07:11,680 [INFO] [doorpi.sipphone.from_linphone] found 4 possible sounddevices: 2017-08-10 15:07:11,681 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2017-08-10 15:07:11,682 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-08-10 15:07:11,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x74750148 2017-08-10 15:07:11,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x747fe9e0 [0x19d5468], "ALSA: default device") 2017-08-10 15:07:11,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2017-08-10 15:07:11,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x747fe9e0 [0x19d5468], "ALSA: default device") 2017-08-10 15:07:11,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2017-08-10 15:07:11,689 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2017-08-10 15:07:11,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x747fe9e0 [0x19d5468], "ALSA: bcm2835 ALSA") 2017-08-10 15:07:11,690 [WARNING] [doorpi.sipphone.from_linphone] No capture card with id ALSA: bcm2835 ALSA 2017-08-10 15:07:11,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0614 2017-08-10 15:07:11,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x747fe9e0 [0x19d5468], "ALSA: bcm2835 ALSA") 2017-08-10 15:07:11,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2017-08-10 15:07:11,694 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2017-08-10 15:07:11,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x747fe9e0 [0x19d5468], "ALSA: bcm2835 ALSA") 2017-08-10 15:07:11,696 [WARNING] [doorpi.sipphone.from_linphone] No capture card with id ALSA: bcm2835 ALSA 2017-08-10 15:07:11,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0614 2017-08-10 15:07:11,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x747fe9e0 [0x19d5468], "ALSA: bcm2835 ALSA") 2017-08-10 15:07:11,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2017-08-10 15:07:11,700 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2017-08-10 15:07:11,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x747fe9e0 [0x19d5468], "ALSA: USB Audio Device") 2017-08-10 15:07:11,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2017-08-10 15:07:11,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x747fe9e0 [0x19d5468], "ALSA: USB Audio Device") 2017-08-10 15:07:11,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2017-08-10 15:07:11,705 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: USB Audio Device 2017-08-10 15:07:11,705 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-08-10 15:07:11,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x74753230 2017-08-10 15:07:11,708 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: USB Audio Device 2017-08-10 15:07:11,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x74753200 2017-08-10 15:07:11,711 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: USB Audio Device 2017-08-10 15:07:11,712 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU'] 2017-08-10 15:07:11,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19e4930) 2017-08-10 15:07:11,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-08-10 15:07:11,716 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d7c410 2017-08-10 15:07:11,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-08-10 15:07:11,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d7c410 2017-08-10 15:07:11,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d7c410 2017-08-10 15:07:11,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x18c1bb0) 2017-08-10 15:07:11,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-08-10 15:07:11,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d7c420 2017-08-10 15:07:11,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-08-10 15:07:11,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d7c420 2017-08-10 15:07:11,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d7c420 2017-08-10 15:07:11,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19e49b0) 2017-08-10 15:07:11,726 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-08-10 15:07:11,727 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d7c430 2017-08-10 15:07:11,728 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-08-10 15:07:11,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d7c430 2017-08-10 15:07:11,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d7c430 2017-08-10 15:07:11,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19d7c50) 2017-08-10 15:07:11,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-08-10 15:07:11,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d7c440 2017-08-10 15:07:11,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-08-10 15:07:11,735 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d7c440 2017-08-10 15:07:11,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d7c440 2017-08-10 15:07:11,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1988988) 2017-08-10 15:07:11,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-08-10 15:07:11,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d7c450 2017-08-10 15:07:11,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-08-10 15:07:11,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d7c450 2017-08-10 15:07:11,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d7c450 2017-08-10 15:07:11,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1988a08) 2017-08-10 15:07:11,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-08-10 15:07:11,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d7c460 2017-08-10 15:07:11,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-08-10 15:07:11,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d7c460 2017-08-10 15:07:11,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d7c460 2017-08-10 15:07:11,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x185f9b8) 2017-08-10 15:07:11,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-08-10 15:07:11,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d7c470 2017-08-10 15:07:11,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-08-10 15:07:11,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d7c470 2017-08-10 15:07:11,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d7c470 2017-08-10 15:07:11,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1988ea0) 2017-08-10 15:07:11,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-08-10 15:07:11,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d7c480 2017-08-10 15:07:11,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-08-10 15:07:11,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d7c480 2017-08-10 15:07:11,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d7c480 2017-08-10 15:07:11,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1988f20) 2017-08-10 15:07:11,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-08-10 15:07:11,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d7c490 2017-08-10 15:07:11,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-08-10 15:07:11,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d7c490 2017-08-10 15:07:11,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d7c490 2017-08-10 15:07:11,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x1988fa0) 2017-08-10 15:07:11,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-08-10 15:07:11,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d7c4a0 2017-08-10 15:07:11,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-08-10 15:07:11,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d7c4a0 2017-08-10 15:07:11,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d7c4a0 2017-08-10 15:07:11,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x74750238 2017-08-10 15:07:11,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c410 [0x19e4930]) 2017-08-10 15:07:11,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742f00 2017-08-10 15:07:11,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c410 [0x19e4930]) 2017-08-10 15:07:11,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742f00 2017-08-10 15:07:11,776 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2017-08-10 15:07:11,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x747fe9e0 [0x19d5468], 0x76d7c410 [0x19e4930], 0x2e0614 [0]) 2017-08-10 15:07:11,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x184e8bc 2017-08-10 15:07:11,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c420 [0x18c1bb0]) 2017-08-10 15:07:11,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742ea0 2017-08-10 15:07:11,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c420 [0x18c1bb0]) 2017-08-10 15:07:11,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742ea0 2017-08-10 15:07:11,783 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2017-08-10 15:07:11,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x747fe9e0 [0x19d5468], 0x76d7c420 [0x18c1bb0], 0x2e0614 [0]) 2017-08-10 15:07:11,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x184e8bc 2017-08-10 15:07:11,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c430 [0x19e49b0]) 2017-08-10 15:07:11,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742f00 2017-08-10 15:07:11,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c430 [0x19e49b0]) 2017-08-10 15:07:11,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742f00 2017-08-10 15:07:11,790 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2017-08-10 15:07:11,791 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x747fe9e0 [0x19d5468], 0x76d7c430 [0x19e49b0], 0x2e0614 [0]) 2017-08-10 15:07:11,792 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x184e8bc 2017-08-10 15:07:11,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c440 [0x19d7c50]) 2017-08-10 15:07:11,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742ea0 2017-08-10 15:07:11,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c440 [0x19d7c50]) 2017-08-10 15:07:11,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742ea0 2017-08-10 15:07:11,796 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2017-08-10 15:07:11,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x747fe9e0 [0x19d5468], 0x76d7c440 [0x19d7c50], 0x2e0620 [1]) 2017-08-10 15:07:11,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x184e8bc 2017-08-10 15:07:11,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c450 [0x1988988]) 2017-08-10 15:07:11,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742f00 2017-08-10 15:07:11,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c450 [0x1988988]) 2017-08-10 15:07:11,802 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742f00 2017-08-10 15:07:11,803 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2017-08-10 15:07:11,804 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x747fe9e0 [0x19d5468], 0x76d7c450 [0x1988988], 0x2e0620 [1]) 2017-08-10 15:07:11,805 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x184e8bc 2017-08-10 15:07:11,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c460 [0x1988a08]) 2017-08-10 15:07:11,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x747fe9f8 2017-08-10 15:07:11,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c460 [0x1988a08]) 2017-08-10 15:07:11,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x747fe9f8 2017-08-10 15:07:11,810 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2017-08-10 15:07:11,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x747fe9e0 [0x19d5468], 0x76d7c460 [0x1988a08], 0x2e0614 [0]) 2017-08-10 15:07:11,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x184e8bc 2017-08-10 15:07:11,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c470 [0x185f9b8]) 2017-08-10 15:07:11,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742f00 2017-08-10 15:07:11,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c470 [0x185f9b8]) 2017-08-10 15:07:11,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742f00 2017-08-10 15:07:11,816 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2017-08-10 15:07:11,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x747fe9e0 [0x19d5468], 0x76d7c470 [0x185f9b8], 0x2e0614 [0]) 2017-08-10 15:07:11,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x184e8bc 2017-08-10 15:07:11,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c480 [0x1988ea0]) 2017-08-10 15:07:11,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742ea0 2017-08-10 15:07:11,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c480 [0x1988ea0]) 2017-08-10 15:07:11,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74742ea0 2017-08-10 15:07:11,823 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2017-08-10 15:07:11,824 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x747fe9e0 [0x19d5468], 0x76d7c480 [0x1988ea0], 0x2e0614 [0]) 2017-08-10 15:07:11,825 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x184e8bc 2017-08-10 15:07:11,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c490 [0x1988f20]) 2017-08-10 15:07:11,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x747fe9f8 2017-08-10 15:07:11,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c490 [0x1988f20]) 2017-08-10 15:07:11,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x747fe9f8 2017-08-10 15:07:11,830 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2017-08-10 15:07:11,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x747fe9e0 [0x19d5468], 0x76d7c490 [0x1988f20], 0x2e0614 [0]) 2017-08-10 15:07:11,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x184e8bc 2017-08-10 15:07:11,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c4a0 [0x1988fa0]) 2017-08-10 15:07:11,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x747fe9f8 2017-08-10 15:07:11,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c4a0 [0x1988fa0]) 2017-08-10 15:07:11,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x747fe9f8 2017-08-10 15:07:11,836 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2017-08-10 15:07:11,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x747fe9e0 [0x19d5468], 0x76d7c4a0 [0x1988fa0], 0x2e0614 [0]) 2017-08-10 15:07:11,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x184e8bc 2017-08-10 15:07:11,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74750198 2017-08-10 15:07:11,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74750198 2017-08-10 15:07:11,843 [INFO] [doorpi.sipphone.from_linphone] found 1 possible videodevices: 2017-08-10 15:07:11,844 [DEBUG] [doorpi.sipphone.from_linphone] | name 2017-08-10 15:07:11,845 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-08-10 15:07:11,846 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,847 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74750198 2017-08-10 15:07:11,847 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2017-08-10 15:07:11,848 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2017-08-10 15:07:11,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74750198 2017-08-10 15:07:11,851 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: StaticImage: Static picture) returns StaticImage: Static picture 2017-08-10 15:07:11,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x74750198 2017-08-10 15:07:11,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x747fe9e0 [0x19d5468], 0x2e0620 [1]) 2017-08-10 15:07:11,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2017-08-10 15:07:11,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x747fe9e0 [0x19d5468], "StaticImage: Static picture") 2017-08-10 15:07:11,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2017-08-10 15:07:11,858 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2017-08-10 15:07:11,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x747fe9e0 [0x19d5468], "vga") 2017-08-10 15:07:11,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2017-08-10 15:07:11,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x74753320 2017-08-10 15:07:11,863 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: StaticImage: Static picture 2017-08-10 15:07:11,864 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2017-08-10 15:07:11,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x19e48d0) 2017-08-10 15:07:11,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2017-08-10 15:07:11,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76d7c4b0 2017-08-10 15:07:11,869 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2017-08-10 15:07:11,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76d7c4b0 2017-08-10 15:07:11,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76d7c4b0 2017-08-10 15:07:11,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x747501e8 2017-08-10 15:07:11,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c4b0 [0x19e48d0]) 2017-08-10 15:07:11,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x747fe9f8 2017-08-10 15:07:11,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2e0620 2017-08-10 15:07:11,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76d7c4b0 [0x19e48d0]) 2017-08-10 15:07:11,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x747fe9f8 2017-08-10 15:07:11,878 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2017-08-10 15:07:11,879 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x747fe9e0 [0x19d5468], 0x76d7c4b0 [0x19e48d0], 0x2e0620 [1]) 2017-08-10 15:07:11,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x184e8bc 2017-08-10 15:07:11,882 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 172.30.1.50 2017-08-10 15:07:11,882 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns 621 2017-08-10 15:07:11,883 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: 621) returns ******* 2017-08-10 15:07:11,884 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 172.30.1.50) returns fritz.box 2017-08-10 15:07:11,885 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2017-08-10 15:07:11,886 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x747fe9e0 [0x19d5468]) 2017-08-10 15:07:11,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x19897a8) 2017-08-10 15:07:11,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2017-08-10 15:07:11,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76d7c4c0 2017-08-10 15:07:11,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2017-08-10 15:07:11,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76d7c4c0 2017-08-10 15:07:11,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76d7c4c0 2017-08-10 15:07:11,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76d7c4c0 2017-08-10 15:07:11,893 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns InDoorPi 2017-08-10 15:07:11,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("InDoorPi ") 2017-08-10 15:07:11,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x19e8418) 2017-08-10 15:07:11,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-08-10 15:07:11,898 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d7c4d0 2017-08-10 15:07:11,899 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-08-10 15:07:11,900 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d7c4d0 2017-08-10 15:07:11,901 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d7c4d0 2017-08-10 15:07:11,902 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76d7c4d0 2017-08-10 15:07:11,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76d7c4c0 [0x19897a8], 0x76d7c4d0 [0x19e8418]) 2017-08-10 15:07:11,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2017-08-10 15:07:11,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76d7c4c0 [0x19897a8], "sip:172.30.1.50") 2017-08-10 15:07:11,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2017-08-10 15:07:11,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76d7c4c0 [0x19897a8], 0x2e0620 [1]) 2017-08-10 15:07:11,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2017-08-10 15:07:11,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x747fe9e0 [0x19d5468], 0x76d7c4c0 [0x19897a8]) 2017-08-10 15:07:11,912 [INFO] [doorpi.sipphone.from_linphone] Publish params have changed on proxy config [0x19897a8] 2017-08-10 15:07:11,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x184e8bc 2017-08-10 15:07:11,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x747fe9e0 [0x19d5468], 0x76d7c4c0 [0x19897a8]) 2017-08-10 15:07:11,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2017-08-10 15:07:11,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_auth_info(0x747fe9e0 [0x19d5468], "621", "(null)", "XXXX", "(null)", "(null)", "fritz.box") 2017-08-10 15:07:11,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x19e8a90) 2017-08-10 15:07:11,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2017-08-10 15:07:11,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76d7c4e0 2017-08-10 15:07:11,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2017-08-10 15:07:11,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76d7c4e0 2017-08-10 15:07:11,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76d7c4e0 2017-08-10 15:07:11,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76d7c4e0 2017-08-10 15:07:11,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x747fe9e0 [0x19d5468], 0x76d7c4e0 [0x19e8a90]) 2017-08-10 15:07:11,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2017-08-10 15:07:11,926 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2017-08-10 15:07:11,927 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnKeyPressed_onboardpins.20', 'EVENT_OnCallIncoming', 'EVENT_OnCallStateDisconnect', 'EVENT_OnKeyPressed_onboardpins.21', 'EVENT_OnStartup', 'EVENT_OnCallStateConnect'] 2017-08-10 15:07:11,928 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyPressed_onboardpins.20' in configfile 2017-08-10 15:07:11,929 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyPressed_onboardpins.20 returns ['1', '3'] 2017-08-10 15:07:11,930 [INFO] [doorpi.doorpi] registering action '1' for event 'OnKeyPressed_onboardpins.20' 2017-08-10 15:07:11,930 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section EVENT_OnKeyPressed_onboardpins.20 (default: ) returns call:**620 2017-08-10 15:07:11,932 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2017-08-10 15:07:11,934 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**620'} was added to new evententry OnKeyPressed_onboardpins.20 2017-08-10 15:07:11,935 [INFO] [doorpi.doorpi] registering action '3' for event 'OnKeyPressed_onboardpins.20' 2017-08-10 15:07:11,935 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section EVENT_OnKeyPressed_onboardpins.20 (default: ) returns os_execute:!BASEPATH!/scripts/runomx.sh 2017-08-10 15:07:11,937 [DEBUG] [doorpi.action.SingleActions.os_execute] doorpi.action.SingleActions.os_execute loaded 2017-08-10 15:07:11,941 [TRACE] [doorpi.action.handler] action OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/runomx.sh'} was added to event OnKeyPressed_onboardpins.20 2017-08-10 15:07:11,942 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnCallIncoming' in configfile 2017-08-10 15:07:11,943 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnCallIncoming returns ['1', '3', '2'] 2017-08-10 15:07:11,944 [INFO] [doorpi.doorpi] registering action '1' for event 'OnCallIncoming' 2017-08-10 15:07:11,944 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section EVENT_OnCallIncoming (default: ) returns sleep:1 2017-08-10 15:07:11,946 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2017-08-10 15:07:11,948 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnCallIncoming 2017-08-10 15:07:11,949 [INFO] [doorpi.doorpi] registering action '2' for event 'OnCallIncoming' 2017-08-10 15:07:11,949 [TRACE] [doorpi.conf.config_object] get_string for key 2 in section EVENT_OnCallIncoming (default: ) returns os_execute:!BASEPATH!/scripts/runomx.sh 2017-08-10 15:07:11,952 [TRACE] [doorpi.action.handler] action OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/runomx.sh'} was added to event OnCallIncoming 2017-08-10 15:07:11,953 [INFO] [doorpi.doorpi] registering action '3' for event 'OnCallIncoming' 2017-08-10 15:07:11,954 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section EVENT_OnCallIncoming (default: ) returns out:power_supply,1 2017-08-10 15:07:11,956 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2017-08-10 15:07:11,958 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2017-08-10 15:07:11,959 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'power_supply'} was added to event OnCallIncoming 2017-08-10 15:07:11,960 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnCallStateDisconnect' in configfile 2017-08-10 15:07:11,961 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnCallStateDisconnect returns ['11', '10'] 2017-08-10 15:07:11,962 [INFO] [doorpi.doorpi] registering action '10' for event 'OnCallStateDisconnect' 2017-08-10 15:07:11,963 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnCallStateDisconnect (default: ) returns out:ctrl_led,1 2017-08-10 15:07:11,964 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'ctrl_led'} was added to event OnCallStateDisconnect 2017-08-10 15:07:11,965 [INFO] [doorpi.doorpi] registering action '11' for event 'OnCallStateDisconnect' 2017-08-10 15:07:11,966 [TRACE] [doorpi.conf.config_object] get_string for key 11 in section EVENT_OnCallStateDisconnect (default: ) returns out:power_supply,0 2017-08-10 15:07:11,967 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'power_supply'} was added to event OnCallStateDisconnect 2017-08-10 15:07:11,968 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnKeyPressed_onboardpins.21' in configfile 2017-08-10 15:07:11,969 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnKeyPressed_onboardpins.21 returns ['20'] 2017-08-10 15:07:11,970 [INFO] [doorpi.doorpi] registering action '20' for event 'OnKeyPressed_onboardpins.21' 2017-08-10 15:07:11,971 [TRACE] [doorpi.conf.config_object] get_string for key 20 in section EVENT_OnKeyPressed_onboardpins.21 (default: ) returns os_execute:!BASEPATH!/scripts/opendoor.sh 2017-08-10 15:07:11,973 [TRACE] [doorpi.action.handler] action OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/opendoor.sh'} was added to new evententry OnKeyPressed_onboardpins.21 2017-08-10 15:07:11,974 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2017-08-10 15:07:11,975 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['1', '10'] 2017-08-10 15:07:11,976 [INFO] [doorpi.doorpi] registering action '1' for event 'OnStartup' 2017-08-10 15:07:11,977 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section EVENT_OnStartup (default: ) returns sleep:1 2017-08-10 15:07:11,978 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2017-08-10 15:07:11,979 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2017-08-10 15:07:11,980 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns out:ctrl_led,1 2017-08-10 15:07:11,981 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'ctrl_led'} was added to event OnStartup 2017-08-10 15:07:11,982 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnCallStateConnect' in configfile 2017-08-10 15:07:11,983 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnCallStateConnect returns ['10'] 2017-08-10 15:07:11,984 [INFO] [doorpi.doorpi] registering action '10' for event 'OnCallStateConnect' 2017-08-10 15:07:11,985 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnCallStateConnect (default: ) returns out:ctrl_led,0 2017-08-10 15:07:11,986 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'ctrl_led'} was added to event OnCallStateConnect 2017-08-10 15:07:11,987 [TRACE] [doorpi.conf.config_object] get_string for key 20 in section onboardpins_InputPins (default: ) returns sleep:0 2017-08-10 15:07:11,988 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to event OnKeyPressed_onboardpins.20 2017-08-10 15:07:11,989 [TRACE] [doorpi.conf.config_object] get_string for key 21 in section onboardpins_InputPins (default: ) returns sleep:0 2017-08-10 15:07:11,990 [TRACE] [doorpi.action.handler] action SleepAction with args (0.0,) and kwargs {} was added to event OnKeyPressed_onboardpins.21 2017-08-10 15:07:11,991 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"88"', '"77"'] 2017-08-10 15:07:11,992 [TRACE] [doorpi.conf.config_object] get_string for key "77" in section DTMF (default: ) returns out:power_supply,1 2017-08-10 15:07:11,993 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'power_supply'} was added to new evententry OnDTMF_"77" 2017-08-10 15:07:11,994 [TRACE] [doorpi.conf.config_object] get_string for key "88" in section DTMF (default: ) returns out:power_supply,0 2017-08-10 15:07:11,995 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'power_supply'} was added to new evententry OnDTMF_"88" 2017-08-10 15:07:11,996 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns bled 2017-08-10 15:07:11,997 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'HIGH', 'pin': 'bled'} was added to new evententry OnTimeSecondEvenNumber 2017-08-10 15:07:11,998 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'LOW', 'pin': 'bled'} was added to new evententry OnTimeSecondUnevenNumber 2017-08-10 15:07:11,999 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2017-08-10 15:07:12,002 [DEBUG] [doorpi.action.handler] [S0QQ5K] fire for event OnStartup this actions [, ] 2017-08-10 15:07:12,003 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2017-08-10 15:07:12,003 [TRACE] [doorpi.action.handler] [S0QQ5K] try to fire action SleepAction with args (1.0,) and kwargs {} 2017-08-10 15:07:12,005 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2017-08-10 15:07:13,008 [TRACE] [doorpi.action.handler] [S0QQ5K] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'ctrl_led'} 2017-08-10 15:07:13,009 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'ctrl_led'} 2017-08-10 15:07:13,012 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 16, value = False, log_output = True) 2017-08-10 15:07:13,013 [TRACE] [doorpi.action.handler] [S0QQ5K] finished fire_event for event_name OnStartup 2017-08-10 15:07:13,014 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2017-08-10 15:07:13,017 [INFO] [doorpi.doorpi] DoorPi started successfully 2017-08-10 15:07:13,017 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2017-08-10 15:07:13,018 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2017-08-10 15:07:13,020 [INFO] [doorpi.doorpi] Weburl is http://indoorpi/ 2017-08-10 15:07:13,021 [INFO] [doorpi.sipphone.from_linphone] resolved to 172.30.1.4 2017-08-10 15:07:13,022 [INFO] [doorpi.sipphone.from_linphone] resolved to 172.30.1.11 2017-08-10 15:07:13,023 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2017-08-10 15:07:13,024 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 172.30.1.56 2017-08-10 15:07:13,025 [INFO] [doorpi.sipphone.from_linphone] SIP network reachability state is now [UP] 2017-08-10 15:07:13,027 [INFO] [doorpi.sipphone.from_linphone] Resolver is using DNS server(s): 2017-08-10 15:07:13,028 [INFO] [doorpi.sipphone.from_linphone] 172.30.1.4 2017-08-10 15:07:13,029 [INFO] [doorpi.sipphone.from_linphone] 172.30.1.3 2017-08-10 15:07:13,031 [INFO] [doorpi.sipphone.from_linphone] resolver_process_data dns_res_check() in progress 2017-08-10 15:07:13,032 [INFO] [doorpi.sipphone.from_linphone] DNS resolution awaiting response, queued to main loop 2017-08-10 15:07:13,033 [INFO] [doorpi.sipphone.from_linphone] Media network reachability state is now [UP] 2017-08-10 15:07:13,035 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x19897a8] about to register (LinphoneCore version: 3.9.1-856-ge2609f9) 2017-08-10 15:07:13,044 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2017-08-10 15:07:13,045 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: starting resolution of 172.30.1.50 2017-08-10 15:07:13,046 [INFO] [doorpi.sipphone.from_linphone] channel 0x19f2768: state RES_IN_PROGRESS 2017-08-10 15:07:13,047 [INFO] [doorpi.sipphone.from_linphone] transaction [0x19ad970] channel state changed to [RES_IN_PROGRESS] 2017-08-10 15:07:13,048 [INFO] [doorpi.sipphone.from_linphone] channel 0x19f2768: state RES_DONE 2017-08-10 15:07:13,049 [INFO] [doorpi.sipphone.from_linphone] transaction [0x19ad970] channel state changed to [RES_DONE] 2017-08-10 15:07:13,050 [INFO] [doorpi.sipphone.from_linphone] channel 0x19f2768: state CONNECTING 2017-08-10 15:07:13,051 [INFO] [doorpi.sipphone.from_linphone] transaction [0x19ad970] channel state changed to [CONNECTING] 2017-08-10 15:07:13,052 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://172.30.1.50:5060] 2017-08-10 15:07:13,053 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2017-08-10 15:07:13,054 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 172.30.1.56:5060 2017-08-10 15:07:13,055 [INFO] [doorpi.sipphone.from_linphone] channel 0x19f2768: state READY 2017-08-10 15:07:13,056 [INFO] [doorpi.sipphone.from_linphone] transaction [0x19ad970] channel state changed to [READY] 2017-08-10 15:07:13,057 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x19ad970], from state [INIT] to [TRYING] 2017-08-10 15:07:13,058 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: message sent to [UDP://172.30.1.50:5060], size: [524] bytes REGISTER sip:172.30.1.50 SIP/2.0 Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.ICN79WF6T;rport From: "InDoorPi" ;tag=BNyBkgskG To: "InDoorPi" CSeq: 20 REGISTER Call-ID: mUfMMbl~np Max-Forwards: 70 Supported: replaces, outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: Unknown (belle-sip/1.4.2) 2017-08-10 15:07:13,060 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2017-08-10 15:07:13,061 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x19adba0] takes ownership of transaction [0x19ad970] 2017-08-10 15:07:13,062 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x19897a8] for identity ["InDoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] on core [0x19d5468] 2017-08-10 15:07:13,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x19d5468, 0x19897a8, 1, "Registration in progress") 2017-08-10 15:07:13,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2017-08-10 15:07:13,065 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [registration_state_changed] 2017-08-10 15:07:13,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x19d5468, 0x1) 2017-08-10 15:07:13,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2017-08-10 15:07:13,118 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [network_reachable] 2017-08-10 15:07:13,119 [INFO] [doorpi.sipphone.from_linphone] resolved to 172.30.1.11 2017-08-10 15:07:13,120 [INFO] [doorpi.sipphone.from_linphone] resolved to 172.30.1.4 2017-08-10 15:07:13,121 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2017-08-10 15:07:13,122 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: received [363] new bytes from [UDP://172.30.1.50:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.ICN79WF6T;rport=5060 From: "InDoorPi" ;tag=BNyBkgskG To: "InDoorPi" ;tag=4B020C4339785F4E Call-ID: mUfMMbl~np CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="C59FCD3A9F3D39F0" User-Agent: FRITZ!OS Content-Length: 0 2017-08-10 15:07:13,134 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768] [363] bytes parsed 2017-08-10 15:07:13,136 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: discovered public ip and port are [172.30.1.56:5060] 2017-08-10 15:07:13,137 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-08-10 15:07:13,138 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x19ad970], from state [TRYING] to [COMPLETED] 2017-08-10 15:07:13,139 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=621, realm= 2017-08-10 15:07:13,140 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [621] realm [fritz.box] 2017-08-10 15:07:13,141 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1a4feb8], from state [INIT] to [TRYING] 2017-08-10 15:07:13,143 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: message sent to [UDP://172.30.1.50:5060], size: [677] bytes REGISTER sip:172.30.1.50 SIP/2.0 Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.2aqxyRT~2;rport From: "InDoorPi" ;tag=BNyBkgskG To: "InDoorPi" CSeq: 21 REGISTER Call-ID: mUfMMbl~np Max-Forwards: 70 Supported: replaces, outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: Unknown (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="C59FCD3A9F3D39F0", username="621", uri="sip:172.30.1.50", response="ad58ef5e488b251ea3f34c1ee1b63f7c" 2017-08-10 15:07:13,196 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: received [664] new bytes from [UDP://172.30.1.50:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.2aqxyRT~2;rport=5060 From: "InDoorPi" ;tag=BNyBkgskG To: "InDoorPi" ;tag=DDD9D1E73689ECDC Call-ID: mUfMMbl~np CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7490 113.06.80 (Jan 19 2017) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer,reg Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 0 2017-08-10 15:07:13,212 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768] [664] bytes parsed 2017-08-10 15:07:13,213 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-08-10 15:07:13,214 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1a4feb8], from state [TRYING] to [COMPLETED] 2017-08-10 15:07:13,215 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x19adba0]: has no contact for request [0x19e8db0]. 2017-08-10 15:07:13,216 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2017-08-10 15:07:13,217 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:172.30.1.50] 2017-08-10 15:07:13,218 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x19897a8] for identity ["InDoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] on core [0x19d5468] 2017-08-10 15:07:13,219 [INFO] [doorpi.sipphone.from_linphone] Updating friends for identity ["InDoorPi" ] on core [0x19d5468] 2017-08-10 15:07:13,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x19d5468, 0x19897a8, 2, "Registration successful") 2017-08-10 15:07:13,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2017-08-10 15:07:13,222 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [registration_state_changed] 2017-08-10 15:07:18,190 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x19ad970], from state [COMPLETED] to [TERMINATED] 2017-08-10 15:07:18,191 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x19ad970] terminated 2017-08-10 15:07:18,243 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x1a4feb8], from state [COMPLETED] to [TERMINATED] 2017-08-10 15:07:18,244 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x1a4feb8] terminated 2017-08-10 15:08:04,335 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /control/trigger_event 2017-08-10 15:08:04,337 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] { "event_name": [ "OnDTMF_\"77\"" ], "event_source": [ "doorpi.sipphone.linphone_lib.CallBacks" ] } 2017-08-10 15:08:04,339 [DEBUG] [doorpi.action.handler] [PS7FZ8] fire for event OnDTMF_"77" this actions [] 2017-08-10 15:08:04,340 [TRACE] [doorpi.action.handler] [PS7FZ8] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'power_supply'} 2017-08-10 15:08:04,340 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'power_supply'} 2017-08-10 15:08:04,344 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 19, value = False, log_output = True) 2017-08-10 15:08:04,346 [TRACE] [doorpi.action.handler] [PS7FZ8] finished fire_event for event_name OnDTMF_"77" 2017-08-10 15:08:04,349 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [172.30.1.46] ('GET /control/trigger_event?event_name=OnDTMF_%2277%22&event_source=doorpi.sipphone.linphone_lib.CallBacks HTTP/1.1', '200', '-') 2017-08-10 15:08:32,678 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] public resource: /control/trigger_event 2017-08-10 15:08:32,681 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] { "event_name": [ "OnDTMF_\"88\"" ], "event_source": [ "doorpi.sipphone.linphone_lib.CallBacks" ] } 2017-08-10 15:08:32,687 [DEBUG] [doorpi.action.handler] [87AWLV] fire for event OnDTMF_"88" this actions [] 2017-08-10 15:08:32,689 [TRACE] [doorpi.action.handler] [87AWLV] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'power_supply'} 2017-08-10 15:08:32,691 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'power_supply'} 2017-08-10 15:08:32,696 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 19, value = True, log_output = True) 2017-08-10 15:08:32,698 [TRACE] [doorpi.action.handler] [87AWLV] finished fire_event for event_name OnDTMF_"88" 2017-08-10 15:08:32,701 [DEBUG] [doorpi.status.webserver_lib.request_handler_static_functions] [172.30.1.46] ('GET /control/trigger_event?event_name=OnDTMF_%2288%22&event_source=doorpi.sipphone.linphone_lib.CallBacks HTTP/1.1', '200', '-') 2017-08-10 15:09:39,100 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,102 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,104 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2017-08-10 15:09:39,106 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,107 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_20 - skip fire_event OnKeyDown_20 from doorpi.keyboard.from_gpio 2017-08-10 15:09:39,111 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,112 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.20 - skip fire_event OnKeyDown_onboardpins.20 from doorpi.keyboard.from_gpio 2017-08-10 15:09:39,116 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,117 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2017-08-10 15:09:39,121 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,121 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_20 - skip fire_event OnKeyPressed_20 from doorpi.keyboard.from_gpio 2017-08-10 15:09:39,125 [DEBUG] [doorpi.action.handler] [ZV3VXQ] fire for event OnKeyPressed_onboardpins.20 this actions [, , ] 2017-08-10 15:09:39,126 [TRACE] [doorpi.action.handler] [ZV3VXQ] try to fire action CallAction with args () and kwargs {'number': '**620'} 2017-08-10 15:09:39,128 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**620'} 2017-08-10 15:09:39,129 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-08-10 15:09:39,131 [DEBUG] [doorpi.sipphone.from_linphone] call (**620) 2017-08-10 15:09:39,132 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2017-08-10 15:09:39,134 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2017-08-10 15:09:39.134556 2017-08-10 15:09:39,133 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:09:39,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x747fe9e0 [0x19d5468], 0x2d7824 [(nil)]) 2017-08-10 15:09:39,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x73501570) 2017-08-10 15:09:39,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2017-08-10 15:09:39,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76d7c540 2017-08-10 15:09:39,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2017-08-10 15:09:39,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76d7c540 2017-08-10 15:09:39,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76d7c540 2017-08-10 15:09:39,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76d7c540 2017-08-10 15:09:39,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76d7c540 [0x73501570], "/usr/local/etc/DoorPi/records/2017-08-10_15-09-39.wav") 2017-08-10 15:09:39,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2017-08-10 15:09:39,150 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76d7c540 [0x73501570], 0x2e0620 [1]) 2017-08-10 15:09:39,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2017-08-10 15:09:39,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x747fe9e0 [0x19d5468], "**620", 0x76d7c540 [0x73501570]) 2017-08-10 15:09:39,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19d5468, 0x7352dc30, 2, "Starting outgoing call") 2017-08-10 15:09:39,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2017-08-10 15:09:39,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76d7c500 2017-08-10 15:09:39,161 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2017-08-10 15:09:39,162 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76d7c500 2017-08-10 15:09:39,163 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2017-08-10 15:09:39,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352bad0) 2017-08-10 15:09:39,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-08-10 15:09:39,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d7c510 2017-08-10 15:09:39,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-08-10 15:09:39,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d7c510 2017-08-10 15:09:39,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d7c510 2017-08-10 15:09:39,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d7c510 2017-08-10 15:09:39,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d7c510 [0x7352bad0]) 2017-08-10 15:09:39,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74753ec0 2017-08-10 15:09:39,173 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:39,175 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,176 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:39,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,179 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:39,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,183 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:39,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-08-10 15:09:39,184 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1933571168]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2017-08-10 15:09:39,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19d5468, 0x7352dc30, 3, "Outgoing call in progress") 2017-08-10 15:09:39,194 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x7352dc30] initialized (LinphoneCore version: 3.9.1-856-ge2609f9) 2017-08-10 15:09:39,195 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2017-08-10 15:09:39,196 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352dc30: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2017-08-10 15:09:39,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352bad0) 2017-08-10 15:09:39,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e898 2017-08-10 15:09:39,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-08-10 15:09:39,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d7c530 2017-08-10 15:09:39,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x184e808 2017-08-10 15:09:39,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-08-10 15:09:39,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d7c530 2017-08-10 15:09:39,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d7c530 2017-08-10 15:09:39,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d7c530 2017-08-10 15:09:39,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d7c530 [0x7352bad0]) 2017-08-10 15:09:39,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74753f20 2017-08-10 15:09:39,212 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:39,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,216 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,216 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:39,217 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,222 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-08-10 15:09:39,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76d7c500 2017-08-10 15:09:39,224 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-08-10 15:09:39,226 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-08-10 15:09:39,228 [DEBUG] [doorpi.action.handler] [F8D4HZ] fire for event OnSipPhoneMakeCall this actions [] 2017-08-10 15:09:39,229 [TRACE] [doorpi.action.handler] [F8D4HZ] try to fire action > with args () and kwargs {} 2017-08-10 15:09:39,230 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-08-10 15:09:39,232 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2017-08-10 15:09:39,233 [TRACE] [doorpi.action.handler] [ZV3VXQ] try to fire action OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/runomx.sh'} 2017-08-10 15:09:39,236 [TRACE] [doorpi.action.base] run OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/runomx.sh'} 2017-08-10 15:09:39,238 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:09:39,246 [TRACE] [doorpi.action.handler] [F8D4HZ] finished fire_event for event_name OnSipPhoneMakeCall 2017-08-10 15:09:39,248 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-08-10 15:09:39,258 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [call_state_changed] 2017-08-10 15:09:39,259 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x7352dc30] 2017-08-10 15:09:39,261 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2017-08-10 15:09:39,262 [INFO] [doorpi.sipphone.from_linphone] rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2017-08-10 15:09:39,262 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2017-08-10 15:09:39,263 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2017-08-10 15:09:39,264 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2017-08-10 15:09:39,265 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x7352dc30] 2017-08-10 15:09:39,266 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2017-08-10 15:09:39,267 [INFO] [doorpi.sipphone.from_linphone] rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2017-08-10 15:09:39,268 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2017-08-10 15:09:39,269 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [text] on call [0x7352dc30] 2017-08-10 15:09:39,270 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [11078] [11079] 2017-08-10 15:09:39,272 [INFO] [doorpi.sipphone.from_linphone] rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2017-08-10 15:09:39,273 [INFO] [doorpi.sipphone.from_linphone] Contact has been fixed using proxy 2017-08-10 15:09:39,274 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x7352dc30] 2017-08-10 15:09:39,274 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x7352a918,0-->MSVoidSink:0x7350fad0,0 2017-08-10 15:09:39,275 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2017-08-10 15:09:39,276 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2017-08-10 15:09:39,278 [INFO] [doorpi.sipphone.from_linphone] ["InDoorPi" ] calling [sip:**620@172.30.1.50] on op [0x7352c448] 2017-08-10 15:09:39,279 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2017-08-10 15:09:39,280 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73513830], from state [INIT] to [CALLING] 2017-08-10 15:09:39,282 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: message sent to [UDP://172.30.1.50:5060], size: [960] bytes INVITE sip:**620@172.30.1.50 SIP/2.0 Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.RqKOf0IxG;rport From: "InDoorPi" ;tag=Cn3XFM4sQ To: sip:**620@172.30.1.50 CSeq: 20 INVITE Call-ID: QpLe20zwAx Max-Forwards: 70 Supported: replaces, outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 408 Contact: ;+sip.instance="" User-Agent: Unknown (belle-sip/1.4.2) v=0 o=621 1676 1443 IN IP4 172.30.1.56 s=Talk c=IN IP4 172.30.1.56 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 a=rtcp-fb:* trr-int 5000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 a=rtcp-fb:* trr-int 5000 a=rtcp-fb:96 nack pli a=rtcp-fb:96 nack sli a=rtcp-fb:96 ack rpsi a=rtcp-fb:96 ccm fir 2017-08-10 15:09:39,283 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352dc30: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2017-08-10 15:09:39,284 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [call_state_changed] 2017-08-10 15:09:39,286 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: received [352] new bytes from [UDP://172.30.1.50:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.RqKOf0IxG;rport=5060 From: "InDoorPi" ;tag=Cn3XFM4sQ To: ;tag=62A4B206FA57D463 Call-ID: QpLe20zwAx CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="65E1CC6ED366710B" User-Agent: FRITZ!OS Content-Length: 0 2017-08-10 15:09:39,299 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768] [352] bytes parsed 2017-08-10 15:09:39,301 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-08-10 15:09:39,302 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73513830], from state [CALLING] to [PROCEEDING] 2017-08-10 15:09:39,302 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73513830], from state [PROCEEDING] to [COMPLETED] 2017-08-10 15:09:39,304 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: message sent to [UDP://172.30.1.50:5060], size: [356] bytes ACK sip:**620@172.30.1.50 SIP/2.0 Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.RqKOf0IxG;rport Call-ID: QpLe20zwAx From: "InDoorPi" ;tag=Cn3XFM4sQ To: ;tag=62A4B206FA57D463 Contact: ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2017-08-10 15:09:39,305 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=621, realm=fritz.box 2017-08-10 15:09:39,306 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [621] realm [fritz.box] 2017-08-10 15:09:39,307 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x19df7f0], from state [INIT] to [CALLING] 2017-08-10 15:09:39,309 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: message sent to [UDP://172.30.1.50:5060], size: [1119] bytes INVITE sip:**620@172.30.1.50 SIP/2.0 Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.3pI60~dVD;rport From: "InDoorPi" ;tag=Cn3XFM4sQ To: sip:**620@172.30.1.50 CSeq: 21 INVITE Call-ID: QpLe20zwAx Max-Forwards: 70 Supported: replaces, outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 408 Contact: ;+sip.instance="" User-Agent: Unknown (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="65E1CC6ED366710B", username="621", uri="sip:**620@172.30.1.50", response="35c7b7fb2665b3784e12a92323628446" v=0 o=621 1676 1443 IN IP4 172.30.1.56 s=Talk c=IN IP4 172.30.1.56 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 a=rtcp-fb:* trr-int 5000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 a=rtcp-fb:* trr-int 5000 a=rtcp-fb:96 nack pli a=rtcp-fb:96 nack sli a=rtcp-fb:96 ack rpsi a=rtcp-fb:96 ccm fir 2017-08-10 15:09:39,311 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e898 2017-08-10 15:09:39,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x184e808 2017-08-10 15:09:39,366 [INFO] [doorpi.sipphone.from_linphone] Switching rtp destination from [:] to [172.30.1.50:7082] for session [0x7352eba8] 2017-08-10 15:09:39,367 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: received [289] new bytes from [UDP://172.30.1.50:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.3pI60~dVD;rport=5060 From: "InDoorPi" ;tag=Cn3XFM4sQ To: Call-ID: QpLe20zwAx CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 7490 113.06.80 (Jan 19 2017) Content-Length: 0 /usr/local/etc/DoorPi/scripts/runomx.sh: line 8: ../log/omx.log: No such file or directory 2017-08-10 15:09:39,379 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768] [289] bytes parsed 2017-08-10 15:09:39,381 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-08-10 15:09:39,382 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x19df7f0], from state [CALLING] to [PROCEEDING] 2017-08-10 15:09:39,383 [INFO] [doorpi.sipphone.from_linphone] op [0x7352c448] : set_or_update_dialog() current=[(nil)] new=[(nil)] /usr/local/etc/DoorPi/scripts/runomx.sh: line 10: ../log/omx.log: No such file or directory 2017-08-10 15:09:39,385 [INFO] [doorpi.sipphone.from_linphone] Op [0x7352c448] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2017-08-10 15:09:39,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e898 2017-08-10 15:09:39,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x184e808 2017-08-10 15:09:39,443 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: received [671] new bytes from [UDP://172.30.1.50:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.3pI60~dVD;rport=5060 From: "InDoorPi" ;tag=Cn3XFM4sQ To: ;tag=24851AF04F5DBD6F Call-ID: QpLe20zwAx CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 7490 113.06.80 (Jan 19 2017) Content-Type: application/sdp Content-Length: 258 v=0 o=user 4448043 4448043 IN IP4 172.30.1.50 s=Talk c=IN IP4 172.30.1.50 t=0 0 m=audio 7082 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:7083 m=video 0 RTP/AVP 96 2017-08-10 15:09:39,459 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768] [413] bytes parsed 2017-08-10 15:09:39,460 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768] read [258] bytes of body from [172.30.1.50:5060] 2017-08-10 15:09:39,461 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-08-10 15:09:39,462 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x18c1fd0] , local tag [Cn3XFM4sQ], remote tag [24851AF04F5DBD6F] 2017-08-10 15:09:39,463 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x18c1fd0]: now updated by transaction [0x19df7f0]. 2017-08-10 15:09:39,468 [INFO] [doorpi.sipphone.from_linphone] op [0x7352c448] : set_or_update_dialog() current=[(nil)] new=[0x18c1fd0] 2017-08-10 15:09:39,469 [INFO] [doorpi.sipphone.from_linphone] Op [0x7352c448] receiving call response [183], dialog is [0x18c1fd0] in state [BELLE_SIP_DIALOG_EARLY] 2017-08-10 15:09:39,489 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2017-08-10 15:09:39,491 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2017-08-10 15:09:39,492 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2017-08-10 15:09:39,493 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2017-08-10 15:09:39,494 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2017-08-10 15:09:39,495 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2017-08-10 15:09:39,496 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2017-08-10 15:09:39,497 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73505ae8] rejected by peer 2017-08-10 15:09:39,498 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352dc30: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2017-08-10 15:09:39,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19d5468, 0x7352dc30, 5, "Early media") 2017-08-10 15:09:39,500 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2017-08-10 15:09:39,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352bad0) 2017-08-10 15:09:39,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-08-10 15:09:39,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d7c5a0 2017-08-10 15:09:39,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-08-10 15:09:39,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d7c5a0 2017-08-10 15:09:39,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d7c5a0 2017-08-10 15:09:39,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d7c5a0 2017-08-10 15:09:39,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d7c5a0 [0x7352bad0]) 2017-08-10 15:09:39,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74767170 2017-08-10 15:09:39,510 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:39,512 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:39,515 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:39,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,521 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:39,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-08-10 15:09:39,527 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [call_state_changed] 2017-08-10 15:09:39,528 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2017-08-10 15:09:39,529 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x7352dc30] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2017-08-10 15:09:39,530 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2017-08-10 15:09:39,531 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x7352eba8] sending to rtp [172.30.1.50:7082] rtcp [172.30.1.50:7083] 2017-08-10 15:09:39,532 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7352eba8] 2017-08-10 15:09:39,533 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent on rtcp for session [0x7352eba8] 2017-08-10 15:09:39,534 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x7352a918,0-->MSVoidSink:0x7350fad0,0 2017-08-10 15:09:39,535 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2017-08-10 15:09:39,553 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-08-10 15:09:39,561 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2017-08-10 15:09:39,562 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2017-08-10 15:09:39,563 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x73529460] using payload's bitrate is 80000 2017-08-10 15:09:39,564 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x73529460] 2017-08-10 15:09:39,565 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2017-08-10 15:09:39,566 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2017-08-10 15:09:39,567 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x1a381b8,0-->MSVolume:0x1a4d748,0 2017-08-10 15:09:39,568 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1a4d748,0-->MSAudioMixer:0x1a2c728,0 2017-08-10 15:09:39,568 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1a2c728,0-->MSUlawEnc:0x19d8568,0 2017-08-10 15:09:39,569 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x19d8568,0-->MSRtpSend:0x73528768,0 2017-08-10 15:09:39,570 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x1a4cb38,0-->MSUlawDec:0x1a4d6a8,0 2017-08-10 15:09:39,571 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x1a4d6a8,0-->MSGenericPLC:0x19d82f8,0 2017-08-10 15:09:39,572 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x19d82f8,0-->MSDtmfGen:0x1a50130,0 2017-08-10 15:09:39,572 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x1a50130,0-->MSVolume:0x1a4d428,0 2017-08-10 15:09:39,573 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1a4d428,0-->MSTee:0x1a305e8,0 2017-08-10 15:09:39,574 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x1a305e8,0-->MSEqualizer:0x19df6e8,0 2017-08-10 15:09:39,575 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x19df6e8,0-->MSAudioMixer:0x1a34fb0,0 2017-08-10 15:09:39,576 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2017-08-10 15:09:39,577 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x1a30348,0-->MSResample:0x1a4ce58,0 2017-08-10 15:09:39,578 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1a4ce58,0-->MSAudioMixer:0x1a34fb0,1 2017-08-10 15:09:39,578 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1a34fb0,0-->MSAlsaWrite:0x1a4f358,0 2017-08-10 15:09:39,579 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1a359b0,1-->MSResample:0x1a2c420,0 2017-08-10 15:09:39,580 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x1a2c420,0-->MSOpusEnc:0x19e2110,0 2017-08-10 15:09:39,581 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x19e2110,0-->MSMKVRecorder:0x1a2bb48,1 2017-08-10 15:09:39,582 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x1a2b968,0-->MSMKVRecorder:0x1a2bb48,0 2017-08-10 15:09:39,583 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1a2c728,1-->MSAudioMixer:0x1a359b0,0 2017-08-10 15:09:39,584 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x1a305e8,1-->MSAudioMixer:0x1a359b0,1 2017-08-10 15:09:39,585 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x1a359b0,0-->MSFileRec:0x1a38408,0 2017-08-10 15:09:39,587 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-08-10 15:09:39,588 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2017-08-10 15:09:39,602 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2017-08-10 15:09:39,603 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2017-08-10 15:09:39,604 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2017-08-10 15:09:39,605 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2017-08-10 15:09:39,606 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2017-08-10 15:09:39,606 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7352dc30] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2017-08-10 15:09:39,607 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7352dc30] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2017-08-10 15:09:39,608 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x7352dc30] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2017-08-10 15:09:39,609 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2017-08-10 15:09:39,615 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening plughw:1,0 at 8000Hz, bits=16, stereo=0 2017-08-10 15:09:39,616 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 256 2017-08-10 15:09:39,617 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2017-08-10 15:09:39,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e880 2017-08-10 15:09:39,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x184e808 2017-08-10 15:09:39,685 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2017-08-10 15:09:39,686 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2017-08-10 15:09:39,687 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x7352eba8] 2017-08-10 15:09:39,688 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent on rtcp for session [0x7352eba8] 2017-08-10 15:09:39,689 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1a34fb0] is entering bypass mode. 2017-08-10 15:09:39,690 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening plughw:1,0 at 8000Hz, bits=16, stereo=0 2017-08-10 15:09:39,692 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 256 2017-08-10 15:09:39,693 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2017-08-10 15:09:39,694 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2017-08-10 15:09:39,694 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1a2c728] is entering bypass mode. 2017-08-10 15:09:39,695 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1a34fb0] is leaving bypass mode. 2017-08-10 15:09:39,696 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: received [892] new bytes from [UDP://172.30.1.50:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.3pI60~dVD;rport=5060 From: "InDoorPi" ;tag=Cn3XFM4sQ To: ;tag=24851AF04F5DBD6F Call-ID: QpLe20zwAx CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 7490 113.06.80 (Jan 19 2017) 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: 258 v=0 o=user 4448043 4448043 IN IP4 172.30.1.50 s=Talk c=IN IP4 172.30.1.50 t=0 0 m=audio 7082 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:7083 m=video 0 RTP/AVP 96 2017-08-10 15:09:39,719 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768] [634] bytes parsed 2017-08-10 15:09:39,720 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768] read [258] bytes of body from [172.30.1.50:5060] 2017-08-10 15:09:39,724 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-08-10 15:09:39,726 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x19df7f0], from state [PROCEEDING] to [ACCEPTED] 2017-08-10 15:09:39,727 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x18c1fd0]: now updated by transaction [0x19df7f0]. 2017-08-10 15:09:39,732 [INFO] [doorpi.sipphone.from_linphone] op [0x7352c448] : set_or_update_dialog() current=[0x18c1fd0] new=[0x18c1fd0] 2017-08-10 15:09:39,733 [INFO] [doorpi.sipphone.from_linphone] Op [0x7352c448] receiving call response [200], dialog is [0x18c1fd0] in state [BELLE_SIP_DIALOG_CONFIRMED] 2017-08-10 15:09:39,739 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2017-08-10 15:09:39,740 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2017-08-10 15:09:39,744 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2017-08-10 15:09:39,745 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2017-08-10 15:09:39,746 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2017-08-10 15:09:39,747 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2017-08-10 15:09:39,748 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2017-08-10 15:09:39,749 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73505ae8] rejected by peer 2017-08-10 15:09:39,751 [INFO] [doorpi.sipphone.from_linphone] Computing branch id z9hG4bK.7A31nANI2 for message sent statelessly 2017-08-10 15:09:39,752 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: message sent to [UDP://172.30.1.50:5060], size: [482] bytes ACK sip:E30403149BA7A7E34022479AB076A@172.30.1.50 SIP/2.0 Via: SIP/2.0/UDP 172.30.1.56:5060;rport;branch=z9hG4bK.7A31nANI2 From: "InDoorPi" ;tag=Cn3XFM4sQ To: ;tag=24851AF04F5DBD6F CSeq: 21 ACK Call-ID: QpLe20zwAx Max-Forwards: 70 Authorization: Digest realm="fritz.box", nonce="65E1CC6ED366710B", username="621", uri="sip:**620@172.30.1.50", response="35c7b7fb2665b3784e12a92323628446" User-Agent: Unknown (belle-sip/1.4.2) 2017-08-10 15:09:39,753 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352dc30: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallConnected 2017-08-10 15:09:39,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19d5468, 0x7352dc30, 6, "Connected") 2017-08-10 15:09:39,755 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2017-08-10 15:09:39,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352bad0) 2017-08-10 15:09:39,758 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-08-10 15:09:39,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d7c570 2017-08-10 15:09:39,766 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-08-10 15:09:39,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d7c570 2017-08-10 15:09:39,773 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d7c570 2017-08-10 15:09:39,774 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2017-08-10 15:09:39,781 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.20 - skip fire_event OnKeyDown_onboardpins.20 from doorpi.keyboard.from_gpio 2017-08-10 15:09:39,778 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_20 - skip fire_event OnKeyDown_20 from doorpi.keyboard.from_gpio 2017-08-10 15:09:39,780 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d7c570 2017-08-10 15:09:39,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d7c570 [0x7352bad0]) 2017-08-10 15:09:39,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x747672c0 2017-08-10 15:09:39,789 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:39,791 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:39,794 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,795 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2017-08-10 15:09:39,796 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:39,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,800 [DEBUG] [doorpi.action.handler] [AJEJ6F] fire for event OnCallStateConnect this actions [, , ] 2017-08-10 15:09:39,806 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:39,806 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_20 - skip fire_event OnKeyPressed_20 from doorpi.keyboard.from_gpio 2017-08-10 15:09:39,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,813 [TRACE] [doorpi.action.handler] [AJEJ6F] try to fire action > with args () and kwargs {} 2017-08-10 15:09:39,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,820 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-08-10 15:09:39,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,819 [DEBUG] [doorpi.action.handler] [RZ9DOG] fire for event OnKeyPressed_onboardpins.20 this actions [, , ] 2017-08-10 15:09:39,824 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2017-08-10 15:09:39,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,827 [TRACE] [doorpi.action.handler] [RZ9DOG] try to fire action CallAction with args () and kwargs {'number': '**620'} 2017-08-10 15:09:39,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-08-10 15:09:39,833 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**620'} 2017-08-10 15:09:39,834 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [call_state_changed] 2017-08-10 15:09:39,835 [TRACE] [doorpi.action.handler] [AJEJ6F] try to fire action > with args () and kwargs {} 2017-08-10 15:09:39,841 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-08-10 15:09:39,837 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-08-10 15:09:39,838 [INFO] [doorpi.sipphone.from_linphone] Early media finished, unmuting inputs... 2017-08-10 15:09:39,836 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-08-10 15:09:39,844 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2017-08-10_15-09-39.wav 2017-08-10 15:09:39,847 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0.000000 db], [1.000000] linear 2017-08-10 15:09:39,850 [DEBUG] [doorpi.sipphone.from_linphone] call (**620) 2017-08-10 15:09:39,852 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:09:39,854 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2017-08-10 15:09:39,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,859 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2017-08-10 15:09:39,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2017-08-10 15:09:39,866 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352bad0) 2017-08-10 15:09:39,869 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2017-08-10_15-09-39.wav 2017-08-10 15:09:39,870 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2017-08-10 15:09:39,872 [INFO] [doorpi.sipphone.from_linphone] video stream index found: 1, updating main video stream index 2017-08-10 15:09:39,875 [INFO] [doorpi.sipphone.from_linphone] Call [0x7352dc30]: disabling video in our call params because the remote doesn't want it. 2017-08-10 15:09:39,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-08-10 15:09:39,879 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352dc30: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2017-08-10 15:09:39,880 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d7c590 2017-08-10 15:09:39,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19d5468, 0x7352dc30, 7, "Streams running") 2017-08-10 15:09:39,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-08-10 15:09:39,885 [TRACE] [doorpi.action.handler] [AJEJ6F] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'ctrl_led'} 2017-08-10 15:09:39,886 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Streams running) 2017-08-10 15:09:39,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,890 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d7c590 2017-08-10 15:09:39,893 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'ctrl_led'} 2017-08-10 15:09:39,888 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-08-10 15:09:39,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352bad0) 2017-08-10 15:09:39,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d7c590 2017-08-10 15:09:39,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-08-10 15:09:39,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d7c590 2017-08-10 15:09:39,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d7c590 [0x7352bad0]) 2017-08-10 15:09:39,912 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 16, value = True, log_output = True) 2017-08-10 15:09:39,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d7c5f0 2017-08-10 15:09:39,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-08-10 15:09:39,918 [TRACE] [doorpi.action.handler] [AJEJ6F] finished fire_event for event_name OnCallStateConnect 2017-08-10 15:09:39,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74767950 2017-08-10 15:09:39,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d7c5f0 2017-08-10 15:09:39,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d7c5f0 2017-08-10 15:09:39,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:39,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d7c5f0 2017-08-10 15:09:39,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352bad0) 2017-08-10 15:09:39,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d7c5f0 [0x7352bad0]) 2017-08-10 15:09:39,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-08-10 15:09:39,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74767950 2017-08-10 15:09:39,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d7c5b0 2017-08-10 15:09:39,935 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:39,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-08-10 15:09:39,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d7c5b0 2017-08-10 15:09:39,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d7c5b0 2017-08-10 15:09:39,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d7c5b0 2017-08-10 15:09:39,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d7c5b0 [0x7352bad0]) 2017-08-10 15:09:39,945 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:39,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74767980 2017-08-10 15:09:39,947 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:39,950 [DEBUG] [doorpi.sipphone.from_linphone] same call sip:**620@172.30.1.50 again while call is running since 0.815311 seconds? -> skip 2017-08-10 15:09:39,953 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:39,954 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-08-10 15:09:39,955 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:39,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,965 [TRACE] [doorpi.action.handler] [RZ9DOG] try to fire action OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/runomx.sh'} 2017-08-10 15:09:39,966 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:09:39,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,971 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:39,971 [TRACE] [doorpi.action.base] run OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/runomx.sh'} 2017-08-10 15:09:39,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,978 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,989 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:39,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8b0 2017-08-10 15:09:39,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-08-10 15:09:39,994 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1914696800]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2017-08-10 15:09:39,995 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [call_state_changed] 2017-08-10 15:09:39,997 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sip_hop_t 2017-08-10 15:09:39,999 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2017-08-10 15:09:40,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,060 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352dc30]: RTP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec 2017-08-10 15:09:40,061 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=23.159481 video=0.000000 text=0.000000 2017-08-10 15:09:40,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,066 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,102 [TRACE] [doorpi.action.handler] [RZ9DOG] try to fire action SleepAction with args (0.0,) and kwargs {} 2017-08-10 15:09:40,104 [TRACE] [doorpi.action.base] run SleepAction with args (0.0,) and kwargs {} 2017-08-10 15:09:40,106 [TRACE] [doorpi.action.handler] [RZ9DOG] finished fire_event for event_name OnKeyPressed_onboardpins.20 2017-08-10 15:09:40,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,123 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,177 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent on rtcp for session [0x7352eba8] 2017-08-10 15:09:40,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,237 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,413 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,466 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,527 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,637 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x1a34fb0] is entering bypass mode. 2017-08-10 15:09:40,639 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent on rtcp for session [0x7352eba8] 2017-08-10 15:09:40,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:40,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:40,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:40,986 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:40,987 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,038 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352dc30]: RTP audio=[d= 68.0,u= 68.2], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.7], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec 2017-08-10 15:09:41,039 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=16.258698 video=0.000000 text=0.000000 2017-08-10 15:09:41,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,095 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,096 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,097 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,098 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,149 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent on rtcp for session [0x7352eba8] 2017-08-10 15:09:41,151 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,152 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,153 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,207 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,208 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,259 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-4.855150 ms 2017-08-10 15:09:41,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,481 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,482 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,537 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,700 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent on rtcp for session [0x7352eba8] 2017-08-10 15:09:41,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,704 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,866 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73529460]: receiving RTCP SR 2017-08-10 15:09:41,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x19d5468, 0x7352dc30, 0x7352e0f0) 2017-08-10 15:09:41,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-08-10 15:09:41,869 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [call_stats_updated] 2017-08-10 15:09:41,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,871 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,872 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,927 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:41,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:41,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:41,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:41,982 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,034 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352dc30]: RTP audio=[d= 80.0,u= 80.0], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.8], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec 2017-08-10 15:09:42,035 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=15.781688 video=0.000000 text=0.000000 2017-08-10 15:09:42,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,205 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,313 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,367 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,368 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,422 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,423 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,477 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,861 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-6.690151 ms 2017-08-10 15:09:42,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:42,972 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:42,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:42,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:42,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,026 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352dc30]: RTP audio=[d= 80.0,u= 80.0], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 1.2,u= 0.4], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec 2017-08-10 15:09:43,028 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=17.790327 video=0.000000 text=0.000000 2017-08-10 15:09:43,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,251 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,312 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,366 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,369 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,374 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,429 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,801 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x7352eba8]. 2017-08-10 15:09:43,803 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73529460], local statistics available: Local current jitter buffer size: 59.4ms 2017-08-10 15:09:43,806 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x19d5468, 0x7352dc30, 0x7352e0f0) 2017-08-10 15:09:43,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-08-10 15:09:43,811 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [call_stats_updated] 2017-08-10 15:09:43,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,816 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:43,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:43,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:43,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:43,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,059 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352dc30]: RTP audio=[d= 80.0,u= 78.4], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 0.0], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec 2017-08-10 15:09:44,063 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=16.154549 video=0.000000 text=0.000000 2017-08-10 15:09:44,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,077 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,206 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,321 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,327 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,382 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,443 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=-7.209519 ms 2017-08-10 15:09:44,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,449 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,454 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,685 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 22 ms in excess dropped 2017-08-10 15:09:44,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,756 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,819 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,881 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:44,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:44,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:44,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:44,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,058 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x7352dc30]: RTP audio=[d= 80.0,u= 81.6], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec RTCP audio=[d= 0.0,u= 1.1], video=[d= 0.0,u= 0.0], text=[d= 0.0,u= 0.0] kbits/sec 2017-08-10 15:09:45,062 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=16.453018 video=0.000000 text=0.000000 2017-08-10 15:09:45,065 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,196 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,218 [TRACE] [doorpi.action.handler] fire Event OnKeyUp from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:45,224 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:45,225 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp - skip fire_event OnKeyUp from doorpi.keyboard.from_gpio 2017-08-10 15:09:45,230 [TRACE] [doorpi.action.handler] fire Event OnKeyUp_onboardpins.20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:45,232 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_20 - skip fire_event OnKeyUp_20 from doorpi.keyboard.from_gpio 2017-08-10 15:09:45,237 [DEBUG] [doorpi.action.handler] no actions for event OnKeyUp_onboardpins.20 - skip fire_event OnKeyUp_onboardpins.20 from doorpi.keyboard.from_gpio 2017-08-10 15:09:45,249 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73529460]: receiving RTCP SR 2017-08-10 15:09:45,250 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0.000000, int_jitter=15.125000 ms, rt_prop=0.005768 sec 2017-08-10 15:09:45,250 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2017-08-10 15:09:45,252 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2017-08-10 15:09:45,253 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x7352f7b0][audio], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 1.5ms RT propagation : 0.6ms 2017-08-10 15:09:45,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x19d5468, 0x7352dc30, 0x7352e0f0) 2017-08-10 15:09:45,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2017-08-10 15:09:45,255 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [call_stats_updated] 2017-08-10 15:09:45,256 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,314 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,375 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,384 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,443 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,811 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,817 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,873 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,878 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:45,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:45,967 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:45,971 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:45,974 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_gpio 2017-08-10 15:09:45,976 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_onboardpins.20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:45,978 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_20 - skip fire_event OnKeyDown_20 from doorpi.keyboard.from_gpio 2017-08-10 15:09:45,983 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:45,986 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_onboardpins.20 - skip fire_event OnKeyDown_onboardpins.20 from doorpi.keyboard.from_gpio 2017-08-10 15:09:45,988 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:45,989 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_gpio 2017-08-10 15:09:45,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:45,996 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_onboardpins.20 from doorpi.keyboard.from_gpio asyncron 2017-08-10 15:09:45,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x184e868 2017-08-10 15:09:45,998 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_20 - skip fire_event OnKeyPressed_20 from doorpi.keyboard.from_gpio 2017-08-10 15:09:46,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:46,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x184e5ec 2017-08-10 15:09:46,006 [DEBUG] [doorpi.action.handler] [WMWE3V] fire for event OnKeyPressed_onboardpins.20 this actions [, , ] 2017-08-10 15:09:46,007 [TRACE] [doorpi.action.handler] [WMWE3V] try to fire action CallAction with args () and kwargs {'number': '**620'} 2017-08-10 15:09:46,008 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '**620'} 2017-08-10 15:09:46,008 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-08-10 15:09:46,010 [DEBUG] [doorpi.sipphone.from_linphone] call (**620) 2017-08-10 15:09:46,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:46,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352bad0) 2017-08-10 15:09:46,014 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:09:46,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-08-10 15:09:46,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d7c5e0 2017-08-10 15:09:46,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-08-10 15:09:46,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d7c5e0 2017-08-10 15:09:46,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d7c5e0 2017-08-10 15:09:46,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d7c5e0 2017-08-10 15:09:46,020 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d7c5e0 [0x7352bad0]) 2017-08-10 15:09:46,021 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74767f20 2017-08-10 15:09:46,022 [DEBUG] [doorpi.sipphone.from_linphone] press twice with call duration > 1 second? Want to hangup current call? OK... 2017-08-10 15:09:46,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:46,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x19d5468, 0x7352bd68) 2017-08-10 15:09:46,032 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2017-08-10 15:09:46,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19d5468, 0x7352dc30, 13, "Call terminated") 2017-08-10 15:09:46,034 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call terminated) 2017-08-10 15:09:46,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:46,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352bad0) 2017-08-10 15:09:46,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-08-10 15:09:46,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d7c620 2017-08-10 15:09:46,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-08-10 15:09:46,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d7c620 2017-08-10 15:09:46,039 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d7c620 2017-08-10 15:09:46,040 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d7c620 2017-08-10 15:09:46,041 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d7c620 [0x7352bad0]) 2017-08-10 15:09:46,042 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74767f50 2017-08-10 15:09:46,042 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:46,045 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:46,047 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:46,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:46,056 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1914696800]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2017-08-10 15:09:46,062 [INFO] [doorpi.sipphone.from_linphone] Terminate call [0x7352dc30] which is currently in state LinphoneCallStreamsRunning 2017-08-10 15:09:46,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8bc 2017-08-10 15:09:46,058 [DEBUG] [doorpi.action.handler] [TP0XKV] fire for event OnCallStateDisconnect this actions [, , , ] 2017-08-10 15:09:46,063 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=621, realm=fritz.box 2017-08-10 15:09:46,064 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:46,067 [TRACE] [doorpi.action.handler] [TP0XKV] try to fire action > with args () and kwargs {} 2017-08-10 15:09:46,069 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [621] realm [fritz.box] 2017-08-10 15:09:46,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8bc 2017-08-10 15:09:46,072 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-08-10 15:09:46,073 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x18c1fd0]: now updated by transaction [0x71800d40]. 2017-08-10 15:09:46,074 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:46,075 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2017-08-10 15:09:46,078 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [BYE] transaction [0x71800d40], from state [INIT] to [TRYING] 2017-08-10 15:09:46,080 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:46,085 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: message sent to [UDP://172.30.1.50:5060], size: [506] bytes BYE sip:E30403149BA7A7E34022479AB076A@172.30.1.50 SIP/2.0 Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.ebT-ZUksc;rport From: "InDoorPi" ;tag=Cn3XFM4sQ To: ;tag=24851AF04F5DBD6F CSeq: 22 BYE Call-ID: QpLe20zwAx Max-Forwards: 70 User-Agent: Unknown (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="65E1CC6ED366710B", username="621", uri="sip:E30403149BA7A7E34022479AB076A@172.30.1.50", response="c5ae7822c282a851a1b91b0e4dbad043" 2017-08-10 15:09:46,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8bc 2017-08-10 15:09:46,087 [TRACE] [doorpi.action.handler] [TP0XKV] try to fire action > with args () and kwargs {} 2017-08-10 15:09:46,088 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-08-10 15:09:46,093 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2017-08-10 15:09:46,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-08-10 15:09:46,095 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-08-10 15:09:46,096 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:46,098 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2017-08-10 15:09:46,099 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x184e8bc 2017-08-10 15:09:46,102 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-08-10 15:09:46,103 [TRACE] [doorpi.action.handler] [TP0XKV] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'ctrl_led'} 2017-08-10 15:09:46,104 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2017-08-10 15:09:46,104 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2017-08-10 15:09:46,105 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'ctrl_led'} 2017-08-10 15:09:46,109 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-08-10 15:09:46,110 [TRACE] [doorpi.action.handler] [WMWE3V] try to fire action OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/runomx.sh'} 2017-08-10 15:09:46,115 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 16, value = False, log_output = True) 2017-08-10 15:09:46,116 [INFO] [doorpi.sipphone.from_linphone] sent 318 packets 2017-08-10 15:09:46,116 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:09:46,117 [TRACE] [doorpi.action.base] run OsExecuteAction with args () and kwargs {'command': '/usr/local/etc/DoorPi/scripts/runomx.sh'} 2017-08-10 15:09:46,120 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2017-08-10 15:09:46,121 [TRACE] [doorpi.action.handler] [TP0XKV] try to fire action OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'power_supply'} 2017-08-10 15:09:46,124 [INFO] [doorpi.sipphone.from_linphone] 54696 bytes 2017-08-10 15:09:46,132 [TRACE] [doorpi.action.base] run OutAction with args () and kwargs {'log_output': True, 'value': '0', 'pin': 'power_supply'} 2017-08-10 15:09:46,135 [INFO] [doorpi.sipphone.from_linphone] received 334 packets 2017-08-10 15:09:46,144 [DEBUG] [doorpi.keyboard.from_gpio] out(pin = 19, value = True, log_output = True) 2017-08-10 15:09:46,146 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2017-08-10 15:09:46,151 [INFO] [doorpi.sipphone.from_linphone] 57448 bytes 2017-08-10 15:09:46,152 [TRACE] [doorpi.action.handler] [TP0XKV] finished fire_event for event_name OnCallStateDisconnect 2017-08-10 15:09:46,153 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 55556 bytes 2017-08-10 15:09:46,157 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2017-08-10 15:09:46,158 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 3 packets 2017-08-10 15:09:46,159 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2017-08-10 15:09:46,160 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2017-08-10 15:09:46,161 [INFO] [doorpi.sipphone.from_linphone] sent rtcp 1 packets 2017-08-10 15:09:46,163 [INFO] [doorpi.sipphone.from_linphone] received rtcp 2 packets 2017-08-10 15:09:46,164 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-08-10 15:09:46,165 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x1a381b8,0-->MSVolume:0x1a4d748,0 2017-08-10 15:09:46,166 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1a4d748,0-->MSAudioMixer:0x1a2c728,0 2017-08-10 15:09:46,175 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1a2c728,0-->MSUlawEnc:0x19d8568,0 2017-08-10 15:09:46,176 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x19d8568,0-->MSRtpSend:0x73528768,0 2017-08-10 15:09:46,177 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x1a4cb38,0-->MSUlawDec:0x1a4d6a8,0 2017-08-10 15:09:46,178 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x1a4d6a8,0-->MSGenericPLC:0x19d82f8,0 2017-08-10 15:09:46,179 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x19d82f8,0-->MSDtmfGen:0x1a50130,0 2017-08-10 15:09:46,180 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x1a50130,0-->MSVolume:0x1a4d428,0 2017-08-10 15:09:46,181 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1a4d428,0-->MSTee:0x1a305e8,0 2017-08-10 15:09:46,181 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x1a305e8,0-->MSEqualizer:0x19df6e8,0 2017-08-10 15:09:46,182 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x19df6e8,0-->MSAudioMixer:0x1a34fb0,0 2017-08-10 15:09:46,183 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x1a30348,0-->MSResample:0x1a4ce58,0 2017-08-10 15:09:46,184 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1a4ce58,0-->MSAudioMixer:0x1a34fb0,1 2017-08-10 15:09:46,185 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1a34fb0,0-->MSAlsaWrite:0x1a4f358,0 2017-08-10 15:09:46,185 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1a359b0,1-->MSResample:0x1a2c420,0 2017-08-10 15:09:46,186 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x1a2c420,0-->MSOpusEnc:0x19e2110,0 2017-08-10 15:09:46,187 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x19e2110,0-->MSMKVRecorder:0x1a2bb48,1 2017-08-10 15:09:46,188 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x1a2b968,0-->MSMKVRecorder:0x1a2bb48,0 2017-08-10 15:09:46,189 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1a2c728,1-->MSAudioMixer:0x1a359b0,0 2017-08-10 15:09:46,189 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x1a305e8,1-->MSAudioMixer:0x1a359b0,1 2017-08-10 15:09:46,190 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x1a359b0,0-->MSFileRec:0x1a38408,0 2017-08-10 15:09:46,191 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-08-10 15:09:46,192 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2017-08-10 15:09:46,193 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2017-08-10 15:09:46,193 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-08-10 15:09:46,194 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 640 1.10951 64.3046 2017-08-10 15:09:46,195 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 371 0.290147 9.75917 2017-08-10 15:09:46,196 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 641 0.117727 6.83382 2017-08-10 15:09:46,197 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 640 0.0903535 5.23666 2017-08-10 15:09:46,198 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 676 0.0762689 4.66861 2017-08-10 15:09:46,198 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 641 0.0638492 3.70631 2017-08-10 15:09:46,199 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 1923 0.0129709 2.25645 2017-08-10 15:09:46,200 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 641 0.0103238 0.599272 2017-08-10 15:09:46,201 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 199 0.0306365 0.554013 2017-08-10 15:09:46,202 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 318 0.0167001 0.481683 2017-08-10 15:09:46,202 [INFO] [doorpi.sipphone.from_linphone] MSVolume 523 0.0101097 0.478986 2017-08-10 15:09:46,203 [INFO] [doorpi.sipphone.from_linphone] MSTee 324 0.00799855 0.235042 2017-08-10 15:09:46,204 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 641 0.00292704 0.169908 2017-08-10 15:09:46,205 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 320 0.00576196 0.167235 2017-08-10 15:09:46,205 [INFO] [doorpi.sipphone.from_linphone] MSResample 640 0.00285488 0.165462 2017-08-10 15:09:46,206 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 641 0.0027815 0.16146 2017-08-10 15:09:46,207 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 641 0.00247276 0.143538 2017-08-10 15:09:46,208 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 324 0.00259083 0.0761332 2017-08-10 15:09:46,209 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 5 0.00302967 0.0016436 2017-08-10 15:09:46,209 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2017-08-10 15:09:46,210 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2017-08-10 15:09:46,211 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-08-10 15:09:46,212 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2017-08-10 15:09:46,212 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-08-10 15:09:46,213 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2017-08-10 15:09:46,214 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2017-08-10 15:09:46,215 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2017-08-10 15:09:46,215 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 640 1.10951 64.3046 2017-08-10 15:09:46,217 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 371 0.290147 9.75917 2017-08-10 15:09:46,217 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 641 0.117727 6.83382 2017-08-10 15:09:46,218 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 640 0.0903535 5.23666 2017-08-10 15:09:46,219 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 676 0.0762689 4.66861 2017-08-10 15:09:46,220 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 641 0.0638492 3.70631 2017-08-10 15:09:46,221 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 1923 0.0129709 2.25645 2017-08-10 15:09:46,221 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 641 0.0103238 0.599272 2017-08-10 15:09:46,222 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 199 0.0306365 0.554013 2017-08-10 15:09:46,223 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 318 0.0167001 0.481683 2017-08-10 15:09:46,224 [INFO] [doorpi.sipphone.from_linphone] MSVolume 523 0.0101097 0.478986 2017-08-10 15:09:46,225 [INFO] [doorpi.sipphone.from_linphone] MSTee 324 0.00799855 0.235042 2017-08-10 15:09:46,225 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 641 0.00292704 0.169908 2017-08-10 15:09:46,226 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 320 0.00576196 0.167235 2017-08-10 15:09:46,227 [INFO] [doorpi.sipphone.from_linphone] MSResample 640 0.00285488 0.165462 2017-08-10 15:09:46,230 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 641 0.0027815 0.16146 2017-08-10 15:09:46,231 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 641 0.00247276 0.143538 2017-08-10 15:09:46,232 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 324 0.00259083 0.0761332 2017-08-10 15:09:46,232 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 5 0.00302967 0.0016436 2017-08-10 15:09:46,235 [TRACE] [doorpi.action.handler] [WMWE3V] try to fire action SleepAction with args (0.0,) and kwargs {} 2017-08-10 15:09:46,236 [TRACE] [doorpi.action.base] run SleepAction with args (0.0,) and kwargs {} 2017-08-10 15:09:46,237 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2017-08-10 15:09:46,238 [TRACE] [doorpi.action.handler] [WMWE3V] finished fire_event for event_name OnKeyPressed_onboardpins.20 2017-08-10 15:09:46,239 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 0 0 0 2017-08-10 15:09:46,240 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2017-08-10 15:09:46,241 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352dc30: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2017-08-10 15:09:46,242 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2017-08-10 15:09:46,242 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [call_log_updated] 2017-08-10 15:09:46,243 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2017-08-10 15:09:46,244 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768]: received [645] new bytes from [UDP://172.30.1.50:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 172.30.1.56:5060;branch=z9hG4bK.ebT-ZUksc;rport=5060 From: "InDoorPi" ;tag=Cn3XFM4sQ To: ;tag=24851AF04F5DBD6F Call-ID: QpLe20zwAx CSeq: 22 BYE X-RTP-Stat: CS=0;PS=292;ES=335;OS=46720;SP=0/0;SO=0;QS=-;PR=318;ER=335;OR=50880;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=-/-;EN=PCMU;DE=PCMU;JI=125,0;DL=5,5,5;IP=172.30.1.50:7082,172.30.1.56:7078 X-RTP-Stat-Add: DQ=16;DSS=0;DS=0;PLCS=160;JS=95 X-SIP-Stat: DRT=0;IR=0 User-Agent: AVM FRITZ!Box 7490 113.06.80 (Jan 19 2017) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2017-08-10 15:09:46,257 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [call_state_changed] 2017-08-10 15:09:46,259 [INFO] [doorpi.sipphone.from_linphone] channel [0x19f2768] [645] bytes parsed 2017-08-10 15:09:46,261 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2017-08-10 15:09:46,263 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [BYE] transaction [0x71800d40], from state [TRYING] to [COMPLETED] 2017-08-10 15:09:46,265 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x18c1fd0]: now updated by transaction [0x71800d40]. 2017-08-10 15:09:46,267 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x18c1fd0] deleted (is_expired=0) 2017-08-10 15:09:46,269 [INFO] [doorpi.sipphone.from_linphone] op [0x7352c448] : set_or_update_dialog() current=[0x18c1fd0] new=[0x18c1fd0] 2017-08-10 15:09:46,271 [INFO] [doorpi.sipphone.from_linphone] Op [0x7352c448] receiving call response [200], dialog is [0x18c1fd0] in state [BELLE_SIP_DIALOG_TERMINATED] 2017-08-10 15:09:46,323 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x18c1fd0] terminated for op [0x7352c448] 2017-08-10 15:09:46,378 [INFO] [doorpi.sipphone.from_linphone] Call 0x7352dc30: moving from state LinphoneCallEnd to LinphoneCallReleased 2017-08-10 15:09:46,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x19d5468, 0x7352dc30, 18, "Call released") 2017-08-10 15:09:46,383 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2017-08-10 15:09:46,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76d7c500 [0x7352dc30]) 2017-08-10 15:09:46,388 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x7352bad0) 2017-08-10 15:09:46,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2017-08-10 15:09:46,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76d7c5c0 2017-08-10 15:09:46,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2017-08-10 15:09:46,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76d7c5c0 2017-08-10 15:09:46,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76d7c5c0 2017-08-10 15:09:46,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76d7c5c0 2017-08-10 15:09:46,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76d7c5c0 [0x7352bad0]) 2017-08-10 15:09:46,412 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x74767d40 2017-08-10 15:09:46,414 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2017-08-10 15:09:46,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:46,419 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:09:46,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8bc 2017-08-10 15:09:46,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:46,427 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8bc 2017-08-10 15:09:46,430 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x747fe9e0 [0x19d5468]) 2017-08-10 15:09:46,432 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x184e8bc 2017-08-10 15:09:46,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2017-08-10 15:09:46,437 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x19d5468] notifying [call_state_changed] 2017-08-10 15:09:46,439 [INFO] [doorpi.sipphone.from_linphone] op [0x7352c448] : set_or_update_dialog() current=[0x18c1fd0] new=[(nil)] 2017-08-10 15:09:51,311 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [BYE] transaction [0x71800d40], from state [COMPLETED] to [TERMINATED] 2017-08-10 15:09:51,314 [INFO] [doorpi.sipphone.from_linphone] Client BYE transaction [0x71800d40] terminated ^C2017-08-10 15:10:08,169 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2017-08-10 15:10:08,170 [DEBUG] [doorpi.doorpi] destroy doorpi 2017-08-10 15:10:08,171 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [<_MainThread(MainThread, started 1996386304)>, , <_DummyThread(Dummy-3, started daemon 1975514208)>, ] 2017-08-10 15:10:08,172 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2017-08-10 15:10:08,175 [DEBUG] [doorpi.action.handler] [UNJ2X9] fire for event OnShutdown this actions [, , , ] 2017-08-10 15:10:08,176 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2017-08-10 15:10:08,177 [TRACE] [doorpi.action.handler] [UNJ2X9] try to fire action TimeTickDestroyAction with args () and kwargs {} 2017-08-10 15:10:08,178 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2017-08-10 15:10:08,179 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2017-08-10 15:10:08,180 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,180 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2017-08-10 15:10:08,181 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2017-08-10 15:10:08,182 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,182 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2017-08-10 15:10:08,183 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2017-08-10 15:10:08,184 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,184 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2017-08-10 15:10:08,185 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2017-08-10 15:10:08,186 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,186 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2017-08-10 15:10:08,187 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2017-08-10 15:10:08,189 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,189 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2017-08-10 15:10:08,191 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2017-08-10 15:10:08,191 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,192 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2017-08-10 15:10:08,193 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2017-08-10 15:10:08,194 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,195 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2017-08-10 15:10:08,195 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2017-08-10 15:10:08,196 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,197 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2017-08-10 15:10:08,198 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2017-08-10 15:10:08,199 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,200 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2017-08-10 15:10:08,201 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2017-08-10 15:10:08,202 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,202 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2017-08-10 15:10:08,203 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2017-08-10 15:10:08,204 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,204 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2017-08-10 15:10:08,205 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2017-08-10 15:10:08,206 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,206 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2017-08-10 15:10:08,207 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2017-08-10 15:10:08,208 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,208 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2017-08-10 15:10:08,209 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2017-08-10 15:10:08,210 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,210 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2017-08-10 15:10:08,211 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2017-08-10 15:10:08,212 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,212 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2017-08-10 15:10:08,213 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2017-08-10 15:10:08,214 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,214 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2017-08-10 15:10:08,215 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2017-08-10 15:10:08,216 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,216 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2017-08-10 15:10:08,217 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2017-08-10 15:10:08,218 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,218 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2017-08-10 15:10:08,219 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2017-08-10 15:10:08,220 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,221 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2017-08-10 15:10:08,221 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2017-08-10 15:10:08,222 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,223 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2017-08-10 15:10:08,224 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2017-08-10 15:10:08,225 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,225 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2017-08-10 15:10:08,226 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2017-08-10 15:10:08,227 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,228 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2017-08-10 15:10:08,228 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2017-08-10 15:10:08,229 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,230 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2017-08-10 15:10:08,231 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2017-08-10 15:10:08,231 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,232 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2017-08-10 15:10:08,233 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2017-08-10 15:10:08,234 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,234 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2017-08-10 15:10:08,235 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2017-08-10 15:10:08,236 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,236 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2017-08-10 15:10:08,237 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2017-08-10 15:10:08,238 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,238 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2017-08-10 15:10:08,239 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2017-08-10 15:10:08,240 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,240 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2017-08-10 15:10:08,241 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2017-08-10 15:10:08,242 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,242 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2017-08-10 15:10:08,243 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2017-08-10 15:10:08,244 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,245 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2017-08-10 15:10:08,245 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2017-08-10 15:10:08,246 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,247 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2017-08-10 15:10:08,247 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2017-08-10 15:10:08,248 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,249 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2017-08-10 15:10:08,250 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2017-08-10 15:10:08,250 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,251 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2017-08-10 15:10:08,252 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2017-08-10 15:10:08,253 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,253 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2017-08-10 15:10:08,254 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2017-08-10 15:10:08,255 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,256 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2017-08-10 15:10:08,256 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2017-08-10 15:10:08,257 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,258 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2017-08-10 15:10:08,259 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2017-08-10 15:10:08,259 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,260 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2017-08-10 15:10:08,261 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2017-08-10 15:10:08,261 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,262 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2017-08-10 15:10:08,263 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2017-08-10 15:10:08,263 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,264 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2017-08-10 15:10:08,265 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2017-08-10 15:10:08,265 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,266 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2017-08-10 15:10:08,267 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2017-08-10 15:10:08,268 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,268 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2017-08-10 15:10:08,269 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2017-08-10 15:10:08,270 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,270 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2017-08-10 15:10:08,271 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2017-08-10 15:10:08,272 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,273 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2017-08-10 15:10:08,274 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2017-08-10 15:10:08,274 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,275 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2017-08-10 15:10:08,276 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2017-08-10 15:10:08,276 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,277 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2017-08-10 15:10:08,278 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2017-08-10 15:10:08,279 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,279 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2017-08-10 15:10:08,280 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2017-08-10 15:10:08,281 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,281 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2017-08-10 15:10:08,282 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2017-08-10 15:10:08,283 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,283 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2017-08-10 15:10:08,284 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2017-08-10 15:10:08,285 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,285 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2017-08-10 15:10:08,286 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2017-08-10 15:10:08,286 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,287 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2017-08-10 15:10:08,288 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2017-08-10 15:10:08,288 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,289 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2017-08-10 15:10:08,290 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2017-08-10 15:10:08,290 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,291 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2017-08-10 15:10:08,292 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2017-08-10 15:10:08,292 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,293 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2017-08-10 15:10:08,294 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2017-08-10 15:10:08,295 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,296 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2017-08-10 15:10:08,297 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2017-08-10 15:10:08,297 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,298 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2017-08-10 15:10:08,299 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2017-08-10 15:10:08,300 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,300 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2017-08-10 15:10:08,301 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2017-08-10 15:10:08,302 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,303 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2017-08-10 15:10:08,304 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2017-08-10 15:10:08,305 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,305 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2017-08-10 15:10:08,306 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2017-08-10 15:10:08,307 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,308 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2017-08-10 15:10:08,309 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2017-08-10 15:10:08,309 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,310 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2017-08-10 15:10:08,311 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2017-08-10 15:10:08,312 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,312 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2017-08-10 15:10:08,313 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2017-08-10 15:10:08,314 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,315 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2017-08-10 15:10:08,315 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2017-08-10 15:10:08,316 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,316 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2017-08-10 15:10:08,317 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2017-08-10 15:10:08,318 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,319 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2017-08-10 15:10:08,320 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2017-08-10 15:10:08,320 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,321 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2017-08-10 15:10:08,322 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2017-08-10 15:10:08,323 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,323 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2017-08-10 15:10:08,324 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2017-08-10 15:10:08,325 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,325 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2017-08-10 15:10:08,326 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2017-08-10 15:10:08,326 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,327 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2017-08-10 15:10:08,328 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2017-08-10 15:10:08,329 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,329 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2017-08-10 15:10:08,330 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2017-08-10 15:10:08,331 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,331 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2017-08-10 15:10:08,332 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2017-08-10 15:10:08,333 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,334 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2017-08-10 15:10:08,334 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2017-08-10 15:10:08,335 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,336 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2017-08-10 15:10:08,336 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2017-08-10 15:10:08,337 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,338 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2017-08-10 15:10:08,338 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2017-08-10 15:10:08,339 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,340 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2017-08-10 15:10:08,341 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2017-08-10 15:10:08,341 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,342 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2017-08-10 15:10:08,343 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2017-08-10 15:10:08,344 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,344 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2017-08-10 15:10:08,345 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2017-08-10 15:10:08,346 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,346 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2017-08-10 15:10:08,347 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2017-08-10 15:10:08,348 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,348 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2017-08-10 15:10:08,349 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2017-08-10 15:10:08,350 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,350 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2017-08-10 15:10:08,351 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2017-08-10 15:10:08,352 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,352 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2017-08-10 15:10:08,353 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2017-08-10 15:10:08,354 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,354 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2017-08-10 15:10:08,355 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2017-08-10 15:10:08,356 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,356 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2017-08-10 15:10:08,357 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2017-08-10 15:10:08,358 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,359 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2017-08-10 15:10:08,360 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2017-08-10 15:10:08,361 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,361 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2017-08-10 15:10:08,362 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2017-08-10 15:10:08,363 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,364 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2017-08-10 15:10:08,364 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2017-08-10 15:10:08,365 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,367 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2017-08-10 15:10:08,368 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2017-08-10 15:10:08,369 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,370 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2017-08-10 15:10:08,371 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2017-08-10 15:10:08,371 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,372 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2017-08-10 15:10:08,373 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2017-08-10 15:10:08,375 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,376 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2017-08-10 15:10:08,377 [TRACE] [doorpi.action.handler] [ZV3VXQ] try to fire action SleepAction with args (0.0,) and kwargs {} 2017-08-10 15:10:08,378 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2017-08-10 15:10:08,379 [TRACE] [doorpi.action.base] run SleepAction with args (0.0,) and kwargs {} 2017-08-10 15:10:08,379 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,381 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2017-08-10 15:10:08,382 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2017-08-10 15:10:08,383 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,383 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2017-08-10 15:10:08,384 [TRACE] [doorpi.action.handler] [ZV3VXQ] finished fire_event for event_name OnKeyPressed_onboardpins.20 2017-08-10 15:10:08,385 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2017-08-10 15:10:08,386 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,387 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2017-08-10 15:10:08,388 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2017-08-10 15:10:08,388 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,389 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2017-08-10 15:10:08,390 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2017-08-10 15:10:08,390 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,391 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2017-08-10 15:10:08,392 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2017-08-10 15:10:08,392 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,393 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2017-08-10 15:10:08,394 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2017-08-10 15:10:08,394 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,395 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2017-08-10 15:10:08,395 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2017-08-10 15:10:08,396 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,397 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2017-08-10 15:10:08,397 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2017-08-10 15:10:08,398 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,399 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2017-08-10 15:10:08,399 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2017-08-10 15:10:08,400 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,401 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2017-08-10 15:10:08,401 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2017-08-10 15:10:08,402 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,402 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2017-08-10 15:10:08,403 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2017-08-10 15:10:08,404 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,404 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2017-08-10 15:10:08,405 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2017-08-10 15:10:08,406 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,406 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2017-08-10 15:10:08,407 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2017-08-10 15:10:08,408 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,408 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2017-08-10 15:10:08,409 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2017-08-10 15:10:08,410 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,410 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2017-08-10 15:10:08,411 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2017-08-10 15:10:08,412 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2017-08-10 15:10:08,412 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2017-08-10 15:10:08,413 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2017-08-10 15:10:08,414 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2017-08-10 15:10:08,415 [TRACE] [doorpi.action.handler] [UNJ2X9] try to fire action WebServerShutdownAction with args () and kwargs {} 2017-08-10 15:10:08,416 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2017-08-10 15:10:08,416 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2017-08-10 15:10:08,419 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2017-08-10 15:10:08,419 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2017-08-10 15:10:08,420 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2017-08-10 15:10:08,421 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2017-08-10 15:10:08,422 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2017-08-10 15:10:08,423 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2017-08-10 15:10:08,424 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2017-08-10 15:10:08,424 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2017-08-10 15:10:08,425 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2017-08-10 15:10:08,426 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2017-08-10 15:10:08,426 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2017-08-10 15:10:08,427 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2017-08-10 15:10:08,428 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2017-08-10 15:10:08,428 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2017-08-10 15:10:08,429 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2017-08-10 15:10:08,429 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2017-08-10 15:10:08,430 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2017-08-10 15:10:08,431 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2017-08-10 15:10:08,431 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2017-08-10 15:10:08,432 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2017-08-10 15:10:08,433 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2017-08-10 15:10:08,433 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2017-08-10 15:10:08,434 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2017-08-10 15:10:08,435 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2017-08-10 15:10:08,435 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2017-08-10 15:10:08,436 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2017-08-10 15:10:08,437 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2017-08-10 15:10:08,449 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2017-08-10 15:10:08,450 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2017-08-10 15:10:08,452 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2017-08-10 15:10:08,453 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2017-08-10 15:10:08,455 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2017-08-10 15:10:08,456 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2017-08-10 15:10:08,457 [TRACE] [doorpi.action.handler] [MBBQA4] finished fire_event for event_name OnWebServerStart 2017-08-10 15:10:08,457 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2017-08-10 15:10:08,459 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2017-08-10 15:10:08,460 [TRACE] [doorpi.action.handler] [UNJ2X9] try to fire action KeyboardDestroyAction with args () and kwargs {} 2017-08-10 15:10:08,461 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2017-08-10 15:10:08,462 [DEBUG] [doorpi.keyboard.from_gpio] destroy 2017-08-10 15:10:08,481 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_gpio and force_unregister is True 2017-08-10 15:10:08,482 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.20 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,483 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.20 - remove event too 2017-08-10 15:10:08,484 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_onboardpins.20 2017-08-10 15:10:08,485 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_onboardpins.21 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,486 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_onboardpins.21 - remove event too 2017-08-10 15:10:08,488 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_onboardpins.21 2017-08-10 15:10:08,489 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.20 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,490 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.20 - remove event too 2017-08-10 15:10:08,491 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_onboardpins.20 2017-08-10 15:10:08,492 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,493 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2017-08-10 15:10:08,494 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed 2017-08-10 15:10:08,495 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,496 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2017-08-10 15:10:08,497 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp 2017-08-10 15:10:08,498 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.21 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,500 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.21 - remove event too 2017-08-10 15:10:08,501 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_onboardpins.21 2017-08-10 15:10:08,502 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_onboardpins.20 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,503 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_onboardpins.20 - remove event too 2017-08-10 15:10:08,504 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_onboardpins.20 2017-08-10 15:10:08,505 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_onboardpins.21 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,506 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_onboardpins.21 - remove event too 2017-08-10 15:10:08,508 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_onboardpins.21 2017-08-10 15:10:08,509 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_20 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,509 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_20 - remove event too 2017-08-10 15:10:08,510 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_20 2017-08-10 15:10:08,512 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_21 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,513 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_21 - remove event too 2017-08-10 15:10:08,514 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyUp_21 2017-08-10 15:10:08,515 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,516 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2017-08-10 15:10:08,517 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown 2017-08-10 15:10:08,518 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_21 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,519 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_21 - remove event too 2017-08-10 15:10:08,520 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_21 2017-08-10 15:10:08,521 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_20 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,522 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_20 - remove event too 2017-08-10 15:10:08,523 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyDown_20 2017-08-10 15:10:08,524 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_20 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,525 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_20 - remove event too 2017-08-10 15:10:08,526 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_20 2017-08-10 15:10:08,527 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_21 from doorpi.keyboard.from_gpio 2017-08-10 15:10:08,528 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_21 - remove event too 2017-08-10 15:10:08,529 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed for event OnKeyPressed_21 2017-08-10 15:10:08,530 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_gpio was removed 2017-08-10 15:10:08,532 [TRACE] [doorpi.action.handler] [UNJ2X9] try to fire action > with args () and kwargs {} 2017-08-10 15:10:08,533 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-08-10 15:10:08,535 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2017-08-10 15:10:08,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x747fe9e0 [0x19d5468]) 2017-08-10 15:10:08,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x184e8bc 2017-08-10 15:10:08,540 [DEBUG] [doorpi.action.handler] [41LYCX] fire for event OnSipPhoneDestroy this actions [, , ] 2017-08-10 15:10:08,542 [TRACE] [doorpi.action.handler] [41LYCX] try to fire action > with args () and kwargs {} 2017-08-10 15:10:08,543 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-08-10 15:10:08,545 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2017-08-10 15:10:08,546 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2017-08-10 15:10:08,547 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,548 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2017-08-10 15:10:08,550 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2017-08-10 15:10:08,551 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,552 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2017-08-10 15:10:08,553 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2017-08-10 15:10:08,554 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,555 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2017-08-10 15:10:08,556 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2017-08-10 15:10:08,557 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,557 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2017-08-10 15:10:08,558 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2017-08-10 15:10:08,559 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,560 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2017-08-10 15:10:08,561 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2017-08-10 15:10:08,562 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,562 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2017-08-10 15:10:08,563 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2017-08-10 15:10:08,564 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,565 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2017-08-10 15:10:08,566 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2017-08-10 15:10:08,566 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_"88" from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,567 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_"88" - remove event too 2017-08-10 15:10:08,568 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_"88" 2017-08-10 15:10:08,569 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,570 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2017-08-10 15:10:08,570 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2017-08-10 15:10:08,571 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,572 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2017-08-10 15:10:08,573 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2017-08-10 15:10:08,574 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,574 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2017-08-10 15:10:08,575 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2017-08-10 15:10:08,576 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_"77" from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,577 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_"77" - remove event too 2017-08-10 15:10:08,577 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_"77" 2017-08-10 15:10:08,578 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,579 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2017-08-10 15:10:08,580 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2017-08-10 15:10:08,581 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,581 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2017-08-10 15:10:08,582 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2017-08-10 15:10:08,583 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,584 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2017-08-10 15:10:08,585 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2017-08-10 15:10:08,585 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,586 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2017-08-10 15:10:08,587 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2017-08-10 15:10:08,588 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,589 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2017-08-10 15:10:08,589 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2017-08-10 15:10:08,590 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,591 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2017-08-10 15:10:08,592 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2017-08-10 15:10:08,592 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,593 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2017-08-10 15:10:08,594 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2017-08-10 15:10:08,595 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,596 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2017-08-10 15:10:08,596 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2017-08-10 15:10:08,597 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,598 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2017-08-10 15:10:08,599 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2017-08-10 15:10:08,600 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,600 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2017-08-10 15:10:08,601 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2017-08-10 15:10:08,602 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2017-08-10 15:10:08,603 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2017-08-10 15:10:08,603 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2017-08-10 15:10:08,604 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2017-08-10 15:10:08,606 [TRACE] [doorpi.action.handler] [41LYCX] try to fire action > with args () and kwargs {} 2017-08-10 15:10:08,607 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-08-10 15:10:08,608 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2017-08-10 15:10:08,610 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2017-08-10 15:10:08,611 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-08-10 15:10:08,611 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2017-08-10 15:10:08,613 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2017-08-10 15:10:08,614 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2017-08-10 15:10:08,614 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2017-08-10 15:10:08,615 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2017-08-10 15:10:08,616 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2017-08-10 15:10:08,617 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2017-08-10 15:10:08,618 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2017-08-10 15:10:08,619 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2017-08-10 15:10:08,620 [TRACE] [doorpi.action.handler] [41LYCX] try to fire action > with args () and kwargs {} 2017-08-10 15:10:08,621 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2017-08-10 15:10:08,622 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2017-08-10 15:10:08,623 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2017-08-10 15:10:08,624 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2017-08-10 15:10:08,625 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2017-08-10 15:10:08,626 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2017-08-10 15:10:08,626 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2017-08-10 15:10:08,627 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2017-08-10 15:10:08,628 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2017-08-10 15:10:08,629 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2017-08-10 15:10:08,630 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2017-08-10 15:10:08,631 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2017-08-10 15:10:08,632 [TRACE] [doorpi.action.handler] [41LYCX] finished fire_event for event_name OnSipPhoneDestroy 2017-08-10 15:10:08,633 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2017-08-10 15:10:08,634 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,635 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2017-08-10 15:10:08,636 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2017-08-10 15:10:08,636 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,637 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2017-08-10 15:10:08,638 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2017-08-10 15:10:08,639 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,640 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2017-08-10 15:10:08,640 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2017-08-10 15:10:08,641 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,642 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2017-08-10 15:10:08,643 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2017-08-10 15:10:08,644 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,644 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2017-08-10 15:10:08,645 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2017-08-10 15:10:08,646 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,647 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2017-08-10 15:10:08,648 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2017-08-10 15:10:08,648 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,649 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2017-08-10 15:10:08,650 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2017-08-10 15:10:08,651 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,651 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2017-08-10 15:10:08,652 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2017-08-10 15:10:08,653 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,654 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2017-08-10 15:10:08,655 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2017-08-10 15:10:08,655 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,656 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2017-08-10 15:10:08,657 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2017-08-10 15:10:08,658 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,659 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2017-08-10 15:10:08,659 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2017-08-10 15:10:08,660 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2017-08-10 15:10:08,661 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2017-08-10 15:10:08,662 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2017-08-10 15:10:08,663 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2017-08-10 15:10:08,664 [TRACE] [doorpi.action.handler] [UNJ2X9] finished fire_event for event_name OnShutdown 2017-08-10 15:10:08,665 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2017-08-10 15:10:08,668 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2017-08-10 15:10:09,168 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2017-08-10 15:10:09,169 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-3, started daemon 1975514208)>] 2017-08-10 15:10:09,170 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-08-10 15:10:09,672 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2017-08-10 15:10:09,672 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-3, started daemon 1975514208)>] 2017-08-10 15:10:09,673 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-08-10 15:10:10,175 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2017-08-10 15:10:10,175 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-3, started daemon 1975514208)>] 2017-08-10 15:10:10,176 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-08-10 15:10:10,678 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2017-08-10 15:10:10,678 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-3, started daemon 1975514208)>] 2017-08-10 15:10:10,679 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-08-10 15:10:11,181 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 1 and 1 event 2017-08-10 15:10:11,181 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-3, started daemon 1975514208)>] 2017-08-10 15:10:11,182 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-08-10 15:10:11,684 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 1 and 1 event 2017-08-10 15:10:11,685 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-3, started daemon 1975514208)>] 2017-08-10 15:10:11,686 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-08-10 15:10:12,187 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 1 and 1 event 2017-08-10 15:10:12,188 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-3, started daemon 1975514208)>] 2017-08-10 15:10:12,189 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-08-10 15:10:12,690 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 1 and 1 event 2017-08-10 15:10:12,691 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-3, started daemon 1975514208)>] 2017-08-10 15:10:12,693 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-08-10 15:10:13,196 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 1 and 1 event 2017-08-10 15:10:13,198 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-3, started daemon 1975514208)>] 2017-08-10 15:10:13,200 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-08-10 15:10:13,702 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 1 and 1 event 2017-08-10 15:10:13,704 [TRACE] [doorpi.doorpi] still existing threads: [<_DummyThread(Dummy-3, started daemon 1975514208)>] 2017-08-10 15:10:13,706 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2017-08-10 15:10:14,208 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [<_DummyThread(Dummy-3, started daemon 1975514208)>] 2017-08-10 15:10:14,210 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========