2016-05-25 23:03:00,881 [INFO] [doorpi.main] ___ ___ _ / \___ ___ _ __ / _ (_) VoIP Door-Intercomstation with Raspberry Pi / /\ / _ \ / _ \| '__/ /_)/ | version: 2.5.0.2 / /_// (_) | (_) | | / ___/| | license: CC BY-NC 4.0 /___,' \___/ \___/|_| \/ |_| URL: Authors: Thomas Meissner Supporter: Phillip Munz Hermann Dötsch Dennis Häußler Hubert Nusser Michael Hauer Andreas Schwarz Max Rößler missing someone? -> sorry -> mail me 2016-05-25 23:03:00,882 [DEBUG] [doorpi.main] loaded with arguments: ['/usr/local/bin/doorpi_cli', '--trace'] 2016-05-25 23:03:00,883 [DEBUG] [doorpi.doorpi] run 2016-05-25 23:03:00,883 [DEBUG] [doorpi.doorpi] prepare 2016-05-25 23:03:00,884 [DEBUG] [doorpi.doorpi] given arguments argv: Namespace(configfile=None, debug=False, test=False, trace=True) 2016-05-25 23:03:00,888 [INFO] [doorpi.conf.config_object] use configfile: /usr/local/etc/DoorPi/conf/doorpi.ini 2016-05-25 23:03:00,895 [DEBUG] [doorpi.conf.config_object] __init__ 2016-05-25 23:03:00,896 [TRACE] [doorpi.conf.config_object] get_from_config 2016-05-25 23:03:00,900 [TRACE] [doorpi.conf.config_object] get_string for key base_path in section DoorPi (default: /usr/local/etc/DoorPi) returns /usr/local/etc/DoorPi 2016-05-25 23:03:00,901 [TRACE] [doorpi.conf.config_object] get_string for key eventlog in section DoorPi (default: !BASEPATH!/conf/eventlog.db) returns !BASEPATH!/conf/eventlog.db 2016-05-25 23:03:00,902 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/conf/eventlog.db" to "/usr/local/etc/DoorPi/conf/eventlog.db" 2016-05-25 23:03:00,905 [TRACE] [doorpi.action.handler] register Event BeforeStartup from doorpi.doorpi 2016-05-25 23:03:00,906 [DEBUG] [doorpi.action.handler] event_source doorpi.doorpi was added 2016-05-25 23:03:00,907 [TRACE] [doorpi.action.handler] added event_name BeforeStartup and registered source doorpi.doorpi 2016-05-25 23:03:00,907 [TRACE] [doorpi.action.handler] register Event OnStartup from doorpi.doorpi 2016-05-25 23:03:00,907 [TRACE] [doorpi.action.handler] added event_name OnStartup and registered source doorpi.doorpi 2016-05-25 23:03:00,908 [TRACE] [doorpi.action.handler] register Event AfterStartup from doorpi.doorpi 2016-05-25 23:03:00,908 [TRACE] [doorpi.action.handler] added event_name AfterStartup and registered source doorpi.doorpi 2016-05-25 23:03:00,909 [TRACE] [doorpi.action.handler] register Event BeforeShutdown from doorpi.doorpi 2016-05-25 23:03:00,909 [TRACE] [doorpi.action.handler] added event_name BeforeShutdown and registered source doorpi.doorpi 2016-05-25 23:03:00,909 [TRACE] [doorpi.action.handler] register Event OnShutdown from doorpi.doorpi 2016-05-25 23:03:00,910 [TRACE] [doorpi.action.handler] added event_name OnShutdown and registered source doorpi.doorpi 2016-05-25 23:03:00,910 [TRACE] [doorpi.action.handler] register Event AfterShutdown from doorpi.doorpi 2016-05-25 23:03:00,910 [TRACE] [doorpi.action.handler] added event_name AfterShutdown and registered source doorpi.doorpi 2016-05-25 23:03:00,912 [DEBUG] [doorpi.action.SingleActions.time_tick] doorpi.action.SingleActions.time_tick loaded 2016-05-25 23:03:00,914 [DEBUG] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was added 2016-05-25 23:03:00,916 [TRACE] [doorpi.action.handler] action TimeTickDestroyAction with args () and kwargs {} was added to new evententry OnShutdown 2016-05-25 23:03:00,917 [TRACE] [doorpi.action.handler] action TimeTickAction with args ('!last_tick!',) and kwargs {} was added to new evententry OnTimeTick 2016-05-25 23:03:00,918 [TRACE] [doorpi.conf.config_object] get_string for key ip in section DoorPiWeb (default: ) returns 2016-05-25 23:03:00,918 [TRACE] [doorpi.conf.config_object] get_integer for key port in section DoorPiWeb (default: 80) returns 80 2016-05-25 23:03:00,921 [INFO] [doorpi.status.webserver] Initiating WebService at ip and port 80 2016-05-25 23:03:00,922 [TRACE] [doorpi.action.handler] register Event OnWebServerStart from doorpi.status.webserver 2016-05-25 23:03:00,922 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver was added 2016-05-25 23:03:00,923 [TRACE] [doorpi.action.handler] added event_name OnWebServerStart and registered source doorpi.status.webserver 2016-05-25 23:03:00,923 [TRACE] [doorpi.action.handler] register Event OnWebServerStop from doorpi.status.webserver 2016-05-25 23:03:00,923 [TRACE] [doorpi.action.handler] added event_name OnWebServerStop and registered source doorpi.status.webserver 2016-05-25 23:03:00,924 [TRACE] [doorpi.conf.config_object] get_string for key www in section DoorPiWeb (default: !BASEPATH!/../DoorPiWeb) returns !BASEPATH!/../DoorPiWeb 2016-05-25 23:03:00,925 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/../DoorPiWeb" to "/usr/local/etc/DoorPi/../DoorPiWeb" 2016-05-25 23:03:00,926 [TRACE] [doorpi.conf.config_object] get_string for key indexfile in section DoorPiWeb (default: index.html) returns index.html 2016-05-25 23:03:00,927 [DEBUG] [doorpi.conf.config_object] parse string "index.html" to "index.html" 2016-05-25 23:03:00,927 [TRACE] [doorpi.conf.config_object] get_string for key loginfile in section DoorPiWeb (default: login.html) returns login.html 2016-05-25 23:03:00,929 [DEBUG] [doorpi.conf.config_object] parse string "login.html" to "login.html" 2016-05-25 23:03:00,929 [TRACE] [doorpi.conf.config_object] get_string for key public in section DoorPiWeb (default: AREA_public) returns AREA_public 2016-05-25 23:03:00,930 [DEBUG] [doorpi.conf.config_object] parse string "AREA_public" to "AREA_public" 2016-05-25 23:03:00,931 [TRACE] [doorpi.conf.config_object] get_string for key online_fallback in section DoorPiWeb (default: http://motom001.github.io/DoorPiWeb) returns http://motom001.github.io/DoorPiWeb 2016-05-25 23:03:00,932 [DEBUG] [doorpi.conf.config_object] parse string "http://motom001.github.io/DoorPiWeb" to "http://motom001.github.io/DoorPiWeb" 2016-05-25 23:03:00,932 [WARNING] [root] section WritePermission not found in configfile 2016-05-25 23:03:00,933 [TRACE] [doorpi.conf.config_object] get_keys for section WritePermission returns [] 2016-05-25 23:03:00,933 [WARNING] [root] section ReadPermission not found in configfile 2016-05-25 23:03:00,934 [TRACE] [doorpi.conf.config_object] get_keys for section ReadPermission returns [] 2016-05-25 23:03:00,934 [WARNING] [root] section Group not found in configfile 2016-05-25 23:03:00,934 [TRACE] [doorpi.conf.config_object] get_keys for section Group returns [] 2016-05-25 23:03:00,935 [WARNING] [root] section User not found in configfile 2016-05-25 23:03:00,935 [TRACE] [doorpi.conf.config_object] get_keys for section User returns [] 2016-05-25 23:03:00,936 [TRACE] [doorpi.conf.config_object] get_sections returns ['pifacepins_OutputPins', 'keyboards', 'AdminNumbers', 'pifacepins_InputPins', 'DTMF', 'SIP-Phone', 'EVENT_OnStartup', 'DoorPiWeb', 'DoorPi'] 2016-05-25 23:03:00,937 [ERROR] [doorpi.status.webserver] no ReadPermission found 2016-05-25 23:03:00,937 [ERROR] [doorpi.status.webserver] no groups in configfile! 2016-05-25 23:03:00,937 [ERROR] [doorpi.status.webserver] no WritePermission found 2016-05-25 23:03:00,938 [TRACE] [doorpi.action.handler] action WebServerStartupAction with args () and kwargs {} was added to new evententry OnWebServerStart 2016-05-25 23:03:00,939 [TRACE] [doorpi.action.handler] action WebServerShutdownAction with args () and kwargs {} was added to event OnShutdown 2016-05-25 23:03:00,939 [TRACE] [doorpi.action.handler] fire Event OnWebServerStart from doorpi.status.webserver asyncron 2016-05-25 23:03:00,941 [TRACE] [doorpi.action.handler] register Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,942 [DEBUG] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was added 2016-05-25 23:03:00,943 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequest and registered source doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,943 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,944 [DEBUG] [doorpi.action.handler] [M89MJS] fire for event OnWebServerStart this actions [] 2016-05-25 23:03:00,944 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestGet and registered source doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,945 [TRACE] [doorpi.action.handler] [M89MJS] try to fire action WebServerStartupAction with args () and kwargs {} 2016-05-25 23:03:00,945 [TRACE] [doorpi.action.handler] register Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,946 [TRACE] [doorpi.action.base] run WebServerStartupAction with args () and kwargs {} 2016-05-25 23:03:00,946 [TRACE] [doorpi.action.handler] added event_name OnWebServerRequestPost and registered source doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,947 [TRACE] [doorpi.action.handler] register Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,948 [TRACE] [doorpi.action.handler] added event_name OnWebServerVirtualResource and registered source doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,948 [TRACE] [doorpi.action.handler] register Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,948 [TRACE] [doorpi.action.handler] added event_name OnWebServerRealResource and registered source doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,949 [TRACE] [doorpi.action.handler] register Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,949 [TRACE] [doorpi.action.handler] added event_name OnFireEvent and registered source doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,949 [TRACE] [doorpi.action.handler] register Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,950 [TRACE] [doorpi.action.handler] added event_name OnConfigKeySet and registered source doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,950 [TRACE] [doorpi.action.handler] register Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,951 [TRACE] [doorpi.action.handler] added event_name OnConfigKeyDelete and registered source doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:00,951 [TRACE] [doorpi.conf.config_object] get_keys for section keyboards returns ['pifacepins'] 2016-05-25 23:03:00,951 [INFO] [doorpi.keyboard.KeyboardInterface] using multi-keyboard mode (keyboards: pifacepins) 2016-05-25 23:03:00,952 [INFO] [doorpi.keyboard.KeyboardInterface] trying to add keyboard 'pifacepins' to handler 2016-05-25 23:03:00,952 [TRACE] [doorpi.conf.config_object] get_string for key pifacepins in section keyboards (default: dummy) returns piface 2016-05-25 23:03:00,953 [TRACE] [doorpi.conf.config_object] get_keys for section pifacepins_InputPins returns ['1', '0'] 2016-05-25 23:03:00,953 [TRACE] [doorpi.conf.config_object] get_keys for section pifacepins_OutputPins returns ['1', '3'] 2016-05-25 23:03:00,954 [TRACE] [doorpi.conf.config_object] get_integer for key bouncetime in section pifacepins_keyboard (default: 2000) returns 2000.0 2016-05-25 23:03:00,954 [TRACE] [doorpi.conf.config_object] get_integer for key polarity in section pifacepins_keyboard (default: 0) returns 0 2016-05-25 23:03:00,955 [TRACE] [doorpi.conf.config_object] get_boolean for key pressed_on_keydown in section pifacepins_keyboard (default: True) returns True 2016-05-25 23:03:00,956 [DEBUG] [doorpi.keyboard.from_piface] doorpi.keyboard.from_piface loaded 2016-05-25 23:03:01,007 [DEBUG] [doorpi.keyboard.from_piface] __init__(input_pins = ['1', '0'], output_pins = ['1', '3'], polarity = 0) 2016-05-25 23:03:01,087 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2016-05-25 23:03:01,087 [DEBUG] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was added 2016-05-25 23:03:01,088 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,088 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,089 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_1 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,089 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_pifacepins.1 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,090 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_pifacepins.1 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,090 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2016-05-25 23:03:01,090 [TRACE] [doorpi.action.handler] added event_name OnKeyUp and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,091 [TRACE] [doorpi.action.handler] register Event OnKeyUp_1 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,091 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_1 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,092 [TRACE] [doorpi.action.handler] register Event OnKeyUp_pifacepins.1 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,092 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_pifacepins.1 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,092 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2016-05-25 23:03:01,093 [TRACE] [doorpi.action.handler] added event_name OnKeyDown and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,093 [TRACE] [doorpi.action.handler] register Event OnKeyDown_1 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,093 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_1 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,094 [TRACE] [doorpi.action.handler] register Event OnKeyDown_pifacepins.1 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,094 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_pifacepins.1 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,095 [TRACE] [doorpi.action.handler] register Event OnKeyPressed from doorpi.keyboard.from_piface 2016-05-25 23:03:01,095 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyPressed from source doorpi.keyboard.from_piface is already known 2016-05-25 23:03:01,095 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,096 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_0 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,096 [TRACE] [doorpi.action.handler] register Event OnKeyPressed_pifacepins.0 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,097 [TRACE] [doorpi.action.handler] added event_name OnKeyPressed_pifacepins.0 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,097 [TRACE] [doorpi.action.handler] register Event OnKeyUp from doorpi.keyboard.from_piface 2016-05-25 23:03:01,098 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyUp from source doorpi.keyboard.from_piface is already known 2016-05-25 23:03:01,098 [TRACE] [doorpi.action.handler] register Event OnKeyUp_0 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,098 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_0 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,099 [TRACE] [doorpi.action.handler] register Event OnKeyUp_pifacepins.0 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,099 [TRACE] [doorpi.action.handler] added event_name OnKeyUp_pifacepins.0 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,100 [TRACE] [doorpi.action.handler] register Event OnKeyDown from doorpi.keyboard.from_piface 2016-05-25 23:03:01,100 [TRACE] [doorpi.action.handler] nothing to do - event OnKeyDown from source doorpi.keyboard.from_piface is already known 2016-05-25 23:03:01,100 [TRACE] [doorpi.action.handler] register Event OnKeyDown_0 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,101 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_0 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,101 [TRACE] [doorpi.action.handler] register Event OnKeyDown_pifacepins.0 from doorpi.keyboard.from_piface 2016-05-25 23:03:01,102 [TRACE] [doorpi.action.handler] added event_name OnKeyDown_pifacepins.0 and registered source doorpi.keyboard.from_piface 2016-05-25 23:03:01,115 [TRACE] [doorpi.action.handler] action KeyboardDestroyAction with args () and kwargs {} was added to event OnShutdown 2016-05-25 23:03:01,118 [TRACE] [doorpi.conf.config_object] get_keys for section pifacepins_OutputPins returns ['1', '3'] 2016-05-25 23:03:01,119 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section pifacepins_OutputPins (default: ) returns Tueroeffner 2016-05-25 23:03:01,119 [TRACE] [doorpi.conf.config_object] get_string for key 3 in section pifacepins_OutputPins (default: ) returns blinking_led 2016-05-25 23:03:01,123 [DEBUG] [doorpi.status.status_lib.environment] doorpi.status.status_lib.environment loaded 2016-05-25 23:03:01,126 [DEBUG] [doorpi.status.requirements_lib.req_config] doorpi.status.requirements_lib.req_config loaded 2016-05-25 23:03:01,129 [DEBUG] [doorpi.status.requirements_lib.req_sipphone] doorpi.status.requirements_lib.req_sipphone loaded 2016-05-25 23:03:01,131 [DEBUG] [doorpi.sipphone.AbstractBaseClass] doorpi.sipphone.AbstractBaseClass loaded 2016-05-25 23:03:01,175 [DEBUG] [doorpi.status.requirements_lib.req_event_handler] doorpi.status.requirements_lib.req_event_handler loaded 2016-05-25 23:03:01,179 [DEBUG] [doorpi.status.requirements_lib.req_webserver] doorpi.status.requirements_lib.req_webserver loaded 2016-05-25 23:03:01,182 [DEBUG] [doorpi.status.requirements_lib.req_keyboard] doorpi.status.requirements_lib.req_keyboard loaded 2016-05-25 23:03:01,202 [DEBUG] [doorpi.status.requirements_lib.req_system] doorpi.status.requirements_lib.req_system loaded 2016-05-25 23:03:01,210 [INFO] [doorpi.sipphone.SipphoneInterface] found installed sipphone "linphone" and use this as default 2016-05-25 23:03:01,211 [TRACE] [doorpi.conf.config_object] get_string for key sipphonetyp in section SIP-Phone (default: linphone) returns linphone 2016-05-25 23:03:01,214 [DEBUG] [doorpi.sipphone.from_linphone] doorpi.sipphone.from_linphone loaded 2016-05-25 23:03:01,217 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] doorpi.sipphone.linphone_lib.CallBacks loaded 2016-05-25 23:03:01,219 [DEBUG] [doorpi.sipphone.linphone_lib.Player] doorpi.sipphone.linphone_lib.Player loaded 2016-05-25 23:03:01,222 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] doorpi.sipphone.linphone_lib.Recorder loaded 2016-05-25 23:03:01,223 [DEBUG] [doorpi.sipphone.from_linphone] __init__ 2016-05-25 23:03:01,224 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnShutdown 2016-05-25 23:03:01,224 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,225 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was added 2016-05-25 23:03:01,225 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCreate and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,226 [TRACE] [doorpi.action.handler] register Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,226 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneStart and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,227 [TRACE] [doorpi.action.handler] register Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,227 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneDestroy and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,228 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,228 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderCreate and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,229 [TRACE] [doorpi.action.handler] register Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,229 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneRecorderDestroy and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,229 [TRACE] [doorpi.action.handler] register Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,230 [TRACE] [doorpi.action.handler] added event_name BeforeSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,230 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,230 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,231 [TRACE] [doorpi.action.handler] register Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,231 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneMakeCallFailed and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,232 [TRACE] [doorpi.action.handler] register Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,232 [TRACE] [doorpi.action.handler] added event_name AfterSipPhoneMakeCall and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,232 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,233 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutNoResponse and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,233 [TRACE] [doorpi.action.handler] register Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,233 [TRACE] [doorpi.action.handler] added event_name OnSipPhoneCallTimeoutMaxCalltime and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,234 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,234 [TRACE] [doorpi.action.handler] added event_name OnPlayerCreated and registered source doorpi.sipphone.from_linphone 2016-05-25 23:03:01,234 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] __init__ 2016-05-25 23:03:01,235 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneDestroy 2016-05-25 23:03:01,235 [TRACE] [doorpi.action.handler] register Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,236 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was added 2016-05-25 23:03:01,236 [TRACE] [doorpi.action.handler] added event_name OnCallMediaStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,237 [TRACE] [doorpi.action.handler] register Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,237 [TRACE] [doorpi.action.handler] added event_name OnMediaRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,238 [TRACE] [doorpi.action.handler] register Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,238 [TRACE] [doorpi.action.handler] added event_name OnMediaNotRequired and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,238 [TRACE] [doorpi.action.handler] register Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,239 [TRACE] [doorpi.action.handler] added event_name OnCallStateChange and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,239 [TRACE] [doorpi.action.handler] register Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,239 [TRACE] [doorpi.action.handler] added event_name OnCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,240 [TRACE] [doorpi.action.handler] register Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,240 [TRACE] [doorpi.action.handler] added event_name AfterCallStateConnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,241 [TRACE] [doorpi.action.handler] register Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,241 [TRACE] [doorpi.action.handler] added event_name OnCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,241 [TRACE] [doorpi.action.handler] register Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,242 [TRACE] [doorpi.action.handler] added event_name AfterCallStateDisconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,242 [TRACE] [doorpi.action.handler] register Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,242 [TRACE] [doorpi.action.handler] added event_name OnCallStateDismissed and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,243 [TRACE] [doorpi.action.handler] register Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,243 [TRACE] [doorpi.action.handler] added event_name OnCallStateReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,244 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,244 [TRACE] [doorpi.action.handler] added event_name OnCallStart and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,244 [TRACE] [doorpi.action.handler] register Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,245 [TRACE] [doorpi.action.handler] added event_name OnDTMF and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,245 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"#"'] 2016-05-25 23:03:01,245 [TRACE] [doorpi.action.handler] register Event OnDTMF_"#" from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,246 [TRACE] [doorpi.action.handler] added event_name OnDTMF_"#" and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,246 [TRACE] [doorpi.action.handler] register Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,247 [TRACE] [doorpi.action.handler] nothing to do - event OnCallStart from source doorpi.sipphone.linphone_lib.CallBacks is already known 2016-05-25 23:03:01,247 [TRACE] [doorpi.action.handler] register Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,248 [TRACE] [doorpi.action.handler] added event_name BeforeCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,248 [TRACE] [doorpi.action.handler] register Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,248 [TRACE] [doorpi.action.handler] added event_name OnCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,249 [TRACE] [doorpi.action.handler] register Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,249 [TRACE] [doorpi.action.handler] added event_name AfterCallReconnect and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,249 [TRACE] [doorpi.action.handler] register Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,250 [TRACE] [doorpi.action.handler] added event_name OnCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,250 [TRACE] [doorpi.action.handler] register Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,251 [TRACE] [doorpi.action.handler] added event_name AfterCallBusy and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,251 [TRACE] [doorpi.action.handler] register Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,251 [TRACE] [doorpi.action.handler] added event_name OnCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,252 [TRACE] [doorpi.action.handler] register Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,252 [TRACE] [doorpi.action.handler] added event_name AfterCallIncoming and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,252 [TRACE] [doorpi.action.handler] register Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,253 [TRACE] [doorpi.action.handler] added event_name OnCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,253 [TRACE] [doorpi.action.handler] register Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,254 [TRACE] [doorpi.action.handler] added event_name AfterCallReject and registered source doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,254 [TRACE] [doorpi.action.handler] fire Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:01,256 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_new() 2016-05-25 23:03:01,257 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_new -> 0x744d59c8 2016-05-25 23:03:01,258 [DEBUG] [doorpi.action.handler] no actions for event OnCallStart - skip fire_event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:01,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_init() 2016-05-25 23:03:01,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_init -> 0x744d59c8 2016-05-25 23:03:01,260 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_class_method_new(0x744faa50, "(null)", "(null)") 2016-05-25 23:03:01,260 [INFO] [doorpi.sipphone.from_linphone] Mediastreamer2 factory 2.12.0 (git: 3.9.0) initialized. 2016-05-25 23:03:01,261 [INFO] [doorpi.sipphone.from_linphone] CPU count set to 4 2016-05-25 23:03:01,261 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init() done: platform_tags=linux,arm,embedded 2016-05-25 23:03:01,262 [INFO] [doorpi.sipphone.from_linphone] srtp init 2016-05-25 23:03:01,295 [INFO] [doorpi.sipphone.from_linphone] Registering all soundcard handlers 2016-05-25 23:03:01,409 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: default device' added 2016-05-25 23:03:01,440 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC0D0p' failed (-2) 2016-05-25 23:03:01,441 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_dmix.c:1022 - unable to open slave 2016-05-25 23:03:01,442 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: USB Device 0x46d:0x825' added 2016-05-25 23:03:01,444 [INFO] [doorpi.sipphone.from_linphone] also error in pcm_hw.c:1557 - open '/dev/snd/pcmC1D0c' failed (-2) 2016-05-25 23:03:01,447 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: bcm2835 ALSA' added 2016-05-25 23:03:01,464 [INFO] [doorpi.sipphone.from_linphone] Card 'ALSA: Generic USB Audio Device' added 2016-05-25 23:03:01,465 [INFO] [doorpi.sipphone.from_linphone] Registering all webcam handlers 2016-05-25 23:03:01,465 [INFO] [doorpi.sipphone.from_linphone] Webcam V4L2: /dev/video0 added 2016-05-25 23:03:01,467 [INFO] [doorpi.sipphone.from_linphone] Webcam StaticImage: Static picture added 2016-05-25 23:03:01,467 [INFO] [doorpi.sipphone.from_linphone] ms_factory_init_voip() done 2016-05-25 23:03:01,468 [INFO] [doorpi.sipphone.from_linphone] Loading ms plugins from [./lib/mediastreamer/plugins] 2016-05-25 23:03:01,468 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/mediastreamer/plugins: No such file or directory 2016-05-25 23:03:01,469 [INFO] [doorpi.sipphone.from_linphone] Initializing LinphoneCore 3.9.0 2016-05-25 23:03:01,469 [INFO] [doorpi.sipphone.from_linphone] Vtable [0x17cb2c8] registered on core [0x17cad48] 2016-05-25 23:03:01,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x17cb2c8, 1, "Starting up") 2016-05-25 23:03:01,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2016-05-25 23:03:01,471 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [global_state_changed] 2016-05-25 23:03:01,471 [INFO] [doorpi.sipphone.from_linphone] oRTP-0.25.0 initialized. 2016-05-25 23:03:01,472 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_base_init, because [2] ref 2016-05-25 23:03:01,472 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_voip_init, because [2] ref 2016-05-25 23:03:01,473 [INFO] [doorpi.sipphone.from_linphone] Skiping ms_plugins_init, because [2] ref 2016-05-25 23:03:01,473 [INFO] [doorpi.sipphone.from_linphone] Codec opus/48000 fmtp=[useinbandfec=1] number=-1, enabled=1) added to default capabilities. 2016-05-25 23:03:01,474 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-05-25 23:03:01,474 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-05-25 23:03:01,475 [INFO] [doorpi.sipphone.from_linphone] Codec speex/16000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2016-05-25 23:03:01,475 [INFO] [doorpi.sipphone.from_linphone] Codec speex/8000 fmtp=[vbr=on] number=-1, enabled=1) added to default capabilities. 2016-05-25 23:03:01,475 [INFO] [doorpi.sipphone.from_linphone] Codec PCMU/8000 fmtp=[] number=0, enabled=1) added to default capabilities. 2016-05-25 23:03:01,476 [INFO] [doorpi.sipphone.from_linphone] Codec PCMA/8000 fmtp=[] number=8, enabled=1) added to default capabilities. 2016-05-25 23:03:01,477 [INFO] [doorpi.sipphone.from_linphone] Codec t140/1000 fmtp=[] number=96, enabled=1) added to default capabilities. 2016-05-25 23:03:01,477 [INFO] [doorpi.sipphone.from_linphone] Codec red/1000 fmtp=[] number=97, enabled=1) added to default capabilities. 2016-05-25 23:03:01,477 [INFO] [doorpi.sipphone.from_linphone] Codec GSM/8000 fmtp=[] number=3, enabled=0) added to default capabilities. 2016-05-25 23:03:01,478 [INFO] [doorpi.sipphone.from_linphone] Codec G722/8000 fmtp=[] number=9, enabled=0) added to default capabilities. 2016-05-25 23:03:01,478 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iLBC 2016-05-25 23:03:01,479 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iLBC 2016-05-25 23:03:01,479 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR 2016-05-25 23:03:01,480 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR 2016-05-25 23:03:01,480 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AMR-WB 2016-05-25 23:03:01,480 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AMR-WB 2016-05-25 23:03:01,481 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2016-05-25 23:03:01,481 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2016-05-25 23:03:01,482 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-05-25 23:03:01,482 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-05-25 23:03:01,482 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-05-25 23:03:01,483 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-05-25 23:03:01,483 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-05-25 23:03:01,484 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-05-25 23:03:01,484 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-05-25 23:03:01,485 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-05-25 23:03:01,485 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for mpeg4-generic 2016-05-25 23:03:01,485 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for mpeg4-generic 2016-05-25 23:03:01,486 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for iSAC 2016-05-25 23:03:01,486 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for iSAC 2016-05-25 23:03:01,487 [INFO] [doorpi.sipphone.from_linphone] Codec speex/32000 fmtp=[vbr=on] number=-1, enabled=0) added to default capabilities. 2016-05-25 23:03:01,487 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-05-25 23:03:01,488 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-05-25 23:03:01,488 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-05-25 23:03:01,488 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-05-25 23:03:01,489 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for SILK 2016-05-25 23:03:01,489 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for SILK 2016-05-25 23:03:01,490 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-16 2016-05-25 23:03:01,490 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-16 2016-05-25 23:03:01,491 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-24 2016-05-25 23:03:01,491 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-24 2016-05-25 23:03:01,491 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-32 2016-05-25 23:03:01,492 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-32 2016-05-25 23:03:01,492 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G726-40 2016-05-25 23:03:01,493 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G726-40 2016-05-25 23:03:01,493 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-16 2016-05-25 23:03:01,493 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-16 2016-05-25 23:03:01,494 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-24 2016-05-25 23:03:01,494 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-24 2016-05-25 23:03:01,495 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-32 2016-05-25 23:03:01,495 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-32 2016-05-25 23:03:01,495 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for AAL2-G726-40 2016-05-25 23:03:01,496 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for AAL2-G726-40 2016-05-25 23:03:01,496 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CODEC2 2016-05-25 23:03:01,497 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CODEC2 2016-05-25 23:03:01,497 [INFO] [doorpi.sipphone.from_linphone] Codec VP8/90000 fmtp=[] number=-1, enabled=1) added to default capabilities. 2016-05-25 23:03:01,498 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H264 2016-05-25 23:03:01,498 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H264 2016-05-25 23:03:01,499 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MP4V-ES 2016-05-25 23:03:01,499 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263-1998 2016-05-25 23:03:01,499 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2016-05-25 23:03:01,500 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for 1016 2016-05-25 23:03:01,500 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for 1016 2016-05-25 23:03:01,501 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G723 2016-05-25 23:03:01,501 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G723 2016-05-25 23:03:01,502 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for LPC 2016-05-25 23:03:01,502 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for LPC 2016-05-25 23:03:01,502 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=10, enabled=0) added to default capabilities. 2016-05-25 23:03:01,503 [INFO] [doorpi.sipphone.from_linphone] Codec L16/44100 fmtp=[] number=11, enabled=0) added to default capabilities. 2016-05-25 23:03:01,503 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for CN 2016-05-25 23:03:01,504 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for CN 2016-05-25 23:03:01,504 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for G729 2016-05-25 23:03:01,504 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for G729 2016-05-25 23:03:01,505 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H261 2016-05-25 23:03:01,505 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for H261 2016-05-25 23:03:01,506 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for MPV 2016-05-25 23:03:01,506 [INFO] [doorpi.sipphone.from_linphone] Could not find decoder for MPV 2016-05-25 23:03:01,507 [INFO] [doorpi.sipphone.from_linphone] Could not find encoder for H263 2016-05-25 23:03:01,507 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-05-25 23:03:01,508 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-05-25 23:03:01,508 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-05-25 23:03:01,509 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-05-25 23:03:01,509 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_configuring_status(0x17cb2c8, 2, "(null)") 2016-05-25 23:03:01,510 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_configuring_status 2016-05-25 23:03:01,510 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [configuring_status] 2016-05-25 23:03:01,511 [INFO] [doorpi.sipphone.from_linphone] Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2016-05-25 23:03:01,511 [WARNING] [doorpi.sipphone.from_linphone] ./share/sounds/linphone/rings/oldphone.wav does not exist 2016-05-25 23:03:01,512 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_playback_gain_db(): no active call. 2016-05-25 23:03:01,512 [INFO] [doorpi.sipphone.from_linphone] linphone_core_set_mic_gain_db(): no active call. 2016-05-25 23:03:01,512 [INFO] [doorpi.sipphone.from_linphone] MTU is supposed to be 1300, rtp payload max size will be 1240 2016-05-25 23:03:01,513 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-05-25 23:03:01,513 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-05-25 23:03:01,514 [INFO] [doorpi.sipphone.from_linphone] Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2016-05-25 23:03:01,514 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2016-05-25 23:03:01,514 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2016-05-25 23:03:01,515 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMU/8000 fmtp= automatically added to codec list. 2016-05-25 23:03:01,515 [INFO] [doorpi.sipphone.from_linphone] Supported codec PCMA/8000 fmtp= automatically added to codec list. 2016-05-25 23:03:01,516 [INFO] [doorpi.sipphone.from_linphone] Supported codec GSM/8000 fmtp= automatically added to codec list. 2016-05-25 23:03:01,516 [INFO] [doorpi.sipphone.from_linphone] Supported codec G722/8000 fmtp= automatically added to codec list. 2016-05-25 23:03:01,517 [INFO] [doorpi.sipphone.from_linphone] Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2016-05-25 23:03:01,517 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2016-05-25 23:03:01,518 [INFO] [doorpi.sipphone.from_linphone] Supported codec L16/44100 fmtp= automatically added to codec list. 2016-05-25 23:03:01,518 [INFO] [doorpi.sipphone.from_linphone] Supported codec VP8/90000 fmtp= automatically added to codec list. 2016-05-25 23:03:01,519 [INFO] [doorpi.sipphone.from_linphone] Supported codec t140/1000 fmtp= automatically added to codec list. 2016-05-25 23:03:01,519 [INFO] [doorpi.sipphone.from_linphone] Supported codec red/1000 fmtp= automatically added to codec list. 2016-05-25 23:03:01,519 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-05-25 23:03:01,520 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-05-25 23:03:01,520 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2016-05-25 23:03:01,521 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17ccbc8] on [sip:0.0.0.0:5060;transport=UDP] 2016-05-25 23:03:01,522 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17ccdf8] on [sip:0.0.0.0:5060;transport=TCP] 2016-05-25 23:03:01,522 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17ccf98] on [sip:0.0.0.0:-1;transport=TLS] 2016-05-25 23:03:01,523 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 40510 2016-05-25 23:03:01,523 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-05-25 23:03:01,524 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-05-25 23:03:01,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_global_state_changed(0x17cb2c8, 2, "Ready") 2016-05-25 23:03:01,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_global_state_changed 2016-05-25 23:03:01,529 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [global_state_changed] 2016-05-25 23:03:01,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_class_method_new -> 0x744d59c8 2016-05-25 23:03:01,530 [DEBUG] [doorpi.conf.config_object] create new key identity in section SIP-Phone with value 'DoorPi' 2016-05-25 23:03:01,530 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2016-05-25 23:03:01,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_primary_contact(0x744d59c8 [0x17cb2c8], "DoorPi ") 2016-05-25 23:03:01,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_primary_contact -> 0 2016-05-25 23:03:01,533 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneCreate from doorpi.sipphone.from_linphone asyncron 2016-05-25 23:03:01,535 [TRACE] [doorpi.conf.config_object] get_integer for key ua.max_calls in section SIP-Phone (default: 2) returns 2 2016-05-25 23:03:01,535 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_max_calls(0x744d59c8 [0x17cb2c8], 2) 2016-05-25 23:03:01,536 [DEBUG] [doorpi.action.handler] no actions for event OnSipPhoneCreate - skip fire_event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-05-25 23:03:01,536 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_max_calls -> 0 2016-05-25 23:03:01,537 [TRACE] [doorpi.conf.config_object] get_boolean for key echo_cancellation_enabled in section SIP-Phone (default: False) returns True 2016-05-25 23:03:01,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_echo_cancellation(0x744d59c8 [0x17cb2c8], 0x2e0620 [1]) 2016-05-25 23:03:01,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_echo_cancellation -> 0 2016-05-25 23:03:01,540 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2016-05-25 23:03:01,540 [TRACE] [doorpi.conf.config_object] get_integer for key local_port in section SIP-Phone (default: 5060) returns 5060 2016-05-25 23:03:01,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_new() 2016-05-25 23:03:01,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_new -> 0x744d59e0 2016-05-25 23:03:01,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_sip_transports(0x744d59c8 [0x17cb2c8], 0x744d59e0 [0x744d59e8]) 2016-05-25 23:03:01,542 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x17ccbc8] on [sip:0.0.0.0:5060;transport=UDP] destroyed 2016-05-25 23:03:01,543 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x17ccdf8] on [sip:0.0.0.0:5060;transport=TCP] destroyed 2016-05-25 23:03:01,543 [INFO] [doorpi.sipphone.from_linphone] Listening point [0x17ccf98] on [sip:0.0.0.0:40510;transport=TLS] destroyed 2016-05-25 23:03:01,544 [INFO] [doorpi.sipphone.from_linphone] sal_unlisten_ports done 2016-05-25 23:03:01,544 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17e0c80] on [sip:0.0.0.0:5060;transport=UDP] 2016-05-25 23:03:01,545 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17dda28] on [sip:0.0.0.0:5060;transport=TCP] 2016-05-25 23:03:01,545 [INFO] [doorpi.sipphone.from_linphone] Creating listening point [0x17e26e8] on [sip:0.0.0.0:-1;transport=TLS] 2016-05-25 23:03:01,546 [INFO] [doorpi.sipphone.from_linphone] Random TCP port is 34865 2016-05-25 23:03:01,547 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-05-25 23:03:01,547 [INFO] [doorpi.sipphone.from_linphone] Root ca path set to /etc/ssl/certs 2016-05-25 23:03:01,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_sip_transports -> 0 2016-05-25 23:03:01,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_SipTransports_dealloc(0x744d59e0) 2016-05-25 23:03:01,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_SipTransports_dealloc 2016-05-25 23:03:01,549 [TRACE] [doorpi.conf.config_object] get_boolean for key video_display_enabled in section SIP-Phone (default: False) returns False 2016-05-25 23:03:01,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_display(0x744d59c8 [0x17cb2c8], 0x2e0614 [0]) 2016-05-25 23:03:01,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_display -> 0 2016-05-25 23:03:01,550 [TRACE] [doorpi.conf.config_object] get_string for key stun_server in section SIP-Phone (default: ) returns 192.168.1.254 2016-05-25 23:03:01,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_stun_server(0x744d59c8 [0x17cb2c8], "192.168.1.254") 2016-05-25 23:03:01,551 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2016-05-25 23:03:01,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_stun_server -> 0 2016-05-25 23:03:01,552 [DEBUG] [doorpi.conf.config_object] create new key FirewallPolicy in section SIP-Phone with value 'PolicyNoFirewall' 2016-05-25 23:03:01,553 [TRACE] [doorpi.conf.config_object] get_string for key FirewallPolicy in section SIP-Phone (default: PolicyNoFirewall) returns PolicyNoFirewall 2016-05-25 23:03:01,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_firewall_policy(0x744d59c8 [0x17cb2c8], 0) 2016-05-25 23:03:01,554 [INFO] [doorpi.sipphone.from_linphone] Sal nat helper [enabled] 2016-05-25 23:03:01,554 [INFO] [doorpi.sipphone.from_linphone] Sal use rport [enabled] 2016-05-25 23:03:01,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_firewall_policy -> 0 2016-05-25 23:03:01,556 [TRACE] [doorpi.conf.config_object] get_integer for key max_call_time in section SIP-Phone (default: 120) returns 120 2016-05-25 23:03:01,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_in_call_timeout(0x744d59c8 [0x17cb2c8], 120) 2016-05-25 23:03:01,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_in_call_timeout -> 0 2016-05-25 23:03:01,558 [TRACE] [doorpi.conf.config_object] get_integer for key call_timeout in section SIP-Phone (default: 15) returns 15 2016-05-25 23:03:01,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_inc_timeout(0x744d59c8 [0x17cb2c8], 15) 2016-05-25 23:03:01,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_inc_timeout -> 0 2016-05-25 23:03:01,559 [TRACE] [doorpi.conf.config_object] get_string for key dialtone in section SIP-Phone (default: !BASEPATH!/media/ShortDialTone.wav) returns !BASEPATH!/media/do-you-like-it.wav 2016-05-25 23:03:01,561 [DEBUG] [doorpi.conf.config_object] parse string "!BASEPATH!/media/do-you-like-it.wav" to "/usr/local/etc/DoorPi/media/do-you-like-it.wav" 2016-05-25 23:03:01,562 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2016-05-25 23:03:01,563 [TRACE] [doorpi.conf.config_object] get_boolean for key dialtone_renew_every_start in section SIP-Phone (default: False) returns False 2016-05-25 23:03:01,564 [TRACE] [doorpi.action.handler] register Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:01,564 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was added 2016-05-25 23:03:01,565 [TRACE] [doorpi.action.handler] added event_name OnPlayerStarted and registered source doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:01,565 [TRACE] [doorpi.action.handler] register Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:01,566 [TRACE] [doorpi.action.handler] added event_name OnPlayerStopped and registered source doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:01,566 [TRACE] [doorpi.action.handler] register Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:01,567 [TRACE] [doorpi.action.handler] added event_source doorpi.sipphone.linphone_lib.Player to existing event OnPlayerCreated 2016-05-25 23:03:01,567 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnSipPhoneMakeCall 2016-05-25 23:03:01,568 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateConnect 2016-05-25 23:03:01,568 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to new evententry OnCallStateDisconnect 2016-05-25 23:03:01,569 [TRACE] [doorpi.action.handler] fire Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player asyncron 2016-05-25 23:03:01,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_ringback(0x744d59c8 [0x17cb2c8], "/usr/local/etc/DoorPi/media/do-you-like-it.wav") 2016-05-25 23:03:01,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_ringback -> 0 2016-05-25 23:03:01,571 [DEBUG] [doorpi.conf.config_object] create new key records in section SIP-Phone with value '!BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav' 2016-05-25 23:03:01,572 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerCreated - skip fire_event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:01,572 [TRACE] [doorpi.conf.config_object] get_string for key records in section SIP-Phone (default: !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav) returns !BASEPATH!/records/%Y-%m-%d_%H-%M-%S.wav 2016-05-25 23:03:01,573 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnSipPhoneDestroy 2016-05-25 23:03:01,574 [TRACE] [doorpi.action.handler] register Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-05-25 23:03:01,574 [DEBUG] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was added 2016-05-25 23:03:01,575 [TRACE] [doorpi.action.handler] added event_name OnRecorderStarted and registered source doorpi.sipphone.linphone_lib.Recorder 2016-05-25 23:03:01,575 [TRACE] [doorpi.action.handler] register Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2016-05-25 23:03:01,576 [TRACE] [doorpi.action.handler] added event_name OnRecorderStopped and registered source doorpi.sipphone.linphone_lib.Recorder 2016-05-25 23:03:01,576 [TRACE] [doorpi.action.handler] register Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-05-25 23:03:01,577 [TRACE] [doorpi.action.handler] added event_name OnRecorderCreated and registered source doorpi.sipphone.linphone_lib.Recorder 2016-05-25 23:03:01,577 [TRACE] [doorpi.conf.config_object] get_boolean for key record_while_dialing in section SIP-Phone (default: False) returns False 2016-05-25 23:03:01,578 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateConnect 2016-05-25 23:03:01,578 [TRACE] [doorpi.action.handler] action > with args () and kwargs {} was added to event OnCallStateDisconnect 2016-05-25 23:03:01,579 [TRACE] [doorpi.action.handler] fire Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder asyncron 2016-05-25 23:03:01,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x744690d0 2016-05-25 23:03:01,581 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderCreated - skip fire_event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-05-25 23:03:01,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x744f5710 2016-05-25 23:03:01,583 [TRACE] [doorpi.conf.config_object] get_string for key capture_device in section SIP-Phone (default: ALSA: default device) returns ALSA: Generic USB Audio Device 2016-05-25 23:03:01,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_capture_device(0x744d59c8 [0x17cb2c8], "ALSA: Generic USB Audio Device") 2016-05-25 23:03:01,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_capture_device -> 0 2016-05-25 23:03:01,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x744f56e0 2016-05-25 23:03:01,586 [TRACE] [doorpi.conf.config_object] get_string for key playback_device in section SIP-Phone (default: ALSA: default device) returns ALSA: Generic USB Audio Device 2016-05-25 23:03:01,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_playback_device(0x744d59c8 [0x17cb2c8], "ALSA: Generic USB Audio Device") 2016-05-25 23:03:01,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_playback_device -> 0 2016-05-25 23:03:01,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x744f7ee0 2016-05-25 23:03:01,588 [INFO] [doorpi.sipphone.from_linphone] found 4 possible sounddevices: 2016-05-25 23:03:01,589 [DEBUG] [doorpi.sipphone.from_linphone] |rec|play| name 2016-05-25 23:03:01,589 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-05-25 23:03:01,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_sound_devices(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,590 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_sound_devices -> 0x744f7ee0 2016-05-25 23:03:01,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x744d59c8 [0x17cb2c8], "ALSA: default device") 2016-05-25 23:03:01,591 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-05-25 23:03:01,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x744d59c8 [0x17cb2c8], "ALSA: default device") 2016-05-25 23:03:01,592 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-05-25 23:03:01,593 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: default device 2016-05-25 23:03:01,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x744d59c8 [0x17cb2c8], "ALSA: USB Device 0x46d:0x825") 2016-05-25 23:03:01,593 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-05-25 23:03:01,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x744d59c8 [0x17cb2c8], "ALSA: USB Device 0x46d:0x825") 2016-05-25 23:03:01,594 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0614 2016-05-25 23:03:01,595 [DEBUG] [doorpi.sipphone.from_linphone] | X | O | ALSA: USB Device 0x46d:0x825 2016-05-25 23:03:01,595 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x744d59c8 [0x17cb2c8], "ALSA: bcm2835 ALSA") 2016-05-25 23:03:01,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0614 2016-05-25 23:03:01,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x744d59c8 [0x17cb2c8], "ALSA: bcm2835 ALSA") 2016-05-25 23:03:01,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-05-25 23:03:01,597 [DEBUG] [doorpi.sipphone.from_linphone] | O | X | ALSA: bcm2835 ALSA 2016-05-25 23:03:01,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_capture(0x744d59c8 [0x17cb2c8], "ALSA: Generic USB Audio Device") 2016-05-25 23:03:01,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_capture -> 0x2e0620 2016-05-25 23:03:01,598 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_sound_device_can_playback(0x744d59c8 [0x17cb2c8], "ALSA: Generic USB Audio Device") 2016-05-25 23:03:01,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_sound_device_can_playback -> 0x2e0620 2016-05-25 23:03:01,599 [DEBUG] [doorpi.sipphone.from_linphone] | X | X | ALSA: Generic USB Audio Device 2016-05-25 23:03:01,600 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-05-25 23:03:01,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_capture_device(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,600 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_capture_device -> 0x744f4918 2016-05-25 23:03:01,601 [DEBUG] [doorpi.sipphone.from_linphone] using capture_device: ALSA: Generic USB Audio Device 2016-05-25 23:03:01,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_playback_device(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_playback_device -> 0x744f4918 2016-05-25 23:03:01,602 [DEBUG] [doorpi.sipphone.from_linphone] using playback_device: ALSA: Generic USB Audio Device 2016-05-25 23:03:01,603 [TRACE] [doorpi.conf.config_object] get_list for key audio_codecs in section SIP-Phone (default: PCMA,PCMU) returns ['PCMA', 'PCMU', 'Speex'] 2016-05-25 23:03:01,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_audio_codecs(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cbee8) 2016-05-25 23:03:01,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-05-25 23:03:01,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf7780 2016-05-25 23:03:01,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-05-25 23:03:01,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf7780 2016-05-25 23:03:01,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf7780 2016-05-25 23:03:01,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cbf58) 2016-05-25 23:03:01,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-05-25 23:03:01,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf7710 2016-05-25 23:03:01,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-05-25 23:03:01,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf7710 2016-05-25 23:03:01,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf7710 2016-05-25 23:03:01,609 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cbfc0) 2016-05-25 23:03:01,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-05-25 23:03:01,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf77d0 2016-05-25 23:03:01,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-05-25 23:03:01,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf77d0 2016-05-25 23:03:01,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf77d0 2016-05-25 23:03:01,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cc028) 2016-05-25 23:03:01,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-05-25 23:03:01,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf7760 2016-05-25 23:03:01,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-05-25 23:03:01,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf7760 2016-05-25 23:03:01,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf7760 2016-05-25 23:03:01,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cc080) 2016-05-25 23:03:01,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-05-25 23:03:01,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf7880 2016-05-25 23:03:01,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-05-25 23:03:01,616 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf7880 2016-05-25 23:03:01,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf7880 2016-05-25 23:03:01,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cc0d8) 2016-05-25 23:03:01,617 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-05-25 23:03:01,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf7890 2016-05-25 23:03:01,618 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-05-25 23:03:01,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf7890 2016-05-25 23:03:01,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf7890 2016-05-25 23:03:01,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cc130) 2016-05-25 23:03:01,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-05-25 23:03:01,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf78a0 2016-05-25 23:03:01,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-05-25 23:03:01,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf78a0 2016-05-25 23:03:01,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf78a0 2016-05-25 23:03:01,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cc928) 2016-05-25 23:03:01,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-05-25 23:03:01,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf78b0 2016-05-25 23:03:01,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-05-25 23:03:01,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf78b0 2016-05-25 23:03:01,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf78b0 2016-05-25 23:03:01,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cc990) 2016-05-25 23:03:01,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-05-25 23:03:01,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf78c0 2016-05-25 23:03:01,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-05-25 23:03:01,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf78c0 2016-05-25 23:03:01,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf78c0 2016-05-25 23:03:01,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17cc9e8) 2016-05-25 23:03:01,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-05-25 23:03:01,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf78d0 2016-05-25 23:03:01,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-05-25 23:03:01,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf78d0 2016-05-25 23:03:01,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf78d0 2016-05-25 23:03:01,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_audio_codecs -> 0x744f7e90 2016-05-25 23:03:01,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf7780 [0x17cbee8]) 2016-05-25 23:03:01,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462440 2016-05-25 23:03:01,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf7780 [0x17cbee8]) 2016-05-25 23:03:01,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462440 2016-05-25 23:03:01,632 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec opus 2016-05-25 23:03:01,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x744d59c8 [0x17cb2c8], 0x76cf7780 [0x17cbee8], 0x2e0614 [0]) 2016-05-25 23:03:01,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16018bc 2016-05-25 23:03:01,633 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf7710 [0x17cbf58]) 2016-05-25 23:03:01,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462320 2016-05-25 23:03:01,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf7710 [0x17cbf58]) 2016-05-25 23:03:01,634 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462320 2016-05-25 23:03:01,635 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-05-25 23:03:01,635 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x744d59c8 [0x17cb2c8], 0x76cf7710 [0x17cbf58], 0x2e0614 [0]) 2016-05-25 23:03:01,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16018bc 2016-05-25 23:03:01,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf77d0 [0x17cbfc0]) 2016-05-25 23:03:01,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462440 2016-05-25 23:03:01,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf77d0 [0x17cbfc0]) 2016-05-25 23:03:01,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462440 2016-05-25 23:03:01,638 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-05-25 23:03:01,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x744d59c8 [0x17cb2c8], 0x76cf77d0 [0x17cbfc0], 0x2e0614 [0]) 2016-05-25 23:03:01,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16018bc 2016-05-25 23:03:01,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf7760 [0x17cc028]) 2016-05-25 23:03:01,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462320 2016-05-25 23:03:01,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf7760 [0x17cc028]) 2016-05-25 23:03:01,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462320 2016-05-25 23:03:01,641 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMU 2016-05-25 23:03:01,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x744d59c8 [0x17cb2c8], 0x76cf7760 [0x17cc028], 0x2e0620 [1]) 2016-05-25 23:03:01,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16018bc 2016-05-25 23:03:01,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf7880 [0x17cc080]) 2016-05-25 23:03:01,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462440 2016-05-25 23:03:01,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf7880 [0x17cc080]) 2016-05-25 23:03:01,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462440 2016-05-25 23:03:01,645 [DEBUG] [doorpi.sipphone.from_linphone] enable audio codec PCMA 2016-05-25 23:03:01,645 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x744d59c8 [0x17cb2c8], 0x76cf7880 [0x17cc080], 0x2e0620 [1]) 2016-05-25 23:03:01,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16018bc 2016-05-25 23:03:01,646 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf7890 [0x17cc0d8]) 2016-05-25 23:03:01,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744d59f8 2016-05-25 23:03:01,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf7890 [0x17cc0d8]) 2016-05-25 23:03:01,647 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744d59f8 2016-05-25 23:03:01,648 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec GSM 2016-05-25 23:03:01,648 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x744d59c8 [0x17cb2c8], 0x76cf7890 [0x17cc0d8], 0x2e0614 [0]) 2016-05-25 23:03:01,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16018bc 2016-05-25 23:03:01,649 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf78a0 [0x17cc130]) 2016-05-25 23:03:01,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462440 2016-05-25 23:03:01,650 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf78a0 [0x17cc130]) 2016-05-25 23:03:01,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462440 2016-05-25 23:03:01,651 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec G722 2016-05-25 23:03:01,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x744d59c8 [0x17cb2c8], 0x76cf78a0 [0x17cc130], 0x2e0614 [0]) 2016-05-25 23:03:01,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16018bc 2016-05-25 23:03:01,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf78b0 [0x17cc928]) 2016-05-25 23:03:01,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462320 2016-05-25 23:03:01,653 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf78b0 [0x17cc928]) 2016-05-25 23:03:01,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x74462320 2016-05-25 23:03:01,654 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec speex 2016-05-25 23:03:01,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x744d59c8 [0x17cb2c8], 0x76cf78b0 [0x17cc928], 0x2e0614 [0]) 2016-05-25 23:03:01,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16018bc 2016-05-25 23:03:01,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf78c0 [0x17cc990]) 2016-05-25 23:03:01,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744d59f8 2016-05-25 23:03:01,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf78c0 [0x17cc990]) 2016-05-25 23:03:01,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744d59f8 2016-05-25 23:03:01,657 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2016-05-25 23:03:01,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x744d59c8 [0x17cb2c8], 0x76cf78c0 [0x17cc990], 0x2e0614 [0]) 2016-05-25 23:03:01,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16018bc 2016-05-25 23:03:01,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf78d0 [0x17cc9e8]) 2016-05-25 23:03:01,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744d59f8 2016-05-25 23:03:01,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf78d0 [0x17cc9e8]) 2016-05-25 23:03:01,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744d59f8 2016-05-25 23:03:01,661 [DEBUG] [doorpi.sipphone.from_linphone] disable audio codec L16 2016-05-25 23:03:01,661 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x744d59c8 [0x17cb2c8], 0x76cf78d0 [0x17cc9e8], 0x2e0614 [0]) 2016-05-25 23:03:01,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16018bc 2016-05-25 23:03:01,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x744690d0 2016-05-25 23:03:01,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x744690d0 2016-05-25 23:03:01,664 [INFO] [doorpi.sipphone.from_linphone] found 2 possible videodevices: 2016-05-25 23:03:01,664 [DEBUG] [doorpi.sipphone.from_linphone] | name 2016-05-25 23:03:01,665 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-05-25 23:03:01,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x744690d0 2016-05-25 23:03:01,666 [DEBUG] [doorpi.sipphone.from_linphone] | V4L2: /dev/video0 2016-05-25 23:03:01,666 [DEBUG] [doorpi.sipphone.from_linphone] | StaticImage: Static picture 2016-05-25 23:03:01,667 [DEBUG] [doorpi.sipphone.from_linphone] ------------------------------------ 2016-05-25 23:03:01,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x744690d0 2016-05-25 23:03:01,668 [TRACE] [doorpi.conf.config_object] get_string for key video_device in section SIP-Phone (default: V4L2: /dev/video0) returns V4L2: /dev/video0 2016-05-25 23:03:01,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_devices(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_devices -> 0x744690d0 2016-05-25 23:03:01,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_enable_video_capture(0x744d59c8 [0x17cb2c8], 0x2e0620 [1]) 2016-05-25 23:03:01,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_enable_video_capture -> 0 2016-05-25 23:03:01,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_video_device(0x744d59c8 [0x17cb2c8], "V4L2: /dev/video0") 2016-05-25 23:03:01,671 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_video_device -> 0 2016-05-25 23:03:01,672 [TRACE] [doorpi.conf.config_object] get_string for key video_size in section SIP-Phone (default: vga) returns vga 2016-05-25 23:03:01,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_preferred_video_size_by_name(0x744d59c8 [0x17cb2c8], "vga") 2016-05-25 23:03:01,672 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_preferred_video_size_by_name -> 0 2016-05-25 23:03:01,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_device(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_device -> 0x74469228 2016-05-25 23:03:01,674 [DEBUG] [doorpi.sipphone.from_linphone] using video_device: V4L2: /dev/video0 2016-05-25 23:03:01,674 [TRACE] [doorpi.conf.config_object] get_list for key video_codecs in section SIP-Phone (default: VP8) returns ['VP8'] 2016-05-25 23:03:01,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_video_codecs(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_from_native_ptr(0x17d2e08) 2016-05-25 23:03:01,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_new() 2016-05-25 23:03:01,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_new -> 0x76cf78e0 2016-05-25 23:03:01,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_init() 2016-05-25 23:03:01,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_init -> 0x76cf78e0 2016-05-25 23:03:01,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_from_native_ptr -> 0x76cf78e0 2016-05-25 23:03:01,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_video_codecs -> 0x74469058 2016-05-25 23:03:01,678 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf78e0 [0x17d2e08]) 2016-05-25 23:03:01,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744d59f8 2016-05-25 23:03:01,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_video_capture_enabled(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_video_capture_enabled -> 0x2e0620 2016-05-25 23:03:01,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_PayloadType_get_mime_type(0x76cf78e0 [0x17d2e08]) 2016-05-25 23:03:01,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_PayloadType_get_mime_type -> 0x744d59f8 2016-05-25 23:03:01,681 [DEBUG] [doorpi.sipphone.from_linphone] enable video codec VP8 2016-05-25 23:03:01,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_enable_payload_type(0x744d59c8 [0x17cb2c8], 0x76cf78e0 [0x17d2e08], 0x2e0620 [1]) 2016-05-25 23:03:01,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_enable_payload_type -> 0x16018bc 2016-05-25 23:03:01,682 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_server in section SIP-Phone (default: ) returns 192.168.1.254 2016-05-25 23:03:01,683 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_username in section SIP-Phone (default: ) returns 621 2016-05-25 23:03:01,683 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_password in section SIP-Phone (default: 621) returns ******* 2016-05-25 23:03:01,684 [TRACE] [doorpi.conf.config_object] get_string for key sipserver_realm in section SIP-Phone (default: 192.168.1.254) returns fritz.box 2016-05-25 23:03:01,684 [INFO] [doorpi.sipphone.from_linphone] using DoorPi with SIP-Server 2016-05-25 23:03:01,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_proxy_config(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:01,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_from_native_ptr(0x17e03c0) 2016-05-25 23:03:01,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_new() 2016-05-25 23:03:01,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_new -> 0x76cf78f0 2016-05-25 23:03:01,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_init() 2016-05-25 23:03:01,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_init -> 0x76cf78f0 2016-05-25 23:03:01,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_from_native_ptr -> 0x76cf78f0 2016-05-25 23:03:01,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_proxy_config -> 0x76cf78f0 2016-05-25 23:03:01,688 [TRACE] [doorpi.conf.config_object] get_string for key identity in section SIP-Phone (default: DoorPi) returns DoorPi 2016-05-25 23:03:01,688 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_class_method_new("DoorPi ") 2016-05-25 23:03:01,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x17ddee8) 2016-05-25 23:03:01,690 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-05-25 23:03:01,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf7900 2016-05-25 23:03:01,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-05-25 23:03:01,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf7900 2016-05-25 23:03:01,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf7900 2016-05-25 23:03:01,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_class_method_new -> 0x76cf7900 2016-05-25 23:03:01,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_identity_address(0x76cf78f0 [0x17e03c0], 0x76cf7900 [0x17ddee8]) 2016-05-25 23:03:01,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_identity_address -> 0 2016-05-25 23:03:01,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_set_server_addr(0x76cf78f0 [0x17e03c0], "sip:192.168.1.254") 2016-05-25 23:03:01,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_set_server_addr -> 0 2016-05-25 23:03:01,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_ProxyConfig_enable_register(0x76cf78f0 [0x17e03c0], 0x2e0620 [1]) 2016-05-25 23:03:01,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_ProxyConfig_enable_register -> 0 2016-05-25 23:03:01,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_proxy_config(0x744d59c8 [0x17cb2c8], 0x76cf78f0 [0x17e03c0]) 2016-05-25 23:03:01,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_proxy_config -> 0x16018bc 2016-05-25 23:03:01,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_set_default_proxy_config(0x744d59c8 [0x17cb2c8], 0x76cf78f0 [0x17e03c0]) 2016-05-25 23:03:01,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_set_default_proxy_config -> 0 2016-05-25 23:03:01,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_from_native_ptr(0x17e3f80) 2016-05-25 23:03:01,700 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_new() 2016-05-25 23:03:01,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_new -> 0x76cf7910 2016-05-25 23:03:01,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_AuthInfo_init() 2016-05-25 23:03:01,701 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_init -> 0x76cf7910 2016-05-25 23:03:01,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_AuthInfo_from_native_ptr -> 0x76cf7910 2016-05-25 23:03:01,702 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_auth_info -> 0x76cf7910 2016-05-25 23:03:01,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_add_auth_info(0x744d59c8 [0x17cb2c8], 0x76cf7910 [0x17e3f80]) 2016-05-25 23:03:01,703 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_add_auth_info -> None 2016-05-25 23:03:01,704 [DEBUG] [doorpi.sipphone.from_linphone] start successfully 2016-05-25 23:03:01,704 [TRACE] [doorpi.conf.config_object] get_sections returns ['EVENT_OnStartup'] 2016-05-25 23:03:01,705 [INFO] [doorpi.doorpi] found EVENT_ section 'EVENT_OnStartup' in configfile 2016-05-25 23:03:01,705 [TRACE] [doorpi.conf.config_object] get_keys for section EVENT_OnStartup returns ['10'] 2016-05-25 23:03:01,706 [INFO] [doorpi.doorpi] registering action '10' for event 'OnStartup' 2016-05-25 23:03:01,706 [TRACE] [doorpi.conf.config_object] get_string for key 10 in section EVENT_OnStartup (default: ) returns sleep:1 2016-05-25 23:03:01,707 [DEBUG] [doorpi.action.SingleActions.sleep] doorpi.action.SingleActions.sleep loaded 2016-05-25 23:03:01,708 [TRACE] [doorpi.action.handler] action SleepAction with args (1.0,) and kwargs {} was added to new evententry OnStartup 2016-05-25 23:03:01,709 [TRACE] [doorpi.conf.config_object] get_string for key 1 in section pifacepins_InputPins (default: ) returns call:**614 2016-05-25 23:03:01,710 [DEBUG] [doorpi.action.SingleActions.call] doorpi.action.SingleActions.call loaded 2016-05-25 23:03:01,711 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '**614'} was added to new evententry OnKeyPressed_pifacepins.1 2016-05-25 23:03:01,711 [TRACE] [doorpi.conf.config_object] get_string for key 0 in section pifacepins_InputPins (default: ) returns call:11 2016-05-25 23:03:01,712 [TRACE] [doorpi.action.handler] action CallAction with args () and kwargs {'number': '11'} was added to new evententry OnKeyPressed_pifacepins.0 2016-05-25 23:03:01,712 [TRACE] [doorpi.conf.config_object] get_keys for section DTMF returns ['"#"'] 2016-05-25 23:03:01,713 [TRACE] [doorpi.conf.config_object] get_string for key "#" in section DTMF (default: ) returns out:Tueroeffner,1,0,10 2016-05-25 23:03:01,714 [DEBUG] [doorpi.action.SingleActions.out] doorpi.action.SingleActions.out loaded 2016-05-25 23:03:01,715 [DEBUG] [doorpi.action.SingleActions.out_triggered] doorpi.action.SingleActions.out_triggered loaded 2016-05-25 23:03:01,716 [TRACE] [doorpi.action.handler] action OutTriggeredAction with args () and kwargs {'stop_pin': 'NoStopPinSet', 'end_value': '0', 'timeout': 10.0, 'pin': 'Tueroeffner', 'start_value': '1'} was added to new evententry OnDTMF_"#" 2016-05-25 23:03:01,717 [TRACE] [doorpi.conf.config_object] get_string for key is_alive_led in section DoorPi (default: ) returns blinking_led 2016-05-25 23:03:01,718 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'HIGH', 'pin': 'blinking_led'} was added to new evententry OnTimeSecondEvenNumber 2016-05-25 23:03:01,718 [TRACE] [doorpi.action.handler] action OutAction with args () and kwargs {'log_output': 'False', 'value': 'LOW', 'pin': 'blinking_led'} was added to new evententry OnTimeSecondUnevenNumber 2016-05-25 23:03:01,719 [TRACE] [doorpi.action.handler] fire Event BeforeStartup from doorpi.doorpi asyncron 2016-05-25 23:03:01,720 [DEBUG] [doorpi.action.handler] no actions for event BeforeStartup - skip fire_event BeforeStartup from doorpi.doorpi 2016-05-25 23:03:01,721 [DEBUG] [doorpi.action.handler] [SNF9B4] fire for event OnStartup this actions [] 2016-05-25 23:03:01,722 [TRACE] [doorpi.action.handler] [SNF9B4] try to fire action SleepAction with args (1.0,) and kwargs {} 2016-05-25 23:03:01,723 [TRACE] [doorpi.action.base] run SleepAction with args (1.0,) and kwargs {} 2016-05-25 23:03:02,515 [TRACE] [doorpi.action.handler] fire Event OnKeyDown from doorpi.keyboard.from_piface asyncron 2016-05-25 23:03:02,517 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_0 from doorpi.keyboard.from_piface asyncron 2016-05-25 23:03:02,518 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown - skip fire_event OnKeyDown from doorpi.keyboard.from_piface 2016-05-25 23:03:02,520 [TRACE] [doorpi.action.handler] fire Event OnKeyDown_pifacepins.0 from doorpi.keyboard.from_piface asyncron 2016-05-25 23:03:02,521 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_0 - skip fire_event OnKeyDown_0 from doorpi.keyboard.from_piface 2016-05-25 23:03:02,523 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed from doorpi.keyboard.from_piface asyncron 2016-05-25 23:03:02,524 [DEBUG] [doorpi.action.handler] no actions for event OnKeyDown_pifacepins.0 - skip fire_event OnKeyDown_pifacepins.0 from doorpi.keyboard.from_piface 2016-05-25 23:03:02,525 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_0 from doorpi.keyboard.from_piface asyncron 2016-05-25 23:03:02,527 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed - skip fire_event OnKeyPressed from doorpi.keyboard.from_piface 2016-05-25 23:03:02,528 [TRACE] [doorpi.action.handler] fire Event OnKeyPressed_pifacepins.0 from doorpi.keyboard.from_piface asyncron 2016-05-25 23:03:02,530 [DEBUG] [doorpi.action.handler] no actions for event OnKeyPressed_0 - skip fire_event OnKeyPressed_0 from doorpi.keyboard.from_piface 2016-05-25 23:03:02,531 [DEBUG] [doorpi.action.handler] [7WGLNS] fire for event OnKeyPressed_pifacepins.0 this actions [] 2016-05-25 23:03:02,532 [TRACE] [doorpi.action.handler] [7WGLNS] try to fire action CallAction with args () and kwargs {'number': '11'} 2016-05-25 23:03:02,532 [TRACE] [doorpi.action.base] run CallAction with args () and kwargs {'number': '11'} 2016-05-25 23:03:02,533 [TRACE] [doorpi.action.handler] fire Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-05-25 23:03:02,534 [DEBUG] [doorpi.sipphone.from_linphone] call (11) 2016-05-25 23:03:02,535 [DEBUG] [doorpi.action.handler] no actions for event BeforeSipPhoneMakeCall - skip fire_event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-05-25 23:03:02,536 [DEBUG] [doorpi.sipphone.from_linphone] no current call -> start new call 2016-05-25 23:03:02,537 [DEBUG] [doorpi.sipphone.from_linphone] reset current call start datetime to 2016-05-25 21:03:02.537371 2016-05-25 23:03:02,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_create_call_params(0x744d59c8 [0x17cb2c8], 0x2d7824 [(nil)]) 2016-05-25 23:03:02,538 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_from_native_ptr(0x73b02460) 2016-05-25 23:03:02,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_new() 2016-05-25 23:03:02,539 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_new -> 0x76cf7960 2016-05-25 23:03:02,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_init() 2016-05-25 23:03:02,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_init -> 0x76cf7960 2016-05-25 23:03:02,540 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_from_native_ptr -> 0x76cf7960 2016-05-25 23:03:02,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_create_call_params -> 0x76cf7960 2016-05-25 23:03:02,543 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_set_record_file(0x76cf7960 [0x73b02460], "/usr/local/etc/DoorPi/records/2016-05-25_23-03-02.wav") 2016-05-25 23:03:02,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_set_record_file -> 0 2016-05-25 23:03:02,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_CallParams_enable_video(0x76cf7960 [0x73b02460], 0x2e0620 [1]) 2016-05-25 23:03:02,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_CallParams_enable_video -> 0 2016-05-25 23:03:02,545 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_invite_with_params(0x744d59c8 [0x17cb2c8], "11", 0x76cf7960 [0x73b02460]) 2016-05-25 23:03:02,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cb2c8, 0x73b2ef80, 2, "Starting outgoing call") 2016-05-25 23:03:02,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_new() 2016-05-25 23:03:02,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_new -> 0x76cf7970 2016-05-25 23:03:02,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_init() 2016-05-25 23:03:02,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_init -> 0x76cf7970 2016-05-25 23:03:02,552 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (2 - Starting outgoing call) 2016-05-25 23:03:02,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:02,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73b01710) 2016-05-25 23:03:02,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-05-25 23:03:02,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf7980 2016-05-25 23:03:02,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-05-25 23:03:02,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf7980 2016-05-25 23:03:02,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf7980 2016-05-25 23:03:02,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf7980 2016-05-25 23:03:02,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf7980 [0x73b01710]) 2016-05-25 23:03:02,556 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448d140 2016-05-25 23:03:02,556 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:02,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:02,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:02,559 [TRACE] [doorpi.action.handler] fire Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:02,560 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:02,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:02,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:02,563 [DEBUG] [doorpi.action.handler] no actions for event OnMediaRequired - skip fire_event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:02,563 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-05-25 23:03:02,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cb2c8, 0x73b2ef80, 3, "Outgoing call in progress") 2016-05-25 23:03:02,574 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (3 - Outgoing call in progress) 2016-05-25 23:03:02,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:02,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73b01710) 2016-05-25 23:03:02,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-05-25 23:03:02,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf79b0 2016-05-25 23:03:02,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-05-25 23:03:02,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf79b0 2016-05-25 23:03:02,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf79b0 2016-05-25 23:03:02,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf79b0 2016-05-25 23:03:02,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf79b0 [0x73b01710]) 2016-05-25 23:03:02,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448d170 2016-05-25 23:03:02,579 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:02,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:02,581 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:02,582 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:02,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:02,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:02,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:02,584 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:02,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-05-25 23:03:02,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_invite_with_params -> 0x76cf7970 2016-05-25 23:03:02,586 [TRACE] [doorpi.action.handler] fire Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-05-25 23:03:02,587 [TRACE] [doorpi.action.handler] fire Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone asyncron 2016-05-25 23:03:02,588 [DEBUG] [doorpi.action.handler] [GH4ZWM] fire for event OnSipPhoneMakeCall this actions [] 2016-05-25 23:03:02,589 [TRACE] [doorpi.action.handler] [GH4ZWM] try to fire action > with args () and kwargs {} 2016-05-25 23:03:02,589 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-05-25 23:03:02,590 [TRACE] [doorpi.action.handler] fire Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player asyncron 2016-05-25 23:03:02,593 [TRACE] [doorpi.action.handler] [7WGLNS] finished fire_event for event_name OnKeyPressed_pifacepins.0 2016-05-25 23:03:02,593 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStarted - skip fire_event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:02,595 [TRACE] [doorpi.action.handler] [GH4ZWM] finished fire_event for event_name OnSipPhoneMakeCall 2016-05-25 23:03:02,595 [DEBUG] [doorpi.action.handler] no actions for event AfterSipPhoneMakeCall - skip fire_event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-05-25 23:03:02,725 [TRACE] [doorpi.action.handler] [SNF9B4] finished fire_event for event_name OnStartup 2016-05-25 23:03:02,726 [TRACE] [doorpi.action.handler] fire Event AfterStartup from doorpi.doorpi asyncron 2016-05-25 23:03:02,727 [INFO] [doorpi.doorpi] DoorPi started successfully 2016-05-25 23:03:02,728 [INFO] [doorpi.doorpi] BasePath is /usr/local/etc/DoorPi 2016-05-25 23:03:02,729 [DEBUG] [doorpi.action.handler] no actions for event AfterStartup - skip fire_event AfterStartup from doorpi.doorpi 2016-05-25 23:03:02,729 [INFO] [doorpi.doorpi] Weburl is http://raspberrypi/ 2016-05-25 23:03:02,731 [WARNING] [doorpi.sipphone.from_linphone] There is no object pool created in thread [1940911200]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 2016-05-25 23:03:02,731 [INFO] [doorpi.sipphone.from_linphone] New LinphoneCall [0x73b2ef80] initialized (LinphoneCore version: 3.9.0) 2016-05-25 23:03:02,732 [INFO] [doorpi.sipphone.from_linphone] Call 0x73b2ef80: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 2016-05-25 23:03:02,732 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_state_changed] 2016-05-25 23:03:02,733 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [audio] on call [0x73b2ef80] 2016-05-25 23:03:02,733 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [7078] [7079] 2016-05-25 23:03:02,733 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 46 for MSAudio stream. 2016-05-25 23:03:02,734 [INFO] [doorpi.sipphone.from_linphone] Equalizer location: hp 2016-05-25 23:03:02,735 [INFO] [doorpi.sipphone.from_linphone] cannot set noise gate mode to [0] because no volume send 2016-05-25 23:03:02,735 [INFO] [doorpi.sipphone.from_linphone] Cannot determine multicast role for stream type [video] on call [0x73b2ef80] 2016-05-25 23:03:02,736 [INFO] [doorpi.sipphone.from_linphone] RtpSession bound to [0.0.0.0] ports [9078] [9079] 2016-05-25 23:03:02,736 [INFO] [doorpi.sipphone.from_linphone] Setting DSCP to 0 for MSVideo stream. 2016-05-25 23:03:02,737 [INFO] [doorpi.sipphone.from_linphone] Contact has not been fixed stack will do 2016-05-25 23:03:02,737 [INFO] [doorpi.sipphone.from_linphone] Don't put text stream on local offer for call [0x73b2ef80] 2016-05-25 23:03:02,738 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x73b09158,0-->MSVoidSink:0x73b2ac98,0 2016-05-25 23:03:02,738 [INFO] [doorpi.sipphone.from_linphone] Priority used: 99 2016-05-25 23:03:02,738 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker priority set to SCHED_RR and value (99) 2016-05-25 23:03:02,739 [INFO] [doorpi.sipphone.from_linphone] ["DoorPi" ] calling [sip:11@192.168.1.254] on op [0x73b2ce20] 2016-05-25 23:03:02,739 [INFO] [doorpi.sipphone.from_linphone] Skipping top route of initial route-set because same as request-uri. 2016-05-25 23:03:02,740 [INFO] [doorpi.sipphone.from_linphone] belle_sip_client_transaction_send_request(): waiting channel to be ready 2016-05-25 23:03:02,740 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: starting resolution of 192.168.1.254 2016-05-25 23:03:02,741 [INFO] [doorpi.sipphone.from_linphone] channel 0x73b15ea8: state RES_IN_PROGRESS 2016-05-25 23:03:02,741 [INFO] [doorpi.sipphone.from_linphone] transaction [0x73b09e90] channel state changed to [RES_IN_PROGRESS] 2016-05-25 23:03:02,741 [INFO] [doorpi.sipphone.from_linphone] channel 0x73b15ea8: state RES_DONE 2016-05-25 23:03:02,742 [INFO] [doorpi.sipphone.from_linphone] transaction [0x73b09e90] channel state changed to [RES_DONE] 2016-05-25 23:03:02,742 [INFO] [doorpi.sipphone.from_linphone] channel 0x73b15ea8: state CONNECTING 2016-05-25 23:03:02,743 [INFO] [doorpi.sipphone.from_linphone] transaction [0x73b09e90] channel state changed to [CONNECTING] 2016-05-25 23:03:02,743 [INFO] [doorpi.sipphone.from_linphone] Trying to connect to [UDP://192.168.1.254:5060] 2016-05-25 23:03:02,743 [INFO] [doorpi.sipphone.from_linphone] belle_sip_get_src_addr_for(): af_inet6=0 2016-05-25 23:03:02,744 [INFO] [doorpi.sipphone.from_linphone] Channel has local address 192.168.1.30:5060 2016-05-25 23:03:02,744 [INFO] [doorpi.sipphone.from_linphone] channel 0x73b15ea8: state READY 2016-05-25 23:03:02,745 [INFO] [doorpi.sipphone.from_linphone] transaction [0x73b09e90] channel state changed to [READY] 2016-05-25 23:03:02,745 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73b09e90], from state [INIT] to [CALLING] 2016-05-25 23:03:02,745 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: message sent to [UDP://192.168.1.254:5060], size: [812] bytes INVITE sip:11@192.168.1.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.30:5060;branch=z9hG4bK.C0aokAq~i;rport From: "DoorPi" ;tag=kQpN5eYAB To: sip:11@192.168.1.254 CSeq: 20 INVITE Call-ID: GPbOY6nI9i Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 266 Contact: "DoorPi" ;+sip.instance="" User-Agent: (belle-sip/1.4.2) v=0 o=621 402 3628 IN IP4 192.168.1.30 s=Talk c=IN IP4 192.168.1.30 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2016-05-25 23:03:02,746 [INFO] [doorpi.sipphone.from_linphone] Call 0x73b2ef80: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 2016-05-25 23:03:02,747 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_state_changed] 2016-05-25 23:03:02,747 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: received [352] new bytes from [UDP://192.168.1.254:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.1.30:5060;branch=z9hG4bK.C0aokAq~i;rport=5060 From: "DoorPi" ;tag=kQpN5eYAB To: ;tag=CAD49006136F7CD5 Call-ID: GPbOY6nI9i CSeq: 20 INVITE WWW-Authenticate: Digest realm="fritz.box", nonce="09CB947405648251" User-Agent: FRITZ!OS Content-Length: 0 2016-05-25 23:03:02,755 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8] [352] bytes parsed 2016-05-25 23:03:02,756 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: discovered public ip and port are [192.168.1.30:5060] 2016-05-25 23:03:02,756 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-05-25 23:03:02,757 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73b09e90], from state [CALLING] to [PROCEEDING] 2016-05-25 23:03:02,757 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x73b09e90], from state [PROCEEDING] to [COMPLETED] 2016-05-25 23:03:02,759 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: message sent to [UDP://192.168.1.254:5060], size: [368] bytes ACK sip:11@192.168.1.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.30:5060;branch=z9hG4bK.C0aokAq~i;rport Call-ID: GPbOY6nI9i From: "DoorPi" ;tag=kQpN5eYAB To: ;tag=CAD49006136F7CD5 Contact: "DoorPi" ;+sip.instance="" Max-Forwards: 70 CSeq: 20 ACK 2016-05-25 23:03:02,759 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=621, realm= 2016-05-25 23:03:02,760 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [621] realm [fritz.box] 2016-05-25 23:03:02,761 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x17ec660], from state [INIT] to [CALLING] 2016-05-25 23:03:02,762 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: message sent to [UDP://192.168.1.254:5060], size: [970] bytes INVITE sip:11@192.168.1.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.30:5060;branch=z9hG4bK.4XLcv~sMI;rport From: "DoorPi" ;tag=kQpN5eYAB To: sip:11@192.168.1.254 CSeq: 21 INVITE Call-ID: GPbOY6nI9i Max-Forwards: 70 Supported: outbound Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE Content-Type: application/sdp Content-Length: 266 Contact: "DoorPi" ;+sip.instance="" User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="09CB947405648251", username="621", uri="sip:11@192.168.1.254", response="3642934591a37c10ea24a310e281d6e7" v=0 o=621 402 3628 IN IP4 192.168.1.30 s=Talk c=IN IP4 192.168.1.30 t=0 0 a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:101 telephone-event/8000 m=video 9078 RTP/AVP 96 a=rtpmap:96 VP8/90000 2016-05-25 23:03:02,763 [INFO] [doorpi.sipphone.from_linphone] New local ip address is 192.168.1.30 2016-05-25 23:03:02,763 [INFO] [doorpi.sipphone.from_linphone] Network state is now [UP] 2016-05-25 23:03:02,764 [INFO] [doorpi.sipphone.from_linphone] Stun server resolution successful. 2016-05-25 23:03:02,765 [INFO] [doorpi.sipphone.from_linphone] LinphoneProxyConfig [0x17e03c0] about to register (LinphoneCore version: 3.9.0) 2016-05-25 23:03:02,772 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x17e9a78], from state [INIT] to [TRYING] 2016-05-25 23:03:02,773 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: message sent to [UDP://192.168.1.254:5060], size: [510] bytes REGISTER sip:192.168.1.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.30:5060;branch=z9hG4bK.NOOEhaaQ9;rport From: "DoorPi" ;tag=P7KWL5dzf To: "DoorPi" CSeq: 20 REGISTER Call-ID: -VRgBPh1yq Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) 2016-05-25 23:03:02,774 [INFO] [doorpi.sipphone.from_linphone] Neither Expires header nor corresponding Contact header found, checking from original request 2016-05-25 23:03:02,775 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x17e07d0] takes ownership of transaction [0x17e9a78] 2016-05-25 23:03:02,775 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x17e03c0] for identity ["DoorPi" ] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] 2016-05-25 23:03:02,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x17cb2c8, 0x17e03c0, 1, "Registration in progress") 2016-05-25 23:03:02,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2016-05-25 23:03:02,777 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [registration_state_changed] 2016-05-25 23:03:02,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:02,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601898 2016-05-25 23:03:02,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:02,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:02,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_network_reachable(0x17cb2c8, 0x1) 2016-05-25 23:03:02,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_network_reachable 2016-05-25 23:03:02,831 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [network_reachable] 2016-05-25 23:03:02,832 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: received [294] new bytes from [UDP://192.168.1.254:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.1.30:5060;branch=z9hG4bK.4XLcv~sMI;rport=5060 From: "DoorPi" ;tag=kQpN5eYAB To: Call-ID: GPbOY6nI9i CSeq: 21 INVITE User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.51 (Feb 3 2016) Content-Length: 0 2016-05-25 23:03:02,838 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8] [294] bytes parsed 2016-05-25 23:03:02,839 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-05-25 23:03:02,840 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x17ec660], from state [CALLING] to [PROCEEDING] 2016-05-25 23:03:02,840 [INFO] [doorpi.sipphone.from_linphone] op [0x73b2ce20] : set_or_update_dialog() current=[(nil)] new=[(nil)] 2016-05-25 23:03:02,841 [INFO] [doorpi.sipphone.from_linphone] Op [0x73b2ce20] receiving call response [100], dialog is [(nil)] in state [BELLE_SIP_DIALOG_NULL] 2016-05-25 23:03:02,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:02,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601898 2016-05-25 23:03:02,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:02,843 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:02,894 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: received [682] new bytes from [UDP://192.168.1.254:5060]: SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 192.168.1.30:5060;branch=z9hG4bK.4XLcv~sMI;rport=5060 From: "DoorPi" ;tag=kQpN5eYAB To: ;tag=39F41E42BF1F7E88 Call-ID: GPbOY6nI9i CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.51 (Feb 3 2016) Content-Type: application/sdp Content-Length: 262 v=0 o=user 7122219 7122219 IN IP4 192.168.1.254 s=Talk c=IN IP4 192.168.1.254 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2016-05-25 23:03:02,905 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8] [420] bytes parsed 2016-05-25 23:03:02,906 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8] read [262] bytes of body from [192.168.1.254:5060] 2016-05-25 23:03:02,907 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-05-25 23:03:02,907 [INFO] [doorpi.sipphone.from_linphone] New client dialog [0x17ef748] , local tag [kQpN5eYAB], remote tag [39F41E42BF1F7E88] 2016-05-25 23:03:02,908 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x17ef748]: now updated by transaction [0x17ec660]. 2016-05-25 23:03:02,911 [INFO] [doorpi.sipphone.from_linphone] op [0x73b2ce20] : set_or_update_dialog() current=[(nil)] new=[0x17ef748] 2016-05-25 23:03:02,912 [INFO] [doorpi.sipphone.from_linphone] Op [0x73b2ce20] receiving call response [183], dialog is [0x17ef748] in state [BELLE_SIP_DIALOG_EARLY] 2016-05-25 23:03:02,916 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2016-05-25 23:03:02,917 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2016-05-25 23:03:02,918 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2016-05-25 23:03:02,919 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2016-05-25 23:03:02,919 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2016-05-25 23:03:02,920 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2016-05-25 23:03:02,920 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2016-05-25 23:03:02,920 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73b0c138] rejected by peer 2016-05-25 23:03:02,921 [INFO] [doorpi.sipphone.from_linphone] Call 0x73b2ef80: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingEarlyMedia 2016-05-25 23:03:02,921 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cb2c8, 0x73b2ef80, 5, "Early media") 2016-05-25 23:03:02,922 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (5 - Early media) 2016-05-25 23:03:02,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:02,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73b01710) 2016-05-25 23:03:02,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-05-25 23:03:02,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf7990 2016-05-25 23:03:02,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-05-25 23:03:02,924 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf7990 2016-05-25 23:03:02,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf7990 2016-05-25 23:03:02,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf7990 2016-05-25 23:03:02,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf7990 [0x73b01710]) 2016-05-25 23:03:02,926 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448d4d0 2016-05-25 23:03:02,927 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:02,928 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:02,929 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:02,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:02,932 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:02,933 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:02,933 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:02,934 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:02,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:02,935 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:02,936 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-05-25 23:03:02,937 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_state_changed] 2016-05-25 23:03:02,937 [INFO] [doorpi.sipphone.from_linphone] Doing early media... 2016-05-25 23:03:02,937 [INFO] [doorpi.sipphone.from_linphone] linphone_call_start_media_streams() call=[0x73b2ef80] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2016-05-25 23:03:02,938 [INFO] [doorpi.sipphone.from_linphone] Audio bandwidth for this call is 80 2016-05-25 23:03:02,939 [INFO] [doorpi.sipphone.from_linphone] RtpSession [0x73b2de38] sending to rtp [192.168.1.254:7078] rtcp [192.168.1.254:7079] 2016-05-25 23:03:02,939 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x73b2de38] 2016-05-25 23:03:02,940 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x73b09158,0-->MSVoidSink:0x73b2ac98,0 2016-05-25 23:03:02,941 [INFO] [doorpi.sipphone.from_linphone] Setting echo canceller delay with value provided by soundcard: 0 ms 2016-05-25 23:03:02,941 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: initialisation 2016-05-25 23:03:02,944 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2016-05-25 23:03:02,944 [INFO] [doorpi.sipphone.from_linphone] Configuring av recorder with audio format type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2016-05-25 23:03:02,945 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: set pin #1 format. type=audio;encoding=opus;rate=48000;channels=1;fmtp='' 2016-05-25 23:03:02,945 [INFO] [doorpi.sipphone.from_linphone] target bitrate not set for stream [0x73b2ec38] using payload's bitrate is 80000 2016-05-25 23:03:02,946 [INFO] [doorpi.sipphone.from_linphone] Setting audio encoder network bitrate to [80000] on stream [0x73b2ec38] 2016-05-25 23:03:02,947 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2016-05-25 23:03:02,947 [INFO] [doorpi.sipphone.from_linphone] Equalizer rate: 8000, selecting 128 steps for FFT 2016-05-25 23:03:02,948 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAlsaRead:0x1611910,0-->MSSpeexEC:0x73b2e8c0,1 2016-05-25 23:03:02,948 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSSpeexEC:0x73b2e8c0,1-->MSVolume:0x1611ca0,0 2016-05-25 23:03:02,948 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1611ca0,0-->MSAudioMixer:0x18412e0,0 2016-05-25 23:03:02,949 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x18412e0,0-->MSUlawEnc:0x1611b20,0 2016-05-25 23:03:02,949 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawEnc:0x1611b20,0-->MSRtpSend:0x73b2a4d8,0 2016-05-25 23:03:02,950 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSRtpRecv:0x17ed3b8,0-->MSUlawDec:0x1611ba0,0 2016-05-25 23:03:02,950 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSUlawDec:0x1611ba0,0-->MSGenericPLC:0x1840260,0 2016-05-25 23:03:02,951 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSGenericPLC:0x1840260,0-->MSDtmfGen:0x1611810,0 2016-05-25 23:03:02,951 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSDtmfGen:0x1611810,0-->MSVolume:0x1841260,0 2016-05-25 23:03:02,952 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSVolume:0x1841260,0-->MSTee:0x17e14d0,0 2016-05-25 23:03:02,952 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x17e14d0,0-->MSEqualizer:0x17edb10,0 2016-05-25 23:03:02,953 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSEqualizer:0x17edb10,0-->MSAudioMixer:0x17eb150,0 2016-05-25 23:03:02,953 [INFO] [doorpi.sipphone.from_linphone] speex_lib_ctl init with neon ? 0 2016-05-25 23:03:02,953 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSFilePlayer:0x17e5a20,0-->MSResample:0x17f0b40,0 2016-05-25 23:03:02,954 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x17f0b40,0-->MSAudioMixer:0x17eb150,1 2016-05-25 23:03:02,954 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x17eb150,0-->MSSpeexEC:0x73b2e8c0,0 2016-05-25 23:03:02,955 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSSpeexEC:0x73b2e8c0,0-->MSAlsaWrite:0x1611aa0,0 2016-05-25 23:03:02,955 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x17e1350,1-->MSResample:0x17ecf08,0 2016-05-25 23:03:02,955 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSResample:0x17ecf08,0-->MSOpusEnc:0x1779fd0,0 2016-05-25 23:03:02,956 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSOpusEnc:0x1779fd0,0-->MSMKVRecorder:0x17e15d0,1 2016-05-25 23:03:02,957 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSItcSource:0x17ede80,0-->MSMKVRecorder:0x17e15d0,0 2016-05-25 23:03:02,957 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x18412e0,1-->MSAudioMixer:0x17e1350,0 2016-05-25 23:03:02,957 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSTee:0x17e14d0,1-->MSAudioMixer:0x17e1350,1 2016-05-25 23:03:02,958 [INFO] [doorpi.sipphone.from_linphone] ms_filter_link: MSAudioMixer:0x17e1350,0-->MSFileRec:0x17ec950,0 2016-05-25 23:03:02,958 [INFO] [doorpi.sipphone.from_linphone] Initializing speex echo canceler with framesize=64, filterlength=2000, delay_samples=0 2016-05-25 23:03:02,960 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2016-05-25 23:03:02,961 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc: codec bitrate set to [30000] with ptime [20] 2016-05-25 23:03:02,961 [INFO] [doorpi.sipphone.from_linphone] Setting opus codec bitrate to [30000] from network bitrate [46000] with ptime [20] 2016-05-25 23:03:02,962 [INFO] [doorpi.sipphone.from_linphone] Initializing speex resampler in mode [min] 2016-05-25 23:03:02,962 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is already being scheduled; nothing to do. 2016-05-25 23:03:02,963 [INFO] [doorpi.sipphone.from_linphone] audio_stream_link_video() connecting itc filters 2016-05-25 23:03:02,963 [INFO] [doorpi.sipphone.from_linphone] No valid video stream defined. 2016-05-25 23:03:02,964 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x73b2ef80] : payload type 0 PCMU/8000 fmtp= added to frozen list. 2016-05-25 23:03:02,964 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x73b2ef80] : payload type 8 PCMA/8000 fmtp= added to frozen list. 2016-05-25 23:03:02,964 [INFO] [doorpi.sipphone.from_linphone] LinphoneCall[0x73b2ef80] : payload type 101 telephone-event/8000 fmtp= added to frozen list. 2016-05-25 23:03:02,965 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2016-05-25 23:03:02,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:02,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:02,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:02,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,019 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: opening sysdefault:2 at 8000Hz, bits=16, stereo=0 2016-05-25 23:03:03,020 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2016-05-25 23:03:03,021 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2016-05-25 23:03:03,021 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2016-05-25 23:03:03,022 [INFO] [doorpi.sipphone.from_linphone] alsa_open_r: Audio params set 2016-05-25 23:03:03,022 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2016-05-25 23:03:03,023 [INFO] [doorpi.sipphone.from_linphone] Stun packet sent for session [0x73b2de38] 2016-05-25 23:03:03,023 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-05-25 23:03:03,024 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x18412e0] is entering bypass mode. 2016-05-25 23:03:03,024 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-05-25 23:03:03,025 [WARNING] [doorpi.sipphone.from_linphone] Getting reference signal but no echo to synchronize on. 2016-05-25 23:03:03,025 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2016-05-25 23:03:03,026 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: opening sysdefault:2 at 8000Hz, bits=16, stereo=0 2016-05-25 23:03:03,026 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: received [364] new bytes from [UDP://192.168.1.254:5060]: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.1.30:5060;branch=z9hG4bK.NOOEhaaQ9;rport=5060 From: "DoorPi" ;tag=P7KWL5dzf To: "DoorPi" ;tag=85F5EFD5B43CE85B Call-ID: -VRgBPh1yq CSeq: 20 REGISTER WWW-Authenticate: Digest realm="fritz.box", nonce="B3C4341400605227" User-Agent: FRITZ!OS Content-Length: 0 2016-05-25 23:03:03,035 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: The period size 256 is not supported by your hardware. ==> Using 170 instead. 2016-05-25 23:03:03,036 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: periodsize:256 Using 170 2016-05-25 23:03:03,036 [WARNING] [doorpi.sipphone.from_linphone] alsa_set_params: period:8 Using 8 2016-05-25 23:03:03,037 [INFO] [doorpi.sipphone.from_linphone] alsa_open_w: Audio params set 2016-05-25 23:03:03,037 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2016-05-25 23:03:03,038 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8] [364] bytes parsed 2016-05-25 23:03:03,038 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-05-25 23:03:03,039 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x17e9a78], from state [TRYING] to [COMPLETED] 2016-05-25 23:03:03,040 [INFO] [doorpi.sipphone.from_linphone] linphone_core_find_auth_info(): returning auth info username=621, realm=fritz.box 2016-05-25 23:03:03,040 [INFO] [doorpi.sipphone.from_linphone] Auth info found for [621] realm [fritz.box] 2016-05-25 23:03:03,041 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x17eba08], from state [INIT] to [TRYING] 2016-05-25 23:03:03,042 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: message sent to [UDP://192.168.1.254:5060], size: [665] bytes REGISTER sip:192.168.1.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.30:5060;branch=z9hG4bK.nOMyiy7pZ;rport From: "DoorPi" ;tag=P7KWL5dzf To: "DoorPi" CSeq: 21 REGISTER Call-ID: -VRgBPh1yq Max-Forwards: 70 Supported: outbound Accept: application/sdp Accept: text/plain Accept: application/vnd.gsma.rcs-ft-http+xml Contact: ;+sip.instance="" Expires: 3600 User-Agent: (belle-sip/1.4.2) Authorization: Digest realm="fritz.box", nonce="B3C4341400605227", username="621", uri="sip:192.168.1.254", response="a44c9eac7309aebf0bd7a65ab536a27f" 2016-05-25 23:03:03,043 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,044 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,045 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,097 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2016-05-25 23:03:03,097 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2016-05-25 23:03:03,098 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: received [671] new bytes from [UDP://192.168.1.254:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.30:5060;branch=z9hG4bK.nOMyiy7pZ;rport=5060 From: "DoorPi" ;tag=P7KWL5dzf To: "DoorPi" ;tag=63E2543B535A0F7D Call-ID: -VRgBPh1yq CSeq: 21 REGISTER Contact: ;+sip.instance="";expires=300 User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.51 (Feb 3 2016) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer,reg Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 0 2016-05-25 23:03:03,110 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8] [671] bytes parsed 2016-05-25 23:03:03,111 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-05-25 23:03:03,112 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x17eba08], from state [TRYING] to [COMPLETED] 2016-05-25 23:03:03,112 [INFO] [doorpi.sipphone.from_linphone] Refresher [0x17e07d0]: has no contact for request [0x17df9b0]. 2016-05-25 23:03:03,113 [INFO] [doorpi.sipphone.from_linphone] Refresher: scheduling next timer in 270000 ms 2016-05-25 23:03:03,113 [INFO] [doorpi.sipphone.from_linphone] Register refresher [200] reason [OK] for proxy [sip:192.168.1.254] 2016-05-25 23:03:03,114 [INFO] [doorpi.sipphone.from_linphone] Proxy config [0x17e03c0] for identity ["DoorPi" ] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] 2016-05-25 23:03:03,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_registration_state_changed(0x17cb2c8, 0x17e03c0, 2, "Registration successful") 2016-05-25 23:03:03,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_registration_state_changed 2016-05-25 23:03:03,116 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [registration_state_changed] 2016-05-25 23:03:03,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,333 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,602 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,655 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,656 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,711 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:03,763 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:03,764 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:03,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:03,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:03,765 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:03,766 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 61,8,u= 73,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:03,766 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=17,744749 video=0,000000 2016-05-25 23:03:03,767 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,820 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,821 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,822 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,823 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,874 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,875 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,876 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,877 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,928 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,929 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,930 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,931 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:03,982 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x17eb150] is entering bypass mode. 2016-05-25 23:03:03,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:03,983 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:03,984 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:03,985 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,037 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,038 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,092 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,093 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,198 [WARNING] [doorpi.sipphone.from_linphone] Not enough ref samples, using zeroes 2016-05-25 23:03:04,199 [INFO] [doorpi.sipphone.from_linphone] Samples are back. 2016-05-25 23:03:04,200 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,256 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,309 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,414 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,417 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,468 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,469 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,628 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=4,194792 ms 2016-05-25 23:03:04,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,687 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:04,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:04,740 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:04,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:04,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:04,742 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:04,742 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,0,u= 78,6], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:04,743 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=10,989991 video=0,000000 2016-05-25 23:03:04,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,903 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:04,957 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:04,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:04,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:04,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,011 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73b2de38]. 2016-05-25 23:03:05,011 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73b2ec38], local statistics available: Local current jitter buffer size: 58,8ms 2016-05-25 23:03:05,012 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:05,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:05,013 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:05,014 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,068 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,134 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,135 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,136 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,188 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,189 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,190 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,244 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,297 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73b2ec38]: receiving RTCP SR 2016-05-25 23:03:05,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:05,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:05,299 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:05,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,300 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,461 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,570 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,624 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,729 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,731 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:05,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:05,783 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:05,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:05,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:05,785 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:05,785 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,0,u= 80,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,2,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:05,786 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=11,904711 video=0,000000 2016-05-25 23:03:05,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,841 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:05,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:05,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:05,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:05,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,059 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,115 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,116 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,117 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,223 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=9,766116 ms 2016-05-25 23:03:06,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,225 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,227 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,280 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,446 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,505 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,559 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,560 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,614 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,615 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,669 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,670 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,722 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,724 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,725 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:06,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:06,779 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:06,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:06,780 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:06,781 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:06,782 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,8,u= 80,6], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:06,783 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=17,886059 video=0,000000 2016-05-25 23:03:06,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,787 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,840 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,842 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,897 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:06,949 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:06,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:06,952 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:06,953 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,005 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,008 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,060 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,061 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,062 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,063 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,118 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,120 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,121 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,173 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,174 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,176 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,229 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,230 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,231 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,232 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,284 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,285 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,286 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,287 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,339 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,340 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,342 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,343 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,394 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,396 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,397 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,398 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,450 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,451 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,452 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,453 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,504 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,506 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,507 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,508 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,559 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73b2de38]. 2016-05-25 23:03:07,560 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73b2ec38], local statistics available: Local current jitter buffer size: 60,0ms 2016-05-25 23:03:07,561 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:07,562 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:07,563 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:07,564 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,565 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,566 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,567 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,619 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,620 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,621 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,622 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,673 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,675 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,676 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,677 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,730 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,732 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,785 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:07,786 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:07,787 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:07,788 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:07,789 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:07,790 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:07,791 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,0,u= 78,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:07,792 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=15,853027 video=0,000000 2016-05-25 23:03:07,793 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,794 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,847 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=15,422424 ms 2016-05-25 23:03:07,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,852 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,907 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:07,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:07,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:07,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:07,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,069 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x17e9a78], from state [COMPLETED] to [TERMINATED] 2016-05-25 23:03:08,070 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x17e9a78] terminated 2016-05-25 23:03:08,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,125 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [REGISTER] transaction [0x17eba08], from state [COMPLETED] to [TERMINATED] 2016-05-25 23:03:08,127 [INFO] [doorpi.sipphone.from_linphone] Client internal REGISTER transaction [0x17eba08] terminated 2016-05-25 23:03:08,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,241 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,407 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,465 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,575 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:08,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:08,739 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:08,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:08,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:08,741 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:08,742 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,0,u= 78,6], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:08,742 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=15,533665 video=0,000000 2016-05-25 23:03:08,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,799 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,854 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,856 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,910 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:08,965 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:08,966 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601880 2016-05-25 23:03:08,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_inc_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:08,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_inc_timeout -> 0x1601808 2016-05-25 23:03:09,020 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: received [903] new bytes from [UDP://192.168.1.254:5060]: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.30:5060;branch=z9hG4bK.4XLcv~sMI;rport=5060 From: "DoorPi" ;tag=kQpN5eYAB To: ;tag=39F41E42BF1F7E88 Call-ID: GPbOY6nI9i CSeq: 21 INVITE Contact: User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.51 (Feb 3 2016) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Allow: INVITE,ACK,OPTIONS,CANCEL,BYE,UPDATE,PRACK,INFO,SUBSCRIBE,NOTIFY,REFER,MESSAGE,PUBLISH Content-Type: application/sdp Accept: application/sdp, multipart/mixed Accept-Encoding: identity Content-Length: 262 v=0 o=user 7122219 7122219 IN IP4 192.168.1.254 s=Talk c=IN IP4 192.168.1.254 t=0 0 m=audio 7078 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=rtcp:7079 m=video 0 RTP/AVP 96 2016-05-25 23:03:09,040 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8] [641] bytes parsed 2016-05-25 23:03:09,041 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8] read [262] bytes of body from [192.168.1.254:5060] 2016-05-25 23:03:09,042 [INFO] [doorpi.sipphone.from_linphone] Found transaction matching response. 2016-05-25 23:03:09,043 [INFO] [doorpi.sipphone.from_linphone] Changing [client] [INVITE] transaction [0x17ec660], from state [PROCEEDING] to [ACCEPTED] 2016-05-25 23:03:09,044 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x17ef748]: now updated by transaction [0x17ec660]. 2016-05-25 23:03:09,050 [INFO] [doorpi.sipphone.from_linphone] op [0x73b2ce20] : set_or_update_dialog() current=[0x17ef748] new=[0x17ef748] 2016-05-25 23:03:09,051 [INFO] [doorpi.sipphone.from_linphone] Op [0x73b2ce20] receiving call response [200], dialog is [0x17ef748] in state [BELLE_SIP_DIALOG_CONFIRMED] 2016-05-25 23:03:09,057 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMU/8000 fmtp= 2016-05-25 23:03:09,058 [INFO] [doorpi.sipphone.from_linphone] Found payload PCMA/8000 fmtp= 2016-05-25 23:03:09,059 [INFO] [doorpi.sipphone.from_linphone] Found payload telephone-event/8000 fmtp=0-15 2016-05-25 23:03:09,060 [INFO] [doorpi.sipphone.from_linphone] Found payload (null)/0 fmtp= 2016-05-25 23:03:09,061 [INFO] [doorpi.sipphone.from_linphone] Doing SDP offer/answer process of type outgoing 2016-05-25 23:03:09,062 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 0 2016-05-25 23:03:09,062 [INFO] [doorpi.sipphone.from_linphone] Processing for stream 1 2016-05-25 23:03:09,063 [INFO] [doorpi.sipphone.from_linphone] Local stream description [0x73b0c138] rejected by peer 2016-05-25 23:03:09,064 [INFO] [doorpi.sipphone.from_linphone] Computing branch id z9hG4bK.0twqjPnl0 for message sent statelessly 2016-05-25 23:03:09,066 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: message sent to [UDP://192.168.1.254:5060], size: [444] bytes ACK sip:666347C207E6CAA54DC1C815EC50D@192.168.1.254 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.30:5060;rport;branch=z9hG4bK.0twqjPnl0 From: "DoorPi" ;tag=kQpN5eYAB To: ;tag=39F41E42BF1F7E88 CSeq: 21 ACK Call-ID: GPbOY6nI9i Max-Forwards: 70 Authorization: Digest realm="fritz.box", nonce="09CB947405648251", username="621", uri="sip:11@192.168.1.254", response="3642934591a37c10ea24a310e281d6e7" 2016-05-25 23:03:09,067 [INFO] [doorpi.sipphone.from_linphone] Call 0x73b2ef80: moving from state LinphoneCallOutgoingEarlyMedia to LinphoneCallConnected 2016-05-25 23:03:09,067 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cb2c8, 0x73b2ef80, 6, "Connected") 2016-05-25 23:03:09,068 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (6 - Connected) 2016-05-25 23:03:09,069 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73b01710) 2016-05-25 23:03:09,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-05-25 23:03:09,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf7940 2016-05-25 23:03:09,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-05-25 23:03:09,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf7940 2016-05-25 23:03:09,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf7940 2016-05-25 23:03:09,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf7940 2016-05-25 23:03:09,075 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf7940 [0x73b01710]) 2016-05-25 23:03:09,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448d590 2016-05-25 23:03:09,077 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:09,079 [TRACE] [doorpi.action.handler] fire Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:09,081 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:09,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:09,085 [DEBUG] [doorpi.action.handler] [GXZQR7] fire for event OnCallStateConnect this actions [, ] 2016-05-25 23:03:09,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,086 [TRACE] [doorpi.action.handler] [GXZQR7] try to fire action > with args () and kwargs {} 2016-05-25 23:03:09,087 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:09,088 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-05-25 23:03:09,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,090 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-05-25 23:03:09,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:09,094 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-05-25 23:03:09,095 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_state_changed] 2016-05-25 23:03:09,096 [INFO] [doorpi.sipphone.from_linphone] Early media finished, unmuting inputs... 2016-05-25 23:03:09,097 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:09,098 [TRACE] [doorpi.action.handler] [GXZQR7] try to fire action > with args () and kwargs {} 2016-05-25 23:03:09,098 [INFO] [doorpi.sipphone.from_linphone] MSVolume set gain to [0,000000 db], [1,000000] linear 2016-05-25 23:03:09,100 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-05-25 23:03:09,101 [INFO] [doorpi.sipphone.from_linphone] No need to restart streams, SDP is unchanged. 2016-05-25 23:03:09,106 [DEBUG] [doorpi.sipphone.linphone_lib.Recorder] starting recording to /usr/local/etc/DoorPi/records/2016-05-25_23-03-09.wav 2016-05-25 23:03:09,106 [INFO] [doorpi.sipphone.from_linphone] audio stream index found: 0, updating main audio stream index 2016-05-25 23:03:09,108 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_instance_method_start_recording(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,108 [INFO] [doorpi.sipphone.from_linphone] video stream index found: 1, updating main video stream index 2016-05-25 23:03:09,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_instance_method_start_recording -> None 2016-05-25 23:03:09,113 [INFO] [doorpi.sipphone.from_linphone] MSFileRec: recording into /usr/local/etc/DoorPi/records/2016-05-25_23-03-02.wav 2016-05-25 23:03:09,113 [TRACE] [doorpi.action.handler] fire Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder asyncron 2016-05-25 23:03:09,115 [INFO] [doorpi.sipphone.from_linphone] Call [0x73b2ef80]: disabling video in our call params because the remote doesn't want it. 2016-05-25 23:03:09,117 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x17e1350] is entering bypass mode. 2016-05-25 23:03:09,118 [INFO] [doorpi.sipphone.from_linphone] Call 0x73b2ef80: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 2016-05-25 23:03:09,119 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cb2c8, 0x73b2ef80, 7, "Streams running") 2016-05-25 23:03:09,121 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (7 - Streams running) 2016-05-25 23:03:09,122 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,123 [DEBUG] [doorpi.action.handler] no actions for event OnRecorderStarted - skip fire_event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-05-25 23:03:09,123 [TRACE] [doorpi.action.handler] [GXZQR7] finished fire_event for event_name OnCallStateConnect 2016-05-25 23:03:09,124 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73b01710) 2016-05-25 23:03:09,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-05-25 23:03:09,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf79c0 2016-05-25 23:03:09,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-05-25 23:03:09,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf79c0 2016-05-25 23:03:09,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf79c0 2016-05-25 23:03:09,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf79c0 2016-05-25 23:03:09,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf79c0 [0x73b01710]) 2016-05-25 23:03:09,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448d7d0 2016-05-25 23:03:09,133 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:09,135 [TRACE] [doorpi.action.handler] fire Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:09,136 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:09,139 [TRACE] [doorpi.action.handler] fire Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:09,142 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,142 [DEBUG] [doorpi.action.handler] no actions for event AfterCallStateConnect - skip fire_event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:09,143 [DEBUG] [doorpi.action.handler] no actions for event OnCallMediaStateChange - skip fire_event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:09,144 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:09,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:09,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,148 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018b0 2016-05-25 23:03:09,149 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-05-25 23:03:09,150 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer [0x17e1350] is leaving bypass mode. 2016-05-25 23:03:09,151 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_state_changed] 2016-05-25 23:03:09,152 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sip_hop_t 2016-05-25 23:03:09,153 [INFO] [doorpi.sipphone.from_linphone] Garbage collecting unowned object of type belle_sdp_session_description_t 2016-05-25 23:03:09,154 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,155 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,156 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,209 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,210 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,211 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,264 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,265 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,319 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,424 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,477 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=21,396473 ms 2016-05-25 23:03:09,478 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,479 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,480 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,532 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,533 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,534 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,585 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,640 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,696 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:09,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:09,749 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:09,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:09,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:09,751 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:09,752 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 79,2,u= 80,7], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:09,753 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=19,184025 video=0,000000 2016-05-25 23:03:09,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,860 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,861 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,915 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,916 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:09,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:09,969 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:09,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:09,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,022 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,023 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,024 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,076 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,191 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,245 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,246 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,354 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,355 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,356 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,357 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,409 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,410 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,411 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,515 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73b2de38]. 2016-05-25 23:03:10,516 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73b2ec38], local statistics available: Local current jitter buffer size: 60,0ms 2016-05-25 23:03:10,517 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73b2ec38]: receiving RTCP SR 2016-05-25 23:03:10,518 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0,000000, int_jitter=8,125000 ms, rt_prop=0,009079 sec 2016-05-25 23:03:10,518 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2016-05-25 23:03:10,518 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2016-05-25 23:03:10,519 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x73b2ffa8][audio], remote statistics available: Loss rate : 0,0% Inter-arrival jitter: 0,8ms RT propagation : 0,9ms 2016-05-25 23:03:10,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:10,520 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:10,521 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:10,521 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:10,522 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:10,523 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:10,523 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,524 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,576 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,577 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,578 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,579 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,630 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,631 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,632 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,686 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:10,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:10,739 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:10,739 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:10,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:10,740 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:10,741 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,0,u= 81,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,2,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:10,741 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=22,768122 video=0,000000 2016-05-25 23:03:10,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,744 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,797 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,849 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,904 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:10,958 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:10,959 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:10,960 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:10,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,013 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,015 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,068 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=27,450037 ms 2016-05-25 23:03:11,070 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,073 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,125 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,126 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,127 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,128 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,181 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,182 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,183 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,235 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,236 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,238 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,290 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,291 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,293 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,345 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,346 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,348 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,400 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,402 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,403 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,455 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,457 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,458 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,459 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,513 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,514 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,515 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,568 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,569 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,623 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,625 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,679 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,680 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,681 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,733 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:11,734 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:11,735 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:11,736 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:11,737 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:11,737 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:11,738 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,0,u= 78,5], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:11,739 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=31,505611 video=0,000000 2016-05-25 23:03:11,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,743 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,795 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,796 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,798 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,850 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,851 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,853 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,905 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,906 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,908 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,909 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:11,961 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:11,962 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:11,963 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:11,964 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,016 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,017 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,018 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,019 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,071 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,072 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,074 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,129 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,130 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,131 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,132 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,186 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,239 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,240 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,242 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,243 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,350 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,351 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,352 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,353 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,405 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,406 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,408 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,460 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,462 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,463 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,464 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,516 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,517 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,518 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,519 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,571 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,572 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,573 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,574 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,626 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,627 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,628 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,629 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,681 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=33,367517 ms 2016-05-25 23:03:12,682 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,683 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,684 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,685 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,738 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:12,740 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:12,740 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:12,741 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:12,742 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:12,743 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:12,744 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,7,u= 79,1], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:12,744 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=30,903568 video=0,000000 2016-05-25 23:03:12,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,747 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,800 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,801 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,803 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,855 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,857 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,858 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,859 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,911 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,912 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,913 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,914 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:12,965 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73b2de38]. 2016-05-25 23:03:12,967 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73b2ec38], local statistics available: Local current jitter buffer size: 60,0ms 2016-05-25 23:03:12,967 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:12,968 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:12,969 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:12,970 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:12,971 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:12,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:12,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,025 [WARNING] [doorpi.sipphone.from_linphone] echo canceller: we are accumulating too much reference signal, need to throw out 32 samples 2016-05-25 23:03:13,027 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,030 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,082 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,085 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,137 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,138 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,139 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,192 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,193 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,194 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,247 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,248 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,249 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,250 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,306 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,360 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,361 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,363 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,415 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,416 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,470 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,471 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,472 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,525 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,526 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,580 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,582 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,583 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,636 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,637 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,638 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,639 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,691 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,692 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,693 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,694 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,745 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:13,746 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:13,747 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:13,748 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:13,749 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:13,749 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:13,750 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,0,u= 80,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:13,751 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=31,609486 video=0,000000 2016-05-25 23:03:13,752 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,755 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,807 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,808 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,809 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,810 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,862 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,863 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,864 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,865 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,917 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,918 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,919 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,920 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:13,973 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:13,974 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:13,975 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:13,976 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,028 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,029 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,031 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,083 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,084 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,086 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,138 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 0, 36 ms in excess dropped 2016-05-25 23:03:14,139 [WARNING] [doorpi.sipphone.from_linphone] Too much data in channel 1, 20 ms in excess dropped 2016-05-25 23:03:14,140 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,141 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,195 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,197 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,198 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,250 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=40,024823 ms 2016-05-25 23:03:14,252 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,253 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,254 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,255 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,307 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,308 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,310 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,362 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,364 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,365 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,418 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,419 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,420 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,421 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,473 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,474 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,475 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,476 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,528 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,529 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,530 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,531 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,586 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,587 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,588 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,589 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,641 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,642 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,643 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,644 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,695 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,697 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,698 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,699 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,750 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:14,751 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:14,752 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:14,753 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:14,754 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:14,754 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:14,755 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 79,2,u= 79,4], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:14,756 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=31,380854 video=0,000000 2016-05-25 23:03:14,757 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,758 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,759 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,760 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,812 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,813 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,814 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,815 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,867 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,868 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,870 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,922 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,923 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,925 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:14,977 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:14,979 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:14,980 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:14,981 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,033 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,034 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,035 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,036 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,088 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,089 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,091 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,143 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,145 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,146 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,147 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,201 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,202 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,203 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,204 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,255 [INFO] [doorpi.sipphone.from_linphone] Sending RTCP SR compound message on session [0x73b2de38]. 2016-05-25 23:03:15,257 [INFO] [doorpi.sipphone.from_linphone] MSAudio_stream_iterate[0x73b2ec38], local statistics available: Local current jitter buffer size: 60,0ms 2016-05-25 23:03:15,258 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:15,259 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:15,259 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:15,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,261 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,262 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,263 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,315 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,316 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,317 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,318 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,370 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,371 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,372 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,373 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,425 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,426 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,428 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,480 [INFO] [doorpi.sipphone.from_linphone] MSAudio stream [0x73b2ec38]: receiving RTCP SR 2016-05-25 23:03:15,481 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: lost_percentage=0,000000, int_jitter=9,875000 ms, rt_prop=0,002716 sec 2016-05-25 23:03:15,482 [INFO] [doorpi.sipphone.from_linphone] MSSimpleQosAnalyzer: everything is fine. 2016-05-25 23:03:15,483 [INFO] [doorpi.sipphone.from_linphone] MSBitrateController: current state is Init 2016-05-25 23:03:15,483 [INFO] [doorpi.sipphone.from_linphone] MSQualityIndicator[0x73b2ffa8][audio], remote statistics available: Loss rate : 0,0% Inter-arrival jitter: 1,0ms RT propagation : 0,3ms 2016-05-25 23:03:15,484 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:15,485 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:15,485 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:15,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,487 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,488 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,489 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,541 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,542 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,544 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,596 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,597 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,599 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,651 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,652 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,654 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,706 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,707 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,709 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,710 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,761 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:15,762 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:15,763 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:15,764 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:15,765 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:15,766 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:15,767 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,0,u= 80,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 1,2,u= 1,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:15,768 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=31,213326 video=0,000000 2016-05-25 23:03:15,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,772 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,826 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,827 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,828 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,880 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=46,206262 ms 2016-05-25 23:03:15,882 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,883 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,937 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,938 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:15,992 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:15,993 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:15,994 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:15,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,047 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,048 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,049 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,050 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,102 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,103 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,104 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,105 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,157 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,158 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,159 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,160 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,212 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,213 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,214 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,215 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,267 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,268 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,270 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,271 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,322 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,324 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,325 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,326 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,378 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,379 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,380 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,381 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,435 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,437 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,438 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,491 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,492 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,493 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,494 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,546 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,547 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,548 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,549 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,601 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,603 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,604 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,657 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,658 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,659 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,660 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,712 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,713 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,714 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,715 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,766 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:16,768 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:16,768 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:16,769 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:16,770 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:16,771 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:16,772 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 79,9,u= 79,7], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:16,773 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=28,856443 video=0,000000 2016-05-25 23:03:16,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,777 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,829 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,830 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,831 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,832 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,884 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,885 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,887 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,939 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,940 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,942 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,943 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:16,995 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:16,996 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:16,997 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:16,998 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,052 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,053 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,107 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,109 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,163 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,164 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,166 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,218 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,219 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,273 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,274 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,275 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,277 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,329 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,330 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,331 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,332 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,383 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,385 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,386 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,387 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,439 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,440 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,441 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,442 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,493 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=52,269405 ms 2016-05-25 23:03:17,495 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,496 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,497 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,498 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,550 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,551 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,552 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,553 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,605 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,606 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,607 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,608 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,662 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,663 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,664 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,717 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,718 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,719 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,771 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:17,773 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:17,773 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:17,774 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:17,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:17,775 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:17,777 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,9,u= 79,5], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:17,777 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=31,494804 video=0,000000 2016-05-25 23:03:17,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,779 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,781 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,833 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,834 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,835 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,888 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,889 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,891 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,892 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,944 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:17,945 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:17,946 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:17,947 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:17,999 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,000 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,001 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,002 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,054 [WARNING] [doorpi.sipphone.from_linphone] echo canceller: we are accumulating too much reference signal, need to throw out 160 samples 2016-05-25 23:03:18,055 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,056 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,057 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,058 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,110 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,111 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,113 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,220 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,221 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,223 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,224 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,278 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,279 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,281 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,282 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,334 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,335 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,336 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,337 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,389 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,390 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,391 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,392 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,444 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,445 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,447 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,448 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,499 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,501 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,502 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,503 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,554 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,555 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,557 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,558 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,610 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,611 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,612 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,613 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,665 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,666 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,667 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,668 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,720 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,721 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,723 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,775 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f440) 2016-05-25 23:03:18,776 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:18,777 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:18,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_stats_updated(0x17cb2c8, 0x73b2ef80, 0x73b2f4f8) 2016-05-25 23:03:18,778 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_stats_updated 2016-05-25 23:03:18,779 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_stats_updated] 2016-05-25 23:03:18,780 [INFO] [doorpi.sipphone.from_linphone] Bandwidth usage for call [0x73b2ef80]: RTP audio=[d= 80,0,u= 80,0], video=[d= 0,0,u= 0,0] kbits/sec RTCP audio=[d= 0,0,u= 0,0], video=[d= 0,0,u= 0,0] kbits/sec 2016-05-25 23:03:18,781 [INFO] [doorpi.sipphone.from_linphone] Thread processing load: audio=30,655600 video=0,000000 2016-05-25 23:03:18,782 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,783 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,784 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,836 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,837 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,839 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,893 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,894 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,895 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,896 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:18,948 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:18,950 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:18,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:18,951 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:19,003 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_state(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:19,004 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_state -> 0x1601868 2016-05-25 23:03:19,006 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_in_call_timeout(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:19,007 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_in_call_timeout -> 0x1601ad4 2016-05-25 23:03:19,058 [INFO] [doorpi.sipphone.from_linphone] sound/wall clock skew is average=58,359850 ms 2016-05-25 23:03:19,060 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: received [690] new bytes from [UDP://192.168.1.254:5060]: BYE sip:doorpi@192.168.1.30 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.254:5060;branch=z9hG4bK79E099ADDB677022 From: ;tag=39F41E42BF1F7E88 To: "DoorPi" ;tag=kQpN5eYAB Call-ID: GPbOY6nI9i CSeq: 22 BYE X-RTP-Stat: CS=0;PS=632;ES=812;OS=101120;SP=0/0;SO=0;QS=-;PR=797;ER=812;OR=127520;CR=0;SR=0;QR=-;PL=0,0;BL=0;LS=0;RB=0/0;SB=-/-;EN=PCMU;DE=PCMU;JI=65,0;DL=8,8,9;IP=192.168.1.254:7078,192.168.1.30:7078 X-RTP-Stat-Add: DQ=14;DSS=0;DS=0;PLCS=448;JS=61 Reason: Q.850; cause=16 Max-Forwards: 70 User-Agent: AVM FRITZ!Box 7490 (UI) 113.06.51 (Feb 3 2016) Supported: 100rel,replaces,timer Allow-Events: telephone-event,refer Content-Length: 0 2016-05-25 23:03:19,098 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8] [690] bytes parsed 2016-05-25 23:03:19,102 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x17f0498], from state [INIT] to [TRYING] 2016-05-25 23:03:19,103 [INFO] [doorpi.sipphone.from_linphone] Changing [server] [BYE] transaction [0x17f0498], from state [TRYING] to [COMPLETED] 2016-05-25 23:03:19,104 [INFO] [doorpi.sipphone.from_linphone] channel [0x73b15ea8]: message sent to [UDP://192.168.1.254:5060], size: [276] bytes SIP/2.0 200 Ok Via: SIP/2.0/UDP 192.168.1.254:5060;branch=z9hG4bK79E099ADDB677022 From: ;tag=39F41E42BF1F7E88 To: "DoorPi" ;tag=kQpN5eYAB Call-ID: GPbOY6nI9i CSeq: 22 BYE User-Agent: (belle-sip/1.4.2) Supported: outbound 2016-05-25 23:03:19,105 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x17ef748]: now updated by transaction [0x17f0498]. 2016-05-25 23:03:19,106 [INFO] [doorpi.sipphone.from_linphone] dialog [0x17ef748] deleted. 2016-05-25 23:03:19,107 [INFO] [doorpi.sipphone.from_linphone] Current call terminated... 2016-05-25 23:03:19,108 [INFO] [doorpi.sipphone.from_linphone] Writing echo canceler state, 21872 bytes 2016-05-25 23:03:19,114 [INFO] [doorpi.sipphone.from_linphone] ms_ticker_set_time_func: ticker's time method updated. 2016-05-25 23:03:19,118 [INFO] [doorpi.sipphone.from_linphone] Filter MSRtpRecv is not scheduled; nothing to do. 2016-05-25 23:03:19,119 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-05-25 23:03:19,120 [INFO] [doorpi.sipphone.from_linphone] AUDIO SESSION'S RTP STATISTICS 2016-05-25 23:03:19,120 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2016-05-25 23:03:19,121 [INFO] [doorpi.sipphone.from_linphone] sent 803 packets 2016-05-25 23:03:19,122 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2016-05-25 23:03:19,122 [INFO] [doorpi.sipphone.from_linphone] 138116 bytes 2016-05-25 23:03:19,123 [INFO] [doorpi.sipphone.from_linphone] received 811 packets 2016-05-25 23:03:19,123 [INFO] [doorpi.sipphone.from_linphone] 0 duplicated packets 2016-05-25 23:03:19,124 [INFO] [doorpi.sipphone.from_linphone] 139492 bytes 2016-05-25 23:03:19,125 [INFO] [doorpi.sipphone.from_linphone] incoming delivered to the app 138632 bytes 2016-05-25 23:03:19,125 [INFO] [doorpi.sipphone.from_linphone] incoming cumulative lost 0 packets 2016-05-25 23:03:19,126 [INFO] [doorpi.sipphone.from_linphone] incoming received too late 3 packets 2016-05-25 23:03:19,127 [INFO] [doorpi.sipphone.from_linphone] incoming bad formatted 0 packets 2016-05-25 23:03:19,128 [INFO] [doorpi.sipphone.from_linphone] incoming discarded (queue overflow) 0 packets 2016-05-25 23:03:19,128 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-05-25 23:03:19,129 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAlsaRead:0x1611910,0-->MSSpeexEC:0x73b2e8c0,1 2016-05-25 23:03:19,129 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSSpeexEC:0x73b2e8c0,1-->MSVolume:0x1611ca0,0 2016-05-25 23:03:19,130 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1611ca0,0-->MSAudioMixer:0x18412e0,0 2016-05-25 23:03:19,131 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x18412e0,0-->MSUlawEnc:0x1611b20,0 2016-05-25 23:03:19,131 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawEnc:0x1611b20,0-->MSRtpSend:0x73b2a4d8,0 2016-05-25 23:03:19,132 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSRtpRecv:0x17ed3b8,0-->MSUlawDec:0x1611ba0,0 2016-05-25 23:03:19,133 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSUlawDec:0x1611ba0,0-->MSGenericPLC:0x1840260,0 2016-05-25 23:03:19,133 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSGenericPLC:0x1840260,0-->MSDtmfGen:0x1611810,0 2016-05-25 23:03:19,134 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSDtmfGen:0x1611810,0-->MSVolume:0x1841260,0 2016-05-25 23:03:19,134 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSVolume:0x1841260,0-->MSTee:0x17e14d0,0 2016-05-25 23:03:19,135 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x17e14d0,0-->MSEqualizer:0x17edb10,0 2016-05-25 23:03:19,136 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSEqualizer:0x17edb10,0-->MSAudioMixer:0x17eb150,0 2016-05-25 23:03:19,137 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSFilePlayer:0x17e5a20,0-->MSResample:0x17f0b40,0 2016-05-25 23:03:19,137 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x17f0b40,0-->MSAudioMixer:0x17eb150,1 2016-05-25 23:03:19,138 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x17eb150,0-->MSSpeexEC:0x73b2e8c0,0 2016-05-25 23:03:19,138 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSSpeexEC:0x73b2e8c0,0-->MSAlsaWrite:0x1611aa0,0 2016-05-25 23:03:19,139 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x17e1350,1-->MSResample:0x17ecf08,0 2016-05-25 23:03:19,140 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSResample:0x17ecf08,0-->MSOpusEnc:0x1779fd0,0 2016-05-25 23:03:19,140 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSOpusEnc:0x1779fd0,0-->MSMKVRecorder:0x17e15d0,1 2016-05-25 23:03:19,141 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSItcSource:0x17ede80,0-->MSMKVRecorder:0x17e15d0,0 2016-05-25 23:03:19,142 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x18412e0,1-->MSAudioMixer:0x17e1350,0 2016-05-25 23:03:19,142 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSTee:0x17e14d0,1-->MSAudioMixer:0x17e1350,1 2016-05-25 23:03:19,143 [INFO] [doorpi.sipphone.from_linphone] ms_filter_unlink: MSAudioMixer:0x17e1350,0-->MSFileRec:0x17ec950,0 2016-05-25 23:03:19,144 [INFO] [doorpi.sipphone.from_linphone] MKVRecorder: destroyed 2016-05-25 23:03:19,145 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-05-25 23:03:19,146 [INFO] [doorpi.sipphone.from_linphone] FILTER USAGE STATISTICS 2016-05-25 23:03:19,147 [INFO] [doorpi.sipphone.from_linphone] Name Count Time/tick (ms) CPU Usage 2016-05-25 23:03:19,147 [INFO] [doorpi.sipphone.from_linphone] ----------------------------------------------------------- 2016-05-25 23:03:19,148 [INFO] [doorpi.sipphone.from_linphone] MSSpeexEC 1200 1,38267 43,3119 2016-05-25 23:03:19,149 [INFO] [doorpi.sipphone.from_linphone] MSOpusEnc 1097 1,0389 29,7525 2016-05-25 23:03:19,150 [INFO] [doorpi.sipphone.from_linphone] MSAlsaWrite 756 0,520682 10,2805 2016-05-25 23:03:19,150 [INFO] [doorpi.sipphone.from_linphone] MSAlsaRead 1609 0,152343 6,39728 2016-05-25 23:03:19,151 [INFO] [doorpi.sipphone.from_linphone] MSRtpSend 1609 0,0646185 2,7135 2016-05-25 23:03:19,151 [INFO] [doorpi.sipphone.from_linphone] MSRtpRecv 1647 0,052817 2,27027 2016-05-25 23:03:19,152 [INFO] [doorpi.sipphone.from_linphone] MSFileRec 1097 0,0757903 2,17051 2016-05-25 23:03:19,153 [INFO] [doorpi.sipphone.from_linphone] MSAudioMixer 4827 0,00903209 1,13737 2016-05-25 23:03:19,153 [INFO] [doorpi.sipphone.from_linphone] MSUlawEnc 756 0,0210889 0,416386 2016-05-25 23:03:19,154 [INFO] [doorpi.sipphone.from_linphone] MSVolume 1558 0,00908929 0,369592 2016-05-25 23:03:19,155 [INFO] [doorpi.sipphone.from_linphone] MSUlawDec 802 0,0153263 0,320997 2016-05-25 23:03:19,155 [INFO] [doorpi.sipphone.from_linphone] MSGenericPLC 1609 0,00559746 0,235051 2016-05-25 23:03:19,157 [INFO] [doorpi.sipphone.from_linphone] MSTee 802 0,00637292 0,133475 2016-05-25 23:03:19,157 [INFO] [doorpi.sipphone.from_linphone] MSDtmfGen 1609 0,00282823 0,118764 2016-05-25 23:03:19,158 [INFO] [doorpi.sipphone.from_linphone] MSFilePlayer 1609 0,00214514 0,0900798 2016-05-25 23:03:19,159 [INFO] [doorpi.sipphone.from_linphone] MSItcSource 1609 0,00194948 0,0818638 2016-05-25 23:03:19,159 [INFO] [doorpi.sipphone.from_linphone] MSMKVRecorder 548 0,00570122 0,0816369 2016-05-25 23:03:19,160 [INFO] [doorpi.sipphone.from_linphone] MSResample 1097 0,00250401 0,0717107 2016-05-25 23:03:19,160 [INFO] [doorpi.sipphone.from_linphone] MSEqualizer 802 0,00221036 0,0462939 2016-05-25 23:03:19,161 [INFO] [doorpi.sipphone.from_linphone] MSVoidSink 4 0,0027706 0,000361318 2016-05-25 23:03:19,161 [INFO] [doorpi.sipphone.from_linphone] MSItcSink 0 0 0 2016-05-25 23:03:19,161 [INFO] [doorpi.sipphone.from_linphone] =========================================================== 2016-05-25 23:03:19,162 [INFO] [doorpi.sipphone.from_linphone] Call 0x73b2ef80: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd 2016-05-25 23:03:19,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_log_updated(0x17cb2c8, 0x73b027a0) 2016-05-25 23:03:19,165 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_log_updated 2016-05-25 23:03:19,166 [INFO] [doorpi.sipphone.from_linphone] MSAudio MSTicker thread exiting 2016-05-25 23:03:19,167 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_log_updated] 2016-05-25 23:03:19,167 [INFO] [doorpi.sipphone.from_linphone] Resetting the current call 2016-05-25 23:03:19,167 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cb2c8, 0x73b2ef80, 13, "Call ended") 2016-05-25 23:03:19,168 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (13 - Call ended) 2016-05-25 23:03:19,168 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:19,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73b01710) 2016-05-25 23:03:19,169 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-05-25 23:03:19,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf7a00 2016-05-25 23:03:19,170 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-05-25 23:03:19,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf7a00 2016-05-25 23:03:19,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf7a00 2016-05-25 23:03:19,171 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf7a00 2016-05-25 23:03:19,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf7a00 [0x73b01710]) 2016-05-25 23:03:19,172 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448d920 2016-05-25 23:03:19,173 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:19,174 [TRACE] [doorpi.action.handler] fire Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:19,176 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:19,177 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:19,178 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018bc 2016-05-25 23:03:19,178 [DEBUG] [doorpi.action.handler] [PIT7OI] fire for event OnCallStateDisconnect this actions [, ] 2016-05-25 23:03:19,179 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:19,179 [TRACE] [doorpi.action.handler] [PIT7OI] try to fire action > with args () and kwargs {} 2016-05-25 23:03:19,180 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018bc 2016-05-25 23:03:19,180 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-05-25 23:03:19,181 [TRACE] [doorpi.action.handler] fire Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:19,181 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-05-25 23:03:19,184 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:19,185 [TRACE] [doorpi.action.handler] [PIT7OI] try to fire action > with args () and kwargs {} 2016-05-25 23:03:19,185 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018bc 2016-05-25 23:03:19,186 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:19,186 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-05-25 23:03:19,189 [TRACE] [doorpi.action.handler] [PIT7OI] finished fire_event for event_name OnCallStateDisconnect 2016-05-25 23:03:19,187 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-05-25 23:03:19,187 [DEBUG] [doorpi.action.handler] no actions for event OnMediaNotRequired - skip fire_event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:19,190 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_state_changed] 2016-05-25 23:03:19,241 [INFO] [doorpi.sipphone.from_linphone] Dialog [0x17ef748] terminated for op [0x73b2ce20] 2016-05-25 23:03:19,293 [INFO] [doorpi.sipphone.from_linphone] Call 0x73b2ef80: moving from state LinphoneCallEnd to LinphoneCallReleased 2016-05-25 23:03:19,294 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_callback_call_state_changed(0x17cb2c8, 0x73b2ef80, 18, "Call released") 2016-05-25 23:03:19,294 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] call_state_changed (18 - Call released) 2016-05-25 23:03:19,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Call_get_remote_address(0x76cf7970 [0x73b2ef80]) 2016-05-25 23:03:19,295 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_from_native_ptr(0x73b01710) 2016-05-25 23:03:19,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_new() 2016-05-25 23:03:19,296 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_new -> 0x76cf79d0 2016-05-25 23:03:19,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_init() 2016-05-25 23:03:19,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_init -> 0x76cf79d0 2016-05-25 23:03:19,297 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_from_native_ptr -> 0x76cf79d0 2016-05-25 23:03:19,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Call_get_remote_address -> 0x76cf79d0 2016-05-25 23:03:19,298 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Address_instance_method_as_string_uri_only(0x76cf79d0 [0x73b01710]) 2016-05-25 23:03:19,299 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Address_instance_method_as_string_uri_only -> 0x7448db90 2016-05-25 23:03:19,299 [TRACE] [doorpi.action.handler] fire Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks asyncron 2016-05-25 23:03:19,301 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:19,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018bc 2016-05-25 23:03:19,302 [DEBUG] [doorpi.action.handler] no actions for event OnCallStateChange - skip fire_event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:19,302 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:19,303 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018bc 2016-05-25 23:03:19,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_get_calls_nb(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:19,304 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_get_calls_nb -> 0x16018bc 2016-05-25 23:03:19,305 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_callback_call_state_changed 2016-05-25 23:03:19,305 [INFO] [doorpi.sipphone.from_linphone] Linphone core [0x17cb2c8] notifying [call_state_changed] 2016-05-25 23:03:19,306 [INFO] [doorpi.sipphone.from_linphone] op [0x73b2ce20] : set_or_update_dialog() current=[0x17ef748] new=[(nil)] 2016-05-25 23:03:22,950 [INFO] [doorpi.main] KeyboardInterrupt -> DoorPi will shutdown 2016-05-25 23:03:22,951 [DEBUG] [doorpi.doorpi] destroy doorpi 2016-05-25 23:03:22,952 [DEBUG] [doorpi.doorpi] Threads before starting shutdown: [<_MainThread(MainThread, started 1995931648)>, , ] 2016-05-25 23:03:22,953 [TRACE] [doorpi.action.handler] fire Event BeforeShutdown from doorpi.doorpi asyncron 2016-05-25 23:03:22,957 [DEBUG] [doorpi.action.handler] [445OFS] fire for event OnShutdown this actions [, , , ] 2016-05-25 23:03:22,958 [DEBUG] [doorpi.action.handler] no actions for event BeforeShutdown - skip fire_event BeforeShutdown from doorpi.doorpi 2016-05-25 23:03:22,958 [TRACE] [doorpi.action.handler] [445OFS] try to fire action TimeTickDestroyAction with args () and kwargs {} 2016-05-25 23:03:22,960 [TRACE] [doorpi.action.base] run TimeTickDestroyAction with args () and kwargs {} 2016-05-25 23:03:22,960 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.action.SingleActions.time_tick and force_unregister is True 2016-05-25 23:03:22,961 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute59 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,962 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute59 - remove event too 2016-05-25 23:03:22,962 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute59 2016-05-25 23:03:22,963 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute58 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,964 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute58 - remove event too 2016-05-25 23:03:22,964 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute58 2016-05-25 23:03:22,965 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekEvenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,965 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekEvenNumber - remove event too 2016-05-25 23:03:22,966 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekEvenNumber 2016-05-25 23:03:22,967 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute51 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,967 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute51 - remove event too 2016-05-25 23:03:22,968 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute51 2016-05-25 23:03:22,968 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute50 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,969 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute50 - remove event too 2016-05-25 23:03:22,970 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute50 2016-05-25 23:03:22,970 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute53 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,971 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute53 - remove event too 2016-05-25 23:03:22,971 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute53 2016-05-25 23:03:22,972 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute52 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,972 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute52 - remove event too 2016-05-25 23:03:22,973 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute52 2016-05-25 23:03:22,973 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute55 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,974 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute55 - remove event too 2016-05-25 23:03:22,975 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute55 2016-05-25 23:03:22,975 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute54 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,976 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute54 - remove event too 2016-05-25 23:03:22,976 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute54 2016-05-25 23:03:22,977 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute57 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,978 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute57 - remove event too 2016-05-25 23:03:22,978 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute57 2016-05-25 23:03:22,979 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute56 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,979 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute56 - remove event too 2016-05-25 23:03:22,980 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute56 2016-05-25 23:03:22,981 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,981 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvenNumber - remove event too 2016-05-25 23:03:22,982 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvenNumber 2016-05-25 23:03:22,982 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,983 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour - remove event too 2016-05-25 23:03:22,983 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour 2016-05-25 23:03:22,984 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonth from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,985 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonth - remove event too 2016-05-25 23:03:22,985 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonth 2016-05-25 23:03:22,986 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearUnevenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,986 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearUnevenNumber - remove event too 2016-05-25 23:03:22,987 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearUnevenNumber 2016-05-25 23:03:22,988 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour19 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,988 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour19 - remove event too 2016-05-25 23:03:22,989 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour19 2016-05-25 23:03:22,989 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour18 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,990 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour18 - remove event too 2016-05-25 23:03:22,991 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour18 2016-05-25 23:03:22,991 [TRACE] [doorpi.action.handler] unregister Event OnTimeYearEvenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,992 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYearEvenNumber - remove event too 2016-05-25 23:03:22,992 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYearEvenNumber 2016-05-25 23:03:22,993 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour11 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,993 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour11 - remove event too 2016-05-25 23:03:22,994 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour11 2016-05-25 23:03:22,995 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour13 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,995 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour13 - remove event too 2016-05-25 23:03:22,996 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour13 2016-05-25 23:03:22,996 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour12 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,997 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour12 - remove event too 2016-05-25 23:03:22,998 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour12 2016-05-25 23:03:22,998 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour15 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:22,999 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour15 - remove event too 2016-05-25 23:03:22,999 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour15 2016-05-25 23:03:23,000 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour14 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,001 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour14 - remove event too 2016-05-25 23:03:23,001 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour14 2016-05-25 23:03:23,002 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour17 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,002 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour17 - remove event too 2016-05-25 23:03:23,003 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour17 2016-05-25 23:03:23,003 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour16 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,004 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour16 - remove event too 2016-05-25 23:03:23,004 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour16 2016-05-25 23:03:23,005 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondUnevenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,006 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondUnevenNumber - remove event too 2016-05-25 23:03:23,006 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondUnevenNumber 2016-05-25 23:03:23,007 [TRACE] [doorpi.action.handler] unregister Event OnTimeDay from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,007 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDay - remove event too 2016-05-25 23:03:23,008 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDay 2016-05-25 23:03:23,009 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthEvenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,010 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthEvenNumber - remove event too 2016-05-25 23:03:23,010 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthEvenNumber 2016-05-25 23:03:23,011 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour9 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,011 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour9 - remove event too 2016-05-25 23:03:23,012 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour9 2016-05-25 23:03:23,013 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour8 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,013 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour8 - remove event too 2016-05-25 23:03:23,014 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour8 2016-05-25 23:03:23,014 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour10 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,015 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour10 - remove event too 2016-05-25 23:03:23,016 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour10 2016-05-25 23:03:23,016 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecond from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,017 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecond - remove event too 2016-05-25 23:03:23,018 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecond 2016-05-25 23:03:23,018 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour4 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,019 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour4 - remove event too 2016-05-25 23:03:23,019 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour4 2016-05-25 23:03:23,020 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour7 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,020 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour7 - remove event too 2016-05-25 23:03:23,021 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour7 2016-05-25 23:03:23,022 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour6 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,022 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour6 - remove event too 2016-05-25 23:03:23,023 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour6 2016-05-25 23:03:23,023 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour1 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,024 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour1 - remove event too 2016-05-25 23:03:23,024 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour1 2016-05-25 23:03:23,025 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour0 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,026 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour0 - remove event too 2016-05-25 23:03:23,026 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour0 2016-05-25 23:03:23,027 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour3 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,027 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour3 - remove event too 2016-05-25 23:03:23,028 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour3 2016-05-25 23:03:23,028 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour2 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,029 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour2 - remove event too 2016-05-25 23:03:23,030 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour2 2016-05-25 23:03:23,030 [TRACE] [doorpi.action.handler] unregister Event OnTimeMonthUnevenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,031 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMonthUnevenNumber - remove event too 2016-05-25 23:03:23,031 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMonthUnevenNumber 2016-05-25 23:03:23,032 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute5 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,032 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute5 - remove event too 2016-05-25 23:03:23,033 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute5 2016-05-25 23:03:23,034 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute4 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,034 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute4 - remove event too 2016-05-25 23:03:23,035 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute4 2016-05-25 23:03:23,035 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute7 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,036 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute7 - remove event too 2016-05-25 23:03:23,036 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute7 2016-05-25 23:03:23,037 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute6 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,038 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute6 - remove event too 2016-05-25 23:03:23,038 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute6 2016-05-25 23:03:23,039 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute1 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,039 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute1 - remove event too 2016-05-25 23:03:23,040 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute1 2016-05-25 23:03:23,040 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute0 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,041 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute0 - remove event too 2016-05-25 23:03:23,041 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute0 2016-05-25 23:03:23,042 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute3 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,043 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute3 - remove event too 2016-05-25 23:03:23,043 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute3 2016-05-25 23:03:23,044 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute2 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,044 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute2 - remove event too 2016-05-25 23:03:23,045 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute2 2016-05-25 23:03:23,045 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute9 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,046 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute9 - remove event too 2016-05-25 23:03:23,047 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute9 2016-05-25 23:03:23,047 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute8 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,048 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute8 - remove event too 2016-05-25 23:03:23,048 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute8 2016-05-25 23:03:23,049 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeek from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,050 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeek - remove event too 2016-05-25 23:03:23,050 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeek 2016-05-25 23:03:23,051 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute15 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,051 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute15 - remove event too 2016-05-25 23:03:23,052 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute15 2016-05-25 23:03:23,052 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute14 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,053 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute14 - remove event too 2016-05-25 23:03:23,053 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute14 2016-05-25 23:03:23,054 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute17 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,055 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute17 - remove event too 2016-05-25 23:03:23,055 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute17 2016-05-25 23:03:23,056 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute16 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,057 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute16 - remove event too 2016-05-25 23:03:23,057 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute16 2016-05-25 23:03:23,058 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute11 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,058 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute11 - remove event too 2016-05-25 23:03:23,059 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute11 2016-05-25 23:03:23,059 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute10 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,059 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute10 - remove event too 2016-05-25 23:03:23,060 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute10 2016-05-25 23:03:23,060 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute13 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,061 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute13 - remove event too 2016-05-25 23:03:23,061 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute13 2016-05-25 23:03:23,061 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute12 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,062 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute12 - remove event too 2016-05-25 23:03:23,062 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute12 2016-05-25 23:03:23,063 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute19 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,063 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute19 - remove event too 2016-05-25 23:03:23,063 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute19 2016-05-25 23:03:23,064 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute18 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,064 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute18 - remove event too 2016-05-25 23:03:23,065 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute18 2016-05-25 23:03:23,065 [TRACE] [doorpi.action.handler] unregister Event OnTimeWeekUnevenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,065 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeWeekUnevenNumber - remove event too 2016-05-25 23:03:23,066 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeWeekUnevenNumber 2016-05-25 23:03:23,066 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteEvery5 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,066 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteEvery5 - remove event too 2016-05-25 23:03:23,067 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteEvery5 2016-05-25 23:03:23,067 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour20 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,068 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour20 - remove event too 2016-05-25 23:03:23,068 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour20 2016-05-25 23:03:23,068 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour21 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,069 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour21 - remove event too 2016-05-25 23:03:23,069 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour21 2016-05-25 23:03:23,070 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour22 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,070 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour22 - remove event too 2016-05-25 23:03:23,070 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour22 2016-05-25 23:03:23,071 [TRACE] [doorpi.action.handler] unregister Event OnTimeHour5 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,071 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHour5 - remove event too 2016-05-25 23:03:23,071 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHour5 2016-05-25 23:03:23,072 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute20 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,072 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute20 - remove event too 2016-05-25 23:03:23,073 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute20 2016-05-25 23:03:23,073 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute21 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,073 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute21 - remove event too 2016-05-25 23:03:23,074 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute21 2016-05-25 23:03:23,074 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute22 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,074 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute22 - remove event too 2016-05-25 23:03:23,075 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute22 2016-05-25 23:03:23,075 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute23 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,076 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute23 - remove event too 2016-05-25 23:03:23,076 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute23 2016-05-25 23:03:23,077 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute24 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,077 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute24 - remove event too 2016-05-25 23:03:23,078 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute24 2016-05-25 23:03:23,078 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute25 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,078 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute25 - remove event too 2016-05-25 23:03:23,079 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute25 2016-05-25 23:03:23,079 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute26 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,080 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute26 - remove event too 2016-05-25 23:03:23,080 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute26 2016-05-25 23:03:23,080 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute27 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,081 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute27 - remove event too 2016-05-25 23:03:23,081 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute27 2016-05-25 23:03:23,082 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute28 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,082 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute28 - remove event too 2016-05-25 23:03:23,082 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute28 2016-05-25 23:03:23,083 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute29 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,083 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute29 - remove event too 2016-05-25 23:03:23,083 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute29 2016-05-25 23:03:23,084 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayEvenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,084 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayEvenNumber - remove event too 2016-05-25 23:03:23,085 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayEvenNumber 2016-05-25 23:03:23,085 [TRACE] [doorpi.action.handler] unregister Event OnTimeDayUnevenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,085 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeDayUnevenNumber - remove event too 2016-05-25 23:03:23,086 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeDayUnevenNumber 2016-05-25 23:03:23,086 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute39 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,086 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute39 - remove event too 2016-05-25 23:03:23,087 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute39 2016-05-25 23:03:23,087 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute38 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,088 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute38 - remove event too 2016-05-25 23:03:23,088 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute38 2016-05-25 23:03:23,088 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute37 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,089 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute37 - remove event too 2016-05-25 23:03:23,089 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute37 2016-05-25 23:03:23,090 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute36 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,090 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute36 - remove event too 2016-05-25 23:03:23,090 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute36 2016-05-25 23:03:23,091 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute35 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,091 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute35 - remove event too 2016-05-25 23:03:23,091 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute35 2016-05-25 23:03:23,092 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute34 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,092 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute34 - remove event too 2016-05-25 23:03:23,093 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute34 2016-05-25 23:03:23,093 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute33 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,093 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute33 - remove event too 2016-05-25 23:03:23,094 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute33 2016-05-25 23:03:23,094 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute32 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,094 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute32 - remove event too 2016-05-25 23:03:23,095 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute32 2016-05-25 23:03:23,095 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute31 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,096 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute31 - remove event too 2016-05-25 23:03:23,096 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute31 2016-05-25 23:03:23,096 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute30 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,097 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute30 - remove event too 2016-05-25 23:03:23,097 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute30 2016-05-25 23:03:23,098 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourUnevenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,098 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourUnevenNumber - remove event too 2016-05-25 23:03:23,098 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourUnevenNumber 2016-05-25 23:03:23,099 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,099 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute - remove event too 2016-05-25 23:03:23,099 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute 2016-05-25 23:03:23,100 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute48 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,100 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute48 - remove event too 2016-05-25 23:03:23,101 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute48 2016-05-25 23:03:23,101 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute49 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,101 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute49 - remove event too 2016-05-25 23:03:23,102 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute49 2016-05-25 23:03:23,102 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute42 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,102 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute42 - remove event too 2016-05-25 23:03:23,103 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute42 2016-05-25 23:03:23,103 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute43 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,104 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute43 - remove event too 2016-05-25 23:03:23,104 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute43 2016-05-25 23:03:23,104 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute40 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,105 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute40 - remove event too 2016-05-25 23:03:23,105 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute40 2016-05-25 23:03:23,105 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute41 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,106 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute41 - remove event too 2016-05-25 23:03:23,106 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute41 2016-05-25 23:03:23,107 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute46 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,107 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute46 - remove event too 2016-05-25 23:03:23,107 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute46 2016-05-25 23:03:23,108 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute47 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,108 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute47 - remove event too 2016-05-25 23:03:23,108 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute47 2016-05-25 23:03:23,109 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute44 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,109 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute44 - remove event too 2016-05-25 23:03:23,110 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute44 2016-05-25 23:03:23,110 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinute45 from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,110 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinute45 - remove event too 2016-05-25 23:03:23,111 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinute45 2016-05-25 23:03:23,111 [TRACE] [doorpi.action.handler] unregister Event OnTimeHourEvenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,112 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeHourEvenNumber - remove event too 2016-05-25 23:03:23,112 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeHourEvenNumber 2016-05-25 23:03:23,112 [TRACE] [doorpi.action.handler] unregister Event OnTimeSecondEvenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,113 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeSecondEvenNumber - remove event too 2016-05-25 23:03:23,113 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeSecondEvenNumber 2016-05-25 23:03:23,113 [TRACE] [doorpi.action.handler] unregister Event OnTimeYear from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,114 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeYear - remove event too 2016-05-25 23:03:23,114 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeYear 2016-05-25 23:03:23,115 [TRACE] [doorpi.action.handler] unregister Event OnTimeMinuteUnevenNumber from doorpi.action.SingleActions.time_tick 2016-05-25 23:03:23,115 [DEBUG] [doorpi.action.handler] no more sources for event OnTimeMinuteUnevenNumber - remove event too 2016-05-25 23:03:23,115 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed for event OnTimeMinuteUnevenNumber 2016-05-25 23:03:23,116 [TRACE] [doorpi.action.handler] event_source doorpi.action.SingleActions.time_tick was removed 2016-05-25 23:03:23,117 [TRACE] [doorpi.action.handler] [445OFS] try to fire action WebServerShutdownAction with args () and kwargs {} 2016-05-25 23:03:23,117 [TRACE] [doorpi.action.base] run WebServerShutdownAction with args () and kwargs {} 2016-05-25 23:03:23,118 [TRACE] [doorpi.action.handler] fire Event OnWebServerStop from doorpi.status.webserver asyncron 2016-05-25 23:03:23,119 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver_lib.request_handler and force_unregister is True 2016-05-25 23:03:23,120 [TRACE] [doorpi.action.handler] unregister Event OnWebServerVirtualResource from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:23,120 [DEBUG] [doorpi.action.handler] no actions for event OnWebServerStop - skip fire_event OnWebServerStop from doorpi.status.webserver 2016-05-25 23:03:23,121 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerVirtualResource - remove event too 2016-05-25 23:03:23,122 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerVirtualResource 2016-05-25 23:03:23,122 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRealResource from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:23,123 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRealResource - remove event too 2016-05-25 23:03:23,123 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRealResource 2016-05-25 23:03:23,124 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeySet from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:23,124 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeySet - remove event too 2016-05-25 23:03:23,124 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeySet 2016-05-25 23:03:23,125 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestGet from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:23,125 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestGet - remove event too 2016-05-25 23:03:23,126 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestGet 2016-05-25 23:03:23,126 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequestPost from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:23,127 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequestPost - remove event too 2016-05-25 23:03:23,127 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequestPost 2016-05-25 23:03:23,128 [TRACE] [doorpi.action.handler] unregister Event OnConfigKeyDelete from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:23,128 [DEBUG] [doorpi.action.handler] no more sources for event OnConfigKeyDelete - remove event too 2016-05-25 23:03:23,128 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnConfigKeyDelete 2016-05-25 23:03:23,129 [TRACE] [doorpi.action.handler] unregister Event OnWebServerRequest from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:23,129 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerRequest - remove event too 2016-05-25 23:03:23,129 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnWebServerRequest 2016-05-25 23:03:23,130 [TRACE] [doorpi.action.handler] unregister Event OnFireEvent from doorpi.status.webserver_lib.request_handler 2016-05-25 23:03:23,130 [DEBUG] [doorpi.action.handler] no more sources for event OnFireEvent - remove event too 2016-05-25 23:03:23,131 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed for event OnFireEvent 2016-05-25 23:03:23,131 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver_lib.request_handler was removed 2016-05-25 23:03:23,140 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.status.webserver and force_unregister is True 2016-05-25 23:03:23,141 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStop from doorpi.status.webserver 2016-05-25 23:03:23,143 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStop - remove event too 2016-05-25 23:03:23,145 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStop 2016-05-25 23:03:23,145 [TRACE] [doorpi.action.handler] [M89MJS] finished fire_event for event_name OnWebServerStart 2016-05-25 23:03:23,146 [TRACE] [doorpi.action.handler] unregister Event OnWebServerStart from doorpi.status.webserver 2016-05-25 23:03:23,147 [DEBUG] [doorpi.action.handler] no more sources for event OnWebServerStart - remove event too 2016-05-25 23:03:23,148 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed for event OnWebServerStart 2016-05-25 23:03:23,148 [TRACE] [doorpi.action.handler] event_source doorpi.status.webserver was removed 2016-05-25 23:03:23,149 [TRACE] [doorpi.action.handler] [445OFS] try to fire action KeyboardDestroyAction with args () and kwargs {} 2016-05-25 23:03:23,150 [TRACE] [doorpi.action.base] run KeyboardDestroyAction with args () and kwargs {} 2016-05-25 23:03:23,150 [DEBUG] [doorpi.keyboard.from_piface] destroy 2016-05-25 23:03:23,161 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.keyboard.from_piface and force_unregister is True 2016-05-25 23:03:23,162 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed from doorpi.keyboard.from_piface 2016-05-25 23:03:23,163 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed - remove event too 2016-05-25 23:03:23,164 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed 2016-05-25 23:03:23,165 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp from doorpi.keyboard.from_piface 2016-05-25 23:03:23,166 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp - remove event too 2016-05-25 23:03:23,166 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp 2016-05-25 23:03:23,167 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_1 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,168 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_1 - remove event too 2016-05-25 23:03:23,169 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_1 2016-05-25 23:03:23,169 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_0 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,170 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_0 - remove event too 2016-05-25 23:03:23,171 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_0 2016-05-25 23:03:23,172 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_pifacepins.0 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,172 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_pifacepins.0 - remove event too 2016-05-25 23:03:23,173 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_pifacepins.0 2016-05-25 23:03:23,174 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_pifacepins.1 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,174 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_pifacepins.1 - remove event too 2016-05-25 23:03:23,175 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_pifacepins.1 2016-05-25 23:03:23,176 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown from doorpi.keyboard.from_piface 2016-05-25 23:03:23,176 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown - remove event too 2016-05-25 23:03:23,177 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown 2016-05-25 23:03:23,178 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_0 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,179 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_0 - remove event too 2016-05-25 23:03:23,179 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_0 2016-05-25 23:03:23,180 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_1 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,181 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_1 - remove event too 2016-05-25 23:03:23,181 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_1 2016-05-25 23:03:23,182 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_pifacepins.1 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,183 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_pifacepins.1 - remove event too 2016-05-25 23:03:23,184 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_pifacepins.1 2016-05-25 23:03:23,184 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_pifacepins.0 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,185 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_pifacepins.0 - remove event too 2016-05-25 23:03:23,186 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_pifacepins.0 2016-05-25 23:03:23,186 [TRACE] [doorpi.action.handler] unregister Event OnKeyUp_pifacepins.1 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,187 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyUp_pifacepins.1 - remove event too 2016-05-25 23:03:23,188 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyUp_pifacepins.1 2016-05-25 23:03:23,188 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_1 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,189 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_1 - remove event too 2016-05-25 23:03:23,190 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_1 2016-05-25 23:03:23,191 [TRACE] [doorpi.action.handler] unregister Event OnKeyPressed_0 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,191 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyPressed_0 - remove event too 2016-05-25 23:03:23,192 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyPressed_0 2016-05-25 23:03:23,193 [TRACE] [doorpi.action.handler] unregister Event OnKeyDown_pifacepins.0 from doorpi.keyboard.from_piface 2016-05-25 23:03:23,193 [DEBUG] [doorpi.action.handler] no more sources for event OnKeyDown_pifacepins.0 - remove event too 2016-05-25 23:03:23,194 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed for event OnKeyDown_pifacepins.0 2016-05-25 23:03:23,195 [TRACE] [doorpi.action.handler] event_source doorpi.keyboard.from_piface was removed 2016-05-25 23:03:23,196 [TRACE] [doorpi.action.handler] [445OFS] try to fire action > with args () and kwargs {} 2016-05-25 23:03:23,197 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-05-25 23:03:23,198 [DEBUG] [doorpi.sipphone.from_linphone] destroy 2016-05-25 23:03:23,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] >>> pylinphone_Core_instance_method_terminate_all_calls(0x744d59c8 [0x17cb2c8]) 2016-05-25 23:03:23,199 [DEBUG] [doorpi.sipphone.from_linphone] [PYLINPHONE] <<< pylinphone_Core_instance_method_terminate_all_calls -> 0x16018bc 2016-05-25 23:03:23,200 [DEBUG] [doorpi.action.handler] [IQG5HT] fire for event OnSipPhoneDestroy this actions [, , ] 2016-05-25 23:03:23,201 [TRACE] [doorpi.action.handler] [IQG5HT] try to fire action > with args () and kwargs {} 2016-05-25 23:03:23,202 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-05-25 23:03:23,202 [DEBUG] [doorpi.sipphone.linphone_lib.CallBacks] destroy 2016-05-25 23:03:23,202 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.CallBacks and force_unregister is True 2016-05-25 23:03:23,203 [TRACE] [doorpi.action.handler] unregister Event OnCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,203 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReject - remove event too 2016-05-25 23:03:23,204 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReject 2016-05-25 23:03:23,204 [TRACE] [doorpi.action.handler] unregister Event OnMediaNotRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,205 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaNotRequired - remove event too 2016-05-25 23:03:23,205 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaNotRequired 2016-05-25 23:03:23,205 [TRACE] [doorpi.action.handler] unregister Event OnCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,206 [DEBUG] [doorpi.action.handler] no more sources for event OnCallReconnect - remove event too 2016-05-25 23:03:23,206 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallReconnect 2016-05-25 23:03:23,207 [TRACE] [doorpi.action.handler] unregister Event OnDTMF from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,207 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF - remove event too 2016-05-25 23:03:23,208 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF 2016-05-25 23:03:23,208 [TRACE] [doorpi.action.handler] unregister Event OnMediaRequired from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,209 [DEBUG] [doorpi.action.handler] no more sources for event OnMediaRequired - remove event too 2016-05-25 23:03:23,209 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnMediaRequired 2016-05-25 23:03:23,210 [TRACE] [doorpi.action.handler] unregister Event OnCallMediaStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,210 [DEBUG] [doorpi.action.handler] no more sources for event OnCallMediaStateChange - remove event too 2016-05-25 23:03:23,210 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallMediaStateChange 2016-05-25 23:03:23,211 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,211 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateConnect - remove event too 2016-05-25 23:03:23,212 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateConnect 2016-05-25 23:03:23,212 [TRACE] [doorpi.action.handler] unregister Event OnCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,212 [DEBUG] [doorpi.action.handler] no more sources for event OnCallBusy - remove event too 2016-05-25 23:03:23,213 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallBusy 2016-05-25 23:03:23,213 [TRACE] [doorpi.action.handler] unregister Event AfterCallBusy from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,214 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallBusy - remove event too 2016-05-25 23:03:23,214 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallBusy 2016-05-25 23:03:23,214 [TRACE] [doorpi.action.handler] unregister Event AfterCallReconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,215 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReconnect - remove event too 2016-05-25 23:03:23,215 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReconnect 2016-05-25 23:03:23,215 [TRACE] [doorpi.action.handler] unregister Event AfterCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,216 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallStateDisconnect - remove event too 2016-05-25 23:03:23,217 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallStateDisconnect 2016-05-25 23:03:23,217 [TRACE] [doorpi.action.handler] unregister Event OnCallStateReject from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,217 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateReject - remove event too 2016-05-25 23:03:23,218 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateReject 2016-05-25 23:03:23,218 [TRACE] [doorpi.action.handler] unregister Event BeforeCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,218 [DEBUG] [doorpi.action.handler] no more sources for event BeforeCallIncoming - remove event too 2016-05-25 23:03:23,219 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event BeforeCallIncoming 2016-05-25 23:03:23,219 [TRACE] [doorpi.action.handler] unregister Event OnCallStateChange from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,220 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateChange - remove event too 2016-05-25 23:03:23,220 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateChange 2016-05-25 23:03:23,220 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDismissed from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,221 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDismissed - remove event too 2016-05-25 23:03:23,221 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDismissed 2016-05-25 23:03:23,222 [TRACE] [doorpi.action.handler] unregister Event OnDTMF_"#" from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,222 [DEBUG] [doorpi.action.handler] no more sources for event OnDTMF_"#" - remove event too 2016-05-25 23:03:23,222 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnDTMF_"#" 2016-05-25 23:03:23,223 [TRACE] [doorpi.action.handler] unregister Event OnCallStateDisconnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,223 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateDisconnect - remove event too 2016-05-25 23:03:23,224 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateDisconnect 2016-05-25 23:03:23,224 [TRACE] [doorpi.action.handler] unregister Event AfterCallReject from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,224 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallReject - remove event too 2016-05-25 23:03:23,225 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallReject 2016-05-25 23:03:23,225 [TRACE] [doorpi.action.handler] unregister Event OnCallStart from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,226 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStart - remove event too 2016-05-25 23:03:23,226 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStart 2016-05-25 23:03:23,226 [TRACE] [doorpi.action.handler] unregister Event OnCallStateConnect from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,227 [DEBUG] [doorpi.action.handler] no more sources for event OnCallStateConnect - remove event too 2016-05-25 23:03:23,227 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallStateConnect 2016-05-25 23:03:23,228 [TRACE] [doorpi.action.handler] unregister Event OnCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,228 [DEBUG] [doorpi.action.handler] no more sources for event OnCallIncoming - remove event too 2016-05-25 23:03:23,228 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event OnCallIncoming 2016-05-25 23:03:23,229 [TRACE] [doorpi.action.handler] unregister Event AfterCallIncoming from doorpi.sipphone.linphone_lib.CallBacks 2016-05-25 23:03:23,229 [DEBUG] [doorpi.action.handler] no more sources for event AfterCallIncoming - remove event too 2016-05-25 23:03:23,230 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed for event AfterCallIncoming 2016-05-25 23:03:23,230 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.CallBacks was removed 2016-05-25 23:03:23,231 [TRACE] [doorpi.action.handler] [IQG5HT] try to fire action > with args () and kwargs {} 2016-05-25 23:03:23,231 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-05-25 23:03:23,232 [TRACE] [doorpi.action.handler] fire Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player asyncron 2016-05-25 23:03:23,233 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Player and force_unregister is True 2016-05-25 23:03:23,234 [DEBUG] [doorpi.action.handler] no actions for event OnPlayerStopped - skip fire_event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:23,234 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:23,235 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerCreated 2016-05-25 23:03:23,236 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStarted from doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:23,236 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStarted - remove event too 2016-05-25 23:03:23,237 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStarted 2016-05-25 23:03:23,237 [TRACE] [doorpi.action.handler] unregister Event OnPlayerStopped from doorpi.sipphone.linphone_lib.Player 2016-05-25 23:03:23,238 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerStopped - remove event too 2016-05-25 23:03:23,238 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed for event OnPlayerStopped 2016-05-25 23:03:23,239 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Player was removed 2016-05-25 23:03:23,239 [TRACE] [doorpi.action.handler] [IQG5HT] try to fire action > with args () and kwargs {} 2016-05-25 23:03:23,240 [TRACE] [doorpi.action.base] run SingleAction with args () and kwargs {} 2016-05-25 23:03:23,241 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.linphone_lib.Recorder and force_unregister is True 2016-05-25 23:03:23,241 [TRACE] [doorpi.action.handler] unregister Event OnRecorderCreated from doorpi.sipphone.linphone_lib.Recorder 2016-05-25 23:03:23,242 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderCreated - remove event too 2016-05-25 23:03:23,242 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderCreated 2016-05-25 23:03:23,242 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStarted from doorpi.sipphone.linphone_lib.Recorder 2016-05-25 23:03:23,243 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStarted - remove event too 2016-05-25 23:03:23,243 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStarted 2016-05-25 23:03:23,244 [TRACE] [doorpi.action.handler] unregister Event OnRecorderStopped from doorpi.sipphone.linphone_lib.Recorder 2016-05-25 23:03:23,244 [DEBUG] [doorpi.action.handler] no more sources for event OnRecorderStopped - remove event too 2016-05-25 23:03:23,244 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed for event OnRecorderStopped 2016-05-25 23:03:23,245 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.linphone_lib.Recorder was removed 2016-05-25 23:03:23,246 [TRACE] [doorpi.action.handler] [IQG5HT] finished fire_event for event_name OnSipPhoneDestroy 2016-05-25 23:03:23,246 [TRACE] [doorpi.action.handler] unregister Eventsource doorpi.sipphone.from_linphone and force_unregister is True 2016-05-25 23:03:23,247 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderCreate from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,247 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderCreate - remove event too 2016-05-25 23:03:23,248 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderCreate 2016-05-25 23:03:23,248 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,248 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCall - remove event too 2016-05-25 23:03:23,249 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCall 2016-05-25 23:03:23,249 [TRACE] [doorpi.action.handler] unregister Event OnPlayerCreated from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,250 [DEBUG] [doorpi.action.handler] no more sources for event OnPlayerCreated - remove event too 2016-05-25 23:03:23,250 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnPlayerCreated 2016-05-25 23:03:23,251 [TRACE] [doorpi.action.handler] unregister Event BeforeSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,251 [DEBUG] [doorpi.action.handler] no more sources for event BeforeSipPhoneMakeCall - remove event too 2016-05-25 23:03:23,251 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event BeforeSipPhoneMakeCall 2016-05-25 23:03:23,252 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneRecorderDestroy from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,252 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneRecorderDestroy - remove event too 2016-05-25 23:03:23,252 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneRecorderDestroy 2016-05-25 23:03:23,253 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneStart from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,253 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneStart - remove event too 2016-05-25 23:03:23,254 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneStart 2016-05-25 23:03:23,254 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneDestroy from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,254 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneDestroy - remove event too 2016-05-25 23:03:23,255 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneDestroy 2016-05-25 23:03:23,255 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutMaxCalltime from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,255 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutMaxCalltime - remove event too 2016-05-25 23:03:23,256 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutMaxCalltime 2016-05-25 23:03:23,256 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCallTimeoutNoResponse from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,257 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCallTimeoutNoResponse - remove event too 2016-05-25 23:03:23,257 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCallTimeoutNoResponse 2016-05-25 23:03:23,258 [TRACE] [doorpi.action.handler] unregister Event AfterSipPhoneMakeCall from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,258 [DEBUG] [doorpi.action.handler] no more sources for event AfterSipPhoneMakeCall - remove event too 2016-05-25 23:03:23,258 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event AfterSipPhoneMakeCall 2016-05-25 23:03:23,259 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneMakeCallFailed from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,259 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneMakeCallFailed - remove event too 2016-05-25 23:03:23,259 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneMakeCallFailed 2016-05-25 23:03:23,260 [TRACE] [doorpi.action.handler] unregister Event OnSipPhoneCreate from doorpi.sipphone.from_linphone 2016-05-25 23:03:23,260 [DEBUG] [doorpi.action.handler] no more sources for event OnSipPhoneCreate - remove event too 2016-05-25 23:03:23,261 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed for event OnSipPhoneCreate 2016-05-25 23:03:23,261 [TRACE] [doorpi.action.handler] event_source doorpi.sipphone.from_linphone was removed 2016-05-25 23:03:23,262 [TRACE] [doorpi.action.handler] [445OFS] finished fire_event for event_name OnShutdown 2016-05-25 23:03:23,263 [TRACE] [doorpi.action.handler] fire Event AfterShutdown from doorpi.doorpi asyncron 2016-05-25 23:03:23,264 [DEBUG] [doorpi.action.handler] no actions for event AfterShutdown - skip fire_event AfterShutdown from doorpi.doorpi 2016-05-25 23:03:23,765 [DEBUG] [doorpi.doorpi] wait 5 seconds for threads 1 and 1 event 2016-05-25 23:03:23,766 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-05-25 23:03:23,766 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-05-25 23:03:24,268 [DEBUG] [doorpi.doorpi] wait 4.5 seconds for threads 1 and 1 event 2016-05-25 23:03:24,269 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-05-25 23:03:24,269 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-05-25 23:03:24,771 [DEBUG] [doorpi.doorpi] wait 4.0 seconds for threads 1 and 1 event 2016-05-25 23:03:24,771 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-05-25 23:03:24,772 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-05-25 23:03:25,273 [DEBUG] [doorpi.doorpi] wait 3.5 seconds for threads 1 and 1 event 2016-05-25 23:03:25,274 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-05-25 23:03:25,275 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-05-25 23:03:25,776 [DEBUG] [doorpi.doorpi] wait 3.0 seconds for threads 1 and 1 event 2016-05-25 23:03:25,777 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-05-25 23:03:25,778 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-05-25 23:03:26,279 [DEBUG] [doorpi.doorpi] wait 2.5 seconds for threads 1 and 1 event 2016-05-25 23:03:26,280 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-05-25 23:03:26,281 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-05-25 23:03:26,783 [DEBUG] [doorpi.doorpi] wait 2.0 seconds for threads 1 and 1 event 2016-05-25 23:03:26,784 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-05-25 23:03:26,785 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-05-25 23:03:27,286 [DEBUG] [doorpi.doorpi] wait 1.5 seconds for threads 1 and 1 event 2016-05-25 23:03:27,287 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-05-25 23:03:27,288 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-05-25 23:03:27,790 [DEBUG] [doorpi.doorpi] wait 1.0 seconds for threads 1 and 1 event 2016-05-25 23:03:27,791 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-05-25 23:03:27,792 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-05-25 23:03:28,293 [DEBUG] [doorpi.doorpi] wait 0.5 seconds for threads 1 and 1 event 2016-05-25 23:03:28,299 [TRACE] [doorpi.doorpi] still existing threads: [] 2016-05-25 23:03:28,300 [TRACE] [doorpi.doorpi] still existing event sources: ['doorpi.doorpi'] 2016-05-25 23:03:28,802 [WARNING] [doorpi.doorpi] waiting for threads to time out - there are still threads: [] 2016-05-25 23:03:28,803 [INFO] [doorpi.doorpi] ======== DoorPi successfully shutdown ========